@fluid-topics/ft-reader-search-in-document 1.1.1

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,1364 @@
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 c;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,c=new Set(i.observedAttributes||[]);u(i,c,s);const l={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:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(i,l);let f=o.call(r,t);f||(f=h(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,l),l.standInClass=f);const p=this._awaitingUpgrade.get(t);if(p){this._awaitingUpgrade.delete(t);for(const t of p)n.delete(t),d(t,l,!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=c;if(e)return c=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 l=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!l(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),l(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?d(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)}},u=(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)},d=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),c=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(oa){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)}}}class e extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class o extends Promise{constructor(t){super(((o,r)=>t((t=>{this.isCanceled?r(new e("Promise has been canceled",t)):o(t)}),(t=>{this.isCanceled?r(new e("Promise has been canceled",void 0,t)):r(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const r=t=>new o(((e,o)=>t.then(e).catch(o)));class i{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 o&&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 i=r(e());return this.content[t]=i,i.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)}}class n{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}}
16
+ /**
17
+ * @license
18
+ * Copyright 2017 Google LLC
19
+ * SPDX-License-Identifier: BSD-3-Clause
20
+ */const a=globalThis,s=a.ShadowRoot&&(void 0===a.ShadyCSS||a.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),l=new WeakMap;
21
+ /**
22
+ * @license
23
+ * Copyright 2019 Google LLC
24
+ * SPDX-License-Identifier: BSD-3-Clause
25
+ */const f=t=>new class{constructor(t,e,o){if(this._$cssResult$=!0,o!==c)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(s&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=l.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&l.set(e,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,c),h=s?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return f(e)})(t):t
26
+ /**
27
+ * @license
28
+ * Copyright 2017 Google LLC
29
+ * SPDX-License-Identifier: BSD-3-Clause
30
+ */,{is:u,defineProperty:p,getOwnPropertyDescriptor:d,getOwnPropertyNames:y,getOwnPropertySymbols:g,getPrototypeOf:b}=Object,m=globalThis,v=m.trustedTypes,x=v?v.emptyScript:"",O=m.reactiveElementPolyfillSupport,w=(t,e)=>t,S={toAttribute(t,e){switch(e){case Boolean:t=t?x: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}},N=(t,e)=>!u(t,e),C={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:N};Symbol.metadata??=Symbol("metadata"),m.litPropertyMetadata??=new WeakMap;let E=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=C){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&&p(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=d(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)??C}static _$Ei(){if(this.hasOwnProperty(w("elementProperties")))return;const t=b(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(w("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(w("properties"))){const t=this.properties,e=[...y(t),...g(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(h(t))}else void 0!==t&&e.push(h(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,e)=>{if(s)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of e){const e=document.createElement("style"),r=a.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}})(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:S).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:S;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??N)(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){}};E.elementStyles=[],E.shadowRootOptions={mode:"open"},E[w("elementProperties")]=new Map,E[w("finalized")]=new Map,O?.({ReactiveElement:E}),(m.reactiveElementVersions??=[]).push("2.0.2");
31
+ /**
32
+ * @license
33
+ * Copyright 2017 Google LLC
34
+ * SPDX-License-Identifier: BSD-3-Clause
35
+ */
36
+ const $={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:N},R=(t=$,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)};function k(t){return(e,o)=>"object"==typeof o?R(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)
37
+ /**
38
+ * @license
39
+ * Copyright 2017 Google LLC
40
+ * SPDX-License-Identifier: BSD-3-Clause
41
+ */}function U(t){return k({...t,state:!0,attribute:!1})}
42
+ /**
43
+ * @license
44
+ * Copyright 2017 Google LLC
45
+ * SPDX-License-Identifier: BSD-3-Clause
46
+ */const I=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
47
+ /**
48
+ * @license
49
+ * Copyright 2017 Google LLC
50
+ * SPDX-License-Identifier: BSD-3-Clause
51
+ */;function L(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 I(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 I(0,0,{get(){return n(this)}})}}
52
+ /**
53
+ * @license
54
+ * Copyright 2017 Google LLC
55
+ * SPDX-License-Identifier: BSD-3-Clause
56
+ */const A=t=>new Promise((e=>setTimeout(e,t)));function W(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(!W(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(!W(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(!W(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}const j=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function F(t,e){const o=()=>JSON.parse(JSON.stringify(t));return k({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)=>!W(t,e),...null!=e?e:{}})}
57
+ /**
58
+ * @license
59
+ * Copyright 2017 Google LLC
60
+ * SPDX-License-Identifier: BSD-3-Clause
61
+ */const P=globalThis,B=P.trustedTypes,K=B?B.createPolicy("lit-html",{createHTML:t=>t}):void 0,M="$lit$",D=`lit$${(Math.random()+"").slice(9)}$`,T="?"+D,z=`<${T}>`,Z=document,_=()=>Z.createComment(""),H=t=>null===t||"object"!=typeof t&&"function"!=typeof t,G=Array.isArray,q=t=>G(t)||"function"==typeof t?.[Symbol.iterator],V="[ \t\n\f\r]",Y=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,X=/-->/g,J=/>/g,Q=RegExp(`>|${V}(?:([^\\s"'>=/]+)(${V}*=${V}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),tt=/'/g,et=/"/g,ot=/^(?:script|style|textarea|title)$/i,rt=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),it=Symbol.for("lit-noChange"),nt=Symbol.for("lit-nothing"),at=new WeakMap,st=Z.createTreeWalker(Z,129);function ct(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==K?K.createHTML(e):e}const lt=(t,e)=>{const o=t.length-1,r=[];let i,n=2===e?"<svg>":"",a=Y;for(let e=0;e<o;e++){const o=t[e];let s,c,l=-1,f=0;for(;f<o.length&&(a.lastIndex=f,c=a.exec(o),null!==c);)f=a.lastIndex,a===Y?"!--"===c[1]?a=X:void 0!==c[1]?a=J:void 0!==c[2]?(ot.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=Q):void 0!==c[3]&&(a=Q):a===Q?">"===c[0]?(a=i??Y,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?Q:'"'===c[3]?et:tt):a===et||a===tt?a=Q:a===X||a===J?a=Y:(a=Q,i=void 0);const h=a===Q&&t[e+1].startsWith("/>")?" ":"";n+=a===Y?o+z:l>=0?(r.push(s),o.slice(0,l)+M+o.slice(l)+D+h):o+D+(-2===l?e:h)}return[ct(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};let ft=class t{constructor({strings:e,_$litType$:o},r){let i;this.parts=[];let n=0,a=0;const s=e.length-1,c=this.parts,[l,f]=lt(e,o);if(this.el=t.createElement(l,r),st.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=st.nextNode())&&c.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(M)){const e=f[a++],o=i.getAttribute(t).split(D),r=/([.?@])?(.*)/.exec(e);c.push({type:1,index:n,name:r[2],strings:o,ctor:"."===r[1]?yt:"?"===r[1]?gt:"@"===r[1]?bt:dt}),i.removeAttribute(t)}else t.startsWith(D)&&(c.push({type:6,index:n}),i.removeAttribute(t));if(ot.test(i.tagName)){const t=i.textContent.split(D),e=t.length-1;if(e>0){i.textContent=B?B.emptyScript:"";for(let o=0;o<e;o++)i.append(t[o],_()),st.nextNode(),c.push({type:2,index:++n});i.append(t[e],_())}}}else if(8===i.nodeType)if(i.data===T)c.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(D,t+1));)c.push({type:7,index:n}),t+=D.length-1}n++}}static createElement(t,e){const o=Z.createElement("template");return o.innerHTML=t,o}};function ht(t,e,o=t,r){if(e===it)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const n=H(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=ht(t,i._$AS(t,e.values),i,r)),e}let ut=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??Z).importNode(e,!0);st.currentNode=r;let i=st.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new pt(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new mt(i,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(i=st.nextNode(),n++)}return st.currentNode=Z,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++}},pt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=nt,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=ht(this,t,e),H(t)?t===nt||null==t||""===t?(this._$AH!==nt&&this._$AR(),this._$AH=nt):t!==this._$AH&&t!==it&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):q(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!==nt&&H(this._$AH)?this._$AA.nextSibling.data=t:this.$(Z.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=ft.createElement(ct(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new ut(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=at.get(t.strings);return void 0===e&&at.set(t.strings,e=new ft(t)),e}T(e){G(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(_()),this.k(_()),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))}},dt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=nt,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=nt}_$AI(t,e=this,o,r){const i=this.strings;let n=!1;if(void 0===i)t=ht(this,t,e,0),n=!H(t)||t!==this._$AH&&t!==it,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=ht(this,r[o+a],e,a),s===it&&(s=this._$AH[a]),n||=!H(s)||s!==this._$AH[a],s===nt?t=nt:t!==nt&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===nt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},yt=class extends dt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===nt?void 0:t}},gt=class extends dt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==nt)}},bt=class extends dt{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=ht(this,t,e,0)??nt)===it)return;const o=this._$AH,r=t===nt&&o!==nt||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==nt&&(o===nt||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)}},mt=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){ht(this,t)}};const vt={j:M,P:D,A:T,C:1,M:lt,L:ut,R:q,V:ht,D:pt,I:dt,H:gt,N:bt,U:yt,B:mt},xt=P.litHtmlPolyfillSupport;xt?.(ft,pt),(P.litHtmlVersions??=[]).push("3.1.0");
62
+ /**
63
+ * @license
64
+ * Copyright 2019 Google LLC
65
+ * SPDX-License-Identifier: BSD-3-Clause
66
+ */
67
+ const Ot=globalThis,wt=Ot.ShadowRoot&&(void 0===Ot.ShadyCSS||Ot.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,St=Symbol(),Nt=new WeakMap;let Ct=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==St)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(wt&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=Nt.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&Nt.set(e,t))}return t}toString(){return this.cssText}};const Et=t=>new Ct("string"==typeof t?t:t+"",void 0,St),$t=(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 Ct(o,t,St)},Rt=wt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return Et(e)})(t):t
68
+ /**
69
+ * @license
70
+ * Copyright 2017 Google LLC
71
+ * SPDX-License-Identifier: BSD-3-Clause
72
+ */,{is:kt,defineProperty:Ut,getOwnPropertyDescriptor:It,getOwnPropertyNames:Lt,getOwnPropertySymbols:At,getPrototypeOf:Wt}=Object,jt=globalThis,Ft=jt.trustedTypes,Pt=Ft?Ft.emptyScript:"",Bt=jt.reactiveElementPolyfillSupport,Kt=(t,e)=>t,Mt={toAttribute(t,e){switch(e){case Boolean:t=t?Pt: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}},Dt=(t,e)=>!kt(t,e),Tt={attribute:!0,type:String,converter:Mt,reflect:!1,hasChanged:Dt};Symbol.metadata??=Symbol("metadata"),jt.litPropertyMetadata??=new WeakMap;let zt=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=Tt){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&&Ut(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=It(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)??Tt}static _$Ei(){if(this.hasOwnProperty(Kt("elementProperties")))return;const t=Wt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Kt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Kt("properties"))){const t=this.properties,e=[...Lt(t),...At(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(Rt(t))}else void 0!==t&&e.push(Rt(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,e)=>{if(wt)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of e){const e=document.createElement("style"),r=Ot.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}})(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:Mt).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:Mt;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??Dt)(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){}};zt.elementStyles=[],zt.shadowRootOptions={mode:"open"},zt[Kt("elementProperties")]=new Map,zt[Kt("finalized")]=new Map,Bt?.({ReactiveElement:zt}),(jt.reactiveElementVersions??=[]).push("2.0.2");
73
+ /**
74
+ * @license
75
+ * Copyright 2017 Google LLC
76
+ * SPDX-License-Identifier: BSD-3-Clause
77
+ */
78
+ const Zt=globalThis,_t=Zt.trustedTypes,Ht=_t?_t.createPolicy("lit-html",{createHTML:t=>t}):void 0,Gt="$lit$",qt=`lit$${(Math.random()+"").slice(9)}$`,Vt="?"+qt,Yt=`<${Vt}>`,Xt=document,Jt=()=>Xt.createComment(""),Qt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,te=Array.isArray,ee="[ \t\n\f\r]",oe=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,re=/-->/g,ie=/>/g,ne=RegExp(`>|${ee}(?:([^\\s"'>=/]+)(${ee}*=${ee}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ae=/'/g,se=/"/g,ce=/^(?:script|style|textarea|title)$/i,le=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),fe=Symbol.for("lit-noChange"),he=Symbol.for("lit-nothing"),ue=new WeakMap,pe=Xt.createTreeWalker(Xt,129);function de(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Ht?Ht.createHTML(e):e}class ye{constructor({strings:t,_$litType$:e},o){let r;this.parts=[];let i=0,n=0;const a=t.length-1,s=this.parts,[c,l]=((t,e)=>{const o=t.length-1,r=[];let i,n=2===e?"<svg>":"",a=oe;for(let e=0;e<o;e++){const o=t[e];let s,c,l=-1,f=0;for(;f<o.length&&(a.lastIndex=f,c=a.exec(o),null!==c);)f=a.lastIndex,a===oe?"!--"===c[1]?a=re:void 0!==c[1]?a=ie:void 0!==c[2]?(ce.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=ne):void 0!==c[3]&&(a=ne):a===ne?">"===c[0]?(a=i??oe,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?ne:'"'===c[3]?se:ae):a===se||a===ae?a=ne:a===re||a===ie?a=oe:(a=ne,i=void 0);const h=a===ne&&t[e+1].startsWith("/>")?" ":"";n+=a===oe?o+Yt:l>=0?(r.push(s),o.slice(0,l)+Gt+o.slice(l)+qt+h):o+qt+(-2===l?e:h)}return[de(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),r]})(t,e);if(this.el=ye.createElement(c,o),pe.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=pe.nextNode())&&s.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Gt)){const e=l[n++],o=r.getAttribute(t).split(qt),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:i,name:a[2],strings:o,ctor:"."===a[1]?ve:"?"===a[1]?xe:"@"===a[1]?Oe:me}),r.removeAttribute(t)}else t.startsWith(qt)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(ce.test(r.tagName)){const t=r.textContent.split(qt),e=t.length-1;if(e>0){r.textContent=_t?_t.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],Jt()),pe.nextNode(),s.push({type:2,index:++i});r.append(t[e],Jt())}}}else if(8===r.nodeType)if(r.data===Vt)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(qt,t+1));)s.push({type:7,index:i}),t+=qt.length-1}i++}}static createElement(t,e){const o=Xt.createElement("template");return o.innerHTML=t,o}}function ge(t,e,o=t,r){if(e===fe)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const n=Qt(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=ge(t,i._$AS(t,e.values),i,r)),e}let be=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=he,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=ge(this,t,e),Qt(t)?t===he||null==t||""===t?(this._$AH!==he&&this._$AR(),this._$AH=he):t!==this._$AH&&t!==fe&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>te(t)||"function"==typeof t?.[Symbol.iterator])(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!==he&&Qt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Xt.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=ye.createElement(de(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new 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??Xt).importNode(e,!0);pe.currentNode=r;let i=pe.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new be(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new we(i,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(i=pe.nextNode(),n++)}return pe.currentNode=Xt,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++}}(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=ue.get(t.strings);return void 0===e&&ue.set(t.strings,e=new ye(t)),e}T(e){te(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(Jt()),this.k(Jt()),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))}},me=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=he,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=he}_$AI(t,e=this,o,r){const i=this.strings;let n=!1;if(void 0===i)t=ge(this,t,e,0),n=!Qt(t)||t!==this._$AH&&t!==fe,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=ge(this,r[o+a],e,a),s===fe&&(s=this._$AH[a]),n||=!Qt(s)||s!==this._$AH[a],s===he?t=he:t!==he&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===he?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},ve=class extends me{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===he?void 0:t}},xe=class extends me{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==he)}},Oe=class extends me{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=ge(this,t,e,0)??he)===fe)return;const o=this._$AH,r=t===he&&o!==he||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==he&&(o===he||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)}},we=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){ge(this,t)}};const Se=Zt.litHtmlPolyfillSupport;Se?.(ye,be),(Zt.litHtmlVersions??=[]).push("3.1.0");
79
+ /**
80
+ * @license
81
+ * Copyright 2017 Google LLC
82
+ * SPDX-License-Identifier: BSD-3-Clause
83
+ */
84
+ let Ne=class extends zt{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=((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 be(e.insertBefore(Jt(),t),t,void 0,o??{})}return i._$AI(t),i})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return fe}};Ne._$litElement$=!0,Ne.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Ne});const Ce=globalThis.litElementPolyfillSupport;Ce?.({LitElement:Ne}),(globalThis.litElementVersions??=[]).push("4.0.2");const Ee=t=>"string"==typeof t?Et(t):t;class $e{static create(t,e,o,r){const i=t=>Ee(null!=t?t:r),n=$t`var(${Ee(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>$t`var(${Ee(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=$t`var(${Ee(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=>$t`var(${Ee(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):Ee(null!=e?e:t.lastResortDefaultValue()),r=$t`var(${Ee(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=>$t`var(${Ee(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function Re(t,e){return Ee(`${t.name}: ${e}`)}const ke={colorWhite:$e.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:$e.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:$e.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:$e.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:$e.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:$e.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:$e.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:$e.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:$e.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:$e.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:$e.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:$e.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:$e.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:$e.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:$e.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:$e.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:$e.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:$e.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:$e.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:$e.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:$e.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:$e.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:$e.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:$e.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:$e.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:$e.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:$e.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:$e.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:$e.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:$e.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:$e.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:$e.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:$e.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:$e.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:$e.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:$e.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:$e.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:$e.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:$e.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:$e.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:$e.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:$e.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:$e.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:$e.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:$e.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:$e.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:$e.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:$e.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:$e.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:$e.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:$e.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:$e.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:$e.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:$e.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:$e.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:$e.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:$e.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:$e.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:$e.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:$e.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:$e.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:$e.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:$e.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:$e.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:$e.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:$e.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:$e.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:$e.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:$e.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:$e.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:$e.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:$e.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:$e.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:$e.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:$e.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:$e.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:$e.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:$e.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:$e.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:$e.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:$e.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:$e.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:$e.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:$e.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:$e.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:$e.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:$e.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:$e.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:$e.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:$e.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:$e.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:$e.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:$e.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:$e.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:$e.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:$e.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:$e.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:$e.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:$e.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:$e.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:$e.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:$e.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:$e.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:$e.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:$e.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:$e.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:$e.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:$e.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:$e.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:$e.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:$e.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:$e.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:$e.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:$e.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:$e.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:$e.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:$e.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:$e.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:$e.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:$e.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:$e.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:$e.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:$e.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:$e.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:$e.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:$e.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:$e.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:$e.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:$e.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:$e.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:$e.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:$e.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:$e.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:$e.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:$e.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:$e.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:$e.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:$e.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:$e.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:$e.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:$e.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:$e.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:$e.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:$e.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:$e.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:$e.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:$e.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:$e.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:$e.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:$e.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:$e.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:$e.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:$e.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:$e.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:$e.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:$e.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:$e.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:$e.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:$e.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:$e.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:$e.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:$e.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:$e.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:$e.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:$e.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:$e.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:$e.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:$e.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:$e.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:$e.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:$e.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:$e.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:$e.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:$e.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:$e.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:$e.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:$e.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:$e.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:$e.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:$e.create("--ft-icon-size-6","","SIZE","48px"),opacity0:$e.create("--ft-opacity-0","","NUMBER","0"),opacity8:$e.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:$e.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:$e.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:$e.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:$e.create("--ft-opacity-80","","NUMBER","0.8")},Ue={display:{fontFamily:$e.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:$e.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:$e.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:$e.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:$e.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:$e.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:$e.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:$e.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:$e.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:$e.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:$e.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:$e.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:$e.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:$e.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:$e.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:$e.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:$e.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:$e.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:$e.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:$e.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:$e.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:$e.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:$e.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:$e.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:$e.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:$e.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:$e.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:$e.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:$e.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:$e.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:$e.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:$e.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:$e.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:$e.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:$e.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:$e.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:$e.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:$e.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:$e.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:$e.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:$e.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:$e.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:$e.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:$e.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:$e.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:$e.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:$e.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:$e.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:$e.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:$e.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:$e.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:$e.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:$e.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:$e.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:$e.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:$e.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:$e.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:$e.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:$e.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:$e.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:$e.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:$e.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:$e.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:$e.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:$e.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:$e.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:$e.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:$e.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:$e.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:$e.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:$e.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:$e.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:$e.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:$e.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:$e.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:$e.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:$e.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:$e.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:$e.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:$e.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:$e.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:$e.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:$e.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:$e.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:$e.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:$e.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:$e.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:$e.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:$e.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:$e.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:$e.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:$e.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:$e.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:$e.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:$e.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:$e.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:$e.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:$e.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:$e.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:$e.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:$e.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:$e.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:$e.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:$e.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:$e.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:$e.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:$e.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:$e.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:$e.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:$e.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:$e.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:$e.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:$e.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:$e.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:$e.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:$e.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:$e.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Ie={backgroundActionPrimary:$e.extend("--ft-background-action-primary","Used as backgorund of primary action components.",ke.colorBrand0),backgroundErrorPrimary:$e.extend("--ft-background-error-primary","Used as background of error components.",ke.colorRed0),backgroundErrorSubtle:$e.extend("--ft-background-error-subtle","Used as background of subtle error components.",ke.colorRed10),backgroundInfoPrimary:$e.extend("--ft-background-info-primary","Used as background of information components.",ke.colorCyan200),backgroundInfoSubtle:$e.extend("--ft-background-info-subtle","Used as background of subtle information components.",ke.colorCyan10),backgroundWarningPrimary:$e.extend("--ft-background-warning-primary","Used as background of warning components.",ke.colorOrange300),backgroundWarningSubtle:$e.extend("--ft-background-warning-subtle","Used as background of subtle information components.",ke.colorOrange10),backgroundSuccessPrimary:$e.extend("--ft-background-success-primary","Used as background of success components.",ke.colorGreen200),backgroundSuccessSubtle:$e.extend("--ft-background-success-subtle","Used as background of subtle success components.",ke.colorGreen10),backgroundGlobalSurface:$e.extend("--ft-background-global-surface","Used as app background.",ke.colorWhite),backgroundGlobalOnSurface:$e.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",ke.colorGray10),backgroundGlobalOnSurfaceDark:$e.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",ke.colorGray30),contentActionPrimary:$e.extend("--ft-content-action-primary","Used on label of primary action on light surface.",ke.colorBrand0),contentWarningPrimary:$e.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",ke.colorOrange300),contentWarningIconOnly:$e.extend("--ft-content-warning-icon-only","Used on warning status icons alone",ke.colorOrange0),contentErrorPrimary:$e.extend("--ft-content-error-primary","Used on label of error messages on light surface.",ke.colorRed0),contentErrorIconOnly:$e.extend("--ft-content-error-icon-only","Used on error status icons alone",ke.colorRed0),contentInfoPrimary:$e.extend("--ft-content-info-primary","Used on label of information messages on light surface.",ke.colorCyan200),contentInfoIconOnly:$e.extend("--ft-content-info-icon-only","Used on info status icons alone",ke.colorCyan0),contentSuccessIconOnly:$e.extend("--ft-content-success-icon-only","Used on success status icons alone",ke.colorGreen0),contentSuccessPrimary:$e.extend("--ft-content-success-primary","Used on label of success messages on light surface.",ke.colorGreen200),contentGlobalPrimary:$e.extend("--ft-content-global-primary","Used for main content on the page.",ke.colorGray500),contentGlobalSecondary:$e.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",ke.colorGray200),contentGlobalSubtle:$e.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",ke.colorGray0),contentGlobalOnColor:$e.extend("--ft-content-global-on-color","Used for content on a dominant color.",ke.colorWhite),borderActionPrimary:$e.extend("--ft-border-action-primary","Used as border for primary action components.",ke.colorBrand0),borderActionFocusRing:$e.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",ke.colorCyan0),borderWarningPrimary:$e.extend("--ft-border-warning-primary","Used as border for warning components.",ke.colorOrange30),borderSuccessPrimary:$e.extend("--ft-border-success-primary","Used as border for success components.",ke.colorGreen30),borderErrorPrimary:$e.extend("--ft-border-error-primary","Used as border for error components.",ke.colorRed30),borderInfoPrimary:$e.extend("--ft-border-info-primary","Used as border for information components.",ke.colorCyan30),borderGlobalSubtle:$e.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",ke.colorGray30),borderGlobalPrimary:$e.extend("--ft-border-global-primary","Used as border for element like input.",ke.colorGray50),borderInputPrimary:$e.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",ke.colorGray80)},Le={largeHeight:$e.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:$e.extend("--ft-button-large-horizontal-padding","",ke.spacing4),largeGap:$e.extend("--ft-button-large-gap","",ke.spacing2),largeBorderRadius:$e.extend("--ft-button-large-border-radius","",ke.borderRadiusS),largeIconSize:$e.extend("--ft-button-large-icon-size","",ke.iconSize3),largeBorderWidth:$e.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:$e.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:$e.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:$e.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:$e.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:$e.extend("--ft-button-small-horizontal-padding","",ke.spacing3),smallGap:$e.extend("--ft-button-small-gap","",ke.spacing2),smallBorderRadius:$e.extend("--ft-button-small-border-radius","",ke.borderRadiusS),smallIconSize:$e.extend("--ft-button-small-icon-size","",ke.iconSize2),smallBorderWidth:$e.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:$e.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:$e.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:$e.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:$e.extend("--ft-button-primary-background-color","",Ie.backgroundActionPrimary),primaryColor:$e.extend("--ft-button-primary-color","",Ie.contentGlobalOnColor),primaryIconColor:$e.extend("--ft-button-primary-icon-color","",Ie.contentGlobalOnColor),primaryStateLayerColor:$e.extend("--ft-button-primary-state-layer-color","",Ie.contentGlobalOnColor),primaryStateLayerOpacityHover:$e.extend("--ft-button-primary-state-layer-opacity-hover","",ke.opacity16),primaryStateLayerOpacityFocus:$e.extend("--ft-button-primary-state-layer-opacity-focus","",ke.opacity16),primaryStateLayerOpacityActive:$e.extend("--ft-button-primary-state-layer-opacity-active","",ke.opacity24),primaryComponentOpacityDisabled:$e.extend("--ft-button-primary-component-opacity-disabled","",ke.opacity40),focusFocusRingColor:$e.extend("--ft-button-focus-focus-ring-color","",Ie.borderActionFocusRing),tertiaryBackgroundColor:$e.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:$e.extend("--ft-button-tertiary-color","",Ie.contentActionPrimary),tertiaryIconColor:$e.extend("--ft-button-tertiary-icon-color","",Ie.contentActionPrimary),tertiaryStateLayerColor:$e.extend("--ft-button-tertiary-state-layer-color","",Ie.contentActionPrimary),tertiaryStateLayerOpacityHover:$e.extend("--ft-button-tertiary-state-layer-opacity-hover","",ke.opacity8),tertiaryStateLayerOpacityFocus:$e.extend("--ft-button-tertiary-state-layer-opacity-focus","",ke.opacity8),tertiaryStateLayerOpacityActive:$e.extend("--ft-button-tertiary-state-layer-opacity-active","",ke.opacity16),tertiaryComponentOpacityDisabled:$e.extend("--ft-button-tertiary-component-opacity-disabled","",ke.opacity40),secondaryBackgroundColor:$e.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:$e.extend("--ft-button-secondary-color","",Ie.contentActionPrimary),secondaryIconColor:$e.extend("--ft-button-secondary-icon-color","",Ie.contentActionPrimary),secondaryStateLayerColor:$e.extend("--ft-button-secondary-state-layer-color","",Ie.contentActionPrimary),secondaryStateLayerOpacityHover:$e.extend("--ft-button-secondary-state-layer-opacity-hover","",ke.opacity8),secondaryStateLayerOpacityFocus:$e.extend("--ft-button-secondary-state-layer-opacity-focus","",ke.opacity8),secondaryStateLayerOpacityActive:$e.extend("--ft-button-secondary-state-layer-opacity-active","",ke.opacity16),secondaryComponentOpacityDisabled:$e.extend("--ft-button-secondary-component-opacity-disabled","",ke.opacity40),secondaryBorderColor:$e.extend("--ft-button-secondary-border-color","",Ie.borderActionPrimary),neutralBackgroundColor:$e.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:$e.extend("--ft-button-neutral-icon-color","",Ie.contentGlobalSecondary),neutralColor:$e.extend("--ft-button-neutral-color","",Ie.contentGlobalSecondary),neutralStateLayerColor:$e.extend("--ft-button-neutral-state-layer-color","",Ie.contentGlobalSecondary),neutralStateLayerOpacityHover:$e.extend("--ft-button-neutral-state-layer-opacity-hover","",ke.opacity8),neutralStateLayerOpacityFocus:$e.extend("--ft-button-neutral-state-layer-opacity-focus","",ke.opacity8),neutralStateLayerOpacityActive:$e.extend("--ft-button-neutral-state-layer-opacity-active","",ke.opacity16),neutralComponentOpacityDisabled:$e.extend("--ft-button-neutral-component-opacity-disabled","",ke.opacity40)};$e.extend("--ft-tabs-top-left-border-radius","",ke.borderRadiusS),$e.extend("--ft-tabs-top-right-border-radius","",ke.borderRadiusS),$e.extend("--ft-tabs-label-horizontal-padding","",ke.spacing4),$e.extend("--ft-tabs-label-vertical-padding","",ke.spacing3),$e.extend("--ft-tabs-label-gap","",ke.spacing1),$e.extend("--ft-switch-group-horizontal-padding","",ke.spacing1),$e.extend("--ft-switch-group-vertical-padding","",ke.spacing1),$e.extend("--ft-switch-group-gap","",ke.spacing1),$e.extend("--ft-switch-group-background-color","",Ie.backgroundGlobalSurface),$e.extend("--ft-switch-group-border-color","",Ie.borderGlobalSubtle),$e.create("--ft-switch-group-border-radius","","SIZE","6px"),$e.extend("--ft-switch-label-horizontal-padding","",ke.spacing2),$e.extend("--ft-switch-label-vertical-padding","",ke.spacing1),$e.extend("--ft-switch-icon-horizontal-padding","",ke.spacing1),$e.extend("--ft-switch-icon-vertical-padding","",ke.spacing1),$e.create("--ft-switch-focus-outline-width","","SIZE","2px"),$e.extend("--ft-switch-focus-focus-ring-color","",Ie.borderActionFocusRing),$e.extend("--ft-switch-option-border-radius","",ke.borderRadiusS),$e.extend("--ft-switch-off-state-layer-opacity-hover","",ke.opacity8),$e.extend("--ft-switch-off-state-layer-opacity-focus","",ke.opacity8),$e.extend("--ft-switch-off-state-layer-opacity-active","",ke.opacity16),$e.extend("--ft-switch-off-component-opacity-disabled","",ke.opacity40),$e.extend("--ft-switch-off-color","",Ie.contentGlobalSubtle),$e.extend("--ft-switch-off-state-layer-color","",Ie.contentGlobalSubtle),$e.extend("--ft-chart-1-light","for area color charts",ke.colorBrand40),$e.extend("--ft-chart-1-base","for line charts",ke.colorBrand0),$e.extend("--ft-chart-2-light","for area color charts",ke.colorYellow60),$e.extend("--ft-chart-2-base","for line charts",ke.colorYellow100),$e.extend("--ft-chart-3-light","",ke.colorUltramarine40),$e.extend("--ft-chart-3-base","",ke.colorUltramarine70),$e.extend("--ft-chart-4-light","",ke.colorCyan50),$e.extend("--ft-chart-4-base","",ke.colorCyan100),$e.extend("--ft-chart-5-light","",ke.colorRed40),$e.extend("--ft-chart-5-base","",ke.colorRed60),$e.extend("--ft-chart-6-light","",ke.colorGreen40),$e.extend("--ft-chart-6-base","",ke.colorGreen70),$e.extend("--ft-chart-7-light","",ke.colorOrange70),$e.extend("--ft-chart-7-base","",ke.colorOrange100),$e.extend("--ft-chart-8-light","",ke.colorAvocado70),$e.extend("--ft-chart-8-base","",ke.colorAvocado200),$e.extend("--ft-chart-9-light","",ke.colorBrown50),$e.extend("--ft-chart-9-base","",ke.colorBrown200),$e.extend("--ft-chart-10-light","",ke.colorGray50),$e.extend("--ft-chart-10-base","",ke.colorGray80),$e.extend("--ft-chart-monochrome-10","",ke.colorBrand10),$e.extend("--ft-chart-monochrome-20","",ke.colorBrand20),$e.extend("--ft-chart-monochrome-30","",ke.colorBrand40),$e.extend("--ft-chart-monochrome-40","",ke.colorBrand60),$e.extend("--ft-chart-monochrome-50","",ke.colorBrand0),$e.extend("--ft-chart-monochrome-60","",ke.colorBrand200),$e.extend("--ft-chip-large-horizontal-padding","",ke.spacing4),$e.extend("--ft-chip-large-vertical-padding","",ke.spacing2),$e.extend("--ft-chip-large-gap","",ke.spacing1),$e.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),$e.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),$e.extend("--ft-chip-large-border-radius","",ke.borderRadiusPill),$e.create("--ft-chip-large-border-width","","SIZE","1px"),$e.extend("--ft-chip-large-icon-size","",ke.iconSize3),$e.extend("--ft-chip-medium-horizontal-padding","",ke.spacing3),$e.extend("--ft-chip-medium-vertical-padding","",ke.spacing1),$e.extend("--ft-chip-medium-gap","",ke.spacing1),$e.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),$e.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),$e.extend("--ft-chip-medium-border-radius","",ke.borderRadiusPill),$e.create("--ft-chip-medium-border-width","","SIZE","1px"),$e.extend("--ft-chip-medium-icon-size","",ke.iconSize2),$e.extend("--ft-chip-small-horizontal-padding","",ke.spacing2),$e.extend("--ft-chip-small-vertical-padding","",ke.spacing05),$e.extend("--ft-chip-small-gap","",ke.spacing1),$e.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),$e.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),$e.extend("--ft-chip-small-border-radius","",ke.borderRadiusPill),$e.create("--ft-chip-small-border-width","","SIZE","1px"),$e.extend("--ft-chip-small-icon-size","",ke.iconSize1),$e.extend("--ft-chip-neutral-background-color","",Ie.backgroundGlobalOnSurface),$e.extend("--ft-chip-neutral-color","",Ie.contentGlobalPrimary),$e.extend("--ft-chip-neutral-border-color","",Ie.borderGlobalSubtle),$e.extend("--ft-chip-info-background-color","",Ie.backgroundInfoSubtle),$e.extend("--ft-chip-info-color","",Ie.contentInfoPrimary),$e.extend("--ft-chip-info-border-color","",Ie.borderInfoPrimary),$e.extend("--ft-chip-success-background-color","",Ie.backgroundSuccessSubtle),$e.extend("--ft-chip-success-color","",Ie.contentSuccessPrimary),$e.extend("--ft-chip-success-border-color","",Ie.borderSuccessPrimary),$e.extend("--ft-chip-warning-background-color","",Ie.backgroundWarningSubtle),$e.extend("--ft-chip-warning-color","",Ie.contentWarningPrimary),$e.extend("--ft-chip-warning-border-color","",Ie.borderWarningPrimary),$e.extend("--ft-chip-error-background-color","",Ie.backgroundErrorSubtle),$e.extend("--ft-chip-error-color","",Ie.contentErrorPrimary),$e.extend("--ft-chip-error-border-color","",Ie.borderErrorPrimary),$e.create("--ft-notice-border-width","","SIZE","1px"),$e.extend("--ft-notice-horizontal-padding","",ke.spacing2),$e.extend("--ft-notice-vertical-padding","",ke.spacing1),$e.extend("--ft-notice-border-radius","",ke.borderRadiusS),$e.extend("--ft-notice-gap","",ke.spacing2),$e.extend("--ft-notice-icon-size","",ke.iconSize3),$e.extend("--ft-notice-info-background-color","",Ie.backgroundInfoSubtle),$e.extend("--ft-notice-info-border-color","",Ie.borderInfoPrimary),$e.extend("--ft-notice-info-color","",Ie.contentInfoPrimary),$e.extend("--ft-notice-warning-background-color","",Ie.backgroundWarningSubtle),$e.extend("--ft-notice-warning-border-color","",Ie.borderWarningPrimary),$e.extend("--ft-notice-warning-color","",Ie.contentWarningPrimary),$e.extend("--ft-checkbox-label-color","",Ie.contentGlobalPrimary),$e.extend("--ft-checkbox-checked-background-color","",Ie.contentActionPrimary),$e.extend("--ft-checkbox-checked-state-layer-color","",Ie.contentActionPrimary),$e.extend("--ft-checkbox-checked-color","",Ie.contentGlobalOnColor),$e.extend("--ft-checkbox-checked-state-layer-opacity-hover","",ke.opacity16),$e.extend("--ft-checkbox-checked-state-layer-opacity-focus","",ke.opacity16),$e.extend("--ft-checkbox-checked-state-layer-opacity-active","",ke.opacity24),$e.extend("--ft-checkbox-checked-component-opacity-disabled","",ke.opacity40),$e.extend("--ft-checkbox-unchecked-border-color","",ke.colorGray80),$e.extend("--ft-checkbox-unchecked-state-layer-color","",ke.colorGray80),$e.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",ke.opacity16),$e.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",ke.opacity16),$e.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",ke.opacity24),$e.extend("--ft-checkbox-unchecked-component-opacity-disabled","",ke.opacity40),$e.extend("--ft-checkbox-focus-focus-ring-color","",Ie.borderActionFocusRing),$e.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),$e.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),$e.extend("--ft-checkbox-gap","",ke.spacing3),$e.extend("--ft-toggle-off-state-layer-opacity-hover","",ke.opacity16),$e.extend("--ft-toggle-off-state-layer-opacity-focus","",ke.opacity16),$e.extend("--ft-toggle-off-state-layer-opacity-active","",ke.opacity24),$e.extend("--ft-toggle-off-component-opacity-disabled","",ke.opacity40),$e.extend("--ft-toggle-off-background-color","",Ie.contentGlobalSubtle),$e.extend("--ft-toggle-off-icon-color","",Ie.contentGlobalSubtle),$e.extend("--ft-toggle-off-state-layer-color","",Ie.contentGlobalSubtle),$e.extend("--ft-toggle-on-state-layer-opacity-hover","",ke.opacity16),$e.extend("--ft-toggle-on-state-layer-opacity-focus","",ke.opacity16),$e.extend("--ft-toggle-on-state-layer-opacity-active","",ke.opacity24),$e.extend("--ft-toggle-on-component-opacity-disabled","",ke.opacity40),$e.extend("--ft-toggle-on-background-color","",Ie.contentActionPrimary),$e.extend("--ft-toggle-on-icon-color","",Ie.contentActionPrimary),$e.extend("--ft-toggle-on-state-layer-color","",Ie.contentActionPrimary),$e.extend("--ft-toggle-label-color","",Ie.contentGlobalPrimary),$e.extend("--ft-toggle-focus-focus-ring-color","",Ie.borderActionFocusRing),$e.extend("--ft-toggle-gap","",ke.spacing3),$e.extend("--ft-radio-label-color","",Ie.contentGlobalPrimary),$e.extend("--ft-radio-selected-color","",Ie.contentActionPrimary),$e.extend("--ft-radio-selected-state-layer-color","",Ie.contentActionPrimary),$e.extend("--ft-radio-selected-state-layer-opacity-hover","",ke.opacity16),$e.extend("--ft-radio-selected-state-layer-opacity-focus","",ke.opacity16),$e.extend("--ft-radio-selected-state-layer-opacity-active","",ke.opacity24),$e.extend("--ft-radio-selected-component-opacity-disabled","",ke.opacity40),$e.extend("--ft-radio-unselected-state-layer-color","",ke.colorGray80),$e.extend("--ft-radio-unselected-state-layer-opacity-hover","",ke.opacity16),$e.extend("--ft-radio-unselected-state-layer-opacity-focus","",ke.opacity16),$e.extend("--ft-radio-unselected-state-layer-opacity-active","",ke.opacity24),$e.extend("--ft-radio-unselected-component-opacity-disabled","",ke.opacity40),$e.extend("--ft-radio-focus-focus-ring-color","",Ie.borderActionFocusRing),$e.create("--ft-radio-focus-outline-offset","","SIZE","3px"),$e.create("--ft-radio-focus-outline-width","","SIZE","2px"),$e.extend("--ft-radio-gap","",ke.spacing3),$e.extend("--ft-notification-icon-size","",ke.iconSize4),$e.extend("--ft-notification-horizontal-padding","",ke.spacing4),$e.extend("--ft-notification-vertical-padding","",ke.spacing4),$e.extend("--ft-notification-info-background-color","",Ie.backgroundInfoSubtle),$e.extend("--ft-notification-info-color","",Ie.contentInfoPrimary),$e.extend("--ft-notification-info-border-color","",Ie.borderInfoPrimary),$e.extend("--ft-notification-success-background-color","",Ie.backgroundSuccessSubtle),$e.extend("--ft-notification-success-color","",Ie.contentSuccessPrimary),$e.extend("--ft-notification-success-border-color","",Ie.borderSuccessPrimary),$e.extend("--ft-notification-warning-background-color","",Ie.backgroundWarningSubtle),$e.extend("--ft-notification-warning-color","",Ie.contentWarningPrimary),$e.extend("--ft-notification-warning-border-color","",Ie.borderWarningPrimary),$e.extend("--ft-notification-error-background-color","",Ie.backgroundErrorSubtle),$e.extend("--ft-notification-error-color","",Ie.contentErrorPrimary),$e.extend("--ft-notification-error-border-color","",Ie.borderErrorPrimary),$e.extend("--ft-notification-border-radius","",ke.borderRadiusPill),$e.create("--ft-notification-border-width","","SIZE","1px"),$e.extend("--ft-notification-gap-leading","",ke.spacing2),$e.extend("--ft-notification-gap-trailing","",ke.spacing8);const Ae={colorPrimary:$e.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:$e.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:$e.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:$e.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:$e.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:$e.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:$e.create("--ft-color-error","","COLOR","#B00020"),colorOutline:$e.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:$e.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:$e.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:$e.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:$e.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:$e.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:$e.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:$e.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:$e.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:$e.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:$e.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:$e.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:$e.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:$e.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:$e.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:$e.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:$e.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:$e.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:$e.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:$e.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:$e.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:$e.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:$e.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:$e.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:$e.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:$e.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:$e.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:$e.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:$e.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:$e.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:$e.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:$e.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:$e.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:$e.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:$e.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:$e.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:$e.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:$e.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:$e.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:$e.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:$e.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:$e.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:$e.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:$e.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:$e.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:$e.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:$e.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:$e.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:$e.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:$e.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:$e.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:$e.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:$e.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:$e.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:$e.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},We=window,je=We.ShadowRoot&&(void 0===We.ShadyCSS||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
85
+ /**
86
+ * @license
87
+ * Copyright 2019 Google LLC
88
+ * SPDX-License-Identifier: BSD-3-Clause
89
+ */class Fe extends Ne{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)=>{je?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=We.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Pe,Be=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 Ke=Symbol("constructorPrototype"),Me=Symbol("constructorName"),De=Symbol("exportpartsDebouncer");class Te extends Fe{constructor(){super(),this[Pe]=new n(5),this[Me]=this.constructor.name,this[Ke]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Me]&&Object.setPrototypeOf(this,this[Ke])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,o;if((null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==o?o:[]).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(){this[De].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,i,n,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=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=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const f=[...l.values()].flatMap((t=>c.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Pe=De,Be([k()],Te.prototype,"exportpartsPrefix",void 0),Be([F([])],Te.prototype,"exportpartsPrefixes",void 0),Be([k()],Te.prototype,"customStylesheet",void 0);const ze=$t`
90
+ .ft-no-text-select {
91
+ -webkit-touch-callout: none;
92
+ -webkit-user-select: none;
93
+ -khtml-user-select: none;
94
+ -moz-user-select: none;
95
+ -ms-user-select: none;
96
+ user-select: none;
97
+ }
98
+ `,Ze=$t`
99
+ .ft-word-wrap {
100
+ white-space: normal;
101
+ word-wrap: break-word;
102
+ -ms-word-break: break-all;
103
+ word-break: break-all;
104
+ word-break: break-word;
105
+ -ms-hyphens: auto;
106
+ -moz-hyphens: auto;
107
+ -webkit-hyphens: auto;
108
+ hyphens: auto
109
+ }
110
+ `,_e=$t`
111
+ .ft-safari-ellipsis-fix {
112
+ margin-right: 0;
113
+
114
+ }
115
+
116
+ .ft-safari-ellipsis-fix:after {
117
+ content: "\\0000a0";
118
+ display: inline-block;
119
+ width: 0;
120
+ }
121
+ `;class He{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()}}}function Ge(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var qe,Ve,Ye;const Xe=Symbol("internalReduxEventsUnsubscribers"),Je=Symbol("internalStoresUnsubscribers"),Qe=Symbol("internalStores");class to extends Te{constructor(){super(...arguments),this[qe]=new Map,this[Ve]=new Map,this[Ye]=[]}update(t){var e;super.update(t),(null===(e=this.reduxReactiveProperties)||void 0===e?void 0:e.some((e=>t.has(e))))&&this.updateFromStores()}getUnnamedStore(){if(this[Qe].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Qe].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Qe].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:Ge(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[Qe].delete(e)}setupStore(t,e){this[Qe].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Qe].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxProperties&&this.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[Je].has(t.store):this[Je].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[Je].set(t,e.subscribe((()=>this.updateFromStores()))),Ge(e)&&e.eventBus&&(null===(o=this.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[Xe].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Je].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[Xe].forEach((t=>t())),this[Xe]=[]}unsubscribeFromStore(t){this[Je].has(t)&&this[Je].get(t)(),this[Je].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function eo(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 oo(t){return!!t&&!!t[zo]}function ro(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)===Zo}(t)||Array.isArray(t)||!!t[To]||!!(null===(e=t.constructor)||void 0===e?void 0:e[To])||lo(t)||fo(t))}function io(t,e,o){void 0===o&&(o=!1),0===no(t)?(o?Object.keys:_o)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function no(t){var e=t[zo];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:lo(t)?2:fo(t)?3:0}function ao(t,e){return 2===no(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function so(t,e,o){var r=no(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function co(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function lo(t){return Bo&&t instanceof Map}function fo(t){return Ko&&t instanceof Set}function ho(t){return t.o||t.t}function uo(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Ho(t);delete e[zo];for(var o=_o(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 po(t,e){return void 0===e&&(e=!1),go(t)||oo(t)||!ro(t)||(no(t)>1&&(t.set=t.add=t.clear=t.delete=yo),Object.freeze(t),e&&io(t,(function(t,e){return po(e,!0)}),!0)),t}function yo(){eo(2)}function go(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function bo(t){var e=Go[t];return e||eo(18,t),e}function mo(){return Fo}function vo(t,e){e&&(bo("Patches"),t.u=[],t.s=[],t.v=e)}function xo(t){Oo(t),t.p.forEach(So),t.p=null}function Oo(t){t===Fo&&(Fo=t.l)}function wo(t){return Fo={p:[],l:Fo,h:t,m:!0,_:0}}function So(t){var e=t[zo];0===e.i||1===e.i?e.j():e.g=!0}function No(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||bo("ES5").S(e,t,r),r?(o[zo].P&&(xo(e),eo(4)),ro(t)&&(t=Co(e,t),e.l||$o(e,t)),e.u&&bo("Patches").M(o[zo].t,t,e.u,e.s)):t=Co(e,o,[]),xo(e),e.u&&e.v(e.u,e.s),t!==Do?t:void 0}function Co(t,e,o){if(go(e))return e;var r=e[zo];if(!r)return io(e,(function(i,n){return Eo(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return $o(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=uo(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),io(n,(function(e,n){return Eo(t,r,i,e,n,o,a)})),$o(t,i,!1),o&&t.u&&bo("Patches").N(r,o,t.u,t.s)}return r.o}function Eo(t,e,o,r,i,n,a){if(oo(i)){var s=Co(t,i,n&&e&&3!==e.i&&!ao(e.R,r)?n.concat(r):void 0);if(so(o,r,s),!oo(s))return;t.m=!1}else a&&o.add(i);if(ro(i)&&!go(i)){if(!t.h.D&&t._<1)return;Co(t,i),e&&e.A.l||$o(t,i)}}function $o(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&po(e,o)}function Ro(t,e){var o=t[zo];return(o?ho(o):t)[e]}function ko(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 Uo(t){t.P||(t.P=!0,t.l&&Uo(t.l))}function Io(t){t.o||(t.o=uo(t.t))}function Lo(t,e,o){var r=lo(e)?bo("MapSet").F(e,o):fo(e)?bo("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:mo(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=qo;o&&(i=[r],n=Vo);var a=Proxy.revocable(i,n),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(e,o):bo("ES5").J(e,o);return(o?o.A:mo()).p.push(r),r}function Ao(t){return oo(t)||eo(22,t),function t(e){if(!ro(e))return e;var o,r=e[zo],i=no(e);if(r){if(!r.P&&(r.i<4||!bo("ES5").K(r)))return r.t;r.I=!0,o=Wo(e,i),r.I=!1}else o=Wo(e,i);return io(o,(function(e,i){r&&function(t,e){return 2===no(t)?t.get(e):t[e]}(r.t,e)===i||so(o,e,t(i))})),3===i?new Set(o):o}(t)}function Wo(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return uo(t)}qe=Je,Ve=Qe,Ye=Xe;var jo,Fo,Po="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Bo="undefined"!=typeof Map,Ko="undefined"!=typeof Set,Mo="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Do=Po?Symbol.for("immer-nothing"):((jo={})["immer-nothing"]=!0,jo),To=Po?Symbol.for("immer-draftable"):"__$immer_draftable",zo=Po?Symbol.for("immer-state"):"__$immer_state",Zo=""+Object.prototype.constructor,_o="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Ho=Object.getOwnPropertyDescriptors||function(t){var e={};return _o(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},Go={},qo={get:function(t,e){if(e===zo)return t;var o=ho(t);if(!ao(o,e))return function(t,e,o){var r,i=ko(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||!ro(r)?r:r===Ro(t.t,e)?(Io(t),t.o[e]=Lo(t.A.h,r,t)):r},has:function(t,e){return e in ho(t)},ownKeys:function(t){return Reflect.ownKeys(ho(t))},set:function(t,e,o){var r=ko(ho(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=Ro(ho(t),e),n=null==i?void 0:i[zo];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(co(o,i)&&(void 0!==o||ao(t.t,e)))return!0;Io(t),Uo(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!==Ro(t.t,e)||e in t.t?(t.R[e]=!1,Io(t),Uo(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=ho(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(){eo(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){eo(12)}},Vo={};io(qo,(function(t,e){Vo[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),Vo.deleteProperty=function(t,e){return Vo.set.call(this,t,e,void 0)},Vo.set=function(t,e,o){return qo.set.call(this,t[0],e,o,t[0])};var Yo=function(){function t(t){var e=this;this.O=Mo,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&&eo(6),void 0!==r&&"function"!=typeof r&&eo(7),ro(t)){var s=wo(e),c=Lo(e,t,void 0),l=!0;try{a=o(c),l=!1}finally{l?xo(s):Oo(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return vo(s,r),No(t,s)}),(function(t){throw xo(s),t})):(vo(s,r),No(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Do&&(a=void 0),e.D&&po(a,!0),r){var f=[],h=[];bo("Patches").M(t,a,f,h),r(f,h)}return a}eo(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){ro(t)||eo(8),oo(t)&&(t=Ao(t));var e=wo(this),o=Lo(this,t,void 0);return o[zo].C=!0,Oo(e),o},e.finishDraft=function(t,e){var o=(t&&t[zo]).A;return vo(o,e),No(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Mo&&eo(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=bo("Patches").$;return oo(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),Xo=new Yo,Jo=Xo.produce;function Qo(t){return Qo="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},Qo(t)}function tr(t){var e=function(t,e){if("object"!==Qo(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==Qo(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Qo(e)?e:String(e)}function er(t,e,o){return(e=tr(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function or(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 rr(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?or(Object(o),!0).forEach((function(e){er(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):or(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function ir(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. "}Xo.produceWithPatches.bind(Xo),Xo.setAutoFreeze.bind(Xo),Xo.setUseProxies.bind(Xo),Xo.applyPatches.bind(Xo),Xo.createDraft.bind(Xo),Xo.finishDraft.bind(Xo);var nr="function"==typeof Symbol&&Symbol.observable||"@@observable",ar=function(){return Math.random().toString(36).substring(7).split("").join(".")},sr={INIT:"@@redux/INIT"+ar(),REPLACE:"@@redux/REPLACE"+ar(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ar()}};function cr(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(ir(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(ir(1));return o(cr)(t,e)}if("function"!=typeof t)throw new Error(ir(2));var i=t,n=e,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function f(){if(c)throw new Error(ir(3));return n}function h(t){if("function"!=typeof t)throw new Error(ir(4));if(c)throw new Error(ir(5));var e=!0;return l(),s.push(t),function(){if(e){if(c)throw new Error(ir(6));e=!1,l();var o=s.indexOf(t);s.splice(o,1),a=null}}}function u(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(ir(7));if(void 0===t.type)throw new Error(ir(8));if(c)throw new Error(ir(9));try{c=!0,n=i(n,t)}finally{c=!1}for(var e=a=s,o=0;o<e.length;o++){(0,e[o])()}return t}return u({type:sr.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ir(10));i=t,u({type:sr.REPLACE})}})[nr]=function(){var t,e=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ir(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[nr]=function(){return this},t},r}function lr(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:sr.INIT}))throw new Error(ir(12));if(void 0===o(void 0,{type:sr.PROBE_UNKNOWN_ACTION()}))throw new Error(ir(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 c=a[s],l=o[c],f=t[c],h=l(f,e);if(void 0===h)throw e&&e.type,new Error(ir(14));i[c]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function fr(){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 hr(){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(ir(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=fr.apply(void 0,n)(o.dispatch),rr(rr({},o),{},{dispatch:r})}}}function ur(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 pr=ur();pr.withExtraArgument=ur;var dr,yr=pr,gr=(dr=function(t,e){return dr=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])},dr(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}dr(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),br=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])}}},mr=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},vr=Object.defineProperty,xr=Object.defineProperties,Or=Object.getOwnPropertyDescriptors,wr=Object.getOwnPropertySymbols,Sr=Object.prototype.hasOwnProperty,Nr=Object.prototype.propertyIsEnumerable,Cr=function(t,e,o){return e in t?vr(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Er=function(t,e){for(var o in e||(e={}))Sr.call(e,o)&&Cr(t,o,e[o]);if(wr)for(var r=0,i=wr(e);r<i.length;r++){o=i[r];Nr.call(e,o)&&Cr(t,o,e[o])}return t},$r=function(t,e){return xr(t,Or(e))},Rr="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?fr:fr.apply(null,arguments)};var kr=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 gr(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,mr([void 0],t[0].concat(this)))):new(e.bind.apply(e,mr([void 0],t.concat(this))))},e}(Array),Ur=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 gr(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,mr([void 0],t[0].concat(this)))):new(e.bind.apply(e,mr([void 0],t.concat(this))))},e}(Array);function Ir(t){return ro(t)?Jo(t,(function(){})):t}function Lr(){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 kr;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(yr.withExtraArgument(o.extraArgument)):r.push(yr));return r}(t)}}function Ar(t){var e,o=Lr(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?o():a,c=r.devTools,l=void 0===c||c,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,p=void 0===u?void 0:u;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=lr(n)}var d=s;"function"==typeof d&&(d=d(o));var y=hr.apply(void 0,d),g=fr;l&&(g=Rr(Er({trace:!1},"object"==typeof l&&l)));var b=new Ur(y),m=b;return Array.isArray(p)?m=mr([y],p):"function"==typeof p&&(m=p(b)),cr(e,h,g.apply(void 0,m))}function Wr(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 Er(Er({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 jr(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 Fr(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:Ir(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},c={};function l(){var e="function"==typeof t.extraReducers?jr(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,c=e[2],l=void 0===c?void 0:c,f=Er(Er({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?jr(e):[e,o,r],a=n[0],s=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Ir(t())};else{var l=Ir(t);i=function(){return l}}function f(t,e){void 0===t&&(t=i());var o=mr([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=[c]),o.reduce((function(t,o){if(o){var r;if(oo(t))return void 0===(r=o(t,e))?t:r;if(ro(t))return Jo(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)}l&&t.addDefaultCase(l)}))}return n.forEach((function(t){var o,r,n=i[t],l=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,s[l]=o,c[t]=r?Wr(l,r):Wr(l)})),{name:e,reducer:function(t,e){return o||(o=l()),o(t,e)},actions:c,caseReducers:a,getInitialState:function(){return o||(o=l()),o.getInitialState()}}}var Pr=["name","message","stack","code"],Br=function(t,e){this.payload=t,this.meta=e},Kr=function(t,e){this.payload=t,this.meta=e},Mr=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=Pr;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function Dr(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=Wr(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:$r(Er({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Wr(t+"/pending",(function(t,e,o){return{payload:void 0,meta:$r(Er({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Wr(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Mr)(t||"Rejected"),meta:$r(Er({},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,c,l){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}(),u=new a;function p(t){f=t,u.abort()}var d=function(){return a=this,d=null,y=function(){var a,d,y,g,b,m;return br(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:c,extra:l}),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||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return u.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:f||"Aborted"})}))})),s(i(h,t,null==(d=null==o?void 0:o.getPendingMeta)?void 0:d.call(o,{requestId:h,arg:t},{getState:c,extra:l}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:c,extra:l,requestId:h,signal:u.signal,abort:p,rejectWithValue:function(t,e){return new Br(t,e)},fulfillWithValue:function(t,e){return new Kr(t,e)}})).then((function(e){if(e instanceof Br)throw e;return e instanceof Kr?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 Br?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,d)).next())}));var a,d,y}();return Object.assign(d,{abort:p,requestId:h,arg:t,unwrap:function(){return d.then(Dr)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Tr="listenerMiddleware";Wr(Tr+"/add"),Wr(Tr+"/removeAll"),Wr(Tr+"/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[zo];return qo.get(e,t)},set:function(e){var o=this[zo];qo.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][zo];if(!i.P)switch(i.i){case 5:r(i)&&Uo(i);break;case 4:o(i)&&Uo(i)}}}function o(t){for(var e=t.t,o=t.k,r=_o(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==zo){var a=e[n];if(void 0===a&&!ao(e,n))return!0;var s=o[n],c=s&&s[zo];if(c?c.t!==a:!co(s,a))return!0}}var l=!!e[zo];return r.length!==_o(e).length+(l?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){Go[t]||(Go[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=Ho(o);delete n[zo];for(var a=_o(n),s=0;s<a.length;s++){var c=a[s];n[c]=t(c,e||!!n[c].enumerable)}return Object.create(Object.getPrototypeOf(o),n)}(r,e),n={i:r?5:4,A:o?o.A:mo(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,zo,{value:n,writable:!0}),i},S:function(t,o,i){i?oo(o)&&o[zo].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[zo];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)io(n,(function(e){e!==zo&&(void 0!==i[e]||ao(i,e)?a[e]||t(n[e]):(a[e]=!0,Uo(o)))})),io(i,(function(t){void 0!==n[t]||ao(n,t)||(a[t]=!1,Uo(o))}));else if(5===s){if(r(o)&&(Uo(o),a.length=!0),n.length<i.length)for(var c=n.length;c<i.length;c++)a[c]=!1;else for(var l=i.length;l<n.length;l++)a[l]=!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 zr{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(Ge(i))return i;if(null==r)return;const n=Fr({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Ar({reducer:(t,e)=>{var o;switch(e.type){case"CLEAR_FT_REDUX_STORE":return n.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(o=e.overwrites)&&void 0!==o?o:{}};default:return n.reducer(t,e)}}});return window.ftReduxStores[r.name]=new zr(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),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_STATE_FIELDS_VALUES_SETTER",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()}}const Zr=t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!W(t,e),attribute:!1,...e};k(i)(t,o);const n=t;n.reduxProperties=n.reduxProperties||new Map,n.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}},_r=Symbol("elementInternals");var Hr,Gr,qr;const Vr=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(qr=null===(Gr=null===(Hr=window.safari)||void 0===Hr?void 0:Hr.pushNotification)||void 0===Gr?void 0:Gr.toString())&&void 0!==qr?qr:""),Yr=$e.extend("--ft-ripple-color","",Ae.colorContent),Xr={color:Yr,backgroundColor:$e.extend("--ft-ripple-background-color","",Yr),opacityContentOnSurfacePressed:$e.external(Ae.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:$e.external(Ae.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:$e.external(Ae.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:$e.external(Ae.opacityContentOnSurfaceSelected,"Design system"),borderRadius:$e.create("--ft-ripple-border-radius","","SIZE","0px")},Jr=$e.extend("--ft-ripple-color","",Ae.colorPrimary),Qr=Jr,ti=$e.extend("--ft-ripple-background-color","",Jr),ei=$e.extend("--ft-ripple-color","",Ae.colorSecondary),oi=ei,ri=$e.extend("--ft-ripple-background-color","",ei),ii=$t`
122
+ :host {
123
+ display: contents;
124
+ }
125
+
126
+ .ft-ripple {
127
+ position: absolute;
128
+ inset: 0;
129
+ pointer-events: none;
130
+ }
131
+
132
+ .ft-ripple:not(.ft-ripple--unbounded) {
133
+ overflow: hidden;
134
+ border-radius: ${Xr.borderRadius};
135
+ }
136
+
137
+ .ft-ripple .ft-ripple--background,
138
+ .ft-ripple .ft-ripple--effect {
139
+ position: absolute;
140
+ opacity: 0;
141
+ }
142
+
143
+ .ft-ripple .ft-ripple--effect {
144
+ aspect-ratio: 1;
145
+ width: auto;
146
+ height: auto;
147
+ min-width: 170%;
148
+ min-height: 170%;
149
+ }
150
+
151
+ .ft-ripple .ft-ripple--background{
152
+ width: 100%;
153
+ height: 100%;
154
+ }
155
+
156
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--effect,
157
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
158
+ aspect-ratio: 1;
159
+ width: auto;
160
+ height: auto;
161
+ max-width: unset;
162
+ max-height: unset;
163
+ min-width: 100%;
164
+ min-height: 100%;
165
+ }
166
+
167
+ .ft-ripple .ft-ripple--background {
168
+ background-color: ${Xr.backgroundColor};
169
+ }
170
+
171
+ .ft-ripple .ft-ripple--effect {
172
+ background-color: ${Xr.color};
173
+ }
174
+
175
+ .ft-ripple.ft-ripple--secondary .ft-ripple--background {
176
+ background-color: ${ri};
177
+ }
178
+
179
+ .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
180
+ background-color: ${oi};
181
+ }
182
+
183
+ .ft-ripple.ft-ripple--primary .ft-ripple--background {
184
+ background-color: ${ti};
185
+ }
186
+
187
+ .ft-ripple.ft-ripple--primary .ft-ripple--effect {
188
+ background-color: ${Qr};
189
+ }
190
+
191
+ .ft-ripple .ft-ripple--background {
192
+ top: 0;
193
+ left: 0;
194
+ transition: opacity 75ms linear;
195
+ }
196
+
197
+ .ft-ripple .ft-ripple--effect,
198
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
199
+ border-radius: 50%;
200
+ }
201
+
202
+ .ft-ripple .ft-ripple--effect {
203
+ transform: translate(-50%, -50%) scale(0.15);
204
+ transition: transform 300ms ease, opacity 75ms linear;
205
+ }
206
+
207
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--effect,
208
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
209
+ left: 50%;
210
+ top: 50%;
211
+ }
212
+
213
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
214
+ transform: translate(-50%, -50%);
215
+ }
216
+
217
+ .ft-ripple.ft-ripple--hovered .ft-ripple--background {
218
+ opacity: ${Xr.opacityContentOnSurfaceHover};
219
+ }
220
+
221
+ .ft-ripple.ft-ripple--selected .ft-ripple--background {
222
+ opacity: ${Xr.opacityContentOnSurfaceSelected};
223
+ }
224
+
225
+ .ft-ripple.ft-ripple--focused .ft-ripple--background {
226
+ opacity: ${Xr.opacityContentOnSurfaceFocused};
227
+ }
228
+
229
+ .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
230
+ opacity: ${Xr.opacityContentOnSurfacePressed};
231
+ transform: translate(-50%, -50%) scale(1);
232
+ }
233
+ `,ni={padding:$e.create("--ft-card-padding","","SIZE","12px"),borderRadius:$e.extend("--ft-card-border-radius","",Ae.borderRadiusM),borderStyle:$e.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:$e.extend("--ft-card-border-color","",Ae.colorOutline),hoverBorderColor:$e.extend("--ft-card-hover-border-color","",Ae.colorPrimary),outlineStyle:$e.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:$e.create("--ft-card-outline-width","","SIZE","0"),outlineColor:$e.extend("--ft-card-outline-color","",Ae.colorPrimary),selectedOutlineStyle:$e.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:$e.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:$e.extend("--ft-card-selected-outline-color","",Ae.colorPrimary),selectedBorderRadius:$e.extend("--ft-card-selected-border-radius","",Ae.borderRadiusM),colorSurface:$e.external(Ae.colorSurface,"Design system"),colorOnSurfaceMedium:$e.external(Ae.colorOnSurfaceMedium,"Design system"),colorOnSurfaceHigh:$e.external(Ae.colorOnSurfaceHigh,"Design system"),elevation02:$e.external(Ae.elevation02,"Design system"),elevation04:$e.external(Ae.elevation04,"Design system")},ai=$t`
234
+ :host {
235
+ display: block;
236
+ }
237
+
238
+ #container {
239
+ padding: ${ni.padding};
240
+ outline-style: ${ni.outlineStyle};
241
+ outline-width: ${ni.outlineWidth};
242
+ outline-color: ${ni.outlineColor};
243
+ border-color: ${ni.borderColor};
244
+ border-style: ${ni.borderStyle};
245
+ border-width: 1px;
246
+ border-radius: ${ni.borderRadius};
247
+ ${Re(Xr.borderRadius,ni.borderRadius)};
248
+ box-shadow: ${ni.elevation02};
249
+ position: relative;
250
+ width: 100%;
251
+ height: 100%;
252
+ display: grid;
253
+ grid-template:
254
+ "header actions"
255
+ "content content";
256
+ grid-template-columns: minmax(0, 1fr) max-content;
257
+ grid-template-rows: max-content minmax(0, 1fr);
258
+ grid-gap: 8px;
259
+ box-sizing: border-box;
260
+ background-color: ${ni.colorSurface};
261
+ transition: box-shadow 0.2s linear, color 0.2s linear;
262
+ }
263
+
264
+ #container.no-header {
265
+ grid-template: "content";
266
+ }
267
+
268
+ #container.no-header #header, #container.no-header #action {
269
+ display: none;
270
+ }
271
+
272
+ #container.selected {
273
+ outline-style: ${ni.selectedOutlineStyle};
274
+ outline-width: ${ni.selectedOutlineWidth};
275
+ outline-color: ${ni.selectedOutlineColor};
276
+ border-radius: ${ni.selectedBorderRadius};
277
+ ${Re(Xr.borderRadius,ni.selectedBorderRadius)};
278
+ box-shadow: ${ni.elevation04};
279
+ }
280
+
281
+ #container.clickable {
282
+ cursor: pointer;
283
+ }
284
+
285
+ #container.clickable:hover {
286
+ box-shadow: ${ni.elevation04};
287
+ border-color: ${ni.hoverBorderColor};
288
+ }
289
+
290
+ #header {
291
+ grid-area: header;
292
+ }
293
+
294
+ .title {
295
+ text-overflow: ellipsis;
296
+ overflow: hidden;
297
+ word-break: break-word;
298
+ color: ${ni.colorOnSurfaceHigh};
299
+ }
300
+
301
+ #content {
302
+ word-break: break-word;
303
+ min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
304
+ grid-area: content;
305
+ color: ${ni.colorOnSurfaceMedium};
306
+ }
307
+
308
+ #action {
309
+ grid-area: actions;
310
+ }
311
+ `;const si=$e.extend("--ft-typography-font-family","",Ae.titleFont),ci=$e.extend("--ft-typography-font-family","",Ae.contentFont),li={fontFamily:ci,fontSize:$e.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:$e.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:$e.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:$e.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:$e.create("--ft-typography-text-transform","","UNKNOWN","inherit")},fi=$e.extend("--ft-typography-title-font-family","",si),hi=$e.extend("--ft-typography-title-font-size","",li.fontSize,"20px"),ui=$e.extend("--ft-typography-title-font-weight","",li.fontWeight,"normal"),pi=$e.extend("--ft-typography-title-letter-spacing","",li.letterSpacing,"0.15px"),di=$e.extend("--ft-typography-title-line-height","",li.lineHeight,"1.2"),yi=$e.extend("--ft-typography-title-text-transform","",li.textTransform,"inherit"),gi=$e.extend("--ft-typography-title-dense-font-family","",si),bi=$e.extend("--ft-typography-title-dense-font-size","",li.fontSize,"14px"),mi=$e.extend("--ft-typography-title-dense-font-weight","",li.fontWeight,"normal"),vi=$e.extend("--ft-typography-title-dense-letter-spacing","",li.letterSpacing,"0.105px"),xi=$e.extend("--ft-typography-title-dense-line-height","",li.lineHeight,"1.7"),Oi=$e.extend("--ft-typography-title-dense-text-transform","",li.textTransform,"inherit"),wi=$e.extend("--ft-typography-subtitle1-font-family","",ci),Si=$e.extend("--ft-typography-subtitle1-font-size","",li.fontSize,"16px"),Ni=$e.extend("--ft-typography-subtitle1-font-weight","",li.fontWeight,"600"),Ci=$e.extend("--ft-typography-subtitle1-letter-spacing","",li.letterSpacing,"0.144px"),Ei=$e.extend("--ft-typography-subtitle1-line-height","",li.lineHeight,"1.5"),$i=$e.extend("--ft-typography-subtitle1-text-transform","",li.textTransform,"inherit"),Ri=$e.extend("--ft-typography-subtitle2-font-family","",ci),ki=$e.extend("--ft-typography-subtitle2-font-size","",li.fontSize,"14px"),Ui=$e.extend("--ft-typography-subtitle2-font-weight","",li.fontWeight,"normal"),Ii=$e.extend("--ft-typography-subtitle2-letter-spacing","",li.letterSpacing,"0.098px"),Li=$e.extend("--ft-typography-subtitle2-line-height","",li.lineHeight,"1.7"),Ai=$e.extend("--ft-typography-subtitle2-text-transform","",li.textTransform,"inherit"),Wi=$e.extend("--ft-typography-body1-font-family","",ci),ji=$e.extend("--ft-typography-body1-font-size","",li.fontSize,"16px"),Fi=$e.extend("--ft-typography-body1-font-weight","",li.fontWeight,"normal"),Pi=$e.extend("--ft-typography-body1-letter-spacing","",li.letterSpacing,"0.496px"),Bi=$e.extend("--ft-typography-body1-line-height","",li.lineHeight,"1.5"),Ki=$e.extend("--ft-typography-body1-text-transform","",li.textTransform,"inherit"),Mi=$e.extend("--ft-typography-body2-font-family","",ci),Di=$e.extend("--ft-typography-body2-font-size","",li.fontSize,"14px"),Ti=$e.extend("--ft-typography-body2-font-weight","",li.fontWeight,"normal"),zi=$e.extend("--ft-typography-body2-letter-spacing","",li.letterSpacing,"0.252px"),Zi=$e.extend("--ft-typography-body2-line-height","",li.lineHeight,"1.4"),_i=$e.extend("--ft-typography-body2-text-transform","",li.textTransform,"inherit"),Hi=$e.extend("--ft-typography-caption-font-family","",ci),Gi=$e.extend("--ft-typography-caption-font-size","",li.fontSize,"12px"),qi=$e.extend("--ft-typography-caption-font-weight","",li.fontWeight,"normal"),Vi=$e.extend("--ft-typography-caption-letter-spacing","",li.letterSpacing,"0.396px"),Yi=$e.extend("--ft-typography-caption-line-height","",li.lineHeight,"1.33"),Xi=$e.extend("--ft-typography-caption-text-transform","",li.textTransform,"inherit"),Ji=$e.extend("--ft-typography-breadcrumb-font-family","",ci),Qi=$e.extend("--ft-typography-breadcrumb-font-size","",li.fontSize,"10px"),tn=$e.extend("--ft-typography-breadcrumb-font-weight","",li.fontWeight,"normal"),en=$e.extend("--ft-typography-breadcrumb-letter-spacing","",li.letterSpacing,"0.33px"),on=$e.extend("--ft-typography-breadcrumb-line-height","",li.lineHeight,"1.6"),rn=$e.extend("--ft-typography-breadcrumb-text-transform","",li.textTransform,"inherit"),nn=$e.extend("--ft-typography-overline-font-family","",ci),an=$e.extend("--ft-typography-overline-font-size","",li.fontSize,"10px"),sn=$e.extend("--ft-typography-overline-font-weight","",li.fontWeight,"normal"),cn=$e.extend("--ft-typography-overline-letter-spacing","",li.letterSpacing,"1.5px"),ln=$e.extend("--ft-typography-overline-line-height","",li.lineHeight,"1.6"),fn=$e.extend("--ft-typography-overline-text-transform","",li.textTransform,"uppercase"),hn={fontFamily:$e.extend("--ft-typography-button-font-family","",ci),fontSize:$e.extend("--ft-typography-button-font-size","",li.fontSize,"14px"),fontWeight:$e.extend("--ft-typography-button-font-weight","",li.fontWeight,"600"),letterSpacing:$e.extend("--ft-typography-button-letter-spacing","",li.letterSpacing,"1.246px"),lineHeight:$e.extend("--ft-typography-button-line-height","",li.lineHeight,"1.15"),textTransform:$e.extend("--ft-typography-button-text-transform","",li.textTransform,"uppercase")},un=$t`
312
+ .ft-typography--title {
313
+ font-family: ${fi};
314
+ font-size: ${hi};
315
+ font-weight: ${ui};
316
+ letter-spacing: ${pi};
317
+ line-height: ${di};
318
+ text-transform: ${yi};
319
+ }
320
+ `,pn=$t`
321
+ .ft-typography--title-dense {
322
+ font-family: ${gi};
323
+ font-size: ${bi};
324
+ font-weight: ${mi};
325
+ letter-spacing: ${vi};
326
+ line-height: ${xi};
327
+ text-transform: ${Oi};
328
+ }
329
+ `,dn=$t`
330
+ .ft-typography--subtitle1 {
331
+ font-family: ${wi};
332
+ font-size: ${Si};
333
+ font-weight: ${Ni};
334
+ letter-spacing: ${Ci};
335
+ line-height: ${Ei};
336
+ text-transform: ${$i};
337
+ }
338
+ `,yn=$t`
339
+ .ft-typography--subtitle2 {
340
+ font-family: ${Ri};
341
+ font-size: ${ki};
342
+ font-weight: ${Ui};
343
+ letter-spacing: ${Ii};
344
+ line-height: ${Li};
345
+ text-transform: ${Ai};
346
+ }
347
+
348
+ `,gn=$t`
349
+ .ft-typography--body1 {
350
+ font-family: ${Wi};
351
+ font-size: ${ji};
352
+ font-weight: ${Fi};
353
+ letter-spacing: ${Pi};
354
+ line-height: ${Bi};
355
+ text-transform: ${Ki};
356
+ }
357
+ `,bn=$t`
358
+ .ft-typography--body2 {
359
+ font-family: ${Mi};
360
+ font-size: ${Di};
361
+ font-weight: ${Ti};
362
+ letter-spacing: ${zi};
363
+ line-height: ${Zi};
364
+ text-transform: ${_i};
365
+ }
366
+ `,mn=$t`
367
+ .ft-typography--caption {
368
+ font-family: ${Hi};
369
+ font-size: ${Gi};
370
+ font-weight: ${qi};
371
+ letter-spacing: ${Vi};
372
+ line-height: ${Yi};
373
+ text-transform: ${Xi};
374
+ }
375
+ `,vn=$t`
376
+ .ft-typography--breadcrumb {
377
+ font-family: ${Ji};
378
+ font-size: ${Qi};
379
+ font-weight: ${tn};
380
+ letter-spacing: ${en};
381
+ line-height: ${on};
382
+ text-transform: ${rn};
383
+ }
384
+ `,xn=$t`
385
+ .ft-typography--overline {
386
+ font-family: ${nn};
387
+ font-size: ${an};
388
+ font-weight: ${sn};
389
+ letter-spacing: ${cn};
390
+ line-height: ${ln};
391
+ text-transform: ${fn};
392
+ }
393
+ `,On=$t`
394
+ .ft-typography--button {
395
+ font-family: ${hn.fontFamily};
396
+ font-size: ${hn.fontSize};
397
+ font-weight: ${hn.fontWeight};
398
+ letter-spacing: ${hn.letterSpacing};
399
+ line-height: ${hn.lineHeight};
400
+ text-transform: ${hn.textTransform};
401
+ }
402
+ `,wn=$t`
403
+ .ft-typography {
404
+ vertical-align: inherit;
405
+ }
406
+ `,Sn=[Object.keys(Ue).map((t=>function(t){const e=Ue[t];return $t`
407
+ .ft-typography--${Et(t)} {
408
+ font-family: ${e.fontFamily};
409
+ font-size: ${e.fontSize};
410
+ font-weight: ${e.fontWeight};
411
+ letter-spacing: ${e.letterSpacing};
412
+ line-height: ${e.lineHeight};
413
+ text-transform: ${e.textCase};
414
+ }
415
+ `}(t)))],Nn={color:$e.extend("--ft-loader-color","",Ae.colorPrimary),size:$e.create("--ft-loader-size","","SIZE","80px")},Cn=$t`
416
+ :host {
417
+ line-height: 0;
418
+ }
419
+
420
+ .ft-loader {
421
+ display: inline-block;
422
+ position: relative;
423
+
424
+ width: ${Nn.size};
425
+ height: ${Nn.size};
426
+ }
427
+
428
+ .ft-loader div {
429
+ position: absolute;
430
+ top: 37.5%;
431
+ width: 25%;
432
+ height: 25%;
433
+ border-radius: 50%;
434
+ background: ${Nn.color};
435
+ animation-timing-function: cubic-bezier(0, 1, 1, 0);
436
+ }
437
+
438
+ .ft-loader div:nth-child(1) {
439
+ left: 2.5%;
440
+ animation: appear 0.6s infinite;
441
+ }
442
+
443
+ .ft-loader div:nth-child(2) {
444
+ left: 2.5%;
445
+ animation: move 0.6s infinite;
446
+ }
447
+
448
+ .ft-loader div:nth-child(3) {
449
+ left: 37.5%;
450
+ animation: move 0.6s infinite;
451
+ }
452
+
453
+ .ft-loader div:nth-child(4) {
454
+ left: 72.5%;
455
+ animation: disappear 0.6s infinite;
456
+ }
457
+
458
+ @keyframes appear {
459
+ 0% {
460
+ transform: scale(0);
461
+ }
462
+ 100% {
463
+ transform: scale(1);
464
+ }
465
+ }
466
+
467
+ @keyframes disappear {
468
+ 0% {
469
+ transform: scale(1);
470
+ }
471
+ 100% {
472
+ transform: scale(0);
473
+ }
474
+ }
475
+
476
+ @keyframes move {
477
+ 0% {
478
+ transform: translate(0, 0);
479
+ }
480
+ 100% {
481
+ transform: translate(calc(0.35 * ${Nn.size}), 0);
482
+ }
483
+ }
484
+ `,En={size:$e.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:$e.extend("--ft-icon-fluid-topics-font-family","",$e.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:$e.extend("--ft-icon-file-format-font-family","",$e.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:$e.extend("--ft-icon-material-font-family","",$e.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:$e.create("--ft-icon-vertical-align","","UNKNOWN","unset")},$n=$t`
485
+ :host, i.ft-icon {
486
+ display: inline-flex;
487
+ align-items: center;
488
+ flex-shrink: 0;
489
+ flex-grow: 0;
490
+ }
491
+
492
+ :host {
493
+ width: ${En.size};
494
+ height: ${En.size};
495
+ }
496
+
497
+ i.ft-icon {
498
+ width: 100%;
499
+ height: 100%;
500
+ font-size: ${En.size};
501
+ line-height: 1;
502
+ font-weight: normal;
503
+ text-transform: none;
504
+ font-style: normal;
505
+ font-variant: normal;
506
+ speak: none;
507
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
508
+ text-rendering: auto;
509
+ -webkit-font-smoothing: antialiased;
510
+ -moz-osx-font-smoothing: grayscale;
511
+ vertical-align: ${En.verticalAlign};
512
+ }
513
+
514
+ i.ft-icon.ft-icon--fluid-topics {
515
+ font-family: ${En.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
516
+
517
+ /* Ugly fix because font is broken */
518
+ font-size: calc(0.75 * ${En.size});
519
+ line-height: ${En.size};
520
+ position: relative;
521
+ top: -4%;
522
+ justify-content: center;
523
+ }
524
+
525
+ .ft-icon--file-format {
526
+ font-family: ${En.fileFormatFontFamily}, ft-mime, sans-serif;
527
+ }
528
+
529
+ .ft-icon--material {
530
+ font-family: ${En.materialFontFamily}, "Material Icons", sans-serif;
531
+ }
532
+ `,Rn=$e.extend("--ft-button-color","",Ae.colorPrimary),kn={backgroundColor:$e.extend("--ft-button-background-color","",Ae.colorSurface),borderRadius:$e.extend("--ft-button-border-radius","",Ae.borderRadiusL),color:Rn,fontSize:$e.extend("--ft-button-font-size","",hn.fontSize),iconSize:$e.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:$e.extend("--ft-button-ripple-color","",Rn),verticalPadding:$e.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:$e.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:$e.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:$e.external(Ae.colorOpacityDisabled,"Design system")},Un=$e.extend("--ft-button-primary-color","",$e.extend("--ft-button-color","",Ae.colorOnPrimary)),In={backgroundColor:$e.extend("--ft-button-primary-background-color","",$e.extend("--ft-button-background-color","",Ae.colorPrimary)),color:Un,rippleColor:$e.extend("--ft-button-primary-ripple-color","",Un)},Ln=$e.extend("--ft-button-dense-border-radius","",$e.extend("--ft-button-border-radius","",Ae.borderRadiusM)),An=$e.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Wn=$e.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),jn=$e.create("--ft-button-dense-icon-padding","","SIZE","4px"),Fn=[$t`
533
+ :host {
534
+ display: inline-block;
535
+ max-width: 100%;
536
+ pointer-events: none;
537
+ }
538
+
539
+ button {
540
+ box-shadow: 0px 0px 0px transparent;
541
+ border: 0px solid transparent;
542
+ text-shadow: 0px 0px 0px transparent;
543
+ font-size: ${kn.fontSize};
544
+ }
545
+
546
+ button:hover {
547
+ box-shadow: 0px 0px 0px transparent;
548
+ border: 0px solid transparent;
549
+ text-shadow: 0px 0px 0px transparent;
550
+ }
551
+
552
+ button:active {
553
+ outline: none;
554
+ border: none;
555
+ }
556
+
557
+ button:focus {
558
+ outline: 0;
559
+ }
560
+
561
+ .ft-button {
562
+ position: relative;
563
+ display: flex;
564
+ justify-content: center;
565
+ align-items: center;
566
+ width: 100%;
567
+ overflow: hidden;
568
+ box-sizing: border-box;
569
+ border: none;
570
+ pointer-events: auto;
571
+
572
+ --ft-button-internal-line-height: max(calc(${kn.fontSize} + 2px), ${kn.iconSize});
573
+ --ft-button-internal-color: ${kn.color};
574
+ ${Re(En.size,kn.iconSize)};
575
+ ${Re(Xr.color,kn.rippleColor)};
576
+
577
+ border-radius: ${kn.borderRadius};
578
+ padding: ${kn.verticalPadding} ${kn.horizontalPadding};
579
+ background-color: ${kn.backgroundColor};
580
+ color: var(--ft-button-internal-color);
581
+ -webkit-mask-image: radial-gradient(white, black);
582
+ }
583
+
584
+ .ft-button.ft-button--outlined {
585
+ border: 1px solid var(--ft-button-internal-color);
586
+ padding: calc(${kn.verticalPadding} - 1px) calc(${kn.horizontalPadding} - 1px);
587
+ }
588
+
589
+ .ft-button.ft-button--dense {
590
+ padding: ${An} ${Wn};
591
+ border-radius: ${Ln};
592
+ gap: ${jn};
593
+ }
594
+
595
+ .ft-button.ft-button--dense.ft-button--outlined {
596
+ padding: calc(${An} - 1px) calc(${Wn} - 1px);
597
+ }
598
+
599
+ .ft-button:not([disabled]):hover {
600
+ cursor: pointer;
601
+ }
602
+
603
+ .ft-button--round {
604
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${kn.verticalPadding});
605
+ }
606
+
607
+ .ft-button--round.ft-button--dense {
608
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${An});
609
+ }
610
+
611
+ .ft-button[disabled] {
612
+ filter: grayscale(1);
613
+ opacity: ${kn.opacityDisabled};
614
+ }
615
+
616
+ .ft-button.ft-button--primary {
617
+ background-color: ${In.backgroundColor};
618
+ --ft-button-internal-color: ${In.color};
619
+ ${Re(Xr.color,In.rippleColor)};
620
+ }
621
+
622
+ .ft-button:focus {
623
+ outline: none;
624
+ }
625
+
626
+ .ft-button--label {
627
+ position: relative;
628
+ overflow: hidden;
629
+ white-space: nowrap;
630
+ text-overflow: ellipsis;
631
+ display: block;
632
+ margin: 0 ${kn.iconPadding};
633
+ ${Re(hn.fontSize,"1em")};
634
+ ${Re(hn.lineHeight,"var(--ft-button-internal-line-height)")};
635
+ }
636
+
637
+ .ft-button--dense .ft-button--label {
638
+ margin: 0 ${jn};
639
+ }
640
+
641
+ .ft-button--label[hidden] {
642
+ display: none;
643
+ }
644
+
645
+ ft-icon {
646
+ flex-shrink: 0;
647
+ position: relative;
648
+ }
649
+
650
+ .ft-button--label[hidden] + ft-icon {
651
+ margin: 0 calc(${kn.horizontalPadding} * -1);
652
+ padding: 0 ${kn.verticalPadding};
653
+ }
654
+
655
+ .ft-button--dense .ft-button--label[hidden] + ft-icon {
656
+ margin: 0 calc(${Wn} * -1);
657
+ padding: 0 ${An};
658
+ }
659
+
660
+ .ft-button:not(.ft-button--trailing-icon) ft-icon,
661
+ .ft-button:not(.ft-button--trailing-icon) ft-loader {
662
+ order: -1;
663
+ }
664
+
665
+ ft-loader {
666
+ ${Re(Nn.size,kn.iconSize)};
667
+ ${Re(Nn.color,"var(--ft-button-internal-color)")};
668
+ }
669
+ `,ze],Pn=1,Bn=2,Kn=t=>(...e)=>({_$litDirective$:t,values:e});let Mn=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)}};
670
+ /**
671
+ * @license
672
+ * Copyright 2018 Google LLC
673
+ * SPDX-License-Identifier: BSD-3-Clause
674
+ */const Dn=Kn(class extends Mn{constructor(t){if(super(t),t.type!==Pn||"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 it}});var Tn=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 zn extends Te{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 n(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 n(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 le`
675
+ <style>
676
+ .ft-ripple .ft-ripple--effect {
677
+ left: ${this.originX}px;
678
+ top: ${this.originY}px;
679
+ }
680
+ </style>
681
+ <div class="${Dn(t)}">
682
+ <div class="ft-ripple--background"></div>
683
+ <div class="ft-ripple--effect"></div>
684
+ </div>
685
+ `}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)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",o),t.addEventListener("touchstart",r),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",i),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",o),t.removeEventListener("touchstart",r),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",i),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),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()}}zn.elementDefinitions={},zn.styles=ii,Tn([k({type:Boolean})],zn.prototype,"primary",void 0),Tn([k({type:Boolean})],zn.prototype,"secondary",void 0),Tn([k({type:Boolean})],zn.prototype,"unbounded",void 0),Tn([k({type:Boolean})],zn.prototype,"activated",void 0),Tn([k({type:Boolean})],zn.prototype,"selected",void 0),Tn([k({type:Boolean})],zn.prototype,"disabled",void 0),Tn([U()],zn.prototype,"hovered",void 0),Tn([U()],zn.prototype,"focused",void 0),Tn([U()],zn.prototype,"pressed",void 0),Tn([U()],zn.prototype,"rippling",void 0),Tn([U()],zn.prototype,"originX",void 0),Tn([U()],zn.prototype,"originY",void 0),Tn([L(".ft-ripple")],zn.prototype,"ripple",void 0),Tn([L(".ft-ripple--effect")],zn.prototype,"rippleEffect",void 0),j("ft-ripple")(zn);
686
+ /**
687
+ * @license
688
+ * Copyright 2020 Google LLC
689
+ * SPDX-License-Identifier: BSD-3-Clause
690
+ */
691
+ const Zn=Symbol.for(""),_n=t=>{if(t?.r===Zn)return t?._$litStatic$},Hn=t=>({_$litStatic$:t,r:Zn}),Gn=new Map,qn=(t=>(e,...o)=>{const r=o.length;let i,n;const a=[],s=[];let c,l=0,f=!1;for(;l<r;){for(c=e[l];l<r&&void 0!==(n=o[l],i=_n(n));)c+=i+e[++l],f=!0;l!==r&&s.push(n),a.push(c),l++}if(l===r&&a.push(e[r]),f){const t=a.join("$$lit$$");void 0===(e=Gn.get(t))&&(a.raw=a,Gn.set(t,e=a)),o=s}return t(e,...o)})(rt);var Vn;!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"}(Vn||(Vn={}));var Yn=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 Xn extends Te{constructor(){super(...arguments),this.variant=Vn.body1}render(){return this.element?qn`
692
+ <${Hn(this.element)}
693
+ class="ft-typography ft-typography--${this.variant}">
694
+ <slot></slot>
695
+ </${Hn(this.element)}>
696
+ `:qn`
697
+ <slot class="ft-typography ft-typography--${this.variant}"></slot>
698
+ `}}Xn.styles=[un,pn,dn,yn,gn,bn,mn,vn,xn,On,wn,...Sn],Yn([k()],Xn.prototype,"element",void 0),Yn([k()],Xn.prototype,"variant",void 0),j("ft-typography")(Xn);const Jn={distance:$e.create("--ft-tooltip-distance","","SIZE","4px"),color:$e.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:$e.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:$e.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:$e.external(Ae.borderRadiusS,"Design system"),maxWidth:$e.create("--ft-tooltip-max-width","","SIZE","150px")},Qn=$t`
699
+ .ft-tooltip--container {
700
+ display: block;
701
+ }
702
+
703
+ .ft-tooltip--inline {
704
+ display: inline-block;
705
+ max-width: 100%;
706
+ }
707
+
708
+ .ft-tooltip {
709
+ position: absolute;
710
+ box-sizing: border-box;
711
+ overflow: hidden;
712
+ width: max-content;
713
+ max-width: ${Jn.maxWidth};
714
+ text-align: center;
715
+ padding: ${Jn.distance};
716
+ z-index: ${Jn.zIndex};
717
+ }
718
+
719
+ .ft-tooltip--content {
720
+ padding: 4px 8px;
721
+ border-radius: ${Jn.borderRadiusS};
722
+ background-color: ${Jn.backgroundColor};
723
+ color: ${Jn.color};
724
+ position: relative;
725
+ word-break: break-word;
726
+ }
727
+ `;var ta=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 ea extends Te{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 n,this.revealDebouncer=new n}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return le`
728
+ <div part="container"
729
+ class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
730
+ @mouseenter=${this.onHover}
731
+ @mouseleave=${this.onOut}
732
+ @focusin=${this.onHover}
733
+ @focusout=${this.onOut}
734
+ @touchstart=${this.onTouch}>
735
+ <slot></slot>
736
+ <div part="tooltip" role="tooltip" inert
737
+ class="ft-tooltip ft-tooltip--${this.validPosition}"
738
+ ?hidden=${!this.visible}>
739
+ <div part="tooltip-content" class="ft-tooltip--content">
740
+ <slot name="text"></slot>
741
+ <ft-typography variant="caption" ?hidden=${!this.text}>${this.text}</ft-typography>
742
+ </div>
743
+ </div>
744
+ </div>
745
+ `}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()}show(t){this.visible=!0,null!=t&&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();const t=this.slottedElement;if(this.tooltip&&t){const e=this.tooltip.offsetWidth,o=this.tooltip.offsetHeight,r=(t.offsetHeight-o)/2,i=(t.offsetWidth-e)/2;let n=0,a=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":a=t.offsetTop-o-this.tooltip.offsetTop,n=t.offsetLeft+i-this.tooltip.offsetLeft;break;case"bottom":a=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,n=t.offsetLeft+i-this.tooltip.offsetLeft;break;case"left":a=t.offsetTop+r-this.tooltip.offsetTop,n=t.offsetLeft-e-this.tooltip.offsetLeft;break;case"right":a=t.offsetTop+r-this.tooltip.offsetTop,n=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const s=this.tooltip.style;s.left=n+"px",s.top=a+"px";const c=this.tooltip.getBoundingClientRect();let l=-c.x,f=c.x+c.width-window.innerWidth;s.left=n+Math.round(this.correctOutOfWindowPixels(l,f))+"px";let h=-c.y,u=c.y+c.height-window.innerHeight;s.top=a+Math.round(this.correctOutOfWindowPixels(h,u))+"px",s.maxWidth=`max(${t.offsetWidth}px, ${Jn.maxWidth})`}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())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}ea.elementDefinitions={"ft-typography":Xn},ea.styles=Qn,ta([k()],ea.prototype,"text",void 0),ta([k({type:Boolean})],ea.prototype,"manual",void 0),ta([k({type:Boolean})],ea.prototype,"inline",void 0),ta([k({type:Number})],ea.prototype,"delay",void 0),ta([k()],ea.prototype,"position",void 0),ta([function(t){return(e,o)=>{const{slot:r}=t??{},i="slot"+(r?`[name=${r}]`:":not([name])");return I(0,0,{get(){const e=this.renderRoot?.querySelector(i);return e?.assignedNodes(t)??[]}})}}()],ea.prototype,"slotNodes",void 0),ta([L(".ft-tooltip--container")],ea.prototype,"container",void 0),ta([L(".ft-tooltip")],ea.prototype,"tooltip",void 0),ta([L(".ft-tooltip--content")],ea.prototype,"tooltipContent",void 0),ta([U()],ea.prototype,"visible",void 0),j("ft-tooltip")(ea);
746
+ /**
747
+ * @license
748
+ * Copyright 2017 Google LLC
749
+ * SPDX-License-Identifier: BSD-3-Clause
750
+ */
751
+ class oa extends Mn{constructor(t){if(super(t),this.et=nt,t.type!==Bn)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===nt||null==t)return this.vt=void 0,this.et=t;if(t===it)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:[]}}}oa.directiveName="unsafeHTML",oa.resultType=1;const ra=Kn(oa);var ia,na;!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.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_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.CLOSE="&#xe909;",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;"}(ia||(ia={})),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;"}(na||(na={}));const aa=new Map([...["abw"].map((t=>[t,na.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,na.AUDIO])),...["avi"].map((t=>[t,na.AVI])),...["chm","xhs"].map((t=>[t,na.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,na.CODE])),...["csv"].map((t=>[t,na.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,na.DITA])),...["epub"].map((t=>[t,na.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,na.EXCEL])),...["flac"].map((t=>[t,na.FLAC])),...["gif"].map((t=>[t,na.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,na.GZIP])),...["html","htm","xhtml"].map((t=>[t,na.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,na.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,na.JPEG])),...["json"].map((t=>[t,na.JSON])),...["m4a","m4p"].map((t=>[t,na.M4A])),...["mov","qt"].map((t=>[t,na.MOV])),...["mp3"].map((t=>[t,na.MP3])),...["mp4","m4v"].map((t=>[t,na.MP4])),...["ogg","oga"].map((t=>[t,na.OGG])),...["pdf","ps"].map((t=>[t,na.PDF])),...["png"].map((t=>[t,na.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,na.POWERPOINT])),...["rar"].map((t=>[t,na.RAR])),...["stp"].map((t=>[t,na.STP])),...["txt","rtf","md","mdown"].map((t=>[t,na.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,na.VIDEO])),...["wav"].map((t=>[t,na.WAV])),...["wma"].map((t=>[t,na.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,na.WORD])),...["xml","xsl","rdf"].map((t=>[t,na.XML])),...["yaml","yml","x-yaml"].map((t=>[t,na.YAML])),...["zip"].map((t=>[t,na.ZIP]))]),sa=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);var ca;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(ca||(ca={}));var la=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 fa extends Te{constructor(){super(...arguments),this.resolvedIcon=he}render(){const t=this.variant&&Object.values(ca).includes(this.variant)?this.variant:ca.fluid_topics,e=t!==ca.material||!!this.value;return le`
752
+ <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
753
+ ${ra(this.resolvedIcon)}
754
+ <slot ?hidden=${e}></slot>
755
+ </i>
756
+ `}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 ca.file_format:this.resolvedIcon=null!==(t=na[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case ca.material:this.resolvedIcon=this.value||he;break;default:this.resolvedIcon=null!==(e=ia[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}fa.elementDefinitions={},fa.styles=$n,la([k()],fa.prototype,"variant",void 0),la([k()],fa.prototype,"value",void 0),la([U()],fa.prototype,"resolvedIcon",void 0),la([L("slot")],fa.prototype,"slottedContent",void 0),j("ft-icon")(fa);class ha extends Te{render(){return le`
757
+ <div class="ft-loader">
758
+ <div></div>
759
+ <div></div>
760
+ <div></div>
761
+ <div></div>
762
+ </div>
763
+ `}}ha.styles=Cn,j("ft-loader")(ha);var ua=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 pa extends(function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[_r].form}constructor(...t){super(t),this[_r]=this.attachInternals(),this[_r].role=e}setFormValue(t){this[_r].setFormValue(t)}}}(Te,"button")){constructor(){super(...arguments),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.onclick=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(le`
764
+ <button part="button"
765
+ class="${Dn(this.buttonClasses)}"
766
+ aria-label="${this.getLabel()}"
767
+ ?disabled=${this.isDisabled()}>
768
+ <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
769
+ <ft-typography part="label"
770
+ variant=${this.typographyVariant}
771
+ element="span"
772
+ class="ft-button--label ${Vr?"ft-safari-ellipsis-fix":""}"
773
+ ?hidden=${!this.hasTextContent()}>
774
+ <slot @slotchange=${this.onSlotchange}></slot>
775
+ </ft-typography>
776
+ ${this.resolveIcon()}
777
+ </button>
778
+ `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?le`
779
+ <ft-tooltip part="tooltip"
780
+ text="${this.getLabel()}"
781
+ position="${this.tooltipPosition}">
782
+ ${t}
783
+ </ft-tooltip>
784
+ `:t}resolveIcon(){return this.loading?le`
785
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?le`
786
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:he}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}}pa.elementDefinitions={"ft-ripple":zn,"ft-tooltip":ea,"ft-typography":Xn,"ft-icon":fa,"ft-loader":ha},ua([k({type:String,reflect:!0})],pa.prototype,"role",void 0),ua([k()],pa.prototype,"type",void 0),ua([k({type:Boolean})],pa.prototype,"disabled",void 0),ua([k()],pa.prototype,"label",void 0),ua([k()],pa.prototype,"icon",void 0),ua([k()],pa.prototype,"iconVariant",void 0),ua([k({type:Boolean})],pa.prototype,"trailingIcon",void 0),ua([k({type:Boolean})],pa.prototype,"loading",void 0),ua([k()],pa.prototype,"tooltipPosition",void 0),ua([k({type:Boolean})],pa.prototype,"hideTooltip",void 0),ua([k({type:Boolean})],pa.prototype,"forceTooltip",void 0),ua([L(".ft-button")],pa.prototype,"button",void 0),ua([L(".ft-button--label slot")],pa.prototype,"slottedContent",void 0);var da=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 ya extends pa{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"}}ya.styles=[_e,Fn],da([k({type:Boolean})],ya.prototype,"primary",void 0),da([k({type:Boolean})],ya.prototype,"outlined",void 0),da([k({type:Boolean})],ya.prototype,"dense",void 0),da([k({type:Boolean})],ya.prototype,"round",void 0);const ga=[$t`
787
+ :host {
788
+ display: inline-block;
789
+ max-width: 100%;
790
+ pointer-events: none;
791
+ }
792
+
793
+ /** Remove default button styles **/
794
+
795
+ button {
796
+ box-shadow: 0 0 0 transparent;
797
+ border: 0 solid transparent;
798
+ text-shadow: 0 0 0 transparent;
799
+ }
800
+
801
+ button:hover {
802
+ box-shadow: 0 0 0 transparent;
803
+ text-shadow: 0 0 0 transparent;
804
+ }
805
+
806
+ button:active {
807
+ outline: none;
808
+ }
809
+
810
+ button:focus {
811
+ outline: 0;
812
+ }
813
+
814
+ /** Base styles **/
815
+
816
+ .ft-button {
817
+ position: relative;
818
+ display: flex;
819
+ justify-content: center;
820
+ align-items: center;
821
+ width: 100%;
822
+ overflow: hidden;
823
+ box-sizing: border-box;
824
+ pointer-events: auto;
825
+ }
826
+
827
+ .ft-button:not([disabled]):hover {
828
+ cursor: pointer;
829
+ }
830
+
831
+ .ft-button:focus {
832
+ outline: none;
833
+ }
834
+
835
+ .ft-button:focus-visible {
836
+ outline-color: ${Le.focusFocusRingColor};
837
+ outline-style: solid;
838
+ }
839
+
840
+ ft-icon {
841
+ flex-shrink: 0;
842
+ position: relative;
843
+ }
844
+
845
+ .ft-button:not(.ft-button--trailing-icon) ft-icon,
846
+ .ft-button:not(.ft-button--trailing-icon) ft-loader {
847
+ order: -1;
848
+ }
849
+
850
+ .ft-button--label {
851
+ position: relative;
852
+ overflow: hidden;
853
+ white-space: nowrap;
854
+ text-overflow: ellipsis;
855
+ display: block;
856
+ }
857
+
858
+ .ft-button--label[hidden] {
859
+ display: none;
860
+ }
861
+
862
+ /** Primary styles **/
863
+
864
+ .ft-button--primary {
865
+ ${Re(Nn.color,Le.primaryIconColor)};
866
+
867
+ ${Re(Xr.color,Le.primaryStateLayerColor)};
868
+ ${Re(Xr.opacityContentOnSurfaceHover,Le.primaryStateLayerOpacityHover)};
869
+ ${Re(Xr.opacityContentOnSurfaceFocused,Le.primaryStateLayerOpacityFocus)};
870
+ ${Re(Xr.opacityContentOnSurfaceSelected,Le.primaryStateLayerOpacityActive)};
871
+ ${Re(Xr.opacityContentOnSurfacePressed,Le.primaryStateLayerOpacityActive)};
872
+
873
+ background-color: ${Le.primaryBackgroundColor};
874
+ color: ${Le.primaryColor};
875
+ border-style: none;
876
+ }
877
+
878
+ .ft-button--primary[disabled] {
879
+ opacity: ${Le.primaryComponentOpacityDisabled};
880
+ }
881
+
882
+ .ft-button--primary ft-icon {
883
+ color: ${Le.primaryIconColor};
884
+ }
885
+
886
+ /** Secondary styles **/
887
+
888
+ .ft-button--secondary {
889
+ ${Re(Nn.color,Le.secondaryIconColor)};
890
+
891
+ ${Re(Xr.color,Le.secondaryStateLayerColor)};
892
+ ${Re(Xr.opacityContentOnSurfaceHover,Le.secondaryStateLayerOpacityHover)};
893
+ ${Re(Xr.opacityContentOnSurfaceFocused,Le.secondaryStateLayerOpacityFocus)};
894
+ ${Re(Xr.opacityContentOnSurfaceSelected,Le.secondaryStateLayerOpacityActive)};
895
+ ${Re(Xr.opacityContentOnSurfacePressed,Le.secondaryStateLayerOpacityActive)};
896
+
897
+ background-color: ${Le.secondaryBackgroundColor};
898
+ color: ${Le.secondaryColor};
899
+ border-color: ${Le.secondaryBorderColor};
900
+ border-style: solid;
901
+ }
902
+
903
+ .ft-button--secondary[disabled] {
904
+ opacity: ${Le.secondaryComponentOpacityDisabled};
905
+ }
906
+
907
+ .ft-button--secondary ft-icon {
908
+ color: ${Le.secondaryIconColor};
909
+ }
910
+
911
+ /** Tertiary styles **/
912
+
913
+ .ft-button--tertiary {
914
+ ${Re(Nn.color,Le.tertiaryIconColor)};
915
+
916
+ ${Re(Xr.color,Le.tertiaryStateLayerColor)};
917
+ ${Re(Xr.opacityContentOnSurfaceHover,Le.tertiaryStateLayerOpacityHover)};
918
+ ${Re(Xr.opacityContentOnSurfaceFocused,Le.tertiaryStateLayerOpacityFocus)};
919
+ ${Re(Xr.opacityContentOnSurfaceSelected,Le.tertiaryStateLayerOpacityActive)};
920
+ ${Re(Xr.opacityContentOnSurfacePressed,Le.tertiaryStateLayerOpacityActive)};
921
+
922
+ background-color: ${Le.tertiaryBackgroundColor};
923
+ color: ${Le.tertiaryColor};
924
+ border-style: none;
925
+ }
926
+
927
+ .ft-button--tertiary[disabled] {
928
+ opacity: ${Le.tertiaryComponentOpacityDisabled};
929
+ }
930
+
931
+ .ft-button--tertiary ft-icon {
932
+ color: ${Le.tertiaryIconColor};
933
+ }
934
+
935
+ /** Neutral styles **/
936
+
937
+ .ft-button--neutral {
938
+ ${Re(Nn.color,Le.neutralIconColor)};
939
+
940
+ ${Re(Xr.backgroundColor,Le.neutralStateLayerColor)};
941
+ ${Re(Xr.opacityContentOnSurfaceHover,Le.neutralStateLayerOpacityHover)};
942
+ ${Re(Xr.opacityContentOnSurfaceFocused,Le.neutralStateLayerOpacityFocus)};
943
+ ${Re(Xr.opacityContentOnSurfaceSelected,Le.neutralStateLayerOpacityActive)};
944
+ ${Re(Xr.opacityContentOnSurfacePressed,Le.neutralStateLayerOpacityActive)};
945
+
946
+ background-color: ${Le.neutralBackgroundColor};
947
+ color: ${Le.neutralColor};
948
+ border-style: none;
949
+ }
950
+
951
+ .ft-button--neutral[disabled] {
952
+ opacity: ${Le.neutralComponentOpacityDisabled};
953
+ }
954
+
955
+ .ft-button--neutral ft-icon {
956
+ color: ${Le.neutralIconColor};
957
+ }
958
+
959
+ /** Large styles **/
960
+
961
+ .ft-button--large {
962
+ ${Re(En.size,Le.largeIconSize)};
963
+ ${Re(Nn.size,Le.largeIconSize)};
964
+
965
+ height: ${Le.largeHeight};
966
+ padding: 0 ${Le.largeHorizontalPadding};
967
+ gap: ${Le.largeGap};
968
+ border-radius: ${Le.largeBorderRadius};
969
+ border-width: ${Le.largeBorderWidth};
970
+ }
971
+
972
+ .ft-button--large:focus-visible {
973
+ outline-width: ${Le.largeFocusOutlineWidth};
974
+ outline-offset: ${Le.largeFocusOutlineOffset};
975
+ }
976
+
977
+ .ft-button--large.ft-button--icon-only {
978
+ width: ${Le.largeIconOnlyWidth};
979
+ padding: unset;
980
+ }
981
+
982
+ /** Small styles **/
983
+
984
+ .ft-button--small {
985
+ ${Re(En.size,Le.smallIconSize)};
986
+ ${Re(Nn.size,Le.smallIconSize)};
987
+
988
+ height: ${Le.smallHeight};
989
+ padding: 0 ${Le.smallHorizontalPadding};
990
+ gap: ${Le.smallGap};
991
+ border-radius: ${Le.smallBorderRadius};
992
+ border-width: ${Le.smallBorderWidth};
993
+ }
994
+
995
+ .ft-button--small:focus-visible {
996
+ outline-width: ${Le.smallFocusOutlineWidth};
997
+ outline-offset: ${Le.smallFocusOutlineOffset};
998
+ }
999
+
1000
+ .ft-button--small.ft-button--icon-only {
1001
+ width: ${Le.smallIconOnlyWidth};
1002
+ padding: unset;
1003
+ }
1004
+ `,ze];var ba=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 ma extends pa{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?Vn.caption1medium:Vn.body2medium}}ma.styles=[_e,ga],ba([k({type:Boolean})],ma.prototype,"primary",void 0),ba([k({type:Boolean})],ma.prototype,"secondary",void 0),ba([k({type:Boolean})],ma.prototype,"tertiary",void 0),ba([k({type:Boolean})],ma.prototype,"neutral",void 0),ba([k({type:Boolean})],ma.prototype,"small",void 0),j("ft-button")(ya),j("ftds-button")(ma);const va={height:$e.create("--ft-search-input-height","","SIZE","38px"),borderRadius:$e.extend("--ft-search-input-border-radius","",Ae.borderRadiusS),desktopFiltersHeight:$e.create("--ft-search-input-desktop-filters-height","","SIZE","350px"),floatingZIndex:$e.create("--ft-search-input-floating-components-z-index","","NUMBER","3"),colorSurface:$e.external(Ae.colorSurface,"Design system"),colorOnSurface:$e.external(Ae.colorOnSurface,"Design system"),colorOnSurfaceMedium:$e.external(Ae.colorOnSurfaceMedium,"Design system"),colorOutline:$e.external(Ae.colorOutline,"Design system"),colorPrimary:$e.external(Ae.colorPrimary,"Design system"),elevation02:$e.external(Ae.elevation02,"Design system"),buttonColor:$e.external(kn.color,"Button"),buttonRippleColor:$e.external(kn.rippleColor,"Button")},xa=$t`
1005
+ * {
1006
+ box-sizing: border-box;
1007
+ }
1008
+
1009
+ .ft-search-input {
1010
+ position: relative;
1011
+ display: flex;
1012
+ flex-direction: row;
1013
+ align-items: center;
1014
+ height: ${va.height};
1015
+
1016
+ background: ${va.colorSurface};
1017
+ border: 1px solid ${va.colorOutline};
1018
+ border-radius: ${va.borderRadius};
1019
+ }
1020
+
1021
+ .ft-search-input--input-container {
1022
+ flex-grow: 1;
1023
+ flex-shrink: 1;
1024
+ position: relative;
1025
+ height: calc(100% - 2px);
1026
+ }
1027
+
1028
+ .ft-search-input--input-outline {
1029
+ height: 100%;
1030
+ width: 100%;
1031
+ display: grid;
1032
+ padding: 0 8px;
1033
+ border-radius: ${va.borderRadius};
1034
+ }
1035
+
1036
+ .ft-search-input--input-container:focus-within .ft-search-input--input-outline {
1037
+ outline: 2px solid ${va.colorPrimary};
1038
+ }
1039
+
1040
+ .ft-search-input--input {
1041
+ height: 100%;
1042
+ border: none;
1043
+ background-color: transparent;
1044
+ color: ${va.colorOnSurface};
1045
+ outline: none;
1046
+ }
1047
+
1048
+ .ft-search-input--input::placeholder {
1049
+ color: ${va.colorOnSurfaceMedium};
1050
+ }
1051
+
1052
+ .ft-search-input--actions {
1053
+ flex-shrink: 0;
1054
+ display: flex;
1055
+ flex-direction: row;
1056
+ align-items: center;
1057
+ height: 100%;
1058
+
1059
+ ${Re(Jn.zIndex,`calc(${va.floatingZIndex} + 1)`)};
1060
+ }
1061
+
1062
+ .ft-search-input > ft-button,
1063
+ .ft-search-input--actions ft-button {
1064
+ flex-shrink: 0;
1065
+ ${Re(kn.backgroundColor,"transparent")};
1066
+ }
1067
+
1068
+ .ft-search-input .ft-search-input--launch-search,
1069
+ .ft-search-input .ft-search-input--clear-query {
1070
+ margin: 0 4px;
1071
+ }
1072
+
1073
+ ft-search-input-suggestion {
1074
+ display: none;
1075
+ }
1076
+
1077
+ .ft-search-input.ft-search-input--with-suggestions:focus-within:not(.ft-search-input--with-suggestions-closed) ft-search-input-suggestion {
1078
+ display: block;
1079
+ }
1080
+
1081
+ .ft-search-input--separator {
1082
+ height: 20px;
1083
+ border-right: 1px solid ${va.colorOutline};
1084
+ }
1085
+ `,Oa={highlightBackgroundColor:$e.create("--ft-sra-highlight-background-color","","COLOR","transparent")},wa=$t`
1086
+ .kwicmatch {
1087
+ font-weight: 700;
1088
+ background-color: ${Oa.highlightBackgroundColor};
1089
+ }
1090
+ `,Sa={highlightBackgroundColor:$e.create("--ft-srt-highlight-background-color","","COLOR","transparent")},Na=$t`
1091
+ .kwicmatch {
1092
+ font-weight: 700;
1093
+ background-color: ${Sa.highlightBackgroundColor};
1094
+ }
1095
+ `,Ca={searchFieldBackgroundColor:$e.extend("--ft-rsid-search-field-background-color","",Ae.colorSurface),searchFieldBorderColor:$e.extend("--ft-rsid-search-field-border-color","",Ae.colorOutline),searchFieldTextColor:$e.extend("--ft-rsid-search-field-text-color","",Ae.colorOnSurface),searchFieldBorderRadius:$e.extend("--ft-rsid-search-field-border-radius","",Ae.borderRadiusS),resultsNumberColor:$e.extend("--ft-rsid-results-number-color","",Ae.colorOnSurfaceMedium),resultBackgroundColor:$e.extend("--ft-rsid-result-background-color","",Ae.colorSurface),resultBorderColor:$e.extend("--ft-rsid-result-border-color","",Ae.colorOutline),resultBorderRadius:$e.extend("--ft-rsid-result-border-radius","",Ae.borderRadiusS),resultTitleTextColor:$e.extend("--ft-rsid-result-title-text-color","",Ae.colorOnSurface),resultBreadcrumbTextColor:$e.extend("--ft-rsid-result-breadcrumb-text-color","",Ae.colorOnSurfaceMedium),resultContentTextColor:$e.extend("--ft-rsid-result-content-text-color","",Ae.colorOnSurface),resultHighlightBackgroundColor:$e.create("--ft-rsid-result-highlight-background-color","","COLOR","#FFF26E"),resultHoverBackgroundColor:$e.extend("--ft-rsid-result-hover-background-color","",Ae.colorPrimary),resultHoverBorderColor:$e.extend("--ft-rsid-result-hover-border-color","",Ae.colorPrimary)},Ea=$t`
1096
+ .ft-search-in-doc--container {
1097
+ display: flex;
1098
+ flex-direction: column;
1099
+ gap: 8px;
1100
+ }
1101
+
1102
+ ft-search-input {
1103
+ ${Re(va.colorSurface,Ca.searchFieldBackgroundColor)};
1104
+ ${Re(va.colorOutline,Ca.searchFieldBorderColor)};
1105
+ ${Re(va.colorOnSurface,Ca.searchFieldTextColor)};
1106
+ ${Re(va.borderRadius,Ca.searchFieldBorderRadius)};
1107
+ }
1108
+
1109
+ ft-search-results-number {
1110
+ margin-left: 12px;
1111
+ }
1112
+
1113
+ ft-search-results-number, ft-search-results::part(no-results-message) {
1114
+ color: ${Ca.resultsNumberColor};
1115
+ }
1116
+
1117
+ ft-search-load-more-button {
1118
+ margin: auto;
1119
+ }
1120
+ `,$a=$t`
1121
+ ft-card {
1122
+ margin-bottom: 8px;
1123
+ ${Re(ni.elevation04,"none")};
1124
+ ${Re(ni.elevation02,"none")};
1125
+ ${Re(ni.borderStyle,"solid")};
1126
+ ${Re(ni.borderRadius,Ae.borderRadiusS)};
1127
+ ${Re(ni.colorSurface,Ca.resultBackgroundColor)};
1128
+ ${Re(ni.borderColor,Ca.resultBorderColor)};
1129
+ ${Re(ni.borderRadius,Ca.resultBorderRadius)};
1130
+ }
1131
+
1132
+ ft-search-result-title {
1133
+ color: ${Ca.resultTitleTextColor};
1134
+ ${Re(Sa.highlightBackgroundColor,Ca.resultHighlightBackgroundColor)};
1135
+ }
1136
+
1137
+ .breadcrumb {
1138
+ color: ${Ca.resultBreadcrumbTextColor};
1139
+ }
1140
+
1141
+ ft-search-result-abstract {
1142
+ color: ${Ca.resultContentTextColor};
1143
+ ${Re(Oa.highlightBackgroundColor,Ca.resultHighlightBackgroundColor)};
1144
+ }
1145
+
1146
+ ft-card:hover {
1147
+ ${Re(ni.hoverBorderColor,Ca.resultHoverBorderColor)};
1148
+ ${Re(Xr.color,Ca.resultHoverBackgroundColor)};
1149
+ }
1150
+
1151
+ .result-container {
1152
+ display: flex;
1153
+ flex-direction: column;
1154
+ gap: 4px;
1155
+ }
1156
+
1157
+ `,Ra=$t`
1158
+ `,ka=$t`
1159
+ `,Ua=zr.get({name:"ft-app-info",reducers:{setBaseUrl:(t,e)=>{t.baseUrl=e.payload},setApiIntegrationIdentifier:(t,e)=>{t.apiIntegrationIdentifier=e.payload},setUiLocale:(t,e)=>{t.uiLocale=e.payload},setAvailableUiLocales:(t,e)=>{t.availableUiLocales=e.payload},setEditorMode:(t,e)=>{t.editorMode=e.payload},setNoCustom:(t,e)=>{t.noCustom=e.payload},setNoCustomComponent:(t,e)=>{t.noCustomComponent=e.payload},setSession:(t,e)=>{t.session=e.payload}},initialState:{uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],editorMode:!1,noCustom:!1,noCustomComponent:!1}});class Ia{static build(t){const{baseUrl:e,apiIntegrationIdentifier:o}=Ua.getState(),r=null!=t?t:o;if(e&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(e,r,!0)}static get(t){var e;return null!=t?Ia.build(t):null!==(e=Ia.API)&&void 0!==e?e:Ia.API=Ia.build()}static await(t){return new Promise((e=>{let o=Ia.get(t);if(o)e(o);else{const r=Ua.subscribe((()=>{o=Ia.get(t),o&&(r(),e(o))}))}}))}}var La;const Aa=Symbol("clearAfterUnitTest");class Wa{constructor(t){this.messageContextProvider=t,this.defaultMessages={},this.cache=new i,this.listeners={},this.currentUiLocale="",this[La]=()=>{this.defaultMessages={},this.cache=new i,this.listeners={}},this.currentUiLocale=Ua.getState().uiLocale,Ua.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Ua.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};W(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 He(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=>A(0).then((()=>t())).catch((()=>null)))))}}La=Aa,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new Wa((async(t,e)=>(await Ia.await()).getFluidTopicsMessageContext(t,e)))),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new Wa((async(t,e)=>(await Ia.await()).getCustomMessageContext(t,e))));const ja=window.FluidTopicsI18nService,Fa=window.FluidTopicsCustomI18nService;var Pa=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 Ba extends Te{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.availableUiLocales=[],this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>Ia.get(),this.cache=new i,this.cleanSessionDebouncer=new n}render(){return le`
1160
+ <slot></slot>
1161
+ `}update(t){super.update(t),t.has("baseUrl")&&Ua.actions.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&Ua.actions.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Ua.actions.setUiLocale(this.uiLocale),t.has("noCustom")&&Ua.actions.setNoCustom(this.noCustom),t.has("editorMode")&&Ua.actions.setEditorMode(this.editorMode),t.has("noCustomComponent")&&Ua.actions.setNoCustomComponent(this.noCustomComponent),t.has("session")&&Ua.actions.setSession(this.session),t.has("availableUiLocales")&&Ua.actions.setAvailableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>ja.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){const t=this.apiProvider();!this.withManualResources&&t&&(null==this.session&&(this.session=await this.cache.get("session",(async()=>{const e=await t.getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),e.idleTimeoutInMillis),e}))),null==this.availableUiLocales&&(this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>t.getAvailableUiLocales()))))}}Ba.elementDefinitions={},Ba.styles=ka,Pa([k()],Ba.prototype,"baseUrl",void 0),Pa([k()],Ba.prototype,"apiIntegrationIdentifier",void 0),Pa([k()],Ba.prototype,"uiLocale",void 0),Pa([F([])],Ba.prototype,"availableUiLocales",void 0),Pa([k({type:Boolean})],Ba.prototype,"editorMode",void 0),Pa([k({type:Boolean})],Ba.prototype,"noCustom",void 0),Pa([k({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],Ba.prototype,"noCustomComponent",void 0),Pa([k({type:Boolean})],Ba.prototype,"withManualResources",void 0),Pa([F([])],Ba.prototype,"messageContexts",void 0),Pa([F(void 0)],Ba.prototype,"session",void 0),Pa([k({type:Object})],Ba.prototype,"apiProvider",void 0);class Ka{async listMySearches(){var t;return(null===(t=Ua.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await Ia.await()).listMySearches(Ua.getState().session.profile.userId):[]}}const Ma=new i;class Da{async listMyBookmarks(){return Ma.get("bookmarks",(async()=>(await Ia.await()).listMyBookmarks(Ua.getState().session.profile.userId)))}clearCache(){Ma.clear("bookmarks")}}const Ta=zr.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});const za=new class{constructor(){this.currentSession=Ua.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Da,Ua.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:e}=Ua.getState();W(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(){Ta.actions.savedSearches(void 0)}clearMyBookmarks(){Ta.actions.bookmarks(void 0)}async reloadMySearches(){const t=new Ka,e=await t.listMySearches();Ta.actions.savedSearches(e)}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;Ta.actions.bookmarks(e)}}};j("ft-app-context")(Ba);var Za=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 _a=Symbol("i18nProperties"),Ha=Symbol("i18nUnsubs");function Ga(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?Fa:ja}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;null===(e=this[_a])||void 0===e||e.forEach(((e,o)=>{e.context.toLowerCase()===t.toLowerCase()&&(this[o]=this.i18n(e))})),setTimeout((()=>this.requestUpdate()),0)}update(t){var e;super.update(t),null===(e=this[_a])||void 0===e||e.forEach(((t,e)=>{null!=t.argsProvider&&(this[e]=this.i18n(t))}))}connectedCallback(){super.connectedCallback(),null!=this[_a]&&new Set([...this[_a].values()].map((t=>t.context))).forEach((t=>this.addI18nMessages(t)))}addI18nMessages(t,e){t=t.toLowerCase(),this[Ha].has(t)||this[Ha].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=e?e:{})}addI18nContext(t,e){this.addI18nMessages(t.name,e)}disconnectedCallback(){super.disconnectedCallback(),this[Ha].forEach((t=>t())),this[Ha].clear()}}return e=Ha,Za([k({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class qa extends(Ga(Te)){}class Va extends(Ga(to)){}var Ya=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 Xa extends Va{constructor(){super(),this.editorMode=!1,this.addStore(Ua)}render(){return this.key&&this.context?le`
1162
+ <span class="ft-i18n">
1163
+ ${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
1164
+ </span>
1165
+ `:this.editorMode?"Select a context and a label key.":he}update(t){super.update(t),this.context&&this.key&&this.defaultMessage&&this.addI18nMessages(this.context,{[this.key]:this.defaultMessage})}}Xa.elementDefinitions={},Xa.styles=Ra,Ya([Zr()],Xa.prototype,"editorMode",void 0),Ya([k()],Xa.prototype,"context",void 0),Ya([k()],Xa.prototype,"key",void 0),Ya([F([])],Xa.prototype,"args",void 0),Ya([k()],Xa.prototype,"defaultMessage",void 0);class Ja{static build(t){return new Ja(t)}static fromGwt(t){return new Ja(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)=>ja.resolveMessage(this.name,e,...t)})}}j("ft-i18n")(Xa);const Qa=$t`
1166
+ `,ts={setRequest:(t,e)=>{t.request=e.payload},setRequestQuery:(t,e)=>{t.request.query=e.payload},setRequestContentLocale:(t,e)=>{t.request.contentLocale=e.payload},setPageSize:(t,e)=>{t.request.paging.perPage=e.payload},setPageNumber:(t,e)=>{t.request.paging.page=e.payload},setRequestSort:(t,e)=>{t.request.sort=e.payload},setRequestFilters:(t,e)=>{t.request.filters=e.payload},setRequestFacets:(t,e)=>{t.request.facets=e.payload},setRequestVirtualField:(t,e)=>{t.request.virtualField=e.payload},setRequestScope:(t,e)=>{t.request.scope=e.payload},setResults:(t,e)=>{t.results=e.payload},setFacets:(t,e)=>{t.facets=e.payload},setSpellcheck:(t,e)=>{t.spellcheck=e.payload},setLocales:(t,e)=>{t.locales=e.payload},setPaging:(t,e)=>{t.paging=e.payload},setLiveQuery:(t,e)=>{t.liveQuery=e.payload},setSuggestResults:(t,e)=>{t.suggestResults=e.payload}};var es,os,rs,is,ns,as,ss,cs,ls,fs,hs,us,ps,ds;!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 c(t){this.map={},t instanceof c?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 l(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 u(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=u(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=u(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=l(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?l(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(h)}),this.text=function(){var t=l(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}c.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},c.prototype.delete=function(t){delete this.map[n(t)]},c.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},c.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},c.prototype.set=function(t,e){this.map[n(t)]=a(e)},c.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},c.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},c.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},c.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(c.prototype[Symbol.iterator]=c.prototype.entries);var d=["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 c(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 c(e.headers)),this.method=(o=e.method||this.method||"GET",r=o.toUpperCase(),d.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 c(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 c(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 l(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new c,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",l),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",l)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=c,t.Request=y,t.Response=b),e.Headers=c,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"}(es||(es={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(os||(os={})),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"}(rs||(rs={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(is||(is={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(ns||(ns={})),function(t){t.ASC="ASC",t.DESC="DESC"}(as||(as={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(ss||(ss={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(cs||(cs={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(ls||(ls={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(fs||(fs={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(hs||(hs={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(us||(us={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS"}(ps||(ps={})),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.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"}(ds||(ds={})),ds.PERSONAL_BOOK_SHARE_USER,ds.PERSONAL_BOOK_USER,ds.HTML_EXPORT_USER,ds.PERSONAL_BOOK_USER,ds.PDF_EXPORT_USER,ds.PERSONAL_BOOK_USER,ds.KHUB_ADMIN,ds.CONTENT_PUBLISHER,ds.ADMIN,ds.KHUB_ADMIN,ds.USERS_ADMIN,ds.PORTAL_ADMIN,ds.DEVELOPER,ds.BETA_USER,ds.DEBUG_USER;class ys{static async build(){return new ys(await Ia.await())}constructor(t){this.api=t,this.cache=new i,this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}class gs extends Event{constructor(){super(gs.eventName)}}gs.eventName="search-context-clear-all-filters";class bs{static build(t){return new bs((t=>zr.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:ts}))(t.trim()||"context"),ys.build)}constructor(t,e){this.store=t,this.serviceProvider=e,this.ignoreEmptyQuery=!1,this.searchDebouncer=new n(100),this.suggestDebouncer=new n(300)}async initService(){return this.service=await this.serviceProvider(),this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}async awaitService(){for(;null==this.service;)await A(5);return this.service}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let e=this.store.getState().locales,o=this.store.getState().request.contentLocale;if(t!=o){if(e){const r=t=>e.some((e=>e.lang==t));r(t)||(t=r(o)?o:e[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const e=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(e),this.store.actions.setPageNumber(1),e.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(cs.TITLE_ONLY),this.store.actions.setRequestScope(ps.DOCUMENTS)):(this.store.actions.setRequestVirtualField(cs.EVERYWHERE),this.store.actions.setRequestScope(ps.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return(t=>t.request.virtualField===cs.TITLE_ONLY&&t.request.scope===ps.DOCUMENTS)(this.store.getState())}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new gs)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,e){let o=this.facetIds.filter((e=>e!=t));e&&o.push(e),this.facetIds=o,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let e=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(e)}setFilter(t,e){let o=this.store.getState().request.filters,r={key:t,values:e,negative:!1},i=[...o.filter((e=>e.key!==t)),r];this.setFilters(i)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}async launchSearch(){return await this.awaitService(),this.searchDebouncer.run((()=>this.fetchSearchData()))}async launchSuggest(){await this.awaitService(),this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,o;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let e=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==e.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=r(this.service.launchSearch(e));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let e=(null!==(o=this.store.getState().results)&&void 0!==o?o:[]).concat(t.results);this.store.actions.setResults(e)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof e||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const e=this.store.getState(),o=e.request,i={input:e.liveQuery,filters:o.filters,sort:o.sort,contentLocale:o.contentLocale,scope:o.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=r(this.service.launchSuggest(i));let n=await this.cancelableSuggest;this.store.actions.setSuggestResults(n.suggestions)}catch(t){t instanceof e||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var ms=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 vs extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const xs=Symbol("registerInterval");class Os 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[xs]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[xs]):this.dispatchEvent(new vs)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=xs,ms([U()],o.prototype,"stateManager",void 0),o}(to)){}var ws,Ss=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 Ns extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}}class Cs extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}}class Es extends CustomEvent{constructor(t,e,o){super("ft-search-results-change",{detail:{request:t,paging:e,spellcheck:o}})}}class $s extends to{get stateManager(){return null==this._stateManager&&(this._stateManager=bs.build(this.id||(""+Math.round(999e3*Math.random())).padStart(6,"0")),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"search")),this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.filters=[],this.sort=[],this.addStore(Ua)}render(){return le`
1167
+ <slot @register-ft-search-component=${this.registerComponent}></slot>
1168
+ `}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new Cs(this.request)),t.has("paging")&&void 0!==this.paging&&this.dispatchEvent(new Es(this.request,this.paging,this.autocorrect))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){t.setSearchStateManager(this.stateManager)}handleLoadError(t){this.dispatchEvent(new Ns(t))}reloadSavedSearches(){za.clearMySearches()}clear(){this.stateManager.clear()}}$s.elementDefinitions={},$s.styles=Qa,Ss([k()],$s.prototype,"query",void 0),Ss([k()],$s.prototype,"contentLocale",void 0),Ss([k({type:Number})],$s.prototype,"pageSize",void 0),Ss([k({type:Boolean})],$s.prototype,"searchInDocumentTitlesOnly",void 0),Ss([k()],$s.prototype,"scope",void 0),Ss([k({type:Boolean})],$s.prototype,"ignoreEmptyQuery",void 0),Ss([F([])],$s.prototype,"filters",void 0),Ss([F([])],$s.prototype,"sort",void 0),Ss([Zr({store:"search"})],$s.prototype,"request",void 0),Ss([Zr({store:"search"})],$s.prototype,"paging",void 0),Ss([Zr({store:"search",selector:t=>t.spellcheck})],$s.prototype,"autocorrect",void 0),Ss([Zr({store:Ua.name})],$s.prototype,"session",void 0),j("ft-search-context")($s),function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(ws||(ws={}));var Rs=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 ks extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const Us=Symbol("registerInterval");class Is extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[Us]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[Us]):this.dispatchEvent(new ks)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Us,Rs([U()],o.prototype,"stateManager",void 0),o}(to)){}const Ls=$t`
1169
+
1170
+ `,As=Ja.build("searchResultsNumber"),Ws={results:"{0} results","results[\\=1]":"1 result"};var js=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 Fs extends(Ga(Os)){constructor(){super(),this.addI18nContext(As,Ws)}render(){return null==this.paging?he:le`
1171
+ <ft-typography variant="body1">
1172
+ ${As.messages.results(this.paging.totalClustersCount)}
1173
+ </ft-typography>
1174
+ `}}Fs.elementDefinitions={"ft-typography":Xn},Fs.styles=Ls,js([Zr()],Fs.prototype,"paging",void 0),j("ft-search-results-number")(Fs);const Ps=Ja.build("designedSearchInput"),Bs=$t`
1175
+ * {
1176
+ box-sizing: border-box;
1177
+ }
1178
+
1179
+ .ft-search-input-suggestion {
1180
+ position: absolute;
1181
+ z-index: ${va.floatingZIndex};
1182
+ top: calc(100% + 2px);
1183
+ left: -1px;
1184
+ right: -1px;
1185
+ background: ${va.colorSurface};
1186
+ border: 1px solid ${va.colorOutline};
1187
+ border-radius: 0 0 ${va.borderRadius} ${va.borderRadius};
1188
+ box-shadow: ${va.elevation02};
1189
+ }
1190
+
1191
+ .ft-search-input-suggestion--suggestion {
1192
+ text-decoration: none;
1193
+ position: relative;
1194
+ display: flex;
1195
+ align-items: center;
1196
+ padding: 8px;
1197
+ gap: 8px;
1198
+ cursor: pointer;
1199
+ color: ${va.colorOnSurface};
1200
+ min-height: 44px;
1201
+ }
1202
+
1203
+ .ft-search-input-suggestion--suggestion > *:not(ft-ripple) {
1204
+ position: relative;
1205
+ }
1206
+
1207
+ .ft-search-input-suggestion--suggestion:focus {
1208
+ outline: none;
1209
+ }
1210
+
1211
+ .ft-search-input-suggestion--suggestion ft-typography {
1212
+ display: block;
1213
+ flex-grow: 1;
1214
+ flex-shrink: 1;
1215
+ }
1216
+ `
1217
+ /**
1218
+ * @license
1219
+ * Copyright 2020 Google LLC
1220
+ * SPDX-License-Identifier: BSD-3-Clause
1221
+ */,{D:Ks}=vt,Ms=()=>document.createComment(""),Ds=(t,e,o)=>{const r=t._$AA.parentNode,i=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=r.insertBefore(Ms(),i),n=r.insertBefore(Ms(),i);o=new Ks(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},Ts=(t,e,o=t)=>(t._$AI(e,o),t),zs={},Zs=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}},_s=(t,e,o)=>{const r=new Map;for(let i=e;i<=o;i++)r.set(t[i],i);return r},Hs=Kn(class extends Mn{constructor(t){if(super(t),t.type!==Bn)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??=[],c=[];let l,f,h=0,u=i.length-1,p=0,d=n.length-1;for(;h<=u&&p<=d;)if(null===i[h])h++;else if(null===i[u])u--;else if(s[h]===a[p])c[p]=Ts(i[h],n[p]),h++,p++;else if(s[u]===a[d])c[d]=Ts(i[u],n[d]),u--,d--;else if(s[h]===a[d])c[d]=Ts(i[h],n[d]),Ds(t,c[d+1],i[h]),h++,d--;else if(s[u]===a[p])c[p]=Ts(i[u],n[p]),Ds(t,i[h],i[u]),u--,p++;else if(void 0===l&&(l=_s(a,p,d),f=_s(s,h,u)),l.has(s[h]))if(l.has(s[u])){const e=f.get(a[p]),o=void 0!==e?i[e]:null;if(null===o){const e=Ds(t,i[h]);Ts(e,n[p]),c[p]=e}else c[p]=Ts(o,n[p]),Ds(t,i[h],o),i[e]=null;p++}else Zs(i[u]),u--;else Zs(i[h]),h++;for(;p<=d;){const e=Ds(t,c[d+1]);Ts(e,n[p]),c[p++]=e}for(;h<=u;){const t=i[h++];null!==t&&Zs(t)}return this.dt=a,((t,e=zs)=>{t._$AH=e})(t,c),it}});var Gs=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 qs extends CustomEvent{constructor(t){super("suggestion-selected",{detail:t})}}let Vs=class extends Os{render(){return le`
1222
+ <div class="ft-search-input-suggestion ft-word-wrap"
1223
+ part="container"
1224
+ @keydown=${t=>this.onSuggestKeyDown(t)}>
1225
+ ${Hs(this.suggestResults||[],(t=>t.value),(t=>le`
1226
+ <a href="#"
1227
+ part="suggestion"
1228
+ class="ft-search-input-suggestion--suggestion"
1229
+ @keyup=${e=>this.onSuggestKeyUp(e,t.value)}
1230
+ @click=${e=>this.onSuggestSelected(e,t.value)}>
1231
+ <ft-ripple></ft-ripple>
1232
+ ${this.getIcon(t)}
1233
+ <ft-typography variant="body1">${t.value}</ft-typography>
1234
+ </a>
1235
+ `))}
1236
+ </div>
1237
+ `}onSuggestKeyDown(t){var e,o,r,i,n,a;switch(t.key){case"ArrowUp":null===(r=null!==(o=null===(e=this.getFocusedSuggestionElement())||void 0===e?void 0:e.previousElementSibling)&&void 0!==o?o:this.getLastSuggestionElement())||void 0===r||r.focus(),t.preventDefault(),t.stopPropagation();break;case"ArrowDown":null===(a=null!==(n=null===(i=this.getFocusedSuggestionElement())||void 0===i?void 0:i.nextElementSibling)&&void 0!==n?n:this.getFirstSuggestionElement())||void 0===a||a.focus(),t.preventDefault(),t.stopPropagation()}}onSuggestKeyUp(t,e){"Enter"!==t.key&&" "!==t.key||this.onSuggestSelected(t,e)}onSuggestSelected(t,e){t.preventDefault(),this.dispatchEvent(new qs(e))}getIcon(t){const e="DOCUMENT"===t.type?ca.file_format:ca.fluid_topics;let o;switch(t.type){case"MAP":o="BOOK"===t.editorialType?ia.BOOK:ia.ARTICLE;break;case"DOCUMENT":o=function(t,e){var o,r,i,n;t=(null!=t?t:"").toLowerCase(),e=(null!=e?e:"").toLowerCase();const[a,s]=((null!==(o=sa.get(t))&&void 0!==o?o:t)+"/").split("/");return null!==(n=null!==(i=null!==(r=aa.get(s))&&void 0!==r?r:aa.get(e))&&void 0!==i?i:aa.get(a))&&void 0!==n?n:na.UNKNOWN}(t.mimeType,t.filenameExtension);break;case"TOPIC":o=ia.TOPICS}return le`
1238
+ <ft-icon .variant="${e}" .value="${o}" part="suggestion-icon"></ft-icon>
1239
+ `}getFocusedSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion:focus-within")}getLastSuggestionElement(){let t=this.shadowRoot.querySelectorAll(".ft-search-input-suggestion--suggestion");return t.length>0?t[t.length-1]:null}getFirstSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion")}focusFirstSuggestion(){var t;null===(t=this.getFirstSuggestionElement())||void 0===t||t.focus()}};Vs.elementDefinitions={"ft-ripple":zn,"ft-typography":Xn,"ft-icon":fa},Vs.styles=[Ze,Bs],Gs([Zr()],Vs.prototype,"suggestResults",void 0),Vs=Gs([(t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)})("ft-search-input-suggestion")],Vs);var Ys=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 Xs extends(Ga(Os)){constructor(){super(),this.liveQuery="",this.forceCloseSuggestion=!1,this.addI18nContext(Ps)}render(){var t,e;let o={"ft-search-input":!0,"ft-search-input--with-suggestions":null!==(e=null===(t=this.suggestResults)||void 0===t?void 0:t.length)&&void 0!==e&&e,"ft-search-input--with-suggestions-closed":this.forceCloseSuggestion};return le`
1240
+ <div class="${Dn(o)}" @focusout=${()=>this.forceCloseSuggestion=!1}>
1241
+ <div class="ft-search-input--input-container" part="input-container" tabindex="-1">
1242
+ <div class="ft-search-input--input-outline" part="input-outline">
1243
+ <input class="ft-search-input--input ft-typography--body2"
1244
+ part="input"
1245
+ type="text"
1246
+ placeholder="${Ps.messages.placeholder()}"
1247
+ .value="${this.liveQuery}"
1248
+ @keydown=${t=>this.onSearchBarKeyDown(t)}
1249
+ @keyup=${t=>this.onSearchBarKeyUp(t)}>
1250
+ </div>
1251
+ <ft-search-input-suggestion exportpartsPrefix="suggestion"
1252
+ @suggestion-selected=${this.onSuggestionSelected}
1253
+ ></ft-search-input-suggestion>
1254
+ </div>
1255
+ <div class="ft-search-input--actions" part="actions">
1256
+ ${this.liveQuery?le`
1257
+ <ft-button id="clear-button"
1258
+ class="ft-search-input--clear-query"
1259
+ part="clear-query"
1260
+ icon="close"
1261
+ round dense
1262
+ label="${Ps.messages.clearButton()}"
1263
+ @click=${()=>this.liveQuery=""}
1264
+ ></ft-button>
1265
+ <div class="ft-search-input--separator"></div>
1266
+ `:null}
1267
+ <ft-button class="ft-search-input--launch-search"
1268
+ part="launch-search-in-input"
1269
+ icon="search"
1270
+ round dense
1271
+ label="${Ps.messages.searchButton()}"
1272
+ @click=${()=>this.launchSearch()}
1273
+ ></ft-button>
1274
+ </div>
1275
+ </div>
1276
+ `}onSearchBarKeyDown(t){switch(t.key){case"ArrowDown":t.stopPropagation(),t.preventDefault(),this.suggestion.focusFirstSuggestion();break;case"Backspace":t.stopPropagation()}}onSearchBarKeyUp(t){var e,o;if("Backspace"===t.key&&t.stopPropagation(),"Enter"===t.key)null===(e=this.stateManager)||void 0===e||e.setQuery(this.input.value),this.forceCloseSuggestion=!0;else null===(o=this.stateManager)||void 0===o||o.setLiveQuery(this.input.value),this.forceCloseSuggestion=!1}launchSearch(){var t;null===(t=this.stateManager)||void 0===t||t.setQuery(this.liveQuery),this.forceCloseSuggestion=!0}onSuggestionSelected(t){var e;null===(e=this.stateManager)||void 0===e||e.setQuery(t.detail),this.forceCloseSuggestion=!0}}Xs.elementDefinitions={"ft-search-input-suggestion":Vs,"ft-button":ya},Xs.styles=[bn,xa],Ys([Zr()],Xs.prototype,"request",void 0),Ys([Zr()],Xs.prototype,"liveQuery",void 0),Ys([Zr()],Xs.prototype,"suggestResults",void 0),Ys([U()],Xs.prototype,"forceCloseSuggestion",void 0),Ys([L(".ft-search-input--input")],Xs.prototype,"input",void 0),Ys([L("ft-search-input-suggestion")],Xs.prototype,"suggestion",void 0),j("ft-search-input")(Xs);const Js=$t`
1277
+ [part="no-results-message"] {
1278
+ text-align: center;
1279
+ padding: 12px;
1280
+ }
1281
+ `,Qs=$t`
1282
+ a {
1283
+ color: inherit;
1284
+ text-decoration: inherit;
1285
+ }
1286
+ `;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 ec extends CustomEvent{constructor(t,e){super("ft-search-result-click",{detail:{result:t,rank:e},bubbles:!0,composed:!0})}}class oc extends Te{constructor(){super(...arguments),this.index=0,this.registeredComponents=[]}render(){return le`
1287
+ <a href="${this.url}" @click=${this.onResultClick}>
1288
+ <slot @register-ft-search-result-component=${this.registerComponent}></slot>
1289
+ </a>
1290
+ `}get url(){var t;switch(null===(t=this.result)||void 0===t?void 0:t.type){case us.MAP:return this.result.map.readerUrl;case us.DOCUMENT:return this.result.document.viewerUrl;case us.TOPIC:return this.result.topic.readerUrl}return""}onResultClick(){this.dispatchEvent(new ec(this.result,this.index+1))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){this.registeredComponents.push(t),t.result=this.result}update(t){super.update(t),t.has("result")&&this.registeredComponents.forEach((t=>t.result=this.result))}disconnectedCallback(){super.disconnectedCallback(),this.registeredComponents=[]}}oc.elementDefinitions={},oc.styles=Qs,tc([k({attribute:!1})],oc.prototype,"result",void 0),tc([k()],oc.prototype,"index",void 0),j("ft-search-result-context")(oc);var rc=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 ic extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const nc=Symbol("registerInterval");class ac extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}connectedCallback(){super.connectedCallback(),this[nc]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[nc]):this.dispatchEvent(new ic)}disconnectedCallback(){super.disconnectedCallback(),this.result=void 0}}return e=nc,rc([k({attribute:!1})],o.prototype,"result",void 0),o}(Os)){}class sc extends ac{render(){return this.result?le`
1291
+ <ft-typography variant="title" part="text">${ra(this.selectTitle(this.result))}</ft-typography>
1292
+ `:he}selectTitle(t){switch(t.type){case"MAP":return t.map.htmlTitle;case"DOCUMENT":return t.document.htmlTitle;case"TOPIC":return t.topic.htmlTitle}return""}}sc.elementDefinitions={"ft-typography":Xn},sc.styles=Na,j("ft-search-result-title")(sc);class cc extends ac{render(){let t=this.result?this.selectAbstract(this.result):void 0;return t?le`
1293
+ <ft-typography variant="body1" part="text">${ra(t)}</ft-typography>
1294
+ `:le`
1295
+ <style>
1296
+ :host {
1297
+ display: none !important;
1298
+ }
1299
+ </style>
1300
+ `}selectAbstract(t){switch(t.type){case"MAP":return t.map.htmlExcerpt;case"DOCUMENT":return t.document.htmlExcerpt;case"TOPIC":return t.topic.htmlExcerpt}return""}}cc.elementDefinitions={"ft-typography":Xn},cc.styles=wa,j("ft-search-result-abstract")(cc);var lc=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 fc extends(Ga(Os)){constructor(){super(),this.clusterPolicy="display-first-result",this.displayNoResultsMessage=!1,this.renderResult=()=>le`
1301
+ <ft-search-result-title></ft-search-result-title>
1302
+ <ft-search-result-abstract></ft-search-result-abstract>
1303
+ `,this.addI18nContext(As)}render(){var t;return this.displayNoResultsMessage&&null!=this.results&&0==this.results.length?le`
1304
+ <ft-typography part="no-results-message" variant="body1">${As.messages.results(0)}</ft-typography>
1305
+ `:Hs((null!==(t=this.results)&&void 0!==t?t:[]).flatMap((t=>"display-first-result"==this.clusterPolicy?[t.entries[0]]:t.entries)),(t=>{var e,o,r,i,n;return null!==(i=null!==(o=null===(e=t.document)||void 0===e?void 0:e.documentId)&&void 0!==o?o:null===(r=t.map)||void 0===r?void 0:r.mapId)&&void 0!==i?i:null===(n=t.topic)||void 0===n?void 0:n.tocId}),((t,e)=>le`
1306
+ <ft-search-result-context .result=${t} index="${e}">
1307
+ ${this.renderResult(t,e)}
1308
+ </ft-search-result-context>
1309
+ `))}}fc.styles=Js,lc([k({type:String,attribute:"cluster-policy"})],fc.prototype,"clusterPolicy",void 0),lc([k({type:Boolean})],fc.prototype,"displayNoResultsMessage",void 0),lc([k({attribute:!1})],fc.prototype,"renderResult",void 0),lc([Zr()],fc.prototype,"results",void 0),j("ft-search-results")(fc);var hc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class uc extends Te{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1}render(){const t={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader};return le`
1310
+ <div id="container" part="container" class=${Dn(t)}>
1311
+ ${this.clickable?le`
1312
+ <ft-ripple primary ?selected=${this.selected}></ft-ripple>
1313
+ `:he}
1314
+ <div id="header" part="header">
1315
+ <ft-typography class="title" element="span" variant="title">${this.title}</ft-typography>
1316
+ <slot name="header"></slot>
1317
+ </div>
1318
+ <div id="action" part="action">
1319
+ <slot name="action"></slot>
1320
+ </div>
1321
+ <div id="content" part="content">
1322
+ <ft-typography variant="body2">
1323
+ <slot></slot>
1324
+ </ft-typography>
1325
+ </div>
1326
+ </div>
1327
+ `}}uc.elementDefinitions={"ft-ripple":zn,"ft-typography":Xn},uc.styles=ai,hc([k()],uc.prototype,"title",void 0),hc([k({type:Boolean})],uc.prototype,"clickable",void 0),hc([k({type:Boolean})],uc.prototype,"selected",void 0),hc([k({type:Boolean})],uc.prototype,"noHeader",void 0),j("ft-card")(uc);const pc=$t`
1328
+ `,dc=Ja.fromGwt("designedActionBlockAriaLabels");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(Ga(Os)){constructor(){super(),this.currentPage=1,this.isLastPage=!0,this.addI18nContext(dc)}render(){return this.isLastPage?he:le`
1329
+ <ft-button @click="${this.loadMore}">
1330
+ ${dc.messages.searchPageLoadMore()}
1331
+ </ft-button>
1332
+ `}loadMore(){var t;null===(t=this.stateManager)||void 0===t||t.setPageNumber(this.currentPage+1)}}gc.elementDefinitions={"ft-button":ya},gc.styles=pc,yc([Zr({store:"search",selector:t=>{var e,o;return null!==(o=null===(e=t.paging)||void 0===e?void 0:e.currentPage)&&void 0!==o?o:1}})],gc.prototype,"currentPage",void 0),yc([Zr({store:"search",selector:t=>{var e,o;return null===(o=null===(e=t.paging)||void 0===e?void 0:e.isLastPage)||void 0===o||o}})],gc.prototype,"isLastPage",void 0),j("ft-search-load-more-button")(gc);var bc=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 mc extends(Ga(Is)){constructor(){super(...arguments),this.hideResultTitle=!1,this.hideResultBreadcrumb=!1,this.hideResultAbstract=!1,this.hideResultsNumber=!1,this.uniqueId="search-in-document-"+(""+Math.round(999e3*Math.random())).padStart(6,"0")}get filters(){return[{negative:!1,key:"ft:publicationId",values:[this.map.id]}]}renderResult(t){var e;return le`
1333
+ <style> ${$a}</style>
1334
+ <ft-card clickable noheader>
1335
+ <div class="result-container">
1336
+ ${this.hideResultTitle?he:le`
1337
+ <ft-search-result-title></ft-search-result-title>`}
1338
+ ${this.hideResultBreadcrumb?he:le`
1339
+ <ft-typography class="breadcrumb" variant="caption">${null===(e=t.topic)||void 0===e?void 0:e.breadcrumb.join(" > ")}</ft-typography>
1340
+ `}
1341
+ ${this.hideResultAbstract?he:le`
1342
+ <ft-search-result-abstract></ft-search-result-abstract>
1343
+ `}
1344
+ </div>
1345
+ </ft-card>
1346
+ `}render(){return this.map?le`
1347
+ <ft-search-context id="${this.uniqueId}"
1348
+ contentLocale="${this.map.lang}"
1349
+ .filters=${this.filters}
1350
+ scope="ALL_TOPICS"
1351
+ ignoreEmptyQuery>
1352
+ <div class="ft-search-in-doc--container">
1353
+ <ft-search-input></ft-search-input>
1354
+ ${this.hideResultsNumber?he:le`
1355
+ <ft-search-results-number></ft-search-results-number>
1356
+ `}
1357
+ <ft-search-results ?displayNoResultsMessage=${this.hideResultsNumber}
1358
+ .renderResult=${t=>this.renderResult(t)}></ft-search-results>
1359
+ <slot name="load-more">
1360
+ <ft-search-load-more-button></ft-search-load-more-button>
1361
+ </slot>
1362
+ </div>
1363
+ </ft-search-context>
1364
+ `:he}update(t){super.update(t),t.has("map")&&this.searchContext&&this.searchContext.clear(),["hideResultTitle","hideResultBreadcrumb","hideResultAbstract"].some((e=>t.has(e)))&&this.searchResults&&this.searchResults.requestUpdate()}}mc.elementDefinitions={"ft-button":ya,"ft-typography":Xn,"ft-search-context":$s,"ft-search-input":Xs,"ft-search-results-number":Fs,"ft-search-results":fc,"ft-search-load-more-button":gc},mc.styles=Ea,bc([Zr()],mc.prototype,"map",void 0),bc([L("ft-search-context")],mc.prototype,"searchContext",void 0),bc([L("ft-search-results")],mc.prototype,"searchResults",void 0),bc([k({type:Boolean})],mc.prototype,"hideResultTitle",void 0),bc([k({type:Boolean})],mc.prototype,"hideResultBreadcrumb",void 0),bc([k({type:Boolean})],mc.prototype,"hideResultAbstract",void 0),bc([k({type:Boolean})],mc.prototype,"hideResultsNumber",void 0),j("ft-reader-search-in-document")(mc),t.FtReaderSearchInDocument=mc,t.FtReaderSearchInDocumentCssVariables=Ca,t.resultStyles=$a,t.styles=Ea}({});