@fluid-topics/ft-filter 1.1.9 → 1.1.11

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.
@@ -12,7 +12,7 @@
12
12
  * subject to an additional IP rights grant found at
13
13
  * http://polymer.github.io/PATENTS.txt
14
14
  */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,i=window.customElements,r=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){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(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);p(r,l,s);const c={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(r,c);let h=o.call(i,t);h||(h=f(t),e.call(i,t,h)),this===window.customElements&&(a.set(r,c),c.standInClass=h);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),u(t,c,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){g.push(this),i.upgrade.apply(i,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 i=this._awaitingUpgrade.get(e);i||this._awaitingUpgrade.set(e,i=new Set),o?i.add(t):i.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),r.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,h=t=>{let e=t.getRootNode();if(!c(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},f=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const i=h(o)||window.customElements,r=i._getDefinition(e);return r?u(o,r):n.set(o,i),o}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},p=(t,e,o)=>{if(0===e.size||void 0===o)return;const i=t.prototype.setAttribute;i&&(t.prototype.setAttribute=function(t,r){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);i.call(this,n,r),o.call(this,n,t,r)}else i.call(this,n,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);r.call(this,i),o.call(this,i,t,null)}else r.call(this,i)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,i){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);n.call(this,r,i);const e=this.getAttribute(r);o.call(this,r,t,e)}else n.call(this,r,i)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},u=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),r.set(t,e),l=t;try{new e.elementClass}catch(t){d(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 i=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=i.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 i=e.call(this,...o);return t.set(i,this),i},o.forEach((e=>{const o=window.ElementInternals.prototype,i=o[e];o[e]=function(...e){const o=t.get(this);if(!0===r.get(o).formAssociated)return i?.call(this,...e);throw new DOMException(`Failed to execute ${i} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class i 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 i=t.getAttribute("name"),r=e.get(i)||[];this[+o]=t,r.push(t),e.set(i,r)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new i(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=r.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(gn){const t=window.customElements.define;window.customElements.define=(e,o,i)=>{if(null!==o)try{t.bind(window.customElements)(e,o,i)}catch(t){console.info(e,o,i,t)}}}
15
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,i=window.customElements,r=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){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(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);p(r,l,s);const c={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(r,c);let f=o.call(i,t);f||(f=h(t),e.call(i,t,f)),this===window.customElements&&(a.set(r,c),c.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),u(t,c,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){g.push(this),i.upgrade.apply(i,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 i=this._awaitingUpgrade.get(e);i||this._awaitingUpgrade.set(e,i=new Set),o?i.add(t):i.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),r.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!c(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},h=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const i=f(o)||window.customElements,r=i._getDefinition(e);return r?u(o,r):n.set(o,i),o}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},p=(t,e,o)=>{if(0===e.size||void 0===o)return;const i=t.prototype.setAttribute;i&&(t.prototype.setAttribute=function(t,r){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);i.call(this,n,r),o.call(this,n,t,r)}else i.call(this,n,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);r.call(this,i),o.call(this,i,t,null)}else r.call(this,i)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,i){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);n.call(this,r,i);const e=this.getAttribute(r);o.call(this,r,t,e)}else n.call(this,r,i)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},u=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),r.set(t,e),l=t;try{new e.elementClass}catch(t){d(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 i=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=i.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 i=e.call(this,...o);return t.set(i,this),i},o.forEach((e=>{const o=window.ElementInternals.prototype,i=o[e];o[e]=function(...e){const o=t.get(this);if(!0===r.get(o).formAssociated)return i?.call(this,...e);throw new DOMException(`Failed to execute ${i} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class i 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 i=t.getAttribute("name"),r=e.get(i)||[];this[+o]=t,r.push(t),e.set(i,r)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new i(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=r.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(mn){const t=window.customElements.define;window.customElements.define=(e,o,i)=>{if(null!==o)try{t.bind(window.customElements)(e,o,i)}catch(t){console.info(e,o,i,t)}}}
16
16
  /**
17
17
  * @license
18
18
  * Copyright 2019 Google LLC
@@ -22,13 +22,13 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.cust
22
22
  * @license
23
23
  * Copyright 2017 Google LLC
24
24
  * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:s,defineProperty:l,getOwnPropertyDescriptor:c,getOwnPropertyNames:h,getOwnPropertySymbols:f,getPrototypeOf:p}=Object,d=globalThis,u=d.trustedTypes,y=u?u.emptyScript:"",g=d.reactiveElementPolyfillSupport,b=(t,e)=>t,m={toAttribute(t,e){switch(e){case Boolean:t=t?y:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},x=(t,e)=>!s(t,e),v={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:x};Symbol.metadata??=Symbol("metadata"),d.litPropertyMetadata??=new WeakMap;let O=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=v){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),i=this.getPropertyDescriptor(t,o,e);void 0!==i&&l(this.prototype,t,i)}}static getPropertyDescriptor(t,e,o){const{get:i,set:r}=c(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return i?.call(this)},set(e){const n=i?.call(this);r.call(this,e),this.requestUpdate(t,n,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??v}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=p(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,e=[...h(t),...f(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,i)=>{if(o)t.adoptedStyleSheets=i.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of i){const i=document.createElement("style"),r=e.litNonce;void 0!==r&&i.setAttribute("nonce",r),i.textContent=o.cssText,t.appendChild(i)}})(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),i=this.constructor._$Eu(t,o);if(void 0!==i&&!0===o.reflect){const r=(void 0!==o.converter?.toAttribute?o.converter:m).toAttribute(e,o.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,e){const o=this.constructor,i=o._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=o.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=i,this[i]=r.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,i=!1,r){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??x)(i?r:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[b("elementProperties")]=new Map,O[b("finalized")]=new Map,g?.({ReactiveElement:O}),(d.reactiveElementVersions??=[]).push("2.0.2");
25
+ */,{is:s,defineProperty:l,getOwnPropertyDescriptor:c,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:p}=Object,d=globalThis,u=d.trustedTypes,y=u?u.emptyScript:"",g=d.reactiveElementPolyfillSupport,b=(t,e)=>t,m={toAttribute(t,e){switch(e){case Boolean:t=t?y:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},x=(t,e)=>!s(t,e),v={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:x};Symbol.metadata??=Symbol("metadata"),d.litPropertyMetadata??=new WeakMap;let O=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=v){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),i=this.getPropertyDescriptor(t,o,e);void 0!==i&&l(this.prototype,t,i)}}static getPropertyDescriptor(t,e,o){const{get:i,set:r}=c(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return i?.call(this)},set(e){const n=i?.call(this);r.call(this,e),this.requestUpdate(t,n,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??v}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=p(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,e=[...f(t),...h(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,i)=>{if(o)t.adoptedStyleSheets=i.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of i){const i=document.createElement("style"),r=e.litNonce;void 0!==r&&i.setAttribute("nonce",r),i.textContent=o.cssText,t.appendChild(i)}})(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),i=this.constructor._$Eu(t,o);if(void 0!==i&&!0===o.reflect){const r=(void 0!==o.converter?.toAttribute?o.converter:m).toAttribute(e,o.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,e){const o=this.constructor,i=o._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=o.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=i,this[i]=r.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,i=!1,r){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??x)(i?r:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[b("elementProperties")]=new Map,O[b("finalized")]=new Map,g?.({ReactiveElement:O}),(d.reactiveElementVersions??=[]).push("2.0.2");
26
26
  /**
27
27
  * @license
28
28
  * Copyright 2017 Google LLC
29
29
  * SPDX-License-Identifier: BSD-3-Clause
30
30
  */
31
- const w={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:x},S=(t=w,e,o)=>{const{kind:i,metadata:r}=o;let n=globalThis.litPropertyMetadata.get(r);if(void 0===n&&globalThis.litPropertyMetadata.set(r,n=new Map),n.set(o.name,t),"accessor"===i){const{name:i}=o;return{set(o){const r=e.get.call(this);e.set.call(this,o),this.requestUpdate(i,r,t)},init(e){return void 0!==e&&this.C(i,void 0,t),e}}}if("setter"===i){const{name:i}=o;return function(o){const r=this[i];e.call(this,o),this.requestUpdate(i,r,t)}}throw Error("Unsupported decorator location: "+i)};function N(t){return(e,o)=>"object"==typeof o?S(t,e,o):((t,e,o)=>{const i=e.hasOwnProperty(o);return e.constructor.createProperty(o,i?{...t,wrapped:!0}:t),i?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)
31
+ const S={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:x},w=(t=S,e,o)=>{const{kind:i,metadata:r}=o;let n=globalThis.litPropertyMetadata.get(r);if(void 0===n&&globalThis.litPropertyMetadata.set(r,n=new Map),n.set(o.name,t),"accessor"===i){const{name:i}=o;return{set(o){const r=e.get.call(this);e.set.call(this,o),this.requestUpdate(i,r,t)},init(e){return void 0!==e&&this.C(i,void 0,t),e}}}if("setter"===i){const{name:i}=o;return function(o){const r=this[i];e.call(this,o),this.requestUpdate(i,r,t)}}throw Error("Unsupported decorator location: "+i)};function N(t){return(e,o)=>"object"==typeof o?w(t,e,o):((t,e,o)=>{const i=e.hasOwnProperty(o);return e.constructor.createProperty(o,i?{...t,wrapped:!0}:t),i?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)
32
32
  /**
33
33
  * @license
34
34
  * Copyright 2017 Google LLC
@@ -58,13 +58,13 @@ const w={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:x},S=(t=w,e,
58
58
  * @license
59
59
  * Copyright 2017 Google LLC
60
60
  * SPDX-License-Identifier: BSD-3-Clause
61
- */const F=globalThis,K=F.trustedTypes,B=K?K.createPolicy("lit-html",{createHTML:t=>t}):void 0,Z="$lit$",D=`lit$${(Math.random()+"").slice(9)}$`,A="?"+D,M=`<${A}>`,P=document,H=()=>P.createComment(""),j=t=>null===t||"object"!=typeof t&&"function"!=typeof t,T=Array.isArray,_=t=>T(t)||"function"==typeof t?.[Symbol.iterator],G="[ \t\n\f\r]",V=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Y=/-->/g,J=/>/g,q=RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),X=/'/g,Q=/"/g,tt=/^(?:script|style|textarea|title)$/i,et=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),ot=Symbol.for("lit-noChange"),it=Symbol.for("lit-nothing"),rt=new WeakMap,nt=P.createTreeWalker(P,129);function at(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==B?B.createHTML(e):e}const st=(t,e)=>{const o=t.length-1,i=[];let r,n=2===e?"<svg>":"",a=V;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,h=0;for(;h<o.length&&(a.lastIndex=h,l=a.exec(o),null!==l);)h=a.lastIndex,a===V?"!--"===l[1]?a=Y:void 0!==l[1]?a=J:void 0!==l[2]?(tt.test(l[2])&&(r=RegExp("</"+l[2],"g")),a=q):void 0!==l[3]&&(a=q):a===q?">"===l[0]?(a=r??V,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?q:'"'===l[3]?Q:X):a===Q||a===X?a=q:a===Y||a===J?a=V:(a=q,r=void 0);const f=a===q&&t[e+1].startsWith("/>")?" ":"";n+=a===V?o+M:c>=0?(i.push(s),o.slice(0,c)+Z+o.slice(c)+D+f):o+D+(-2===c?e:f)}return[at(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),i]};let lt=class t{constructor({strings:e,_$litType$:o},i){let r;this.parts=[];let n=0,a=0;const s=e.length-1,l=this.parts,[c,h]=st(e,o);if(this.el=t.createElement(c,i),nt.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=nt.nextNode())&&l.length<s;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Z)){const e=h[a++],o=r.getAttribute(t).split(D),i=/([.?@])?(.*)/.exec(e);l.push({type:1,index:n,name:i[2],strings:o,ctor:"."===i[1]?dt:"?"===i[1]?ut:"@"===i[1]?yt:pt}),r.removeAttribute(t)}else t.startsWith(D)&&(l.push({type:6,index:n}),r.removeAttribute(t));if(tt.test(r.tagName)){const t=r.textContent.split(D),e=t.length-1;if(e>0){r.textContent=K?K.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],H()),nt.nextNode(),l.push({type:2,index:++n});r.append(t[e],H())}}}else if(8===r.nodeType)if(r.data===A)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=r.data.indexOf(D,t+1));)l.push({type:7,index:n}),t+=D.length-1}n++}}static createElement(t,e){const o=P.createElement("template");return o.innerHTML=t,o}};function ct(t,e,o=t,i){if(e===ot)return e;let r=void 0!==i?o._$Co?.[i]:o._$Cl;const n=j(e)?void 0:e._$litDirective$;return r?.constructor!==n&&(r?._$AO?.(!1),void 0===n?r=void 0:(r=new n(t),r._$AT(t,o,i)),void 0!==i?(o._$Co??=[])[i]=r:o._$Cl=r),void 0!==r&&(e=ct(t,r._$AS(t,e.values),r,i)),e}let ht=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,i=(t?.creationScope??P).importNode(e,!0);nt.currentNode=i;let r=nt.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new ft(r,r.nextSibling,this,t):1===s.type?e=new s.ctor(r,s.name,s.strings,this,t):6===s.type&&(e=new gt(r,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(r=nt.nextNode(),n++)}return nt.currentNode=P,i}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++}},ft=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,i){this.type=2,this._$AH=it,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=i,this._$Cv=i?.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=ct(this,t,e),j(t)?t===it||null==t||""===t?(this._$AH!==it&&this._$AR(),this._$AH=it):t!==this._$AH&&t!==ot&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):_(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!==it&&j(this._$AH)?this._$AA.nextSibling.data=t:this.$(P.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,i="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=lt.createElement(at(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===i)this._$AH.p(e);else{const t=new ht(i,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=rt.get(t.strings);return void 0===e&&rt.set(t.strings,e=new lt(t)),e}T(e){T(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let i,r=0;for(const n of e)r===o.length?o.push(i=new t(this.k(H()),this.k(H()),this,this.options)):i=o[r],i._$AI(n),r++;r<o.length&&(this._$AR(i&&i._$AB.nextSibling,r),o.length=r)}_$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))}},pt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,i,r){this.type=1,this._$AH=it,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=r,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=it}_$AI(t,e=this,o,i){const r=this.strings;let n=!1;if(void 0===r)t=ct(this,t,e,0),n=!j(t)||t!==this._$AH&&t!==ot,n&&(this._$AH=t);else{const i=t;let a,s;for(t=r[0],a=0;a<r.length-1;a++)s=ct(this,i[o+a],e,a),s===ot&&(s=this._$AH[a]),n||=!j(s)||s!==this._$AH[a],s===it?t=it:t!==it&&(t+=(s??"")+r[a+1]),this._$AH[a]=s}n&&!i&&this.O(t)}O(t){t===it?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},dt=class extends pt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===it?void 0:t}},ut=class extends pt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==it)}},yt=class extends pt{constructor(t,e,o,i,r){super(t,e,o,i,r),this.type=5}_$AI(t,e=this){if((t=ct(this,t,e,0)??it)===ot)return;const o=this._$AH,i=t===it&&o!==it||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==it&&(o===it||i);i&&this.element.removeEventListener(this.name,this,o),r&&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)}},gt=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){ct(this,t)}};const bt={j:Z,P:D,A,C:1,M:st,L:ht,R:_,V:ct,D:ft,I:pt,H:ut,N:yt,U:dt,B:gt},mt=F.litHtmlPolyfillSupport;mt?.(lt,ft),(F.litHtmlVersions??=[]).push("3.1.0");
61
+ */const F=globalThis,K=F.trustedTypes,B=K?K.createPolicy("lit-html",{createHTML:t=>t}):void 0,Z="$lit$",D=`lit$${(Math.random()+"").slice(9)}$`,A="?"+D,M=`<${A}>`,P=document,H=()=>P.createComment(""),j=t=>null===t||"object"!=typeof t&&"function"!=typeof t,T=Array.isArray,_=t=>T(t)||"function"==typeof t?.[Symbol.iterator],G="[ \t\n\f\r]",V=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Y=/-->/g,J=/>/g,q=RegExp(`>|${G}(?:([^\\s"'>=/]+)(${G}*=${G}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),X=/'/g,Q=/"/g,tt=/^(?:script|style|textarea|title)$/i,et=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),ot=Symbol.for("lit-noChange"),it=Symbol.for("lit-nothing"),rt=new WeakMap,nt=P.createTreeWalker(P,129);function at(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==B?B.createHTML(e):e}const st=(t,e)=>{const o=t.length-1,i=[];let r,n=2===e?"<svg>":"",a=V;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,f=0;for(;f<o.length&&(a.lastIndex=f,l=a.exec(o),null!==l);)f=a.lastIndex,a===V?"!--"===l[1]?a=Y:void 0!==l[1]?a=J:void 0!==l[2]?(tt.test(l[2])&&(r=RegExp("</"+l[2],"g")),a=q):void 0!==l[3]&&(a=q):a===q?">"===l[0]?(a=r??V,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?q:'"'===l[3]?Q:X):a===Q||a===X?a=q:a===Y||a===J?a=V:(a=q,r=void 0);const h=a===q&&t[e+1].startsWith("/>")?" ":"";n+=a===V?o+M:c>=0?(i.push(s),o.slice(0,c)+Z+o.slice(c)+D+h):o+D+(-2===c?e:h)}return[at(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),i]};let lt=class t{constructor({strings:e,_$litType$:o},i){let r;this.parts=[];let n=0,a=0;const s=e.length-1,l=this.parts,[c,f]=st(e,o);if(this.el=t.createElement(c,i),nt.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=nt.nextNode())&&l.length<s;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Z)){const e=f[a++],o=r.getAttribute(t).split(D),i=/([.?@])?(.*)/.exec(e);l.push({type:1,index:n,name:i[2],strings:o,ctor:"."===i[1]?dt:"?"===i[1]?ut:"@"===i[1]?yt:pt}),r.removeAttribute(t)}else t.startsWith(D)&&(l.push({type:6,index:n}),r.removeAttribute(t));if(tt.test(r.tagName)){const t=r.textContent.split(D),e=t.length-1;if(e>0){r.textContent=K?K.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],H()),nt.nextNode(),l.push({type:2,index:++n});r.append(t[e],H())}}}else if(8===r.nodeType)if(r.data===A)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=r.data.indexOf(D,t+1));)l.push({type:7,index:n}),t+=D.length-1}n++}}static createElement(t,e){const o=P.createElement("template");return o.innerHTML=t,o}};function ct(t,e,o=t,i){if(e===ot)return e;let r=void 0!==i?o._$Co?.[i]:o._$Cl;const n=j(e)?void 0:e._$litDirective$;return r?.constructor!==n&&(r?._$AO?.(!1),void 0===n?r=void 0:(r=new n(t),r._$AT(t,o,i)),void 0!==i?(o._$Co??=[])[i]=r:o._$Cl=r),void 0!==r&&(e=ct(t,r._$AS(t,e.values),r,i)),e}let ft=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,i=(t?.creationScope??P).importNode(e,!0);nt.currentNode=i;let r=nt.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new ht(r,r.nextSibling,this,t):1===s.type?e=new s.ctor(r,s.name,s.strings,this,t):6===s.type&&(e=new gt(r,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(r=nt.nextNode(),n++)}return nt.currentNode=P,i}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++}},ht=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,i){this.type=2,this._$AH=it,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=i,this._$Cv=i?.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=ct(this,t,e),j(t)?t===it||null==t||""===t?(this._$AH!==it&&this._$AR(),this._$AH=it):t!==this._$AH&&t!==ot&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):_(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!==it&&j(this._$AH)?this._$AA.nextSibling.data=t:this.$(P.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,i="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=lt.createElement(at(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===i)this._$AH.p(e);else{const t=new ft(i,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=rt.get(t.strings);return void 0===e&&rt.set(t.strings,e=new lt(t)),e}T(e){T(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let i,r=0;for(const n of e)r===o.length?o.push(i=new t(this.k(H()),this.k(H()),this,this.options)):i=o[r],i._$AI(n),r++;r<o.length&&(this._$AR(i&&i._$AB.nextSibling,r),o.length=r)}_$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))}},pt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,i,r){this.type=1,this._$AH=it,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=r,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=it}_$AI(t,e=this,o,i){const r=this.strings;let n=!1;if(void 0===r)t=ct(this,t,e,0),n=!j(t)||t!==this._$AH&&t!==ot,n&&(this._$AH=t);else{const i=t;let a,s;for(t=r[0],a=0;a<r.length-1;a++)s=ct(this,i[o+a],e,a),s===ot&&(s=this._$AH[a]),n||=!j(s)||s!==this._$AH[a],s===it?t=it:t!==it&&(t+=(s??"")+r[a+1]),this._$AH[a]=s}n&&!i&&this.O(t)}O(t){t===it?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},dt=class extends pt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===it?void 0:t}},ut=class extends pt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==it)}},yt=class extends pt{constructor(t,e,o,i,r){super(t,e,o,i,r),this.type=5}_$AI(t,e=this){if((t=ct(this,t,e,0)??it)===ot)return;const o=this._$AH,i=t===it&&o!==it||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==it&&(o===it||i);i&&this.element.removeEventListener(this.name,this,o),r&&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)}},gt=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){ct(this,t)}};const bt={j:Z,P:D,A,C:1,M:st,L:ft,R:_,V:ct,D:ht,I:pt,H:ut,N:yt,U:dt,B:gt},mt=F.litHtmlPolyfillSupport;mt?.(lt,ht),(F.litHtmlVersions??=[]).push("3.1.0");
62
62
  /**
63
63
  * @license
64
64
  * Copyright 2019 Google LLC
65
65
  * SPDX-License-Identifier: BSD-3-Clause
66
66
  */
67
- const xt=globalThis,vt=xt.ShadowRoot&&(void 0===xt.ShadyCSS||xt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ot=Symbol(),wt=new WeakMap;let St=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==Ot)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(vt&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=wt.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&wt.set(e,t))}return t}toString(){return this.cssText}};const Nt=t=>new St("string"==typeof t?t:t+"",void 0,Ot),$t=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,o,i)=>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[i+1]),t[0]);return new St(o,t,Ot)},Ct=vt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return Nt(e)})(t):t
67
+ const xt=globalThis,vt=xt.ShadowRoot&&(void 0===xt.ShadyCSS||xt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ot=Symbol(),St=new WeakMap;let wt=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==Ot)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(vt&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=St.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&St.set(e,t))}return t}toString(){return this.cssText}};const Nt=t=>new wt("string"==typeof t?t:t+"",void 0,Ot),$t=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,o,i)=>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[i+1]),t[0]);return new wt(o,t,Ot)},Ct=vt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return Nt(e)})(t):t
68
68
  /**
69
69
  * @license
70
70
  * Copyright 2017 Google LLC
@@ -75,18 +75,18 @@ const xt=globalThis,vt=xt.ShadowRoot&&(void 0===xt.ShadyCSS||xt.ShadyCSS.nativeS
75
75
  * Copyright 2017 Google LLC
76
76
  * SPDX-License-Identifier: BSD-3-Clause
77
77
  */
78
- const Pt=globalThis,Ht=Pt.trustedTypes,jt=Ht?Ht.createPolicy("lit-html",{createHTML:t=>t}):void 0,Tt="$lit$",_t=`lit$${(Math.random()+"").slice(9)}$`,Gt="?"+_t,Vt=`<${Gt}>`,Yt=document,Jt=()=>Yt.createComment(""),qt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Xt=Array.isArray,Qt="[ \t\n\f\r]",te=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,oe=/>/g,ie=RegExp(`>|${Qt}(?:([^\\s"'>=/]+)(${Qt}*=${Qt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),re=/'/g,ne=/"/g,ae=/^(?:script|style|textarea|title)$/i,se=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),le=Symbol.for("lit-noChange"),ce=Symbol.for("lit-nothing"),he=new WeakMap,fe=Yt.createTreeWalker(Yt,129);function pe(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==jt?jt.createHTML(e):e}const de=(t,e)=>{const o=t.length-1,i=[];let r,n=2===e?"<svg>":"",a=te;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,h=0;for(;h<o.length&&(a.lastIndex=h,l=a.exec(o),null!==l);)h=a.lastIndex,a===te?"!--"===l[1]?a=ee:void 0!==l[1]?a=oe:void 0!==l[2]?(ae.test(l[2])&&(r=RegExp("</"+l[2],"g")),a=ie):void 0!==l[3]&&(a=ie):a===ie?">"===l[0]?(a=r??te,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?ie:'"'===l[3]?ne:re):a===ne||a===re?a=ie:a===ee||a===oe?a=te:(a=ie,r=void 0);const f=a===ie&&t[e+1].startsWith("/>")?" ":"";n+=a===te?o+Vt:c>=0?(i.push(s),o.slice(0,c)+Tt+o.slice(c)+_t+f):o+_t+(-2===c?e:f)}return[pe(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),i]};class ue{constructor({strings:t,_$litType$:e},o){let i;this.parts=[];let r=0,n=0;const a=t.length-1,s=this.parts,[l,c]=de(t,e);if(this.el=ue.createElement(l,o),fe.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=fe.nextNode())&&s.length<a;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(Tt)){const e=c[n++],o=i.getAttribute(t).split(_t),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:r,name:a[2],strings:o,ctor:"."===a[1]?me:"?"===a[1]?xe:"@"===a[1]?ve:be}),i.removeAttribute(t)}else t.startsWith(_t)&&(s.push({type:6,index:r}),i.removeAttribute(t));if(ae.test(i.tagName)){const t=i.textContent.split(_t),e=t.length-1;if(e>0){i.textContent=Ht?Ht.emptyScript:"";for(let o=0;o<e;o++)i.append(t[o],Jt()),fe.nextNode(),s.push({type:2,index:++r});i.append(t[e],Jt())}}}else if(8===i.nodeType)if(i.data===Gt)s.push({type:2,index:r});else{let t=-1;for(;-1!==(t=i.data.indexOf(_t,t+1));)s.push({type:7,index:r}),t+=_t.length-1}r++}}static createElement(t,e){const o=Yt.createElement("template");return o.innerHTML=t,o}}function ye(t,e,o=t,i){if(e===le)return e;let r=void 0!==i?o._$Co?.[i]:o._$Cl;const n=qt(e)?void 0:e._$litDirective$;return r?.constructor!==n&&(r?._$AO?.(!1),void 0===n?r=void 0:(r=new n(t),r._$AT(t,o,i)),void 0!==i?(o._$Co??=[])[i]=r:o._$Cl=r),void 0!==r&&(e=ye(t,r._$AS(t,e.values),r,i)),e}class ge{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,i){this.type=2,this._$AH=ce,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=i,this._$Cv=i?.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=ye(this,t,e),qt(t)?t===ce||null==t||""===t?(this._$AH!==ce&&this._$AR(),this._$AH=ce):t!==this._$AH&&t!==le&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Xt(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!==ce&&qt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Yt.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,i="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ue.createElement(pe(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===i)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,i=(t?.creationScope??Yt).importNode(e,!0);fe.currentNode=i;let r=fe.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new ge(r,r.nextSibling,this,t):1===s.type?e=new s.ctor(r,s.name,s.strings,this,t):6===s.type&&(e=new Oe(r,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(r=fe.nextNode(),n++)}return fe.currentNode=Yt,i}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++}}(i,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=he.get(t.strings);return void 0===e&&he.set(t.strings,e=new ue(t)),e}T(t){Xt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let o,i=0;for(const r of t)i===e.length?e.push(o=new ge(this.k(Jt()),this.k(Jt()),this,this.options)):o=e[i],o._$AI(r),i++;i<e.length&&(this._$AR(o&&o._$AB.nextSibling,i),e.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))}}class be{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,i,r){this.type=1,this._$AH=ce,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=r,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=ce}_$AI(t,e=this,o,i){const r=this.strings;let n=!1;if(void 0===r)t=ye(this,t,e,0),n=!qt(t)||t!==this._$AH&&t!==le,n&&(this._$AH=t);else{const i=t;let a,s;for(t=r[0],a=0;a<r.length-1;a++)s=ye(this,i[o+a],e,a),s===le&&(s=this._$AH[a]),n||=!qt(s)||s!==this._$AH[a],s===ce?t=ce:t!==ce&&(t+=(s??"")+r[a+1]),this._$AH[a]=s}n&&!i&&this.O(t)}O(t){t===ce?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class me extends be{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===ce?void 0:t}}class xe extends be{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==ce)}}class ve extends be{constructor(t,e,o,i,r){super(t,e,o,i,r),this.type=5}_$AI(t,e=this){if((t=ye(this,t,e,0)??ce)===le)return;const o=this._$AH,i=t===ce&&o!==ce||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==ce&&(o===ce||i);i&&this.element.removeEventListener(this.name,this,o),r&&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)}}class Oe{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){ye(this,t)}}const we=Pt.litHtmlPolyfillSupport;we?.(ue,ge),(Pt.litHtmlVersions??=[]).push("3.1.0");
78
+ const Pt=globalThis,Ht=Pt.trustedTypes,jt=Ht?Ht.createPolicy("lit-html",{createHTML:t=>t}):void 0,Tt="$lit$",_t=`lit$${(Math.random()+"").slice(9)}$`,Gt="?"+_t,Vt=`<${Gt}>`,Yt=document,Jt=()=>Yt.createComment(""),qt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Xt=Array.isArray,Qt="[ \t\n\f\r]",te=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ee=/-->/g,oe=/>/g,ie=RegExp(`>|${Qt}(?:([^\\s"'>=/]+)(${Qt}*=${Qt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),re=/'/g,ne=/"/g,ae=/^(?:script|style|textarea|title)$/i,se=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),le=Symbol.for("lit-noChange"),ce=Symbol.for("lit-nothing"),fe=new WeakMap,he=Yt.createTreeWalker(Yt,129);function pe(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==jt?jt.createHTML(e):e}const de=(t,e)=>{const o=t.length-1,i=[];let r,n=2===e?"<svg>":"",a=te;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,f=0;for(;f<o.length&&(a.lastIndex=f,l=a.exec(o),null!==l);)f=a.lastIndex,a===te?"!--"===l[1]?a=ee:void 0!==l[1]?a=oe:void 0!==l[2]?(ae.test(l[2])&&(r=RegExp("</"+l[2],"g")),a=ie):void 0!==l[3]&&(a=ie):a===ie?">"===l[0]?(a=r??te,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?ie:'"'===l[3]?ne:re):a===ne||a===re?a=ie:a===ee||a===oe?a=te:(a=ie,r=void 0);const h=a===ie&&t[e+1].startsWith("/>")?" ":"";n+=a===te?o+Vt:c>=0?(i.push(s),o.slice(0,c)+Tt+o.slice(c)+_t+h):o+_t+(-2===c?e:h)}return[pe(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),i]};class ue{constructor({strings:t,_$litType$:e},o){let i;this.parts=[];let r=0,n=0;const a=t.length-1,s=this.parts,[l,c]=de(t,e);if(this.el=ue.createElement(l,o),he.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=he.nextNode())&&s.length<a;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(Tt)){const e=c[n++],o=i.getAttribute(t).split(_t),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:r,name:a[2],strings:o,ctor:"."===a[1]?me:"?"===a[1]?xe:"@"===a[1]?ve:be}),i.removeAttribute(t)}else t.startsWith(_t)&&(s.push({type:6,index:r}),i.removeAttribute(t));if(ae.test(i.tagName)){const t=i.textContent.split(_t),e=t.length-1;if(e>0){i.textContent=Ht?Ht.emptyScript:"";for(let o=0;o<e;o++)i.append(t[o],Jt()),he.nextNode(),s.push({type:2,index:++r});i.append(t[e],Jt())}}}else if(8===i.nodeType)if(i.data===Gt)s.push({type:2,index:r});else{let t=-1;for(;-1!==(t=i.data.indexOf(_t,t+1));)s.push({type:7,index:r}),t+=_t.length-1}r++}}static createElement(t,e){const o=Yt.createElement("template");return o.innerHTML=t,o}}function ye(t,e,o=t,i){if(e===le)return e;let r=void 0!==i?o._$Co?.[i]:o._$Cl;const n=qt(e)?void 0:e._$litDirective$;return r?.constructor!==n&&(r?._$AO?.(!1),void 0===n?r=void 0:(r=new n(t),r._$AT(t,o,i)),void 0!==i?(o._$Co??=[])[i]=r:o._$Cl=r),void 0!==r&&(e=ye(t,r._$AS(t,e.values),r,i)),e}class ge{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,i){this.type=2,this._$AH=ce,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=i,this._$Cv=i?.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=ye(this,t,e),qt(t)?t===ce||null==t||""===t?(this._$AH!==ce&&this._$AR(),this._$AH=ce):t!==this._$AH&&t!==le&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Xt(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!==ce&&qt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Yt.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,i="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ue.createElement(pe(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===i)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,i=(t?.creationScope??Yt).importNode(e,!0);he.currentNode=i;let r=he.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new ge(r,r.nextSibling,this,t):1===s.type?e=new s.ctor(r,s.name,s.strings,this,t):6===s.type&&(e=new Oe(r,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(r=he.nextNode(),n++)}return he.currentNode=Yt,i}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++}}(i,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=fe.get(t.strings);return void 0===e&&fe.set(t.strings,e=new ue(t)),e}T(t){Xt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let o,i=0;for(const r of t)i===e.length?e.push(o=new ge(this.k(Jt()),this.k(Jt()),this,this.options)):o=e[i],o._$AI(r),i++;i<e.length&&(this._$AR(o&&o._$AB.nextSibling,i),e.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))}}class be{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,i,r){this.type=1,this._$AH=ce,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=r,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=ce}_$AI(t,e=this,o,i){const r=this.strings;let n=!1;if(void 0===r)t=ye(this,t,e,0),n=!qt(t)||t!==this._$AH&&t!==le,n&&(this._$AH=t);else{const i=t;let a,s;for(t=r[0],a=0;a<r.length-1;a++)s=ye(this,i[o+a],e,a),s===le&&(s=this._$AH[a]),n||=!qt(s)||s!==this._$AH[a],s===ce?t=ce:t!==ce&&(t+=(s??"")+r[a+1]),this._$AH[a]=s}n&&!i&&this.O(t)}O(t){t===ce?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class me extends be{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===ce?void 0:t}}class xe extends be{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==ce)}}class ve extends be{constructor(t,e,o,i,r){super(t,e,o,i,r),this.type=5}_$AI(t,e=this){if((t=ye(this,t,e,0)??ce)===le)return;const o=this._$AH,i=t===ce&&o!==ce||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==ce&&(o===ce||i);i&&this.element.removeEventListener(this.name,this,o),r&&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)}}class Oe{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){ye(this,t)}}const Se=Pt.litHtmlPolyfillSupport;Se?.(ue,ge),(Pt.litHtmlVersions??=[]).push("3.1.0");
79
79
  /**
80
80
  * @license
81
81
  * Copyright 2017 Google LLC
82
82
  * SPDX-License-Identifier: BSD-3-Clause
83
83
  */
84
- let Se=class extends Mt{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 i=o?.renderBefore??e;let r=i._$litPart$;if(void 0===r){const t=o?.renderBefore??null;i._$litPart$=r=new ge(e.insertBefore(Jt(),t),t,void 0,o??{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return le}};Se._$litElement$=!0,Se.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Se});const Ne=globalThis.litElementPolyfillSupport;Ne?.({LitElement:Se}),(globalThis.litElementVersions??=[]).push("4.0.2");const $e=t=>"string"==typeof t?Nt(t):t;class Ce{static create(t,e,o,i){const r=t=>$e(null!=t?t:i),n=$t`var(${$e(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>$t`var(${$e(t)}, ${r(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,o,i){const r=t=>o.get(null!=t?t:i),n=$t`var(${$e(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>$t`var(${$e(t)}, ${r(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):$e(null!=e?e:t.lastResortDefaultValue()),i=$t`var(${$e(t.name)}, ${o(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=e,i.defaultCssValue=o,i.get=e=>$t`var(${$e(t.name)}, ${o(e)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}function ke(t,e){return $e(`${t.name}: ${e}`)}const Re={colorWhite:Ce.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Ce.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Ce.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Ce.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Ce.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Ce.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Ce.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Ce.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Ce.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Ce.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Ce.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Ce.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Ce.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Ce.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Ce.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Ce.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Ce.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Ce.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Ce.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Ce.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Ce.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Ce.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Ce.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Ce.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Ce.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Ce.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Ce.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Ce.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Ce.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Ce.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Ce.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Ce.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Ce.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Ce.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Ce.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Ce.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Ce.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Ce.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Ce.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Ce.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Ce.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Ce.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Ce.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Ce.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Ce.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Ce.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Ce.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Ce.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Ce.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Ce.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Ce.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Ce.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Ce.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Ce.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Ce.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Ce.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Ce.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Ce.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Ce.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Ce.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Ce.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Ce.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Ce.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Ce.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Ce.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Ce.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Ce.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Ce.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Ce.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Ce.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Ce.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Ce.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Ce.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Ce.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Ce.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Ce.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Ce.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Ce.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Ce.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Ce.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Ce.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Ce.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Ce.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Ce.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Ce.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Ce.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Ce.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Ce.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Ce.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Ce.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Ce.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Ce.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Ce.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Ce.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Ce.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Ce.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Ce.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Ce.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Ce.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Ce.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Ce.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Ce.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Ce.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Ce.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Ce.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Ce.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Ce.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Ce.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Ce.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Ce.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Ce.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Ce.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Ce.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Ce.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Ce.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Ce.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Ce.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Ce.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Ce.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Ce.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Ce.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Ce.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Ce.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Ce.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Ce.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Ce.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Ce.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Ce.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Ce.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Ce.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Ce.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Ce.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Ce.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Ce.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Ce.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Ce.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Ce.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Ce.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Ce.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Ce.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Ce.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Ce.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Ce.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Ce.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Ce.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Ce.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Ce.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Ce.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Ce.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Ce.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Ce.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Ce.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Ce.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Ce.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Ce.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Ce.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Ce.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Ce.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Ce.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Ce.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Ce.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Ce.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Ce.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Ce.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Ce.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Ce.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Ce.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Ce.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Ce.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Ce.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Ce.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Ce.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Ce.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Ce.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Ce.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Ce.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Ce.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Ce.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Ce.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Ce.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Ce.create("--ft-opacity-0","","NUMBER","0"),opacity8:Ce.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Ce.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Ce.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Ce.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Ce.create("--ft-opacity-80","","NUMBER","0.8")},Ee={display:{fontFamily:Ce.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Ce.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Ce.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Ce.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Ce.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Ce.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Ce.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Ce.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Ce.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Ce.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Ce.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Ce.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Ce.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Ce.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Ce.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Ce.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Ce.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Ce.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Ce.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Ce.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Ce.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Ce.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Ce.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Ce.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Ce.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Ce.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Ce.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Ce.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Ce.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Ce.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Ce.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Ce.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Ce.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Ce.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Ce.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Ce.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Ce.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Ce.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Ce.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Ce.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Ce.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Ce.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Ce.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Ce.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Ce.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Ce.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Ue={backgroundActionPrimary:Ce.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Re.colorBrand0),backgroundErrorPrimary:Ce.extend("--ft-background-error-primary","Used as background of error components.",Re.colorRed0),backgroundErrorSubtle:Ce.extend("--ft-background-error-subtle","Used as background of subtle error components.",Re.colorRed10),backgroundInfoPrimary:Ce.extend("--ft-background-info-primary","Used as background of information components.",Re.colorCyan200),backgroundInfoSubtle:Ce.extend("--ft-background-info-subtle","Used as background of subtle information components.",Re.colorCyan10),backgroundWarningPrimary:Ce.extend("--ft-background-warning-primary","Used as background of warning components.",Re.colorOrange300),backgroundWarningSubtle:Ce.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Re.colorOrange10),backgroundSuccessPrimary:Ce.extend("--ft-background-success-primary","Used as background of success components.",Re.colorGreen200),backgroundSuccessSubtle:Ce.extend("--ft-background-success-subtle","Used as background of subtle success components.",Re.colorGreen10),backgroundGlobalSurface:Ce.extend("--ft-background-global-surface","Used as app background.",Re.colorWhite),backgroundGlobalOnSurface:Ce.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Re.colorGray10),backgroundGlobalOnSurfaceDark:Ce.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Re.colorGray30),contentActionPrimary:Ce.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Re.colorBrand0),contentWarningPrimary:Ce.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Re.colorOrange300),contentWarningIconOnly:Ce.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Re.colorOrange0),contentErrorPrimary:Ce.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Re.colorRed0),contentErrorIconOnly:Ce.extend("--ft-content-error-icon-only","Used on error status icons alone",Re.colorRed0),contentInfoPrimary:Ce.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Re.colorCyan200),contentInfoIconOnly:Ce.extend("--ft-content-info-icon-only","Used on info status icons alone",Re.colorCyan0),contentSuccessIconOnly:Ce.extend("--ft-content-success-icon-only","Used on success status icons alone",Re.colorGreen0),contentSuccessPrimary:Ce.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Re.colorGreen200),contentGlobalPrimary:Ce.extend("--ft-content-global-primary","Used for main content on the page.",Re.colorGray500),contentGlobalSecondary:Ce.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Re.colorGray200),contentGlobalSubtle:Ce.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Re.colorGray0),contentGlobalOnColor:Ce.extend("--ft-content-global-on-color","Used for content on a dominant color.",Re.colorWhite),borderActionPrimary:Ce.extend("--ft-border-action-primary","Used as border for primary action components.",Re.colorBrand0),borderActionFocusRing:Ce.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Re.colorCyan0),borderWarningPrimary:Ce.extend("--ft-border-warning-primary","Used as border for warning components.",Re.colorOrange30),borderSuccessPrimary:Ce.extend("--ft-border-success-primary","Used as border for success components.",Re.colorGreen30),borderErrorPrimary:Ce.extend("--ft-border-error-primary","Used as border for error components.",Re.colorRed30),borderInfoPrimary:Ce.extend("--ft-border-info-primary","Used as border for information components.",Re.colorCyan30),borderGlobalSubtle:Ce.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Re.colorGray30),borderGlobalPrimary:Ce.extend("--ft-border-global-primary","Used as border for element like input.",Re.colorGray50),borderInputPrimary:Ce.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Re.colorGray80)},Ie={largeHeight:Ce.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:Ce.extend("--ft-button-large-horizontal-padding","",Re.spacing4),largeGap:Ce.extend("--ft-button-large-gap","",Re.spacing2),largeBorderRadius:Ce.extend("--ft-button-large-border-radius","",Re.borderRadiusS),largeIconSize:Ce.extend("--ft-button-large-icon-size","",Re.iconSize3),largeBorderWidth:Ce.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:Ce.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Ce.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:Ce.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:Ce.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:Ce.extend("--ft-button-small-horizontal-padding","",Re.spacing3),smallGap:Ce.extend("--ft-button-small-gap","",Re.spacing2),smallBorderRadius:Ce.extend("--ft-button-small-border-radius","",Re.borderRadiusS),smallIconSize:Ce.extend("--ft-button-small-icon-size","",Re.iconSize2),smallBorderWidth:Ce.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:Ce.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Ce.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:Ce.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:Ce.extend("--ft-button-primary-background-color","",Ue.backgroundActionPrimary),primaryColor:Ce.extend("--ft-button-primary-color","",Ue.contentGlobalOnColor),primaryIconColor:Ce.extend("--ft-button-primary-icon-color","",Ue.contentGlobalOnColor),primaryStateLayerColor:Ce.extend("--ft-button-primary-state-layer-color","",Ue.contentGlobalOnColor),primaryStateLayerOpacityHover:Ce.extend("--ft-button-primary-state-layer-opacity-hover","",Re.opacity16),primaryStateLayerOpacityFocus:Ce.extend("--ft-button-primary-state-layer-opacity-focus","",Re.opacity16),primaryStateLayerOpacityActive:Ce.extend("--ft-button-primary-state-layer-opacity-active","",Re.opacity24),primaryComponentOpacityDisabled:Ce.extend("--ft-button-primary-component-opacity-disabled","",Re.opacity40),focusFocusRingColor:Ce.extend("--ft-button-focus-focus-ring-color","",Ue.borderActionFocusRing),tertiaryBackgroundColor:Ce.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:Ce.extend("--ft-button-tertiary-color","",Ue.contentActionPrimary),tertiaryIconColor:Ce.extend("--ft-button-tertiary-icon-color","",Ue.contentActionPrimary),tertiaryStateLayerColor:Ce.extend("--ft-button-tertiary-state-layer-color","",Ue.contentActionPrimary),tertiaryStateLayerOpacityHover:Ce.extend("--ft-button-tertiary-state-layer-opacity-hover","",Re.opacity8),tertiaryStateLayerOpacityFocus:Ce.extend("--ft-button-tertiary-state-layer-opacity-focus","",Re.opacity8),tertiaryStateLayerOpacityActive:Ce.extend("--ft-button-tertiary-state-layer-opacity-active","",Re.opacity16),tertiaryComponentOpacityDisabled:Ce.extend("--ft-button-tertiary-component-opacity-disabled","",Re.opacity40),secondaryBackgroundColor:Ce.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:Ce.extend("--ft-button-secondary-color","",Ue.contentActionPrimary),secondaryIconColor:Ce.extend("--ft-button-secondary-icon-color","",Ue.contentActionPrimary),secondaryStateLayerColor:Ce.extend("--ft-button-secondary-state-layer-color","",Ue.contentActionPrimary),secondaryStateLayerOpacityHover:Ce.extend("--ft-button-secondary-state-layer-opacity-hover","",Re.opacity8),secondaryStateLayerOpacityFocus:Ce.extend("--ft-button-secondary-state-layer-opacity-focus","",Re.opacity8),secondaryStateLayerOpacityActive:Ce.extend("--ft-button-secondary-state-layer-opacity-active","",Re.opacity16),secondaryComponentOpacityDisabled:Ce.extend("--ft-button-secondary-component-opacity-disabled","",Re.opacity40),secondaryBorderColor:Ce.extend("--ft-button-secondary-border-color","",Ue.borderActionPrimary),neutralBackgroundColor:Ce.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:Ce.extend("--ft-button-neutral-icon-color","",Ue.contentGlobalSecondary),neutralColor:Ce.extend("--ft-button-neutral-color","",Ue.contentGlobalSecondary),neutralStateLayerColor:Ce.extend("--ft-button-neutral-state-layer-color","",Ue.contentGlobalSecondary),neutralStateLayerOpacityHover:Ce.extend("--ft-button-neutral-state-layer-opacity-hover","",Re.opacity8),neutralStateLayerOpacityFocus:Ce.extend("--ft-button-neutral-state-layer-opacity-focus","",Re.opacity8),neutralStateLayerOpacityActive:Ce.extend("--ft-button-neutral-state-layer-opacity-active","",Re.opacity16),neutralComponentOpacityDisabled:Ce.extend("--ft-button-neutral-component-opacity-disabled","",Re.opacity40)};Ce.extend("--ft-tabs-top-left-border-radius","",Re.borderRadiusS),Ce.extend("--ft-tabs-top-right-border-radius","",Re.borderRadiusS),Ce.extend("--ft-tabs-label-horizontal-padding","",Re.spacing4),Ce.extend("--ft-tabs-label-vertical-padding","",Re.spacing3),Ce.extend("--ft-tabs-label-gap","",Re.spacing1),Ce.extend("--ft-switch-group-horizontal-padding","",Re.spacing1),Ce.extend("--ft-switch-group-vertical-padding","",Re.spacing1),Ce.extend("--ft-switch-group-gap","",Re.spacing1),Ce.extend("--ft-switch-group-background-color","",Ue.backgroundGlobalSurface),Ce.extend("--ft-switch-group-border-color","",Ue.borderGlobalSubtle),Ce.create("--ft-switch-group-border-radius","","SIZE","6px"),Ce.extend("--ft-switch-label-horizontal-padding","",Re.spacing2),Ce.extend("--ft-switch-label-vertical-padding","",Re.spacing1),Ce.extend("--ft-switch-icon-horizontal-padding","",Re.spacing1),Ce.extend("--ft-switch-icon-vertical-padding","",Re.spacing1),Ce.create("--ft-switch-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-switch-focus-focus-ring-color","",Ue.borderActionFocusRing),Ce.extend("--ft-switch-option-border-radius","",Re.borderRadiusS),Ce.extend("--ft-switch-off-state-layer-opacity-hover","",Re.opacity8),Ce.extend("--ft-switch-off-state-layer-opacity-focus","",Re.opacity8),Ce.extend("--ft-switch-off-state-layer-opacity-active","",Re.opacity16),Ce.extend("--ft-switch-off-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-switch-off-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-switch-off-state-layer-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-chart-1-light","for area color charts",Re.colorBrand40),Ce.extend("--ft-chart-1-base","for line charts",Re.colorBrand0),Ce.extend("--ft-chart-2-light","for area color charts",Re.colorYellow60),Ce.extend("--ft-chart-2-base","for line charts",Re.colorYellow100),Ce.extend("--ft-chart-3-light","",Re.colorUltramarine40),Ce.extend("--ft-chart-3-base","",Re.colorUltramarine70),Ce.extend("--ft-chart-4-light","",Re.colorCyan50),Ce.extend("--ft-chart-4-base","",Re.colorCyan100),Ce.extend("--ft-chart-5-light","",Re.colorRed40),Ce.extend("--ft-chart-5-base","",Re.colorRed60),Ce.extend("--ft-chart-6-light","",Re.colorGreen40),Ce.extend("--ft-chart-6-base","",Re.colorGreen70),Ce.extend("--ft-chart-7-light","",Re.colorOrange70),Ce.extend("--ft-chart-7-base","",Re.colorOrange100),Ce.extend("--ft-chart-8-light","",Re.colorAvocado70),Ce.extend("--ft-chart-8-base","",Re.colorAvocado200),Ce.extend("--ft-chart-9-light","",Re.colorBrown50),Ce.extend("--ft-chart-9-base","",Re.colorBrown200),Ce.extend("--ft-chart-10-light","",Re.colorGray50),Ce.extend("--ft-chart-10-base","",Re.colorGray80),Ce.extend("--ft-chart-monochrome-10","",Re.colorBrand10),Ce.extend("--ft-chart-monochrome-20","",Re.colorBrand20),Ce.extend("--ft-chart-monochrome-30","",Re.colorBrand40),Ce.extend("--ft-chart-monochrome-40","",Re.colorBrand60),Ce.extend("--ft-chart-monochrome-50","",Re.colorBrand0),Ce.extend("--ft-chart-monochrome-60","",Re.colorBrand200),Ce.extend("--ft-chip-large-horizontal-padding","",Re.spacing4),Ce.extend("--ft-chip-large-vertical-padding","",Re.spacing2),Ce.extend("--ft-chip-large-gap","",Re.spacing1),Ce.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Ce.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-chip-large-border-radius","",Re.borderRadiusPill),Ce.create("--ft-chip-large-border-width","","SIZE","1px"),Ce.extend("--ft-chip-large-icon-size","",Re.iconSize3),Ce.extend("--ft-chip-medium-horizontal-padding","",Re.spacing3),Ce.extend("--ft-chip-medium-vertical-padding","",Re.spacing1),Ce.extend("--ft-chip-medium-gap","",Re.spacing1),Ce.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Ce.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-chip-medium-border-radius","",Re.borderRadiusPill),Ce.create("--ft-chip-medium-border-width","","SIZE","1px"),Ce.extend("--ft-chip-medium-icon-size","",Re.iconSize2),Ce.extend("--ft-chip-small-horizontal-padding","",Re.spacing2),Ce.extend("--ft-chip-small-vertical-padding","",Re.spacing05),Ce.extend("--ft-chip-small-gap","",Re.spacing1),Ce.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Ce.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-chip-small-border-radius","",Re.borderRadiusPill),Ce.create("--ft-chip-small-border-width","","SIZE","1px"),Ce.extend("--ft-chip-small-icon-size","",Re.iconSize1),Ce.extend("--ft-chip-neutral-background-color","",Ue.backgroundGlobalOnSurface),Ce.extend("--ft-chip-neutral-color","",Ue.contentGlobalPrimary),Ce.extend("--ft-chip-neutral-border-color","",Ue.borderGlobalSubtle),Ce.extend("--ft-chip-info-background-color","",Ue.backgroundInfoSubtle),Ce.extend("--ft-chip-info-color","",Ue.contentInfoPrimary),Ce.extend("--ft-chip-info-border-color","",Ue.borderInfoPrimary),Ce.extend("--ft-chip-success-background-color","",Ue.backgroundSuccessSubtle),Ce.extend("--ft-chip-success-color","",Ue.contentSuccessPrimary),Ce.extend("--ft-chip-success-border-color","",Ue.borderSuccessPrimary),Ce.extend("--ft-chip-warning-background-color","",Ue.backgroundWarningSubtle),Ce.extend("--ft-chip-warning-color","",Ue.contentWarningPrimary),Ce.extend("--ft-chip-warning-border-color","",Ue.borderWarningPrimary),Ce.extend("--ft-chip-error-background-color","",Ue.backgroundErrorSubtle),Ce.extend("--ft-chip-error-color","",Ue.contentErrorPrimary),Ce.extend("--ft-chip-error-border-color","",Ue.borderErrorPrimary),Ce.create("--ft-notice-border-width","","SIZE","1px"),Ce.extend("--ft-notice-horizontal-padding","",Re.spacing2),Ce.extend("--ft-notice-vertical-padding","",Re.spacing1),Ce.extend("--ft-notice-border-radius","",Re.borderRadiusS),Ce.extend("--ft-notice-gap","",Re.spacing2),Ce.extend("--ft-notice-icon-size","",Re.iconSize3),Ce.extend("--ft-notice-info-background-color","",Ue.backgroundInfoSubtle),Ce.extend("--ft-notice-info-border-color","",Ue.borderInfoPrimary),Ce.extend("--ft-notice-info-color","",Ue.contentInfoPrimary),Ce.extend("--ft-notice-warning-background-color","",Ue.backgroundWarningSubtle),Ce.extend("--ft-notice-warning-border-color","",Ue.borderWarningPrimary),Ce.extend("--ft-notice-warning-color","",Ue.contentWarningPrimary),Ce.extend("--ft-checkbox-label-color","",Ue.contentGlobalPrimary),Ce.extend("--ft-checkbox-checked-background-color","",Ue.contentActionPrimary),Ce.extend("--ft-checkbox-checked-state-layer-color","",Ue.contentActionPrimary),Ce.extend("--ft-checkbox-checked-color","",Ue.contentGlobalOnColor),Ce.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-checkbox-checked-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-checkbox-checked-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-checkbox-unchecked-border-color","",Re.colorGray80),Ce.extend("--ft-checkbox-unchecked-state-layer-color","",Re.colorGray80),Ce.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-checkbox-focus-focus-ring-color","",Ue.borderActionFocusRing),Ce.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Ce.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-checkbox-gap","",Re.spacing3),Ce.extend("--ft-toggle-off-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-toggle-off-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-toggle-off-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-toggle-off-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-toggle-off-background-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-toggle-off-icon-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-toggle-off-state-layer-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-toggle-on-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-toggle-on-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-toggle-on-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-toggle-on-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-toggle-on-background-color","",Ue.contentActionPrimary),Ce.extend("--ft-toggle-on-icon-color","",Ue.contentActionPrimary),Ce.extend("--ft-toggle-on-state-layer-color","",Ue.contentActionPrimary),Ce.extend("--ft-toggle-label-color","",Ue.contentGlobalPrimary),Ce.extend("--ft-toggle-focus-focus-ring-color","",Ue.borderActionFocusRing),Ce.extend("--ft-toggle-gap","",Re.spacing3),Ce.extend("--ft-radio-label-color","",Ue.contentGlobalPrimary),Ce.extend("--ft-radio-selected-color","",Ue.contentActionPrimary),Ce.extend("--ft-radio-selected-state-layer-color","",Ue.contentActionPrimary),Ce.extend("--ft-radio-selected-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-radio-selected-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-radio-selected-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-radio-selected-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-radio-unselected-state-layer-color","",Re.colorGray80),Ce.extend("--ft-radio-unselected-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-radio-unselected-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-radio-unselected-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-radio-unselected-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-radio-focus-focus-ring-color","",Ue.borderActionFocusRing),Ce.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Ce.create("--ft-radio-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-radio-gap","",Re.spacing3),Ce.extend("--ft-notification-icon-size","",Re.iconSize4),Ce.extend("--ft-notification-horizontal-padding","",Re.spacing4),Ce.extend("--ft-notification-vertical-padding","",Re.spacing4),Ce.extend("--ft-notification-info-background-color","",Ue.backgroundInfoSubtle),Ce.extend("--ft-notification-info-color","",Ue.contentInfoPrimary),Ce.extend("--ft-notification-info-border-color","",Ue.borderInfoPrimary),Ce.extend("--ft-notification-success-background-color","",Ue.backgroundSuccessSubtle),Ce.extend("--ft-notification-success-color","",Ue.contentSuccessPrimary),Ce.extend("--ft-notification-success-border-color","",Ue.borderSuccessPrimary),Ce.extend("--ft-notification-warning-background-color","",Ue.backgroundWarningSubtle),Ce.extend("--ft-notification-warning-color","",Ue.contentWarningPrimary),Ce.extend("--ft-notification-warning-border-color","",Ue.borderWarningPrimary),Ce.extend("--ft-notification-error-background-color","",Ue.backgroundErrorSubtle),Ce.extend("--ft-notification-error-color","",Ue.contentErrorPrimary),Ce.extend("--ft-notification-error-border-color","",Ue.borderErrorPrimary),Ce.extend("--ft-notification-border-radius","",Re.borderRadiusPill),Ce.create("--ft-notification-border-width","","SIZE","1px"),Ce.extend("--ft-notification-gap-leading","",Re.spacing2),Ce.extend("--ft-notification-gap-trailing","",Re.spacing8);const Le={colorPrimary:Ce.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Ce.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Ce.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Ce.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Ce.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Ce.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Ce.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Ce.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Ce.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Ce.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Ce.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Ce.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Ce.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Ce.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Ce.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Ce.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Ce.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Ce.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Ce.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Ce.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Ce.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Ce.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Ce.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Ce.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Ce.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Ce.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Ce.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Ce.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Ce.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Ce.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Ce.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Ce.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Ce.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Ce.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Ce.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Ce.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Ce.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Ce.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Ce.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Ce.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Ce.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Ce.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Ce.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Ce.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Ce.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Ce.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Ce.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Ce.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Ce.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Ce.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Ce.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},We=window,ze=We.ShadowRoot&&(void 0===We.ShadyCSS||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
84
+ let we=class extends Mt{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 i=o?.renderBefore??e;let r=i._$litPart$;if(void 0===r){const t=o?.renderBefore??null;i._$litPart$=r=new ge(e.insertBefore(Jt(),t),t,void 0,o??{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return le}};we._$litElement$=!0,we.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:we});const Ne=globalThis.litElementPolyfillSupport;Ne?.({LitElement:we}),(globalThis.litElementVersions??=[]).push("4.0.2");const $e=t=>"string"==typeof t?Nt(t):t;class Ce{static create(t,e,o,i){const r=t=>$e(null!=t?t:i),n=$t`var(${$e(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>$t`var(${$e(t)}, ${r(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,o,i){const r=t=>o.get(null!=t?t:i),n=$t`var(${$e(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>$t`var(${$e(t)}, ${r(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):$e(null!=e?e:t.lastResortDefaultValue()),i=$t`var(${$e(t.name)}, ${o(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=e,i.defaultCssValue=o,i.get=e=>$t`var(${$e(t.name)}, ${o(e)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}function ke(t,e){return $e(`${t.name}: ${e}`)}const Re={colorWhite:Ce.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Ce.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Ce.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Ce.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Ce.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Ce.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Ce.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Ce.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Ce.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Ce.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Ce.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Ce.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Ce.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Ce.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Ce.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Ce.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Ce.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Ce.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Ce.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Ce.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Ce.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Ce.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Ce.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Ce.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Ce.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Ce.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Ce.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Ce.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Ce.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Ce.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Ce.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Ce.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Ce.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Ce.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Ce.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Ce.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Ce.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Ce.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Ce.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Ce.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Ce.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Ce.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Ce.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Ce.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Ce.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Ce.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Ce.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Ce.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Ce.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Ce.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Ce.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Ce.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Ce.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Ce.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Ce.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Ce.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Ce.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Ce.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Ce.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Ce.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Ce.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Ce.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Ce.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Ce.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Ce.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Ce.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Ce.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Ce.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Ce.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Ce.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Ce.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Ce.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Ce.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Ce.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Ce.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Ce.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Ce.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Ce.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Ce.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Ce.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Ce.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Ce.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Ce.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Ce.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Ce.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Ce.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Ce.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Ce.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Ce.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Ce.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Ce.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Ce.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Ce.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Ce.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Ce.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Ce.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Ce.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Ce.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Ce.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Ce.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Ce.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Ce.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Ce.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Ce.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Ce.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Ce.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Ce.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Ce.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Ce.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Ce.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Ce.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Ce.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Ce.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Ce.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Ce.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Ce.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Ce.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Ce.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Ce.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Ce.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Ce.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Ce.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Ce.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Ce.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Ce.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Ce.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Ce.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Ce.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Ce.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Ce.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Ce.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Ce.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Ce.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Ce.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Ce.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Ce.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Ce.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Ce.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Ce.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Ce.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Ce.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Ce.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Ce.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Ce.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Ce.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Ce.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Ce.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Ce.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Ce.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Ce.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Ce.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Ce.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Ce.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Ce.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Ce.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Ce.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Ce.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Ce.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Ce.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Ce.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Ce.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Ce.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Ce.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Ce.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Ce.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Ce.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Ce.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Ce.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Ce.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Ce.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Ce.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Ce.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Ce.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Ce.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Ce.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Ce.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Ce.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Ce.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Ce.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Ce.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Ce.create("--ft-opacity-0","","NUMBER","0"),opacity8:Ce.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Ce.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Ce.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Ce.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Ce.create("--ft-opacity-80","","NUMBER","0.8")},Ee={display:{fontFamily:Ce.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Ce.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Ce.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Ce.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Ce.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Ce.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Ce.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Ce.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Ce.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Ce.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Ce.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Ce.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Ce.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Ce.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Ce.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Ce.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Ce.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Ce.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Ce.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Ce.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Ce.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Ce.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Ce.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Ce.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Ce.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Ce.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Ce.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Ce.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Ce.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Ce.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Ce.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Ce.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Ce.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Ce.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Ce.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Ce.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Ce.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Ce.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Ce.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Ce.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Ce.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Ce.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Ce.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Ce.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Ce.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Ce.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Ce.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Ce.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Ce.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Ce.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Ce.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Ce.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Ce.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Ce.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Ce.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Ce.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Ce.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Ce.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Ce.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Ce.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Ce.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Ce.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Ue={backgroundActionPrimary:Ce.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Re.colorBrand0),backgroundErrorPrimary:Ce.extend("--ft-background-error-primary","Used as background of error components.",Re.colorRed0),backgroundErrorSubtle:Ce.extend("--ft-background-error-subtle","Used as background of subtle error components.",Re.colorRed10),backgroundInfoPrimary:Ce.extend("--ft-background-info-primary","Used as background of information components.",Re.colorCyan200),backgroundInfoSubtle:Ce.extend("--ft-background-info-subtle","Used as background of subtle information components.",Re.colorCyan10),backgroundWarningPrimary:Ce.extend("--ft-background-warning-primary","Used as background of warning components.",Re.colorOrange300),backgroundWarningSubtle:Ce.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Re.colorOrange10),backgroundSuccessPrimary:Ce.extend("--ft-background-success-primary","Used as background of success components.",Re.colorGreen200),backgroundSuccessSubtle:Ce.extend("--ft-background-success-subtle","Used as background of subtle success components.",Re.colorGreen10),backgroundGlobalSurface:Ce.extend("--ft-background-global-surface","Used as app background.",Re.colorWhite),backgroundGlobalOnSurface:Ce.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Re.colorGray10),backgroundGlobalOnSurfaceDark:Ce.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Re.colorGray30),contentActionPrimary:Ce.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Re.colorBrand0),contentWarningPrimary:Ce.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Re.colorOrange300),contentWarningIconOnly:Ce.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Re.colorOrange0),contentErrorPrimary:Ce.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Re.colorRed0),contentErrorIconOnly:Ce.extend("--ft-content-error-icon-only","Used on error status icons alone",Re.colorRed0),contentInfoPrimary:Ce.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Re.colorCyan200),contentInfoIconOnly:Ce.extend("--ft-content-info-icon-only","Used on info status icons alone",Re.colorCyan0),contentSuccessIconOnly:Ce.extend("--ft-content-success-icon-only","Used on success status icons alone",Re.colorGreen0),contentSuccessPrimary:Ce.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Re.colorGreen200),contentGlobalPrimary:Ce.extend("--ft-content-global-primary","Used for main content on the page.",Re.colorGray500),contentGlobalSecondary:Ce.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Re.colorGray200),contentGlobalSubtle:Ce.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Re.colorGray0),contentGlobalOnColor:Ce.extend("--ft-content-global-on-color","Used for content on a dominant color.",Re.colorWhite),borderActionPrimary:Ce.extend("--ft-border-action-primary","Used as border for primary action components.",Re.colorBrand0),borderActionFocusRing:Ce.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Re.colorCyan0),borderWarningPrimary:Ce.extend("--ft-border-warning-primary","Used as border for warning components.",Re.colorOrange30),borderSuccessPrimary:Ce.extend("--ft-border-success-primary","Used as border for success components.",Re.colorGreen30),borderErrorPrimary:Ce.extend("--ft-border-error-primary","Used as border for error components.",Re.colorRed30),borderInfoPrimary:Ce.extend("--ft-border-info-primary","Used as border for information components.",Re.colorCyan30),borderGlobalSubtle:Ce.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Re.colorGray30),borderGlobalPrimary:Ce.extend("--ft-border-global-primary","Used as border for element like input.",Re.colorGray50),borderInputPrimary:Ce.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Re.colorGray80)},Ie={largeHeight:Ce.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:Ce.extend("--ft-button-large-horizontal-padding","",Re.spacing4),largeGap:Ce.extend("--ft-button-large-gap","",Re.spacing2),largeBorderRadius:Ce.extend("--ft-button-large-border-radius","",Re.borderRadiusS),largeIconSize:Ce.extend("--ft-button-large-icon-size","",Re.iconSize3),largeBorderWidth:Ce.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:Ce.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Ce.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:Ce.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:Ce.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:Ce.extend("--ft-button-small-horizontal-padding","",Re.spacing3),smallGap:Ce.extend("--ft-button-small-gap","",Re.spacing2),smallBorderRadius:Ce.extend("--ft-button-small-border-radius","",Re.borderRadiusS),smallIconSize:Ce.extend("--ft-button-small-icon-size","",Re.iconSize2),smallBorderWidth:Ce.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:Ce.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Ce.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:Ce.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:Ce.extend("--ft-button-primary-background-color","",Ue.backgroundActionPrimary),primaryColor:Ce.extend("--ft-button-primary-color","",Ue.contentGlobalOnColor),primaryIconColor:Ce.extend("--ft-button-primary-icon-color","",Ue.contentGlobalOnColor),primaryStateLayerColor:Ce.extend("--ft-button-primary-state-layer-color","",Ue.contentGlobalOnColor),primaryStateLayerOpacityHover:Ce.extend("--ft-button-primary-state-layer-opacity-hover","",Re.opacity16),primaryStateLayerOpacityFocus:Ce.extend("--ft-button-primary-state-layer-opacity-focus","",Re.opacity16),primaryStateLayerOpacityActive:Ce.extend("--ft-button-primary-state-layer-opacity-active","",Re.opacity24),primaryComponentOpacityDisabled:Ce.extend("--ft-button-primary-component-opacity-disabled","",Re.opacity40),focusFocusRingColor:Ce.extend("--ft-button-focus-focus-ring-color","",Ue.borderActionFocusRing),tertiaryBackgroundColor:Ce.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:Ce.extend("--ft-button-tertiary-color","",Ue.contentActionPrimary),tertiaryIconColor:Ce.extend("--ft-button-tertiary-icon-color","",Ue.contentActionPrimary),tertiaryStateLayerColor:Ce.extend("--ft-button-tertiary-state-layer-color","",Ue.contentActionPrimary),tertiaryStateLayerOpacityHover:Ce.extend("--ft-button-tertiary-state-layer-opacity-hover","",Re.opacity8),tertiaryStateLayerOpacityFocus:Ce.extend("--ft-button-tertiary-state-layer-opacity-focus","",Re.opacity8),tertiaryStateLayerOpacityActive:Ce.extend("--ft-button-tertiary-state-layer-opacity-active","",Re.opacity16),tertiaryComponentOpacityDisabled:Ce.extend("--ft-button-tertiary-component-opacity-disabled","",Re.opacity40),secondaryBackgroundColor:Ce.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:Ce.extend("--ft-button-secondary-color","",Ue.contentActionPrimary),secondaryIconColor:Ce.extend("--ft-button-secondary-icon-color","",Ue.contentActionPrimary),secondaryStateLayerColor:Ce.extend("--ft-button-secondary-state-layer-color","",Ue.contentActionPrimary),secondaryStateLayerOpacityHover:Ce.extend("--ft-button-secondary-state-layer-opacity-hover","",Re.opacity8),secondaryStateLayerOpacityFocus:Ce.extend("--ft-button-secondary-state-layer-opacity-focus","",Re.opacity8),secondaryStateLayerOpacityActive:Ce.extend("--ft-button-secondary-state-layer-opacity-active","",Re.opacity16),secondaryComponentOpacityDisabled:Ce.extend("--ft-button-secondary-component-opacity-disabled","",Re.opacity40),secondaryBorderColor:Ce.extend("--ft-button-secondary-border-color","",Ue.borderActionPrimary),neutralBackgroundColor:Ce.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:Ce.extend("--ft-button-neutral-icon-color","",Ue.contentGlobalSecondary),neutralColor:Ce.extend("--ft-button-neutral-color","",Ue.contentGlobalSecondary),neutralStateLayerColor:Ce.extend("--ft-button-neutral-state-layer-color","",Ue.contentGlobalSecondary),neutralStateLayerOpacityHover:Ce.extend("--ft-button-neutral-state-layer-opacity-hover","",Re.opacity8),neutralStateLayerOpacityFocus:Ce.extend("--ft-button-neutral-state-layer-opacity-focus","",Re.opacity8),neutralStateLayerOpacityActive:Ce.extend("--ft-button-neutral-state-layer-opacity-active","",Re.opacity16),neutralComponentOpacityDisabled:Ce.extend("--ft-button-neutral-component-opacity-disabled","",Re.opacity40)};Ce.extend("--ft-tabs-top-left-border-radius","",Re.borderRadiusS),Ce.extend("--ft-tabs-top-right-border-radius","",Re.borderRadiusS),Ce.extend("--ft-tabs-label-horizontal-padding","",Re.spacing4),Ce.extend("--ft-tabs-label-vertical-padding","",Re.spacing3),Ce.extend("--ft-tabs-label-gap","",Re.spacing1),Ce.extend("--ft-switch-group-horizontal-padding","",Re.spacing1),Ce.extend("--ft-switch-group-vertical-padding","",Re.spacing1),Ce.extend("--ft-switch-group-gap","",Re.spacing1),Ce.extend("--ft-switch-group-background-color","",Ue.backgroundGlobalSurface),Ce.extend("--ft-switch-group-border-color","",Ue.borderGlobalSubtle),Ce.create("--ft-switch-group-border-radius","","SIZE","6px"),Ce.extend("--ft-switch-label-horizontal-padding","",Re.spacing2),Ce.extend("--ft-switch-label-vertical-padding","",Re.spacing1),Ce.extend("--ft-switch-icon-horizontal-padding","",Re.spacing1),Ce.extend("--ft-switch-icon-vertical-padding","",Re.spacing1),Ce.create("--ft-switch-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-switch-focus-focus-ring-color","",Ue.borderActionFocusRing),Ce.extend("--ft-switch-option-border-radius","",Re.borderRadiusS),Ce.extend("--ft-switch-off-state-layer-opacity-hover","",Re.opacity8),Ce.extend("--ft-switch-off-state-layer-opacity-focus","",Re.opacity8),Ce.extend("--ft-switch-off-state-layer-opacity-active","",Re.opacity16),Ce.extend("--ft-switch-off-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-switch-off-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-switch-off-state-layer-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-chart-1-light","for area color charts",Re.colorBrand40),Ce.extend("--ft-chart-1-base","for line charts",Re.colorBrand0),Ce.extend("--ft-chart-2-light","for area color charts",Re.colorYellow60),Ce.extend("--ft-chart-2-base","for line charts",Re.colorYellow100),Ce.extend("--ft-chart-3-light","",Re.colorUltramarine40),Ce.extend("--ft-chart-3-base","",Re.colorUltramarine70),Ce.extend("--ft-chart-4-light","",Re.colorCyan50),Ce.extend("--ft-chart-4-base","",Re.colorCyan100),Ce.extend("--ft-chart-5-light","",Re.colorRed40),Ce.extend("--ft-chart-5-base","",Re.colorRed60),Ce.extend("--ft-chart-6-light","",Re.colorGreen40),Ce.extend("--ft-chart-6-base","",Re.colorGreen70),Ce.extend("--ft-chart-7-light","",Re.colorOrange70),Ce.extend("--ft-chart-7-base","",Re.colorOrange100),Ce.extend("--ft-chart-8-light","",Re.colorAvocado70),Ce.extend("--ft-chart-8-base","",Re.colorAvocado200),Ce.extend("--ft-chart-9-light","",Re.colorBrown50),Ce.extend("--ft-chart-9-base","",Re.colorBrown200),Ce.extend("--ft-chart-10-light","",Re.colorGray50),Ce.extend("--ft-chart-10-base","",Re.colorGray80),Ce.extend("--ft-chart-monochrome-10","",Re.colorBrand10),Ce.extend("--ft-chart-monochrome-20","",Re.colorBrand20),Ce.extend("--ft-chart-monochrome-30","",Re.colorBrand40),Ce.extend("--ft-chart-monochrome-40","",Re.colorBrand60),Ce.extend("--ft-chart-monochrome-50","",Re.colorBrand0),Ce.extend("--ft-chart-monochrome-60","",Re.colorBrand200),Ce.extend("--ft-chip-large-horizontal-padding","",Re.spacing4),Ce.extend("--ft-chip-large-vertical-padding","",Re.spacing2),Ce.extend("--ft-chip-large-gap","",Re.spacing1),Ce.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Ce.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-chip-large-border-radius","",Re.borderRadiusPill),Ce.create("--ft-chip-large-border-width","","SIZE","1px"),Ce.extend("--ft-chip-large-icon-size","",Re.iconSize3),Ce.extend("--ft-chip-medium-horizontal-padding","",Re.spacing3),Ce.extend("--ft-chip-medium-vertical-padding","",Re.spacing1),Ce.extend("--ft-chip-medium-gap","",Re.spacing1),Ce.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Ce.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-chip-medium-border-radius","",Re.borderRadiusPill),Ce.create("--ft-chip-medium-border-width","","SIZE","1px"),Ce.extend("--ft-chip-medium-icon-size","",Re.iconSize2),Ce.extend("--ft-chip-small-horizontal-padding","",Re.spacing2),Ce.extend("--ft-chip-small-vertical-padding","",Re.spacing05),Ce.extend("--ft-chip-small-gap","",Re.spacing1),Ce.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Ce.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-chip-small-border-radius","",Re.borderRadiusPill),Ce.create("--ft-chip-small-border-width","","SIZE","1px"),Ce.extend("--ft-chip-small-icon-size","",Re.iconSize1),Ce.extend("--ft-chip-neutral-background-color","",Ue.backgroundGlobalOnSurface),Ce.extend("--ft-chip-neutral-color","",Ue.contentGlobalPrimary),Ce.extend("--ft-chip-neutral-border-color","",Ue.borderGlobalSubtle),Ce.extend("--ft-chip-info-background-color","",Ue.backgroundInfoSubtle),Ce.extend("--ft-chip-info-color","",Ue.contentInfoPrimary),Ce.extend("--ft-chip-info-border-color","",Ue.borderInfoPrimary),Ce.extend("--ft-chip-success-background-color","",Ue.backgroundSuccessSubtle),Ce.extend("--ft-chip-success-color","",Ue.contentSuccessPrimary),Ce.extend("--ft-chip-success-border-color","",Ue.borderSuccessPrimary),Ce.extend("--ft-chip-warning-background-color","",Ue.backgroundWarningSubtle),Ce.extend("--ft-chip-warning-color","",Ue.contentWarningPrimary),Ce.extend("--ft-chip-warning-border-color","",Ue.borderWarningPrimary),Ce.extend("--ft-chip-error-background-color","",Ue.backgroundErrorSubtle),Ce.extend("--ft-chip-error-color","",Ue.contentErrorPrimary),Ce.extend("--ft-chip-error-border-color","",Ue.borderErrorPrimary),Ce.create("--ft-notice-border-width","","SIZE","1px"),Ce.extend("--ft-notice-horizontal-padding","",Re.spacing2),Ce.extend("--ft-notice-vertical-padding","",Re.spacing1),Ce.extend("--ft-notice-border-radius","",Re.borderRadiusS),Ce.extend("--ft-notice-gap","",Re.spacing2),Ce.extend("--ft-notice-icon-size","",Re.iconSize3),Ce.extend("--ft-notice-info-background-color","",Ue.backgroundInfoSubtle),Ce.extend("--ft-notice-info-border-color","",Ue.borderInfoPrimary),Ce.extend("--ft-notice-info-color","",Ue.contentInfoPrimary),Ce.extend("--ft-notice-warning-background-color","",Ue.backgroundWarningSubtle),Ce.extend("--ft-notice-warning-border-color","",Ue.borderWarningPrimary),Ce.extend("--ft-notice-warning-color","",Ue.contentWarningPrimary),Ce.extend("--ft-checkbox-label-color","",Ue.contentGlobalPrimary),Ce.extend("--ft-checkbox-checked-background-color","",Ue.contentActionPrimary),Ce.extend("--ft-checkbox-checked-state-layer-color","",Ue.contentActionPrimary),Ce.extend("--ft-checkbox-checked-color","",Ue.contentGlobalOnColor),Ce.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-checkbox-checked-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-checkbox-checked-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-checkbox-unchecked-border-color","",Re.colorGray80),Ce.extend("--ft-checkbox-unchecked-state-layer-color","",Re.colorGray80),Ce.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-checkbox-focus-focus-ring-color","",Ue.borderActionFocusRing),Ce.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Ce.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-checkbox-gap","",Re.spacing3),Ce.extend("--ft-toggle-off-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-toggle-off-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-toggle-off-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-toggle-off-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-toggle-off-background-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-toggle-off-icon-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-toggle-off-state-layer-color","",Ue.contentGlobalSubtle),Ce.extend("--ft-toggle-on-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-toggle-on-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-toggle-on-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-toggle-on-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-toggle-on-background-color","",Ue.contentActionPrimary),Ce.extend("--ft-toggle-on-icon-color","",Ue.contentActionPrimary),Ce.extend("--ft-toggle-on-state-layer-color","",Ue.contentActionPrimary),Ce.extend("--ft-toggle-label-color","",Ue.contentGlobalPrimary),Ce.extend("--ft-toggle-focus-focus-ring-color","",Ue.borderActionFocusRing),Ce.extend("--ft-toggle-gap","",Re.spacing3),Ce.extend("--ft-radio-label-color","",Ue.contentGlobalPrimary),Ce.extend("--ft-radio-selected-color","",Ue.contentActionPrimary),Ce.extend("--ft-radio-selected-state-layer-color","",Ue.contentActionPrimary),Ce.extend("--ft-radio-selected-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-radio-selected-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-radio-selected-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-radio-selected-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-radio-unselected-state-layer-color","",Re.colorGray80),Ce.extend("--ft-radio-unselected-state-layer-opacity-hover","",Re.opacity16),Ce.extend("--ft-radio-unselected-state-layer-opacity-focus","",Re.opacity16),Ce.extend("--ft-radio-unselected-state-layer-opacity-active","",Re.opacity24),Ce.extend("--ft-radio-unselected-component-opacity-disabled","",Re.opacity40),Ce.extend("--ft-radio-focus-focus-ring-color","",Ue.borderActionFocusRing),Ce.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Ce.create("--ft-radio-focus-outline-width","","SIZE","2px"),Ce.extend("--ft-radio-gap","",Re.spacing3),Ce.extend("--ft-notification-icon-size","",Re.iconSize4),Ce.extend("--ft-notification-horizontal-padding","",Re.spacing4),Ce.extend("--ft-notification-vertical-padding","",Re.spacing4),Ce.extend("--ft-notification-info-background-color","",Ue.backgroundInfoSubtle),Ce.extend("--ft-notification-info-color","",Ue.contentInfoPrimary),Ce.extend("--ft-notification-info-border-color","",Ue.borderInfoPrimary),Ce.extend("--ft-notification-success-background-color","",Ue.backgroundSuccessSubtle),Ce.extend("--ft-notification-success-color","",Ue.contentSuccessPrimary),Ce.extend("--ft-notification-success-border-color","",Ue.borderSuccessPrimary),Ce.extend("--ft-notification-warning-background-color","",Ue.backgroundWarningSubtle),Ce.extend("--ft-notification-warning-color","",Ue.contentWarningPrimary),Ce.extend("--ft-notification-warning-border-color","",Ue.borderWarningPrimary),Ce.extend("--ft-notification-error-background-color","",Ue.backgroundErrorSubtle),Ce.extend("--ft-notification-error-color","",Ue.contentErrorPrimary),Ce.extend("--ft-notification-error-border-color","",Ue.borderErrorPrimary),Ce.extend("--ft-notification-border-radius","",Re.borderRadiusPill),Ce.create("--ft-notification-border-width","","SIZE","1px"),Ce.extend("--ft-notification-gap-leading","",Re.spacing2),Ce.extend("--ft-notification-gap-trailing","",Re.spacing8);const Le={colorPrimary:Ce.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Ce.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Ce.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Ce.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Ce.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Ce.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Ce.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Ce.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Ce.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Ce.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Ce.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Ce.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Ce.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Ce.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Ce.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Ce.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Ce.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Ce.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Ce.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Ce.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Ce.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Ce.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Ce.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Ce.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Ce.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Ce.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Ce.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Ce.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Ce.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Ce.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Ce.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Ce.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Ce.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Ce.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Ce.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Ce.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Ce.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Ce.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Ce.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Ce.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Ce.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Ce.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Ce.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Ce.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.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:Ce.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Ce.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Ce.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Ce.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Ce.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Ce.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Ce.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Ce.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},We=window,ze=We.ShadowRoot&&(void 0===We.ShadyCSS||We.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
85
85
  /**
86
86
  * @license
87
87
  * Copyright 2019 Google LLC
88
88
  * SPDX-License-Identifier: BSD-3-Clause
89
- */class Fe extends Se{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)=>{ze?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),i=We.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Ke,Be=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Ze=Symbol("constructorPrototype"),De=Symbol("constructorName"),Ae=Symbol("exportpartsDebouncer");class Me extends Fe{constructor(){super(),this[Ke]=new U(5),this[De]=this.constructor.name,this[Ze]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[De]&&Object.setPrototypeOf(this,this[Ze])}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[Ae].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,i,r,n,a;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(r=null===(i=t.getAttribute("part"))||void 0===i?void 0:i.split(" "))&&void 0!==r?r:[],o=null!==(a=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...e,...o).filter(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const h=[...c.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...h].join(", "))}}Ke=Ae,Be([N()],Me.prototype,"exportpartsPrefix",void 0),Be([z([])],Me.prototype,"exportpartsPrefixes",void 0),Be([N()],Me.prototype,"customStylesheet",void 0);const Pe=Ce.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");$t`
89
+ */class Fe extends we{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)=>{ze?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),i=We.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Ke,Be=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Ze=Symbol("constructorPrototype"),De=Symbol("constructorName"),Ae=Symbol("exportpartsDebouncer");class Me extends Fe{constructor(){super(),this[Ke]=new U(5),this[De]=this.constructor.name,this[Ze]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[De]&&Object.setPrototypeOf(this,this[Ze])}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[Ae].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,i,r,n,a;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(r=null===(i=t.getAttribute("part"))||void 0===i?void 0:i.split(" "))&&void 0!==r?r:[],o=null!==(a=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...e,...o).filter(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const f=[...c.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Ke=Ae,Be([N()],Me.prototype,"exportpartsPrefix",void 0),Be([z([])],Me.prototype,"exportpartsPrefixes",void 0),Be([N()],Me.prototype,"customStylesheet",void 0);const Pe=Ce.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");$t`
90
90
  .highlight-html-match {
91
91
  background: ${Pe};
92
92
  }
@@ -122,12 +122,12 @@ let Se=class extends Mt{constructor(){super(...arguments),this.renderOptions={ho
122
122
  display: inline-block;
123
123
  width: 0;
124
124
  }
125
- `;function Te(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var _e,Ge,Ve;const Ye=Symbol("internalReduxEventsUnsubscribers"),Je=Symbol("internalStoresUnsubscribers"),qe=Symbol("internalStores");class Xe extends Me{constructor(){super(...arguments),this[_e]=new Map,this[Ge]=new Map,this[Ve]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].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:Te(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.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[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()))),Te(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const i=t=>this[o](t);e.eventBus.addEventListener(t.eventName,i),this[Ye].push((()=>e.eventBus.removeEventListener(t.eventName,i)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Je].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[Ye].forEach((t=>t())),this[Ye]=[]}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()}}_e=Je,Ge=qe,Ve=Ye,Xe.reduxProperties=new Map,Xe.reduxReactiveProperties=new Set,Xe.reduxEventListeners=new Map,window.ftReduxStores||(window.ftReduxStores={});const Qe=Symbol("elementInternals");var to,eo,oo;const io=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(oo=null===(eo=null===(to=window.safari)||void 0===to?void 0:to.pushNotification)||void 0===eo?void 0:eo.toString())&&void 0!==oo?oo:""),ro=Symbol.for(""),no=t=>{if(t?.r===ro)return t?._$litStatic$},ao=t=>({_$litStatic$:t,r:ro}),so=new Map,lo=(t=>(e,...o)=>{const i=o.length;let r,n;const a=[],s=[];let l,c=0,h=!1;for(;c<i;){for(l=e[c];c<i&&void 0!==(n=o[c],r=no(n));)l+=r+e[++c],h=!0;c!==i&&s.push(n),a.push(l),c++}if(c===i&&a.push(e[i]),h){const t=a.join("$$lit$$");void 0===(e=so.get(t))&&(a.raw=a,so.set(t,e=a)),o=s}return t(e,...o)})(et);
125
+ `;function Te(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var _e,Ge,Ve;const Ye=Symbol("internalReduxEventsUnsubscribers"),Je=Symbol("internalStoresUnsubscribers"),qe=Symbol("internalStores");class Xe extends Me{constructor(){super(...arguments),this[_e]=new Map,this[Ge]=new Map,this[Ve]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].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:Te(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.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[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()))),Te(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const i=t=>this[o](t);e.eventBus.addEventListener(t.eventName,i),this[Ye].push((()=>e.eventBus.removeEventListener(t.eventName,i)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Je].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[Ye].forEach((t=>t())),this[Ye]=[]}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()}}_e=Je,Ge=qe,Ve=Ye,Xe.reduxProperties=new Map,Xe.reduxReactiveProperties=new Set,Xe.reduxEventListeners=new Map,window.ftReduxStores||(window.ftReduxStores={});const Qe=Symbol("elementInternals");var to,eo,oo;const io=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(oo=null===(eo=null===(to=window.safari)||void 0===to?void 0:to.pushNotification)||void 0===eo?void 0:eo.toString())&&void 0!==oo?oo:""),ro=Symbol.for(""),no=t=>{if(t?.r===ro)return t?._$litStatic$},ao=t=>({_$litStatic$:t,r:ro}),so=new Map,lo=(t=>(e,...o)=>{const i=o.length;let r,n;const a=[],s=[];let l,c=0,f=!1;for(;c<i;){for(l=e[c];c<i&&void 0!==(n=o[c],r=no(n));)l+=r+e[++c],f=!0;c!==i&&s.push(n),a.push(l),c++}if(c===i&&a.push(e[i]),f){const t=a.join("$$lit$$");void 0===(e=so.get(t))&&(a.raw=a,so.set(t,e=a)),o=s}return t(e,...o)})(et);
126
126
  /**
127
127
  * @license
128
128
  * Copyright 2020 Google LLC
129
129
  * SPDX-License-Identifier: BSD-3-Clause
130
- */var co;!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"}(co||(co={}));const ho=Ce.extend("--ft-typography-font-family","",Le.titleFont),fo=Ce.extend("--ft-typography-font-family","",Le.contentFont),po={fontFamily:fo,fontSize:Ce.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:Ce.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:Ce.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:Ce.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:Ce.create("--ft-typography-text-transform","","UNKNOWN","inherit")},uo=Ce.extend("--ft-typography-title-font-family","",ho),yo=Ce.extend("--ft-typography-title-font-size","",po.fontSize,"20px"),go=Ce.extend("--ft-typography-title-font-weight","",po.fontWeight,"normal"),bo=Ce.extend("--ft-typography-title-letter-spacing","",po.letterSpacing,"0.15px"),mo=Ce.extend("--ft-typography-title-line-height","",po.lineHeight,"1.2"),xo=Ce.extend("--ft-typography-title-text-transform","",po.textTransform,"inherit"),vo=Ce.extend("--ft-typography-title-dense-font-family","",ho),Oo=Ce.extend("--ft-typography-title-dense-font-size","",po.fontSize,"14px"),wo=Ce.extend("--ft-typography-title-dense-font-weight","",po.fontWeight,"normal"),So=Ce.extend("--ft-typography-title-dense-letter-spacing","",po.letterSpacing,"0.105px"),No=Ce.extend("--ft-typography-title-dense-line-height","",po.lineHeight,"1.7"),$o=Ce.extend("--ft-typography-title-dense-text-transform","",po.textTransform,"inherit"),Co=Ce.extend("--ft-typography-subtitle1-font-family","",fo),ko=Ce.extend("--ft-typography-subtitle1-font-size","",po.fontSize,"16px"),Ro=Ce.extend("--ft-typography-subtitle1-font-weight","",po.fontWeight,"600"),Eo=Ce.extend("--ft-typography-subtitle1-letter-spacing","",po.letterSpacing,"0.144px"),Uo=Ce.extend("--ft-typography-subtitle1-line-height","",po.lineHeight,"1.5"),Io=Ce.extend("--ft-typography-subtitle1-text-transform","",po.textTransform,"inherit"),Lo=Ce.extend("--ft-typography-subtitle2-font-family","",fo),Wo=Ce.extend("--ft-typography-subtitle2-font-size","",po.fontSize,"14px"),zo=Ce.extend("--ft-typography-subtitle2-font-weight","",po.fontWeight,"normal"),Fo=Ce.extend("--ft-typography-subtitle2-letter-spacing","",po.letterSpacing,"0.098px"),Ko=Ce.extend("--ft-typography-subtitle2-line-height","",po.lineHeight,"1.7"),Bo=Ce.extend("--ft-typography-subtitle2-text-transform","",po.textTransform,"inherit"),Zo=Ce.extend("--ft-typography-body1-font-family","",fo),Do=Ce.extend("--ft-typography-body1-font-size","",po.fontSize,"16px"),Ao=Ce.extend("--ft-typography-body1-font-weight","",po.fontWeight,"normal"),Mo=Ce.extend("--ft-typography-body1-letter-spacing","",po.letterSpacing,"0.496px"),Po=Ce.extend("--ft-typography-body1-line-height","",po.lineHeight,"1.5"),Ho=Ce.extend("--ft-typography-body1-text-transform","",po.textTransform,"inherit"),jo={fontFamily:Ce.extend("--ft-typography-body2-font-family","",fo),fontSize:Ce.extend("--ft-typography-body2-font-size","",po.fontSize,"14px"),fontWeight:Ce.extend("--ft-typography-body2-font-weight","",po.fontWeight,"normal"),letterSpacing:Ce.extend("--ft-typography-body2-letter-spacing","",po.letterSpacing,"0.252px"),lineHeight:Ce.extend("--ft-typography-body2-line-height","",po.lineHeight,"1.4"),textTransform:Ce.extend("--ft-typography-body2-text-transform","",po.textTransform,"inherit")},To=Ce.extend("--ft-typography-caption-font-family","",fo),_o=Ce.extend("--ft-typography-caption-font-size","",po.fontSize,"12px"),Go=Ce.extend("--ft-typography-caption-font-weight","",po.fontWeight,"normal"),Vo=Ce.extend("--ft-typography-caption-letter-spacing","",po.letterSpacing,"0.396px"),Yo=Ce.extend("--ft-typography-caption-line-height","",po.lineHeight,"1.33"),Jo=Ce.extend("--ft-typography-caption-text-transform","",po.textTransform,"inherit"),qo=Ce.extend("--ft-typography-breadcrumb-font-family","",fo),Xo=Ce.extend("--ft-typography-breadcrumb-font-size","",po.fontSize,"10px"),Qo=Ce.extend("--ft-typography-breadcrumb-font-weight","",po.fontWeight,"normal"),ti=Ce.extend("--ft-typography-breadcrumb-letter-spacing","",po.letterSpacing,"0.33px"),ei=Ce.extend("--ft-typography-breadcrumb-line-height","",po.lineHeight,"1.6"),oi=Ce.extend("--ft-typography-breadcrumb-text-transform","",po.textTransform,"inherit"),ii=Ce.extend("--ft-typography-overline-font-family","",fo),ri=Ce.extend("--ft-typography-overline-font-size","",po.fontSize,"10px"),ni=Ce.extend("--ft-typography-overline-font-weight","",po.fontWeight,"normal"),ai=Ce.extend("--ft-typography-overline-letter-spacing","",po.letterSpacing,"1.5px"),si=Ce.extend("--ft-typography-overline-line-height","",po.lineHeight,"1.6"),li=Ce.extend("--ft-typography-overline-text-transform","",po.textTransform,"uppercase"),ci={fontFamily:Ce.extend("--ft-typography-button-font-family","",fo),fontSize:Ce.extend("--ft-typography-button-font-size","",po.fontSize,"14px"),fontWeight:Ce.extend("--ft-typography-button-font-weight","",po.fontWeight,"600"),letterSpacing:Ce.extend("--ft-typography-button-letter-spacing","",po.letterSpacing,"1.246px"),lineHeight:Ce.extend("--ft-typography-button-line-height","",po.lineHeight,"1.15"),textTransform:Ce.extend("--ft-typography-button-text-transform","",po.textTransform,"uppercase")},hi=$t`
130
+ */var co;!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"}(co||(co={}));const fo=Ce.extend("--ft-typography-font-family","",Le.titleFont),ho=Ce.extend("--ft-typography-font-family","",Le.contentFont),po={fontFamily:ho,fontSize:Ce.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:Ce.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:Ce.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:Ce.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:Ce.create("--ft-typography-text-transform","","UNKNOWN","inherit")},uo=Ce.extend("--ft-typography-title-font-family","",fo),yo=Ce.extend("--ft-typography-title-font-size","",po.fontSize,"20px"),go=Ce.extend("--ft-typography-title-font-weight","",po.fontWeight,"normal"),bo=Ce.extend("--ft-typography-title-letter-spacing","",po.letterSpacing,"0.15px"),mo=Ce.extend("--ft-typography-title-line-height","",po.lineHeight,"1.2"),xo=Ce.extend("--ft-typography-title-text-transform","",po.textTransform,"inherit"),vo=Ce.extend("--ft-typography-title-dense-font-family","",fo),Oo=Ce.extend("--ft-typography-title-dense-font-size","",po.fontSize,"14px"),So=Ce.extend("--ft-typography-title-dense-font-weight","",po.fontWeight,"normal"),wo=Ce.extend("--ft-typography-title-dense-letter-spacing","",po.letterSpacing,"0.105px"),No=Ce.extend("--ft-typography-title-dense-line-height","",po.lineHeight,"1.7"),$o=Ce.extend("--ft-typography-title-dense-text-transform","",po.textTransform,"inherit"),Co=Ce.extend("--ft-typography-subtitle1-font-family","",ho),ko=Ce.extend("--ft-typography-subtitle1-font-size","",po.fontSize,"16px"),Ro=Ce.extend("--ft-typography-subtitle1-font-weight","",po.fontWeight,"600"),Eo=Ce.extend("--ft-typography-subtitle1-letter-spacing","",po.letterSpacing,"0.144px"),Uo=Ce.extend("--ft-typography-subtitle1-line-height","",po.lineHeight,"1.5"),Io=Ce.extend("--ft-typography-subtitle1-text-transform","",po.textTransform,"inherit"),Lo=Ce.extend("--ft-typography-subtitle2-font-family","",ho),Wo=Ce.extend("--ft-typography-subtitle2-font-size","",po.fontSize,"14px"),zo=Ce.extend("--ft-typography-subtitle2-font-weight","",po.fontWeight,"normal"),Fo=Ce.extend("--ft-typography-subtitle2-letter-spacing","",po.letterSpacing,"0.098px"),Ko=Ce.extend("--ft-typography-subtitle2-line-height","",po.lineHeight,"1.7"),Bo=Ce.extend("--ft-typography-subtitle2-text-transform","",po.textTransform,"inherit"),Zo=Ce.extend("--ft-typography-body1-font-family","",ho),Do=Ce.extend("--ft-typography-body1-font-size","",po.fontSize,"16px"),Ao=Ce.extend("--ft-typography-body1-font-weight","",po.fontWeight,"normal"),Mo=Ce.extend("--ft-typography-body1-letter-spacing","",po.letterSpacing,"0.496px"),Po=Ce.extend("--ft-typography-body1-line-height","",po.lineHeight,"1.5"),Ho=Ce.extend("--ft-typography-body1-text-transform","",po.textTransform,"inherit"),jo={fontFamily:Ce.extend("--ft-typography-body2-font-family","",ho),fontSize:Ce.extend("--ft-typography-body2-font-size","",po.fontSize,"14px"),fontWeight:Ce.extend("--ft-typography-body2-font-weight","",po.fontWeight,"normal"),letterSpacing:Ce.extend("--ft-typography-body2-letter-spacing","",po.letterSpacing,"0.252px"),lineHeight:Ce.extend("--ft-typography-body2-line-height","",po.lineHeight,"1.4"),textTransform:Ce.extend("--ft-typography-body2-text-transform","",po.textTransform,"inherit")},To=Ce.extend("--ft-typography-caption-font-family","",ho),_o=Ce.extend("--ft-typography-caption-font-size","",po.fontSize,"12px"),Go=Ce.extend("--ft-typography-caption-font-weight","",po.fontWeight,"normal"),Vo=Ce.extend("--ft-typography-caption-letter-spacing","",po.letterSpacing,"0.396px"),Yo=Ce.extend("--ft-typography-caption-line-height","",po.lineHeight,"1.33"),Jo=Ce.extend("--ft-typography-caption-text-transform","",po.textTransform,"inherit"),qo=Ce.extend("--ft-typography-breadcrumb-font-family","",ho),Xo=Ce.extend("--ft-typography-breadcrumb-font-size","",po.fontSize,"10px"),Qo=Ce.extend("--ft-typography-breadcrumb-font-weight","",po.fontWeight,"normal"),ti=Ce.extend("--ft-typography-breadcrumb-letter-spacing","",po.letterSpacing,"0.33px"),ei=Ce.extend("--ft-typography-breadcrumb-line-height","",po.lineHeight,"1.6"),oi=Ce.extend("--ft-typography-breadcrumb-text-transform","",po.textTransform,"inherit"),ii=Ce.extend("--ft-typography-overline-font-family","",ho),ri=Ce.extend("--ft-typography-overline-font-size","",po.fontSize,"10px"),ni=Ce.extend("--ft-typography-overline-font-weight","",po.fontWeight,"normal"),ai=Ce.extend("--ft-typography-overline-letter-spacing","",po.letterSpacing,"1.5px"),si=Ce.extend("--ft-typography-overline-line-height","",po.lineHeight,"1.6"),li=Ce.extend("--ft-typography-overline-text-transform","",po.textTransform,"uppercase"),ci={fontFamily:Ce.extend("--ft-typography-button-font-family","",ho),fontSize:Ce.extend("--ft-typography-button-font-size","",po.fontSize,"14px"),fontWeight:Ce.extend("--ft-typography-button-font-weight","",po.fontWeight,"600"),letterSpacing:Ce.extend("--ft-typography-button-letter-spacing","",po.letterSpacing,"1.246px"),lineHeight:Ce.extend("--ft-typography-button-line-height","",po.lineHeight,"1.15"),textTransform:Ce.extend("--ft-typography-button-text-transform","",po.textTransform,"uppercase")},fi=$t`
131
131
  .ft-typography--title {
132
132
  font-family: ${uo};
133
133
  font-size: ${yo};
@@ -136,12 +136,12 @@ let Se=class extends Mt{constructor(){super(...arguments),this.renderOptions={ho
136
136
  line-height: ${mo};
137
137
  text-transform: ${xo};
138
138
  }
139
- `,fi=$t`
139
+ `,hi=$t`
140
140
  .ft-typography--title-dense {
141
141
  font-family: ${vo};
142
142
  font-size: ${Oo};
143
- font-weight: ${wo};
144
- letter-spacing: ${So};
143
+ font-weight: ${So};
144
+ letter-spacing: ${wo};
145
145
  line-height: ${No};
146
146
  text-transform: ${$o};
147
147
  }
@@ -231,14 +231,14 @@ let Se=class extends Mt{constructor(){super(...arguments),this.renderOptions={ho
231
231
  line-height: ${e.lineHeight};
232
232
  text-transform: ${e.textCase};
233
233
  }
234
- `}(t)))];var wi=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Si extends Me{constructor(){super(...arguments),this.variant=co.body1}render(){return this.element?lo`
234
+ `}(t)))];var Si=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class wi extends Me{constructor(){super(...arguments),this.variant=co.body1}render(){return this.element?lo`
235
235
  <${ao(this.element)}
236
236
  class="ft-typography ft-typography--${this.variant}">
237
237
  <slot></slot>
238
238
  </${ao(this.element)}>
239
239
  `:lo`
240
240
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
241
- `}}Si.styles=[hi,fi,pi,di,ui,yi,gi,bi,mi,xi,vi,...Oi],wi([N()],Si.prototype,"element",void 0),wi([N()],Si.prototype,"variant",void 0),W("ft-typography")(Si);
241
+ `}}wi.styles=[fi,hi,pi,di,ui,yi,gi,bi,mi,xi,vi,...Oi],Si([N()],wi.prototype,"element",void 0),Si([N()],wi.prototype,"variant",void 0),W("ft-typography")(wi);
242
242
  /**
243
243
  * @license
244
244
  * Copyright 2017 Google LLC
@@ -249,7 +249,7 @@ const Ni=1,$i=2,Ci=t=>(...e)=>({_$litDirective$:t,values:e});class ki{constructo
249
249
  * @license
250
250
  * Copyright 2020 Google LLC
251
251
  * SPDX-License-Identifier: BSD-3-Clause
252
- */const{D:Ri}=bt,Ei=()=>document.createComment(""),Ui=(t,e,o)=>{const i=t._$AA.parentNode,r=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=i.insertBefore(Ei(),r),n=i.insertBefore(Ei(),r);o=new Ri(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!==r||a){let t=o._$AA;for(;t!==e;){const e=t.nextSibling;i.insertBefore(t,r),t=e}}}return o},Ii=(t,e,o=t)=>(t._$AI(e,o),t),Li={},Wi=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}},zi=(t,e,o)=>{const i=new Map;for(let r=e;r<=o;r++)i.set(t[r],r);return i},Fi=Ci(class extends ki{constructor(t){if(super(t),t.type!==$i)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let i;void 0===o?o=e:void 0!==e&&(i=e);const r=[],n=[];let a=0;for(const e of t)r[a]=i?i(e,a):a,n[a]=o(e,a),a++;return{values:n,keys:r}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,i]){const r=(t=>t._$AH)(t),{values:n,keys:a}=this.ht(e,o,i);if(!Array.isArray(r))return this.dt=a,n;const s=this.dt??=[],l=[];let c,h,f=0,p=r.length-1,d=0,u=n.length-1;for(;f<=p&&d<=u;)if(null===r[f])f++;else if(null===r[p])p--;else if(s[f]===a[d])l[d]=Ii(r[f],n[d]),f++,d++;else if(s[p]===a[u])l[u]=Ii(r[p],n[u]),p--,u--;else if(s[f]===a[u])l[u]=Ii(r[f],n[u]),Ui(t,l[u+1],r[f]),f++,u--;else if(s[p]===a[d])l[d]=Ii(r[p],n[d]),Ui(t,r[f],r[p]),p--,d++;else if(void 0===c&&(c=zi(a,d,u),h=zi(s,f,p)),c.has(s[f]))if(c.has(s[p])){const e=h.get(a[d]),o=void 0!==e?r[e]:null;if(null===o){const e=Ui(t,r[f]);Ii(e,n[d]),l[d]=e}else l[d]=Ii(o,n[d]),Ui(t,r[f],o),r[e]=null;d++}else Wi(r[p]),p--;else Wi(r[f]),f++;for(;d<=u;){const e=Ui(t,l[u+1]);Ii(e,n[d]),l[d++]=e}for(;f<=p;){const t=r[f++];null!==t&&Wi(t)}return this.dt=a,((t,e=Li)=>{t._$AH=e})(t,l),ot}}),Ki=Ce.extend("--ft-ripple-color","",Le.colorContent),Bi={color:Ki,backgroundColor:Ce.extend("--ft-ripple-background-color","",Ki),opacityContentOnSurfacePressed:Ce.external(Le.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:Ce.external(Le.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:Ce.external(Le.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:Ce.external(Le.opacityContentOnSurfaceSelected,"Design system"),borderRadius:Ce.create("--ft-ripple-border-radius","","SIZE","0px")},Zi=Ce.extend("--ft-ripple-color","",Le.colorPrimary),Di=Zi,Ai=Ce.extend("--ft-ripple-background-color","",Zi),Mi=Ce.extend("--ft-ripple-color","",Le.colorSecondary),Pi=Mi,Hi=Ce.extend("--ft-ripple-background-color","",Mi),ji=$t`
252
+ */const{D:Ri}=bt,Ei=()=>document.createComment(""),Ui=(t,e,o)=>{const i=t._$AA.parentNode,r=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=i.insertBefore(Ei(),r),n=i.insertBefore(Ei(),r);o=new Ri(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!==r||a){let t=o._$AA;for(;t!==e;){const e=t.nextSibling;i.insertBefore(t,r),t=e}}}return o},Ii=(t,e,o=t)=>(t._$AI(e,o),t),Li={},Wi=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}},zi=(t,e,o)=>{const i=new Map;for(let r=e;r<=o;r++)i.set(t[r],r);return i},Fi=Ci(class extends ki{constructor(t){if(super(t),t.type!==$i)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let i;void 0===o?o=e:void 0!==e&&(i=e);const r=[],n=[];let a=0;for(const e of t)r[a]=i?i(e,a):a,n[a]=o(e,a),a++;return{values:n,keys:r}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,i]){const r=(t=>t._$AH)(t),{values:n,keys:a}=this.ht(e,o,i);if(!Array.isArray(r))return this.dt=a,n;const s=this.dt??=[],l=[];let c,f,h=0,p=r.length-1,d=0,u=n.length-1;for(;h<=p&&d<=u;)if(null===r[h])h++;else if(null===r[p])p--;else if(s[h]===a[d])l[d]=Ii(r[h],n[d]),h++,d++;else if(s[p]===a[u])l[u]=Ii(r[p],n[u]),p--,u--;else if(s[h]===a[u])l[u]=Ii(r[h],n[u]),Ui(t,l[u+1],r[h]),h++,u--;else if(s[p]===a[d])l[d]=Ii(r[p],n[d]),Ui(t,r[h],r[p]),p--,d++;else if(void 0===c&&(c=zi(a,d,u),f=zi(s,h,p)),c.has(s[h]))if(c.has(s[p])){const e=f.get(a[d]),o=void 0!==e?r[e]:null;if(null===o){const e=Ui(t,r[h]);Ii(e,n[d]),l[d]=e}else l[d]=Ii(o,n[d]),Ui(t,r[h],o),r[e]=null;d++}else Wi(r[p]),p--;else Wi(r[h]),h++;for(;d<=u;){const e=Ui(t,l[u+1]);Ii(e,n[d]),l[d++]=e}for(;h<=p;){const t=r[h++];null!==t&&Wi(t)}return this.dt=a,((t,e=Li)=>{t._$AH=e})(t,l),ot}}),Ki=Ce.extend("--ft-ripple-color","",Le.colorContent),Bi={color:Ki,backgroundColor:Ce.extend("--ft-ripple-background-color","",Ki),opacityContentOnSurfacePressed:Ce.external(Le.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:Ce.external(Le.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:Ce.external(Le.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:Ce.external(Le.opacityContentOnSurfaceSelected,"Design system"),borderRadius:Ce.create("--ft-ripple-border-radius","","SIZE","0px")},Zi=Ce.extend("--ft-ripple-color","",Le.colorPrimary),Di=Zi,Ai=Ce.extend("--ft-ripple-background-color","",Zi),Mi=Ce.extend("--ft-ripple-color","",Le.colorSecondary),Pi=Mi,Hi=Ce.extend("--ft-ripple-background-color","",Mi),ji=$t`
253
253
  :host {
254
254
  display: contents;
255
255
  }
@@ -631,7 +631,7 @@ const Ni=1,$i=2,Ci=t=>(...e)=>({_$litDirective$:t,values:e});class ki{constructo
631
631
  <div class="ft-ripple--background"></div>
632
632
  <div class="ft-ripple--effect"></div>
633
633
  </div>
634
- `}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"),i=e("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",o,n),t.addEventListener("touchstart",i,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",r,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",o,n),t.removeEventListener("touchstart",i,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",r,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let i,r;return null!=e.x?({x:i,y:r}=e):null!=o.touches&&(i=o.touches[0].clientX,r=o.touches[0].clientY),{x:i,y:r}}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()}}ar.elementDefinitions={},ar.styles=ji,nr([N({type:Boolean})],ar.prototype,"primary",void 0),nr([N({type:Boolean})],ar.prototype,"secondary",void 0),nr([N({type:Boolean})],ar.prototype,"unbounded",void 0),nr([N({type:Boolean})],ar.prototype,"activated",void 0),nr([N({type:Boolean})],ar.prototype,"selected",void 0),nr([N({type:Boolean})],ar.prototype,"disabled",void 0),nr([$()],ar.prototype,"hovered",void 0),nr([$()],ar.prototype,"focused",void 0),nr([$()],ar.prototype,"pressed",void 0),nr([$()],ar.prototype,"rippling",void 0),nr([$()],ar.prototype,"originX",void 0),nr([$()],ar.prototype,"originY",void 0),nr([R(".ft-ripple")],ar.prototype,"ripple",void 0),nr([R(".ft-ripple--effect")],ar.prototype,"rippleEffect",void 0),W("ft-ripple")(ar);const sr=Ce.create("--ft-tooltip-distance","","SIZE","4px"),lr=Ce.create("--ft-tooltip-color","","COLOR","#FFFFFF"),cr=Ce.create("--ft-tooltip-background-color","","COLOR","#666666"),hr=Ce.create("--ft-tooltip-z-index","","NUMBER","100"),fr=Ce.external(Le.borderRadiusS,"Design system"),pr=Ce.create("--ft-tooltip-max-width","","SIZE","150px"),dr=$t`
634
+ `}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"),i=e("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",o,n),t.addEventListener("touchstart",i,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",r,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",o,n),t.removeEventListener("touchstart",i,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",r,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let i,r;return null!=e.x?({x:i,y:r}=e):null!=o.touches&&(i=o.touches[0].clientX,r=o.touches[0].clientY),{x:i,y:r}}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()}}ar.elementDefinitions={},ar.styles=ji,nr([N({type:Boolean})],ar.prototype,"primary",void 0),nr([N({type:Boolean})],ar.prototype,"secondary",void 0),nr([N({type:Boolean})],ar.prototype,"unbounded",void 0),nr([N({type:Boolean})],ar.prototype,"activated",void 0),nr([N({type:Boolean})],ar.prototype,"selected",void 0),nr([N({type:Boolean})],ar.prototype,"disabled",void 0),nr([$()],ar.prototype,"hovered",void 0),nr([$()],ar.prototype,"focused",void 0),nr([$()],ar.prototype,"pressed",void 0),nr([$()],ar.prototype,"rippling",void 0),nr([$()],ar.prototype,"originX",void 0),nr([$()],ar.prototype,"originY",void 0),nr([R(".ft-ripple")],ar.prototype,"ripple",void 0),nr([R(".ft-ripple--effect")],ar.prototype,"rippleEffect",void 0),W("ft-ripple")(ar);const sr=Ce.create("--ft-tooltip-distance","","SIZE","4px"),lr=Ce.create("--ft-tooltip-color","","COLOR","#FFFFFF"),cr=Ce.create("--ft-tooltip-background-color","","COLOR","#666666"),fr=Ce.create("--ft-tooltip-z-index","","NUMBER","100"),hr=Ce.external(Le.borderRadiusS,"Design system"),pr=Ce.create("--ft-tooltip-max-width","","SIZE","150px"),dr=$t`
635
635
  .ft-tooltip--container {
636
636
  display: block;
637
637
  }
@@ -642,25 +642,25 @@ const Ni=1,$i=2,Ci=t=>(...e)=>({_$litDirective$:t,values:e});class ki{constructo
642
642
  }
643
643
 
644
644
  .ft-tooltip {
645
- position: absolute;
645
+ position: fixed;
646
646
  box-sizing: border-box;
647
647
  overflow: hidden;
648
648
  width: max-content;
649
649
  max-width: ${pr};
650
650
  text-align: center;
651
651
  padding: ${sr};
652
- z-index: ${hr};
652
+ z-index: ${fr};
653
653
  }
654
654
 
655
655
  .ft-tooltip--content {
656
656
  padding: 4px 8px;
657
- border-radius: ${fr};
657
+ border-radius: ${hr};
658
658
  background-color: ${cr};
659
659
  color: ${lr};
660
660
  position: relative;
661
661
  word-break: break-word;
662
662
  }
663
- `,ur=["start","end"],yr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+ur[0],e+"-"+ur[1])),[]),gr=Math.min,br=Math.max,mr=Math.round,xr=t=>({x:t,y:t}),vr={left:"right",right:"left",bottom:"top",top:"bottom"},Or={start:"end",end:"start"};function wr(t,e,o){return br(t,gr(e,o))}function Sr(t,e){return"function"==typeof t?t(e):t}function Nr(t){return t.split("-")[0]}function $r(t){return t.split("-")[1]}function Cr(t){return"x"===t?"y":"x"}function kr(t){return"y"===t?"height":"width"}function Rr(t){return["top","bottom"].includes(Nr(t))?"y":"x"}function Er(t){return Cr(Rr(t))}function Ur(t){return t.replace(/left|right|bottom|top/g,(t=>vr[t]))}function Ir(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Lr(t,e,o){let{reference:i,floating:r}=t;const n=Rr(e),a=Er(e),s=kr(a),l=Nr(e),c="y"===n,h=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,p=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:h,y:i.y-r.height};break;case"bottom":d={x:h,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:f};break;case"left":d={x:i.x-r.width,y:f};break;default:d={x:i.x,y:i.y}}switch($r(e)){case"start":d[a]-=p*(o&&c?-1:1);break;case"end":d[a]+=p*(o&&c?-1:1)}return d}async function Wr(t,e){var o;void 0===e&&(e={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:h="viewport",elementContext:f="floating",altBoundary:p=!1,padding:d=0}=Sr(e,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[p?"floating"===f?"reference":"floating":f],g=Ir(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(y)))||o?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:h,strategy:l})),b="floating"===f?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),x=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},v=Ir(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(g.top-v.top+u.top)/x.y,bottom:(v.bottom-g.bottom+u.bottom)/x.y,left:(g.left-v.left+u.left)/x.x,right:(v.right-g.right+u.right)/x.x}}function zr(t,e,o){return(t?[...o.filter((e=>$r(e)===t)),...o.filter((e=>$r(e)!==t))]:o.filter((t=>Nr(t)===t))).filter((o=>!t||($r(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Or[t]))}(o)!==o)))}const Fr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:h=!1,alignment:f,allowedPlacements:p=yr,autoAlignment:d=!0,...u}=Sr(t,e),y=void 0!==f||p===yr?zr(f||null,d,p):p,g=await Wr(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const x=function(t,e,o){void 0===o&&(o=!1);const i=$r(t),r=Er(t),n=kr(r);let a="x"===r?i===(o?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Ur(a)),[a,Ur(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:y[0]}};const v=[g[Nr(m)],g[x[0]],g[x[1]]],O=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:v}],w=y[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const S=O.map((t=>{const e=$r(t.placement);return[t.placement,e&&h?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),N=S.filter((t=>t[2].slice(0,$r(t[0])?2:3).every((t=>t<=0)))),$=(null==(r=N[0])?void 0:r[0])||S[0][0];return $!==s?{data:{index:b+1,overflows:O},reset:{placement:$}}:{}}}};function Kr(t){return Dr(t)?(t.nodeName||"").toLowerCase():"#document"}function Br(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Zr(t){var e;return null==(e=(Dr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Dr(t){return t instanceof Node||t instanceof Br(t).Node}function Ar(t){return t instanceof Element||t instanceof Br(t).Element}function Mr(t){return t instanceof HTMLElement||t instanceof Br(t).HTMLElement}function Pr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Br(t).ShadowRoot)}function Hr(t){const{overflow:e,overflowX:o,overflowY:i,display:r}=Vr(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+o)&&!["inline","contents"].includes(r)}function jr(t){return["table","td","th"].includes(Kr(t))}function Tr(t){const e=_r(),o=Vr(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function _r(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Gr(t){return["html","body","#document"].includes(Kr(t))}function Vr(t){return Br(t).getComputedStyle(t)}function Yr(t){return Ar(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Jr(t){if("html"===Kr(t))return t;const e=t.assignedSlot||t.parentNode||Pr(t)&&t.host||Zr(t);return Pr(e)?e.host:e}function qr(t){const e=Jr(t);return Gr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Mr(e)&&Hr(e)?e:qr(e)}function Xr(t,e,o){var i;void 0===e&&(e=[]),void 0===o&&(o=!0);const r=qr(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=Br(r);return n?e.concat(a,a.visualViewport||[],Hr(r)?r:[],a.frameElement&&o?Xr(a.frameElement):[]):e.concat(r,Xr(r,[],o))}function Qr(t){const e=Vr(t);let o=parseFloat(e.width)||0,i=parseFloat(e.height)||0;const r=Mr(t),n=r?t.offsetWidth:o,a=r?t.offsetHeight:i,s=mr(o)!==n||mr(i)!==a;return s&&(o=n,i=a),{width:o,height:i,$:s}}function tn(t){return Ar(t)?t:t.contextElement}function en(t){const e=tn(t);if(!Mr(e))return xr(1);const o=e.getBoundingClientRect(),{width:i,height:r,$:n}=Qr(e);let a=(n?mr(o.width):o.width)/i,s=(n?mr(o.height):o.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const on=xr(0);function rn(t){const e=Br(t);return _r()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:on}function nn(t,e,o,i){void 0===e&&(e=!1),void 0===o&&(o=!1);const r=t.getBoundingClientRect(),n=tn(t);let a=xr(1);e&&(i?Ar(i)&&(a=en(i)):a=en(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Br(t))&&e}(n,o,i)?rn(n):xr(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,h=r.width/a.x,f=r.height/a.y;if(n){const t=Br(n),e=i&&Ar(i)?Br(i):i;let o=t.frameElement;for(;o&&i&&e!==t;){const t=en(o),e=o.getBoundingClientRect(),i=Vr(o),r=e.left+(o.clientLeft+parseFloat(i.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,h*=t.x,f*=t.y,l+=r,c+=n,o=Br(o).frameElement}}return Ir({width:h,height:f,x:l,y:c})}function an(t){return nn(Zr(t)).left+Yr(t).scrollLeft}function sn(t,e,o){let i;if("viewport"===e)i=function(t,e){const o=Br(t),i=Zr(t),r=o.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=_r();(!t||t&&"fixed"===e)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)i=function(t){const e=Zr(t),o=Yr(t),i=t.ownerDocument.body,r=br(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),n=br(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight);let a=-o.scrollLeft+an(t);const s=-o.scrollTop;return"rtl"===Vr(i).direction&&(a+=br(e.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(Zr(t));else if(Ar(e))i=function(t,e){const o=nn(t,!0,"fixed"===e),i=o.top+t.clientTop,r=o.left+t.clientLeft,n=Mr(t)?en(t):xr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(e,o);else{const o=rn(t);i={...e,x:e.x-o.x,y:e.y-o.y}}return Ir(i)}function ln(t,e){const o=Jr(t);return!(o===e||!Ar(o)||Gr(o))&&("fixed"===Vr(o).position||ln(o,e))}function cn(t,e,o){const i=Mr(e),r=Zr(e),n="fixed"===o,a=nn(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=xr(0);if(i||!i&&!n)if(("body"!==Kr(e)||Hr(r))&&(s=Yr(e)),i){const t=nn(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else r&&(l.x=an(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function hn(t,e){return Mr(t)&&"fixed"!==Vr(t).position?e?e(t):t.offsetParent:null}function fn(t,e){const o=Br(t);if(!Mr(t))return o;let i=hn(t,e);for(;i&&jr(i)&&"static"===Vr(i).position;)i=hn(i,e);return i&&("html"===Kr(i)||"body"===Kr(i)&&"static"===Vr(i).position&&!Tr(i))?o:i||function(t){let e=Jr(t);for(;Mr(e)&&!Gr(e);){if(Tr(e))return e;e=Jr(e)}return null}(t)||o}const pn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:i}=t;const r=Mr(o),n=Zr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=xr(1);const l=xr(0);if((r||!r&&"fixed"!==i)&&(("body"!==Kr(o)||Hr(n))&&(a=Yr(o)),Mr(o))){const t=nn(o);s=en(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:Zr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:i,strategy:r}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let i=Xr(t,[],!1).filter((t=>Ar(t)&&"body"!==Kr(t))),r=null;const n="fixed"===Vr(t).position;let a=n?Jr(t):t;for(;Ar(a)&&!Gr(a);){const e=Vr(a),o=Tr(a);o||"fixed"!==e.position||(r=null),(n?!o&&!r:!o&&"static"===e.position&&r&&["absolute","fixed"].includes(r.position)||Hr(a)&&!o&&ln(t,a))?i=i.filter((t=>t!==a)):r=e,a=Jr(a)}return e.set(t,i),i}(e,this._c):[].concat(o),i],a=n[0],s=n.reduce(((t,o)=>{const i=sn(e,o,r);return t.top=br(i.top,t.top),t.right=gr(i.right,t.right),t.bottom=gr(i.bottom,t.bottom),t.left=br(i.left,t.left),t}),sn(e,a,r));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:fn,getElementRects:async function(t){let{reference:e,floating:o,strategy:i}=t;const r=this.getOffsetParent||fn,n=this.getDimensions;return{reference:cn(e,await r(o),i),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Qr(t)},getScale:en,isElement:Ar,isRTL:function(t){return"rtl"===Vr(t).direction}},dn=(t,e,o)=>{const i=new Map,r={platform:pn,...o},n={...r.platform,_c:i};return(async(t,e,o)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:h,y:f}=Lr(c,i,l),p=i,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:y}=s[o],{x:g,y:b,data:m,reset:x}=await y({x:h,y:f,initialPlacement:i,placement:p,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});h=null!=g?g:h,f=null!=b?b:f,d={...d,[n]:{...d[n],...m}},x&&u<=50&&(u++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:t,floating:e,strategy:r}):x.rects),({x:h,y:f}=Lr(c,p,l))),o=-1)}return{x:h,y:f,placement:p,strategy:r,middlewareData:d}})(t,e,{...r,platform:n})};var un=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class yn extends Me{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 U,this.revealDebouncer=new U}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return se`
663
+ `,ur=["start","end"],yr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+ur[0],e+"-"+ur[1])),[]),gr=Math.min,br=Math.max,mr=Math.round,xr=t=>({x:t,y:t}),vr={left:"right",right:"left",bottom:"top",top:"bottom"},Or={start:"end",end:"start"};function Sr(t,e,o){return br(t,gr(e,o))}function wr(t,e){return"function"==typeof t?t(e):t}function Nr(t){return t.split("-")[0]}function $r(t){return t.split("-")[1]}function Cr(t){return"x"===t?"y":"x"}function kr(t){return"y"===t?"height":"width"}function Rr(t){return["top","bottom"].includes(Nr(t))?"y":"x"}function Er(t){return Cr(Rr(t))}function Ur(t){return t.replace(/left|right|bottom|top/g,(t=>vr[t]))}function Ir(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Lr(t,e,o){let{reference:i,floating:r}=t;const n=Rr(e),a=Er(e),s=kr(a),l=Nr(e),c="y"===n,f=i.x+i.width/2-r.width/2,h=i.y+i.height/2-r.height/2,p=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:f,y:i.y-r.height};break;case"bottom":d={x:f,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:h};break;case"left":d={x:i.x-r.width,y:h};break;default:d={x:i.x,y:i.y}}switch($r(e)){case"start":d[a]-=p*(o&&c?-1:1);break;case"end":d[a]+=p*(o&&c?-1:1)}return d}async function Wr(t,e){var o;void 0===e&&(e={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:f="viewport",elementContext:h="floating",altBoundary:p=!1,padding:d=0}=wr(e,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[p?"floating"===h?"reference":"floating":h],g=Ir(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(y)))||o?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:f,strategy:l})),b="floating"===h?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),x=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},v=Ir(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(g.top-v.top+u.top)/x.y,bottom:(v.bottom-g.bottom+u.bottom)/x.y,left:(g.left-v.left+u.left)/x.x,right:(v.right-g.right+u.right)/x.x}}function zr(t,e,o){return(t?[...o.filter((e=>$r(e)===t)),...o.filter((e=>$r(e)!==t))]:o.filter((t=>Nr(t)===t))).filter((o=>!t||($r(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Or[t]))}(o)!==o)))}const Fr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:f=!1,alignment:h,allowedPlacements:p=yr,autoAlignment:d=!0,...u}=wr(t,e),y=void 0!==h||p===yr?zr(h||null,d,p):p,g=await Wr(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const x=function(t,e,o){void 0===o&&(o=!1);const i=$r(t),r=Er(t),n=kr(r);let a="x"===r?i===(o?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Ur(a)),[a,Ur(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:y[0]}};const v=[g[Nr(m)],g[x[0]],g[x[1]]],O=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:v}],S=y[b+1];if(S)return{data:{index:b+1,overflows:O},reset:{placement:S}};const w=O.map((t=>{const e=$r(t.placement);return[t.placement,e&&f?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),N=w.filter((t=>t[2].slice(0,$r(t[0])?2:3).every((t=>t<=0)))),$=(null==(r=N[0])?void 0:r[0])||w[0][0];return $!==s?{data:{index:b+1,overflows:O},reset:{placement:$}}:{}}}};function Kr(t){return Dr(t)?(t.nodeName||"").toLowerCase():"#document"}function Br(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Zr(t){var e;return null==(e=(Dr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Dr(t){return t instanceof Node||t instanceof Br(t).Node}function Ar(t){return t instanceof Element||t instanceof Br(t).Element}function Mr(t){return t instanceof HTMLElement||t instanceof Br(t).HTMLElement}function Pr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Br(t).ShadowRoot)}function Hr(t){const{overflow:e,overflowX:o,overflowY:i,display:r}=Vr(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+o)&&!["inline","contents"].includes(r)}function jr(t){return["table","td","th"].includes(Kr(t))}function Tr(t){const e=_r(),o=Vr(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function _r(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Gr(t){return["html","body","#document"].includes(Kr(t))}function Vr(t){return Br(t).getComputedStyle(t)}function Yr(t){return Ar(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Jr(t){if("html"===Kr(t))return t;const e=t.assignedSlot||t.parentNode||Pr(t)&&t.host||Zr(t);return Pr(e)?e.host:e}function qr(t){const e=Jr(t);return Gr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Mr(e)&&Hr(e)?e:qr(e)}function Xr(t,e,o){var i;void 0===e&&(e=[]),void 0===o&&(o=!0);const r=qr(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=Br(r);return n?e.concat(a,a.visualViewport||[],Hr(r)?r:[],a.frameElement&&o?Xr(a.frameElement):[]):e.concat(r,Xr(r,[],o))}function Qr(t){const e=Vr(t);let o=parseFloat(e.width)||0,i=parseFloat(e.height)||0;const r=Mr(t),n=r?t.offsetWidth:o,a=r?t.offsetHeight:i,s=mr(o)!==n||mr(i)!==a;return s&&(o=n,i=a),{width:o,height:i,$:s}}function tn(t){return Ar(t)?t:t.contextElement}function en(t){const e=tn(t);if(!Mr(e))return xr(1);const o=e.getBoundingClientRect(),{width:i,height:r,$:n}=Qr(e);let a=(n?mr(o.width):o.width)/i,s=(n?mr(o.height):o.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const on=xr(0);function rn(t){const e=Br(t);return _r()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:on}function nn(t,e,o,i){void 0===e&&(e=!1),void 0===o&&(o=!1);const r=t.getBoundingClientRect(),n=tn(t);let a=xr(1);e&&(i?Ar(i)&&(a=en(i)):a=en(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Br(t))&&e}(n,o,i)?rn(n):xr(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,f=r.width/a.x,h=r.height/a.y;if(n){const t=Br(n),e=i&&Ar(i)?Br(i):i;let o=t.frameElement;for(;o&&i&&e!==t;){const t=en(o),e=o.getBoundingClientRect(),i=Vr(o),r=e.left+(o.clientLeft+parseFloat(i.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,f*=t.x,h*=t.y,l+=r,c+=n,o=Br(o).frameElement}}return Ir({width:f,height:h,x:l,y:c})}function an(t){return nn(Zr(t)).left+Yr(t).scrollLeft}function sn(t,e,o){let i;if("viewport"===e)i=function(t,e){const o=Br(t),i=Zr(t),r=o.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=_r();(!t||t&&"fixed"===e)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)i=function(t){const e=Zr(t),o=Yr(t),i=t.ownerDocument.body,r=br(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),n=br(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight);let a=-o.scrollLeft+an(t);const s=-o.scrollTop;return"rtl"===Vr(i).direction&&(a+=br(e.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(Zr(t));else if(Ar(e))i=function(t,e){const o=nn(t,!0,"fixed"===e),i=o.top+t.clientTop,r=o.left+t.clientLeft,n=Mr(t)?en(t):xr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(e,o);else{const o=rn(t);i={...e,x:e.x-o.x,y:e.y-o.y}}return Ir(i)}function ln(t,e){const o=Jr(t);return!(o===e||!Ar(o)||Gr(o))&&("fixed"===Vr(o).position||ln(o,e))}function cn(t,e,o){const i=Mr(e),r=Zr(e),n="fixed"===o,a=nn(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=xr(0);if(i||!i&&!n)if(("body"!==Kr(e)||Hr(r))&&(s=Yr(e)),i){const t=nn(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else r&&(l.x=an(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function fn(t,e){return Mr(t)&&"fixed"!==Vr(t).position?e?e(t):t.offsetParent:null}function hn(t,e){const o=Br(t);if(!Mr(t))return o;let i=fn(t,e);for(;i&&jr(i)&&"static"===Vr(i).position;)i=fn(i,e);return i&&("html"===Kr(i)||"body"===Kr(i)&&"static"===Vr(i).position&&!Tr(i))?o:i||function(t){let e=Jr(t);for(;Mr(e)&&!Gr(e);){if(Tr(e))return e;e=Jr(e)}return null}(t)||o}const pn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:i}=t;const r=Mr(o),n=Zr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=xr(1);const l=xr(0);if((r||!r&&"fixed"!==i)&&(("body"!==Kr(o)||Hr(n))&&(a=Yr(o)),Mr(o))){const t=nn(o);s=en(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:Zr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:i,strategy:r}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let i=Xr(t,[],!1).filter((t=>Ar(t)&&"body"!==Kr(t))),r=null;const n="fixed"===Vr(t).position;let a=n?Jr(t):t;for(;Ar(a)&&!Gr(a);){const e=Vr(a),o=Tr(a);o||"fixed"!==e.position||(r=null),(n?!o&&!r:!o&&"static"===e.position&&r&&["absolute","fixed"].includes(r.position)||Hr(a)&&!o&&ln(t,a))?i=i.filter((t=>t!==a)):r=e,a=Jr(a)}return e.set(t,i),i}(e,this._c):[].concat(o),i],a=n[0],s=n.reduce(((t,o)=>{const i=sn(e,o,r);return t.top=br(i.top,t.top),t.right=gr(i.right,t.right),t.bottom=gr(i.bottom,t.bottom),t.left=br(i.left,t.left),t}),sn(e,a,r));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:hn,getElementRects:async function(t){let{reference:e,floating:o,strategy:i}=t;const r=this.getOffsetParent||hn,n=this.getDimensions;return{reference:cn(e,await r(o),i),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Qr(t)},getScale:en,isElement:Ar,isRTL:function(t){return"rtl"===Vr(t).direction}},dn=(t,e,o)=>{const i=new Map,r={platform:pn,...o},n={...r.platform,_c:i};return(async(t,e,o)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:f,y:h}=Lr(c,i,l),p=i,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:y}=s[o],{x:g,y:b,data:m,reset:x}=await y({x:f,y:h,initialPlacement:i,placement:p,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});f=null!=g?g:f,h=null!=b?b:h,d={...d,[n]:{...d[n],...m}},x&&u<=50&&(u++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:t,floating:e,strategy:r}):x.rects),({x:f,y:h}=Lr(c,p,l))),o=-1)}return{x:f,y:h,placement:p,strategy:r,middlewareData:d}})(t,e,{...r,platform:n})};function un(t){return function(t){for(let e=t;e;e=yn(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=yn(t);e;e=yn(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function yn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var gn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class bn extends Me{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 U,this.revealDebouncer=new U}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return se`
664
664
  <div part="container"
665
665
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
666
666
  @mouseenter=${this.onHover}
@@ -668,7 +668,7 @@ const Ni=1,$i=2,Ci=t=>(...e)=>({_$litDirective$:t,values:e});class ki{constructo
668
668
  @focusin=${this.onHover}
669
669
  @focusout=${this.onOut}
670
670
  @touchstart=${this.onTouch}>
671
- <slot></slot>
671
+ <slot part="slot"></slot>
672
672
  <div part="tooltip" role="tooltip" inert
673
673
  class="ft-tooltip ft-tooltip--${this.validPosition}"
674
674
  ?hidden=${!this.visible}>
@@ -678,31 +678,31 @@ const Ni=1,$i=2,Ci=t=>(...e)=>({_$litDirective$:t,values:e});class ki{constructo
678
678
  </div>
679
679
  </div>
680
680
  </div>
681
- `}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(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",dn(this.slottedElement,this.tooltip,{middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:o,y:i,placement:r}=e,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=Sr(t,e),c={x:o,y:i},h=await Wr(e,l),f=Rr(Nr(r)),p=Cr(f);let d=c[p],u=c[f];if(n){const t="y"===p?"bottom":"right";d=wr(d+h["y"===p?"top":"left"],d,d-h[t])}if(a){const t="y"===f?"bottom":"right";u=wr(u+h["y"===f?"top":"left"],u,u-h[t])}const y=s.fn({...e,[p]:d,[f]:u});return{...y,data:{x:y.x-o,y:y.y-i}}}}),Fr({allowedPlacements:[this.position]})]}).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}yn.elementDefinitions={"ft-typography":Si},yn.styles=dr,un([N()],yn.prototype,"text",void 0),un([N({type:Boolean})],yn.prototype,"manual",void 0),un([N({type:Boolean})],yn.prototype,"inline",void 0),un([N({type:Number})],yn.prototype,"delay",void 0),un([N()],yn.prototype,"position",void 0),un([
681
+ `}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(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",dn(this.slottedElement,this.tooltip,{platform:{...pn,getOffsetParent:t=>pn.getOffsetParent(t,un)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:o,y:i,placement:r}=e,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=wr(t,e),c={x:o,y:i},f=await Wr(e,l),h=Rr(Nr(r)),p=Cr(h);let d=c[p],u=c[h];if(n){const t="y"===p?"bottom":"right";d=Sr(d+f["y"===p?"top":"left"],d,d-f[t])}if(a){const t="y"===h?"bottom":"right";u=Sr(u+f["y"===h?"top":"left"],u,u-f[t])}const y=s.fn({...e,[p]:d,[h]:u});return{...y,data:{x:y.x-o,y:y.y-i}}}}),Fr({allowedPlacements:[this.position]})]}).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}bn.elementDefinitions={"ft-typography":wi},bn.styles=dr,gn([N()],bn.prototype,"text",void 0),gn([N({type:Boolean})],bn.prototype,"manual",void 0),gn([N({type:Boolean})],bn.prototype,"inline",void 0),gn([N({type:Number})],bn.prototype,"delay",void 0),gn([N()],bn.prototype,"position",void 0),gn([
682
682
  /**
683
683
  * @license
684
684
  * Copyright 2017 Google LLC
685
685
  * SPDX-License-Identifier: BSD-3-Clause
686
686
  */
687
- function(t){return(e,o)=>{const{slot:i}=t??{},r="slot"+(i?`[name=${i}]`:":not([name])");return k(0,0,{get(){const e=this.renderRoot?.querySelector(r);return e?.assignedNodes(t)??[]}})}}()],yn.prototype,"slotNodes",void 0),un([R(".ft-tooltip--container")],yn.prototype,"container",void 0),un([R(".ft-tooltip")],yn.prototype,"tooltip",void 0),un([R(".ft-tooltip--content")],yn.prototype,"tooltipContent",void 0),un([$()],yn.prototype,"visible",void 0),un([C({passive:!0})],yn.prototype,"onTouch",null),un([C({passive:!0})],yn.prototype,"onHover",null),un([C({passive:!0})],yn.prototype,"onOut",null),W("ft-tooltip")(yn);
687
+ function(t){return(e,o)=>{const{slot:i}=t??{},r="slot"+(i?`[name=${i}]`:":not([name])");return k(0,0,{get(){const e=this.renderRoot?.querySelector(r);return e?.assignedNodes(t)??[]}})}}()],bn.prototype,"slotNodes",void 0),gn([R(".ft-tooltip--container")],bn.prototype,"container",void 0),gn([R(".ft-tooltip")],bn.prototype,"tooltip",void 0),gn([R(".ft-tooltip--content")],bn.prototype,"tooltipContent",void 0),gn([$()],bn.prototype,"visible",void 0),gn([C({passive:!0})],bn.prototype,"onTouch",null),gn([C({passive:!0})],bn.prototype,"onHover",null),gn([C({passive:!0})],bn.prototype,"onOut",null),W("ft-tooltip")(bn);
688
688
  /**
689
689
  * @license
690
690
  * Copyright 2017 Google LLC
691
691
  * SPDX-License-Identifier: BSD-3-Clause
692
692
  */
693
- class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===it||null==t)return this.vt=void 0,this.et=t;if(t===ot)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:[]}}}gn.directiveName="unsafeHTML",gn.resultType=1;const bn=Ci(gn);var mn,xn,vn;!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;"}(mn||(mn={})),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;"}(xn||(xn={})),new Map([...["abw"].map((t=>[t,xn.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,xn.AUDIO])),...["avi"].map((t=>[t,xn.AVI])),...["chm","xhs"].map((t=>[t,xn.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,xn.CODE])),...["csv"].map((t=>[t,xn.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,xn.DITA])),...["epub"].map((t=>[t,xn.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,xn.EXCEL])),...["flac"].map((t=>[t,xn.FLAC])),...["gif"].map((t=>[t,xn.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,xn.GZIP])),...["html","htm","xhtml"].map((t=>[t,xn.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,xn.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,xn.JPEG])),...["json"].map((t=>[t,xn.JSON])),...["m4a","m4p"].map((t=>[t,xn.M4A])),...["mov","qt"].map((t=>[t,xn.MOV])),...["mp3"].map((t=>[t,xn.MP3])),...["mp4","m4v"].map((t=>[t,xn.MP4])),...["ogg","oga"].map((t=>[t,xn.OGG])),...["pdf","ps"].map((t=>[t,xn.PDF])),...["png"].map((t=>[t,xn.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,xn.POWERPOINT])),...["rar"].map((t=>[t,xn.RAR])),...["stp"].map((t=>[t,xn.STP])),...["txt","rtf","md","mdown"].map((t=>[t,xn.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,xn.VIDEO])),...["wav"].map((t=>[t,xn.WAV])),...["wma"].map((t=>[t,xn.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,xn.WORD])),...["xml","xsl","rdf"].map((t=>[t,xn.XML])),...["yaml","yml","x-yaml"].map((t=>[t,xn.YAML])),...["zip"].map((t=>[t,xn.ZIP]))]),function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(vn||(vn={}));var On=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class wn extends Me{constructor(){super(...arguments),this.resolvedIcon=ce}render(){const t=this.variant&&Object.values(vn).includes(this.variant)?this.variant:vn.fluid_topics,e=t!==vn.material||!!this.value;return se`
693
+ class mn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===it||null==t)return this.vt=void 0,this.et=t;if(t===ot)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:[]}}}mn.directiveName="unsafeHTML",mn.resultType=1;const xn=Ci(mn);var vn,On,Sn;!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;"}(vn||(vn={})),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;"}(On||(On={})),new Map([...["abw"].map((t=>[t,On.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,On.AUDIO])),...["avi"].map((t=>[t,On.AVI])),...["chm","xhs"].map((t=>[t,On.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,On.CODE])),...["csv"].map((t=>[t,On.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,On.DITA])),...["epub"].map((t=>[t,On.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,On.EXCEL])),...["flac"].map((t=>[t,On.FLAC])),...["gif"].map((t=>[t,On.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,On.GZIP])),...["html","htm","xhtml"].map((t=>[t,On.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,On.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,On.JPEG])),...["json"].map((t=>[t,On.JSON])),...["m4a","m4p"].map((t=>[t,On.M4A])),...["mov","qt"].map((t=>[t,On.MOV])),...["mp3"].map((t=>[t,On.MP3])),...["mp4","m4v"].map((t=>[t,On.MP4])),...["ogg","oga"].map((t=>[t,On.OGG])),...["pdf","ps"].map((t=>[t,On.PDF])),...["png"].map((t=>[t,On.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,On.POWERPOINT])),...["rar"].map((t=>[t,On.RAR])),...["stp"].map((t=>[t,On.STP])),...["txt","rtf","md","mdown"].map((t=>[t,On.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,On.VIDEO])),...["wav"].map((t=>[t,On.WAV])),...["wma"].map((t=>[t,On.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,On.WORD])),...["xml","xsl","rdf"].map((t=>[t,On.XML])),...["yaml","yml","x-yaml"].map((t=>[t,On.YAML])),...["zip"].map((t=>[t,On.ZIP]))]),function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Sn||(Sn={}));var wn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Nn extends Me{constructor(){super(...arguments),this.resolvedIcon=ce}render(){const t=this.variant&&Object.values(Sn).includes(this.variant)?this.variant:Sn.fluid_topics,e=t!==Sn.material||!!this.value;return se`
694
694
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
695
- ${bn(this.resolvedIcon)}
695
+ ${xn(this.resolvedIcon)}
696
696
  <slot ?hidden=${e}></slot>
697
697
  </i>
698
- `}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 vn.file_format:this.resolvedIcon=null!==(t=xn[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case vn.material:this.resolvedIcon=this.value||ce;break;default:this.resolvedIcon=null!==(e=mn[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}wn.elementDefinitions={},wn.styles=Vi,On([N()],wn.prototype,"variant",void 0),On([N()],wn.prototype,"value",void 0),On([$()],wn.prototype,"resolvedIcon",void 0),On([R("slot")],wn.prototype,"slottedContent",void 0),W("ft-icon")(wn);class Sn extends Me{render(){return se`
698
+ `}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 Sn.file_format:this.resolvedIcon=null!==(t=On[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case Sn.material:this.resolvedIcon=this.value||ce;break;default:this.resolvedIcon=null!==(e=vn[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Nn.elementDefinitions={},Nn.styles=Vi,wn([N()],Nn.prototype,"variant",void 0),wn([N()],Nn.prototype,"value",void 0),wn([$()],Nn.prototype,"resolvedIcon",void 0),wn([R("slot")],Nn.prototype,"slottedContent",void 0),W("ft-icon")(Nn);class $n extends Me{render(){return se`
699
699
  <div class="ft-loader">
700
700
  <div></div>
701
701
  <div></div>
702
702
  <div></div>
703
703
  <div></div>
704
704
  </div>
705
- `}}Sn.styles=_i,W("ft-loader")(Sn);var Nn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class $n extends(function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Qe].form}constructor(...t){super(t),this[Qe]=this.attachInternals(),this[Qe].role=e}setFormValue(t){this[Qe].setFormValue(t)}}}(Me,"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(se`
705
+ `}}$n.styles=_i,W("ft-loader")($n);var Cn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class kn extends(function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Qe].form}constructor(...t){super(t),this[Qe]=this.attachInternals(),this[Qe].role=e}setFormValue(t){this[Qe].setFormValue(t)}}}(Me,"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(se`
706
706
  <button part="button"
707
707
  class="${rr(this.buttonClasses)}"
708
708
  aria-label="${this.getLabel()}"
@@ -725,7 +725,7 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
725
725
  </ft-tooltip>
726
726
  `:t}resolveIcon(){return this.loading?se`
727
727
  <ft-loader part="loader icon"></ft-loader> `:this.icon?se`
728
- <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:ce}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}}$n.elementDefinitions={"ft-ripple":ar,"ft-tooltip":yn,"ft-typography":Si,"ft-icon":wn,"ft-loader":Sn},Nn([N({type:String,reflect:!0})],$n.prototype,"role",void 0),Nn([N()],$n.prototype,"type",void 0),Nn([N({type:Boolean})],$n.prototype,"disabled",void 0),Nn([N()],$n.prototype,"label",void 0),Nn([N()],$n.prototype,"icon",void 0),Nn([N()],$n.prototype,"iconVariant",void 0),Nn([N({type:Boolean})],$n.prototype,"trailingIcon",void 0),Nn([N({type:Boolean})],$n.prototype,"loading",void 0),Nn([N()],$n.prototype,"tooltipPosition",void 0),Nn([N({type:Boolean})],$n.prototype,"hideTooltip",void 0),Nn([N({type:Boolean})],$n.prototype,"forceTooltip",void 0),Nn([R(".ft-button")],$n.prototype,"button",void 0),Nn([R(".ft-button--label slot")],$n.prototype,"slottedContent",void 0);var Cn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class kn extends $n{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"}}kn.styles=[je,ir],Cn([N({type:Boolean})],kn.prototype,"primary",void 0),Cn([N({type:Boolean})],kn.prototype,"outlined",void 0),Cn([N({type:Boolean})],kn.prototype,"dense",void 0),Cn([N({type:Boolean})],kn.prototype,"round",void 0);const Rn=[$t`
728
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:ce}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}}kn.elementDefinitions={"ft-ripple":ar,"ft-tooltip":bn,"ft-typography":wi,"ft-icon":Nn,"ft-loader":$n},Cn([N({type:String,reflect:!0})],kn.prototype,"role",void 0),Cn([N()],kn.prototype,"type",void 0),Cn([N({type:Boolean})],kn.prototype,"disabled",void 0),Cn([N()],kn.prototype,"label",void 0),Cn([N()],kn.prototype,"icon",void 0),Cn([N()],kn.prototype,"iconVariant",void 0),Cn([N({type:Boolean})],kn.prototype,"trailingIcon",void 0),Cn([N({type:Boolean})],kn.prototype,"loading",void 0),Cn([N()],kn.prototype,"tooltipPosition",void 0),Cn([N({type:Boolean})],kn.prototype,"hideTooltip",void 0),Cn([N({type:Boolean})],kn.prototype,"forceTooltip",void 0),Cn([R(".ft-button")],kn.prototype,"button",void 0),Cn([R(".ft-button--label slot")],kn.prototype,"slottedContent",void 0);var Rn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class En extends kn{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"}}En.styles=[je,ir],Rn([N({type:Boolean})],En.prototype,"primary",void 0),Rn([N({type:Boolean})],En.prototype,"outlined",void 0),Rn([N({type:Boolean})],En.prototype,"dense",void 0),Rn([N({type:Boolean})],En.prototype,"round",void 0);const Un=[$t`
729
729
  :host {
730
730
  display: inline-block;
731
731
  max-width: 100%;
@@ -943,14 +943,14 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
943
943
  width: ${Ie.smallIconOnlyWidth};
944
944
  padding: unset;
945
945
  }
946
- `,He];var En=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Un extends $n{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?co.caption1medium:co.body2medium}}Un.styles=[je,Rn],En([N({type:Boolean})],Un.prototype,"primary",void 0),En([N({type:Boolean})],Un.prototype,"secondary",void 0),En([N({type:Boolean})],Un.prototype,"tertiary",void 0),En([N({type:Boolean})],Un.prototype,"neutral",void 0),En([N({type:Boolean})],Un.prototype,"small",void 0),W("ft-button")(kn),W("ftds-button")(Un);const In=Ce.extend("--ft-checkbox-text-color","",Le.colorOnSurfaceHigh),Ln=Ce.external(Le.colorPrimary,"Design system"),Wn=Ce.external(Le.colorOnPrimary,"Design system"),zn=Ce.extend("--ft-checkbox-border-color","",Le.colorOnSurfaceMedium),Fn=Ce.external(Le.colorOnSurfaceDisabled,"Design system"),Kn=$t`
946
+ `,He];var In=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ln extends kn{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?co.caption1medium:co.body2medium}}Ln.styles=[je,Un],In([N({type:Boolean})],Ln.prototype,"primary",void 0),In([N({type:Boolean})],Ln.prototype,"secondary",void 0),In([N({type:Boolean})],Ln.prototype,"tertiary",void 0),In([N({type:Boolean})],Ln.prototype,"neutral",void 0),In([N({type:Boolean})],Ln.prototype,"small",void 0),W("ft-button")(En),W("ftds-button")(Ln);const Wn=Ce.extend("--ft-checkbox-text-color","",Le.colorOnSurfaceHigh),zn=Ce.external(Le.colorPrimary,"Design system"),Fn=Ce.external(Le.colorOnPrimary,"Design system"),Kn=Ce.extend("--ft-checkbox-border-color","",Le.colorOnSurfaceMedium),Bn=Ce.external(Le.colorOnSurfaceDisabled,"Design system"),Zn=$t`
947
947
  * {
948
948
  box-sizing: border-box;
949
949
  }
950
950
 
951
951
  .ft-checkbox {
952
952
  box-sizing: border-box;
953
- color: ${In};
953
+ color: ${Wn};
954
954
 
955
955
  display: inline-flex;
956
956
  align-items: center;
@@ -958,7 +958,7 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
958
958
  }
959
959
 
960
960
  .ft-checkbox--disabled {
961
- color: ${Fn};
961
+ color: ${Bn};
962
962
  }
963
963
 
964
964
  input {
@@ -982,26 +982,26 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
982
982
 
983
983
  .ft-checkbox--box {
984
984
  display: flex;
985
- border: 2px solid ${zn};
985
+ border: 2px solid ${Kn};
986
986
  border-radius: 2px;
987
987
 
988
988
  width: 18px;
989
989
  height: 18px;
990
990
 
991
- color: ${Wn};
991
+ color: ${Fn};
992
992
  }
993
993
 
994
994
 
995
995
  .ft-checkbox--checked .ft-checkbox--box,
996
996
  .ft-checkbox--indeterminate .ft-checkbox--box {
997
- border-color: ${Ln};
998
- background-color: ${Ln};
997
+ border-color: ${zn};
998
+ background-color: ${zn};
999
999
  }
1000
1000
 
1001
1001
  .ft-checkbox--disabled .ft-checkbox--box {
1002
- border-color: ${Fn};
1002
+ border-color: ${Bn};
1003
1003
  background-color: transparent;
1004
- color: ${Fn};
1004
+ color: ${Bn};
1005
1005
  }
1006
1006
 
1007
1007
  .ft-checkbox--checkmark {
@@ -1020,7 +1020,7 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
1020
1020
  .ft-checkbox--indeterminate .ft-checkbox--checkmark {
1021
1021
  opacity: 1;
1022
1022
  }
1023
- `;var Bn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Zn extends Me{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){const t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return se`
1023
+ `;var Dn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class An extends Me{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){const t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return se`
1024
1024
  <label class="${rr(t)}" for="checkbox-input">
1025
1025
  <div class="ft-checkbox--box-container">
1026
1026
  <ft-ripple
@@ -1046,14 +1046,14 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
1046
1046
  <slot></slot>
1047
1047
  </ft-typography>
1048
1048
  </label>
1049
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}}Zn.elementDefinitions={"ft-ripple":ar,"ft-typography":Si},Zn.styles=Kn,Bn([N()],Zn.prototype,"name",void 0),Bn([N({type:Boolean,reflect:!0})],Zn.prototype,"checked",void 0),Bn([N({type:Boolean})],Zn.prototype,"indeterminate",void 0),Bn([N({type:Boolean})],Zn.prototype,"disabled",void 0),Bn([R(".ft-checkbox")],Zn.prototype,"container",void 0),Bn([R("ft-ripple")],Zn.prototype,"ripple",void 0),W("ft-checkbox")(Zn);const Dn=Ce.extend("--ft-radio-text-color","",Le.colorOnSurfaceHigh),An=Ce.external(Le.colorPrimary,"Design system"),Mn=(Ce.external(Le.colorOnPrimary,"Design system"),Ce.extend("--ft-radio-border-color","",Le.colorOnSurfaceMedium)),Pn=Ce.external(Le.colorOnSurfaceDisabled,"Design system"),Hn=$t`
1049
+ `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}}An.elementDefinitions={"ft-ripple":ar,"ft-typography":wi},An.styles=Zn,Dn([N()],An.prototype,"name",void 0),Dn([N({type:Boolean,reflect:!0})],An.prototype,"checked",void 0),Dn([N({type:Boolean})],An.prototype,"indeterminate",void 0),Dn([N({type:Boolean})],An.prototype,"disabled",void 0),Dn([R(".ft-checkbox")],An.prototype,"container",void 0),Dn([R("ft-ripple")],An.prototype,"ripple",void 0),W("ft-checkbox")(An);const Mn=Ce.extend("--ft-radio-text-color","",Le.colorOnSurfaceHigh),Pn=Ce.external(Le.colorPrimary,"Design system"),Hn=(Ce.external(Le.colorOnPrimary,"Design system"),Ce.extend("--ft-radio-border-color","",Le.colorOnSurfaceMedium)),jn=Ce.external(Le.colorOnSurfaceDisabled,"Design system"),Tn=$t`
1050
1050
  * {
1051
1051
  box-sizing: border-box;
1052
1052
  }
1053
1053
 
1054
1054
  .ft-radio {
1055
1055
  box-sizing: border-box;
1056
- color: ${Dn};
1056
+ color: ${Mn};
1057
1057
 
1058
1058
  display: inline-flex;
1059
1059
  align-items: center;
@@ -1061,7 +1061,7 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
1061
1061
  }
1062
1062
 
1063
1063
  .ft-radio--disabled {
1064
- color: ${Pn};
1064
+ color: ${jn};
1065
1065
  }
1066
1066
 
1067
1067
  input {
@@ -1084,7 +1084,7 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
1084
1084
  }
1085
1085
 
1086
1086
  .ft-radio--box {
1087
- border: 2px solid ${Mn};
1087
+ border: 2px solid ${Hn};
1088
1088
  border-radius: 50%;
1089
1089
 
1090
1090
  display: flex;
@@ -1097,7 +1097,7 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
1097
1097
 
1098
1098
  .ft-radio--box:after {
1099
1099
  content: " ";
1100
- background-color: ${An};
1100
+ background-color: ${Pn};
1101
1101
 
1102
1102
  border-radius: 50%;
1103
1103
 
@@ -1109,7 +1109,7 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
1109
1109
  }
1110
1110
 
1111
1111
  .ft-radio--checked .ft-radio--box {
1112
- border-color: ${An};
1112
+ border-color: ${Pn};
1113
1113
  }
1114
1114
 
1115
1115
 
@@ -1118,14 +1118,14 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
1118
1118
  }
1119
1119
 
1120
1120
  .ft-radio--disabled .ft-radio--box {
1121
- border-color: ${Pn};
1121
+ border-color: ${jn};
1122
1122
  background-color: transparent;
1123
1123
  }
1124
1124
 
1125
1125
  .ft-radio--disabled .ft-radio--box:after {
1126
- background-color: ${Pn};
1126
+ background-color: ${jn};
1127
1127
  }
1128
- `;var jn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Tn extends CustomEvent{constructor(t,e){super("change",{detail:{value:t,checked:e},bubbles:!0,composed:!0})}}class _n extends Me{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1}render(){const t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return se`
1128
+ `;var _n=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Gn extends CustomEvent{constructor(t,e){super("change",{detail:{value:t,checked:e},bubbles:!0,composed:!0})}}class Vn extends Me{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1}render(){const t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return se`
1129
1129
  <div class="${rr(t)}">
1130
1130
  <div class="ft-radio--box-container">
1131
1131
  <ft-ripple
@@ -1150,22 +1150,22 @@ class gn extends ki{constructor(t){if(super(t),this.et=it,t.type!==$i)throw Erro
1150
1150
  </ft-typography>
1151
1151
  </label>
1152
1152
  </div>
1153
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new Tn(this.value,this.checked))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new Tn(this.value,this.checked)),this.focus()}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}}_n.elementDefinitions={"ft-ripple":ar,"ft-typography":Si},_n.styles=Hn,jn([N()],_n.prototype,"value",void 0),jn([N()],_n.prototype,"name",void 0),jn([N({type:Boolean,reflect:!0})],_n.prototype,"checked",void 0),jn([N({type:Boolean})],_n.prototype,"disabled",void 0),jn([R(".ft-radio")],_n.prototype,"container",void 0),jn([R("ft-ripple")],_n.prototype,"ripple",void 0),jn([R("input")],_n.prototype,"input",void 0);const Gn=$t`
1153
+ `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new Gn(this.value,this.checked))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new Gn(this.value,this.checked)),this.focus()}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}}Vn.elementDefinitions={"ft-ripple":ar,"ft-typography":wi},Vn.styles=Tn,_n([N()],Vn.prototype,"value",void 0),_n([N()],Vn.prototype,"name",void 0),_n([N({type:Boolean,reflect:!0})],Vn.prototype,"checked",void 0),_n([N({type:Boolean})],Vn.prototype,"disabled",void 0),_n([R(".ft-radio")],Vn.prototype,"container",void 0),_n([R("ft-ripple")],Vn.prototype,"ripple",void 0),_n([R("input")],Vn.prototype,"input",void 0);const Yn=$t`
1154
1154
  :host {
1155
1155
  display: contents;
1156
1156
  }
1157
- `;var Vn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Yn extends Me{constructor(){super(...arguments),this.name=""}render(){return se`
1157
+ `;var Jn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class qn extends Me{constructor(){super(...arguments),this.name=""}render(){return se`
1158
1158
  <slot @slotchange=${this.onSlotChange}
1159
1159
  @change=${this.onChange}
1160
1160
  @keydown=${this.onKeyDown}
1161
1161
  ></slot>
1162
- `}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}onChange(t){t.stopPropagation(),this.radioButtons.forEach((e=>e.checked=t.detail.value===e.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){switch(t.key){case"ArrowUp":case"ArrowLeft":{let e=this.findFtRadio(t),o=this.radioButtons.indexOf(e)-1;this.radioButtons[o<0?this.radioButtons.length-1:o].select();break}case"ArrowDown":case"ArrowRight":{let e=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[e>this.radioButtons.length-1?0:e].select();break}}}findFtRadio(t){return t.composedPath().find((t=>"FT-RADIO"===t.tagName))}focusCurrentValue(){setTimeout((()=>{var t;return null===(t=this.radioButtons.find((t=>t.checked)))||void 0===t?void 0:t.focus()}),10)}}Yn.elementDefinitions={},Yn.styles=Gn,Vn([N()],Yn.prototype,"name",void 0),Vn([
1162
+ `}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}onChange(t){t.stopPropagation(),this.radioButtons.forEach((e=>e.checked=t.detail.value===e.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){switch(t.key){case"ArrowUp":case"ArrowLeft":{let e=this.findFtRadio(t),o=this.radioButtons.indexOf(e)-1;this.radioButtons[o<0?this.radioButtons.length-1:o].select();break}case"ArrowDown":case"ArrowRight":{let e=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[e>this.radioButtons.length-1?0:e].select();break}}}findFtRadio(t){return t.composedPath().find((t=>"FT-RADIO"===t.tagName))}focusCurrentValue(){setTimeout((()=>{var t;return null===(t=this.radioButtons.find((t=>t.checked)))||void 0===t?void 0:t.focus()}),10)}}qn.elementDefinitions={},qn.styles=Yn,Jn([N()],qn.prototype,"name",void 0),Jn([
1163
1163
  /**
1164
1164
  * @license
1165
1165
  * Copyright 2021 Google LLC
1166
1166
  * SPDX-License-Identifier: BSD-3-Clause
1167
1167
  */
1168
- function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}]`:":not([name])");return k(0,0,{get(){const e=this.renderRoot?.querySelector(n),o=e?.assignedElements(t)??[];return void 0===r?o:o.filter((t=>t.matches(r)))}})}}()],Yn.prototype,"radioButtons",void 0),W("ft-radio")(_n),W("ft-radio-group")(Yn);const Jn={borderRadiusM:Ce.external(Le.borderRadiusM,"Design system"),colorOutline:Ce.external(Le.colorOutline,"Design system"),colorOnSurface:Ce.external(Le.colorOnSurface,"Design system"),colorOnSurfaceMedium:Ce.external(Le.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:Ce.external(Le.colorOnSurfaceDisabled,"Design system"),colorPrimary:Ce.external(Le.colorPrimary,"Design system"),colorOnPrimary:Ce.external(Le.colorOnPrimary,"Design system"),fontFamily:Ce.external(jo.fontFamily,"Body2 typography"),fontSize:Ce.external(jo.fontSize,"Body2 typography"),fontWeight:Ce.external(jo.fontWeight,"Body2 typography"),letterSpacing:Ce.external(jo.letterSpacing,"Body2 typography"),lineHeight:Ce.external(jo.lineHeight,"Body2 typography"),textTransform:Ce.external(jo.textTransform,"Body2 typography")},qn=$t`
1168
+ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}]`:":not([name])");return k(0,0,{get(){const e=this.renderRoot?.querySelector(n),o=e?.assignedElements(t)??[];return void 0===r?o:o.filter((t=>t.matches(r)))}})}}()],qn.prototype,"radioButtons",void 0),W("ft-radio")(Vn),W("ft-radio-group")(qn);const Xn={borderRadiusM:Ce.external(Le.borderRadiusM,"Design system"),colorOutline:Ce.external(Le.colorOutline,"Design system"),colorOnSurface:Ce.external(Le.colorOnSurface,"Design system"),colorOnSurfaceMedium:Ce.external(Le.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:Ce.external(Le.colorOnSurfaceDisabled,"Design system"),colorPrimary:Ce.external(Le.colorPrimary,"Design system"),colorOnPrimary:Ce.external(Le.colorOnPrimary,"Design system"),fontFamily:Ce.external(jo.fontFamily,"Body2 typography"),fontSize:Ce.external(jo.fontSize,"Body2 typography"),fontWeight:Ce.external(jo.fontWeight,"Body2 typography"),letterSpacing:Ce.external(jo.letterSpacing,"Body2 typography"),lineHeight:Ce.external(jo.lineHeight,"Body2 typography"),textTransform:Ce.external(jo.textTransform,"Body2 typography")},Qn=$t`
1169
1169
  .ft-filter-level--container {
1170
1170
  display: flex;
1171
1171
  flex-direction: column;
@@ -1179,14 +1179,14 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1179
1179
  flex-shrink: 0;
1180
1180
  text-decoration: none;
1181
1181
  position: relative;
1182
- border-radius: ${Jn.borderRadiusM};
1182
+ border-radius: ${Xn.borderRadiusM};
1183
1183
  overflow: hidden;
1184
1184
  display: flex;
1185
1185
  align-items: center;
1186
1186
  padding: 4px 4px;
1187
1187
  gap: 4px;
1188
1188
  cursor: pointer;
1189
- color: ${Jn.colorOnSurface};
1189
+ color: ${Xn.colorOnSurface};
1190
1190
  }
1191
1191
 
1192
1192
  .ft-filter-level--go-back:focus {
@@ -1215,7 +1215,7 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1215
1215
  }
1216
1216
 
1217
1217
  ft-button {
1218
- ${ke(Ji.color,Jn.colorOnSurface)};
1218
+ ${ke(Ji.color,Xn.colorOnSurface)};
1219
1219
  }
1220
1220
 
1221
1221
  ft-radio, ft-checkbox {
@@ -1229,9 +1229,9 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1229
1229
 
1230
1230
  .ft-filter-level--no-values {
1231
1231
  margin: 10px 0;
1232
- color: ${Jn.colorOnSurfaceMedium};
1232
+ color: ${Xn.colorOnSurfaceMedium};
1233
1233
  }
1234
- `;var Xn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Qn extends Me{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let t=this.limit;return null!=t&&t<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var t,e;return null!==(e=null===(t=this.container)||void 0===t?void 0:t.scrollHeight)&&void 0!==e?e:0}render(){let t=[...this.options];this.hideSelectedOptions&&(t=t.filter((t=>!t.selected))),this.filter&&(t=t.filter((t=>t.label.toLowerCase().includes(this.filter.toLowerCase()))));const e=t.slice(0,this.limit);return se`
1234
+ `;var ta=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class ea extends Me{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let t=this.limit;return null!=t&&t<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var t,e;return null!==(e=null===(t=this.container)||void 0===t?void 0:t.scrollHeight)&&void 0!==e?e:0}render(){let t=[...this.options];this.hideSelectedOptions&&(t=t.filter((t=>!t.selected))),this.filter&&(t=t.filter((t=>t.label.toLowerCase().includes(this.filter.toLowerCase()))));const e=t.slice(0,this.limit);return se`
1235
1235
  <div class="ft-filter-level--container ${this.disabled?"ft-filter--disabled":""}">
1236
1236
  ${null==this.parent?null:se`
1237
1237
  <div tabindex="0"
@@ -1295,7 +1295,7 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1295
1295
  @change=${t=>t.stopPropagation()}>
1296
1296
  ${t.renderOption?t.renderOption:t.label}
1297
1297
  </ft-radio>
1298
- `}onRadioKeyUp(t,e){e.selected&&" "===t.key&&this.optionsChanged(t,e)}optionsChanged(t,e){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:e}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}}Qn.elementDefinitions={"ft-button":kn,"ft-ripple":ar,"ft-typography":Si,"ft-checkbox":Zn,"ft-icon":wn,"ft-radio":_n},Qn.styles=qn,Xn([N({type:String})],Qn.prototype,"filterId",void 0),Xn([N({type:Object})],Qn.prototype,"parent",void 0),Xn([N({type:Array})],Qn.prototype,"options",void 0),Xn([N({type:Boolean})],Qn.prototype,"multivalued",void 0),Xn([N({type:Boolean})],Qn.prototype,"disabled",void 0),Xn([N({type:Boolean})],Qn.prototype,"hideSelectedOptions",void 0),Xn([N({type:Boolean})],Qn.prototype,"preventNavigation",void 0),Xn([N({type:String})],Qn.prototype,"filter",void 0),Xn([N({type:String})],Qn.prototype,"moreValuesButtonLabel",void 0),Xn([N({type:String})],Qn.prototype,"noValuesLabel",void 0),Xn([N({type:Number})],Qn.prototype,"displayedValuesLimit",void 0),Xn([R(".ft-filter-level--container")],Qn.prototype,"container",void 0),Xn([$()],Qn.prototype,"displayedPages",void 0);const ta={buttonsColor:Ce.extend("--ft-snap-scroll-buttons-color","",Le.colorPrimary),buttonsZIndex:Ce.create("--ft-snap-scroll-buttons-z-index","","COLOR","1"),gap:Ce.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:Ce.external(Le.colorSurface,"Design system")},ea=$t`
1298
+ `}onRadioKeyUp(t,e){e.selected&&" "===t.key&&this.optionsChanged(t,e)}optionsChanged(t,e){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:e}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}}ea.elementDefinitions={"ft-button":En,"ft-ripple":ar,"ft-typography":wi,"ft-checkbox":An,"ft-icon":Nn,"ft-radio":Vn},ea.styles=Qn,ta([N({type:String})],ea.prototype,"filterId",void 0),ta([N({type:Object})],ea.prototype,"parent",void 0),ta([N({type:Array})],ea.prototype,"options",void 0),ta([N({type:Boolean})],ea.prototype,"multivalued",void 0),ta([N({type:Boolean})],ea.prototype,"disabled",void 0),ta([N({type:Boolean})],ea.prototype,"hideSelectedOptions",void 0),ta([N({type:Boolean})],ea.prototype,"preventNavigation",void 0),ta([N({type:String})],ea.prototype,"filter",void 0),ta([N({type:String})],ea.prototype,"moreValuesButtonLabel",void 0),ta([N({type:String})],ea.prototype,"noValuesLabel",void 0),ta([N({type:Number})],ea.prototype,"displayedValuesLimit",void 0),ta([R(".ft-filter-level--container")],ea.prototype,"container",void 0),ta([$()],ea.prototype,"displayedPages",void 0);const oa={buttonsColor:Ce.extend("--ft-snap-scroll-buttons-color","",Le.colorPrimary),buttonsZIndex:Ce.create("--ft-snap-scroll-buttons-z-index","","COLOR","1"),gap:Ce.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:Ce.external(Le.colorSurface,"Design system")},ia=$t`
1299
1299
  .ft-snap-scroll {
1300
1300
  box-sizing: border-box;
1301
1301
  position: relative;
@@ -1330,7 +1330,7 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1330
1330
  flex-wrap: nowrap;
1331
1331
  align-items: flex-start;
1332
1332
  justify-content: flex-start;
1333
- gap: ${ta.gap};
1333
+ gap: ${oa.gap};
1334
1334
  }
1335
1335
 
1336
1336
  .ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
@@ -1373,11 +1373,11 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1373
1373
  .ft-snap-scroll--next {
1374
1374
  position: absolute;
1375
1375
  display: flex;
1376
- z-index: ${ta.buttonsZIndex};
1376
+ z-index: ${oa.buttonsZIndex};
1377
1377
  opacity: 1;
1378
1378
  transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
1379
1379
  ${ke(Ji.backgroundColor,"transparent")};
1380
- ${ke(Ji.color,ta.buttonsColor)};
1380
+ ${ke(Ji.color,oa.buttonsColor)};
1381
1381
  }
1382
1382
 
1383
1383
  .ft-snap-scroll--previous[hidden],
@@ -1390,37 +1390,37 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1390
1390
  top: 0;
1391
1391
  left: -1px;
1392
1392
  bottom: 0;
1393
- background: linear-gradient(to right, ${ta.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1393
+ background: linear-gradient(to right, ${oa.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1394
1394
  }
1395
1395
 
1396
1396
  .ft-snap-scroll--vertical .ft-snap-scroll--previous {
1397
1397
  top: -1px;
1398
1398
  left: 0;
1399
1399
  right: 0;
1400
- background: linear-gradient(to bottom, ${ta.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1400
+ background: linear-gradient(to bottom, ${oa.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1401
1401
  }
1402
1402
 
1403
1403
  .ft-snap-scroll--horizontal .ft-snap-scroll--next {
1404
1404
  top: 0;
1405
1405
  right: -1px;
1406
1406
  bottom: 0;
1407
- background: linear-gradient(to left, ${ta.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1407
+ background: linear-gradient(to left, ${oa.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1408
1408
  }
1409
1409
 
1410
1410
  .ft-snap-scroll--vertical .ft-snap-scroll--next {
1411
1411
  left: 0;
1412
1412
  right: 0;
1413
1413
  bottom: -1px;
1414
- background: linear-gradient(to top, ${ta.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1414
+ background: linear-gradient(to top, ${oa.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1415
1415
  }
1416
1416
 
1417
1417
  .ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
1418
1418
  .ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
1419
1419
  .ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
1420
1420
  .ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
1421
- background-color: ${ta.colorSurface};
1421
+ background-color: ${oa.colorSurface};
1422
1422
  }
1423
- `;var oa=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class ia extends CustomEvent{constructor(t,e){super("current-element-change",{detail:{index:t,element:e}})}}class ra extends Me{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new U(200),this.updateScrollDebouncer=new U(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let e=this.elements[t];if(e){const t=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,o=this.contentSlot[this.scrollAttribute]+this.prevSize;(e[this.offsetAttribute]<o||e[this.offsetAttribute]+e[this.sizeAttribute]>t)&&this.scrollToElement(e)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){const t=rr({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":io}),e=this.controls&&this.withScroll;return se`
1423
+ `;var ra=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class na extends CustomEvent{constructor(t,e){super("current-element-change",{detail:{index:t,element:e}})}}class aa extends Me{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new U(200),this.updateScrollDebouncer=new U(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let e=this.elements[t];if(e){const t=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,o=this.contentSlot[this.scrollAttribute]+this.prevSize;(e[this.offsetAttribute]<o||e[this.offsetAttribute]+e[this.sizeAttribute]>t)&&this.scrollToElement(e)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){const t=rr({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":io}),e=this.controls&&this.withScroll;return se`
1424
1424
  <div part="container" class="${t}">
1425
1425
  <ft-button
1426
1426
  class="ft-snap-scroll--previous"
@@ -1444,7 +1444,7 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1444
1444
  @click=${this.next}
1445
1445
  ></ft-button>
1446
1446
  </div>
1447
- `}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new ia(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,null===(e=this.listenedContainer)||void 0===e||e.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run((()=>this.snap())),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(null!=t){const e=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<e&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var e,o;t&&(this.horizontal?null===(e=this.contentSlot)||void 0===e||e.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):null===(o=this.contentSlot)||void 0===o||o.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,e;this.elements=null!==(e=null===(t=this.contentSlot)||void 0===t?void 0:t.assignedElements().map((t=>t)))&&void 0!==e?e:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let e=0;e<this.elements.length;e++)(t<0||this.getDistanceFromStart(this.elements[e])<this.getDistanceFromStart(this.elements[t]))&&(t=e);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run((()=>this.updateScroll()))}updateScroll(){null!=this.contentSlot?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=0===this.contentSlot[this.scrollAttribute],this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){const e=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-e)}}ra.elementDefinitions={"ft-button":kn},ra.styles=ea,oa([N({type:Boolean})],ra.prototype,"horizontal",void 0),oa([N({type:Boolean})],ra.prototype,"hideScrollbar",void 0),oa([N({type:Boolean})],ra.prototype,"controls",void 0),oa([N({type:Boolean})],ra.prototype,"limitSize",void 0),oa([$()],ra.prototype,"elements",void 0),oa([$()],ra.prototype,"currentElement",void 0),oa([$()],ra.prototype,"withScroll",void 0),oa([$()],ra.prototype,"startReached",void 0),oa([$()],ra.prototype,"endReached",void 0),oa([R(".ft-snap-scroll--content")],ra.prototype,"contentSlot",void 0),W("ft-snap-scroll")(ra);const na={colorOutline:Ce.external(Le.colorOutline,"Design system"),colorOnSurface:Ce.external(Le.colorOnSurface,"Design system"),colorOnSurfaceMedium:Ce.external(Le.colorOnSurfaceMedium,"Design system"),colorPrimary:Ce.external(Le.colorPrimary,"Design system"),colorSurface:Ce.external(Le.colorSurface,"Design system"),transitionDuration:Ce.external(Le.transitionDuration,"Design system"),transitionTimingFunction:Ce.external(Le.transitionTimingFunction,"Design system")},aa=[gi,$t`
1447
+ `}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new na(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,null===(e=this.listenedContainer)||void 0===e||e.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run((()=>this.snap())),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(null!=t){const e=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<e&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var e,o;t&&(this.horizontal?null===(e=this.contentSlot)||void 0===e||e.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):null===(o=this.contentSlot)||void 0===o||o.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,e;this.elements=null!==(e=null===(t=this.contentSlot)||void 0===t?void 0:t.assignedElements().map((t=>t)))&&void 0!==e?e:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let e=0;e<this.elements.length;e++)(t<0||this.getDistanceFromStart(this.elements[e])<this.getDistanceFromStart(this.elements[t]))&&(t=e);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run((()=>this.updateScroll()))}updateScroll(){null!=this.contentSlot?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=0===this.contentSlot[this.scrollAttribute],this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){const e=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-e)}}aa.elementDefinitions={"ft-button":En},aa.styles=ia,ra([N({type:Boolean})],aa.prototype,"horizontal",void 0),ra([N({type:Boolean})],aa.prototype,"hideScrollbar",void 0),ra([N({type:Boolean})],aa.prototype,"controls",void 0),ra([N({type:Boolean})],aa.prototype,"limitSize",void 0),ra([$()],aa.prototype,"elements",void 0),ra([$()],aa.prototype,"currentElement",void 0),ra([$()],aa.prototype,"withScroll",void 0),ra([$()],aa.prototype,"startReached",void 0),ra([$()],aa.prototype,"endReached",void 0),ra([R(".ft-snap-scroll--content")],aa.prototype,"contentSlot",void 0),W("ft-snap-scroll")(aa);const sa={colorOutline:Ce.external(Le.colorOutline,"Design system"),colorOnSurface:Ce.external(Le.colorOnSurface,"Design system"),colorOnSurfaceMedium:Ce.external(Le.colorOnSurfaceMedium,"Design system"),colorPrimary:Ce.external(Le.colorPrimary,"Design system"),colorSurface:Ce.external(Le.colorSurface,"Design system"),transitionDuration:Ce.external(Le.transitionDuration,"Design system"),transitionTimingFunction:Ce.external(Le.transitionTimingFunction,"Design system")},la=[gi,$t`
1448
1448
  :host {
1449
1449
  display: flex;
1450
1450
  max-height: 100%;
@@ -1457,7 +1457,7 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1457
1457
  flex-direction: column;
1458
1458
  max-height: 100%;
1459
1459
  max-width: 100%;
1460
- color: ${na.colorOnSurface};
1460
+ color: ${sa.colorOnSurface};
1461
1461
  }
1462
1462
 
1463
1463
  .ft-filter--header {
@@ -1493,8 +1493,8 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1493
1493
  padding: 0 10px;
1494
1494
  overflow: hidden;
1495
1495
  height: 32px;
1496
- transition: height ${na.transitionDuration} ${na.transitionTimingFunction},
1497
- margin ${na.transitionDuration} ${na.transitionTimingFunction};
1496
+ transition: height ${sa.transitionDuration} ${sa.transitionTimingFunction},
1497
+ margin ${sa.transitionDuration} ${sa.transitionTimingFunction};
1498
1498
  transition-delay: 500ms;
1499
1499
  }
1500
1500
 
@@ -1507,15 +1507,15 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1507
1507
  display: block;
1508
1508
  width: 100%;
1509
1509
  border-radius: 4px;
1510
- border: 1px solid ${na.colorOutline};
1510
+ border: 1px solid ${sa.colorOutline};
1511
1511
  padding: 4px;
1512
- background-color: ${na.colorSurface};
1513
- color: ${na.colorOnSurface};
1514
- outline-color: ${na.colorPrimary};
1512
+ background-color: ${sa.colorSurface};
1513
+ color: ${sa.colorOnSurface};
1514
+ outline-color: ${sa.colorPrimary};
1515
1515
  }
1516
1516
 
1517
1517
  input::placeholder {
1518
- color: ${na.colorOnSurfaceMedium};
1518
+ color: ${sa.colorOnSurfaceMedium};
1519
1519
  }
1520
1520
 
1521
1521
  input:placeholder-shown {
@@ -1531,7 +1531,7 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1531
1531
  }
1532
1532
 
1533
1533
  .ft-filter--separator {
1534
- border-top: 1px solid ${na.colorOutline};
1534
+ border-top: 1px solid ${sa.colorOutline};
1535
1535
  margin: 4px 10px;
1536
1536
  }
1537
1537
 
@@ -1556,7 +1556,7 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1556
1556
  slot:not([name]) {
1557
1557
  display: none;
1558
1558
  }
1559
- `];var sa=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class la extends CustomEvent{constructor(t){super("change",{detail:t})}}class ca extends Me{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver((()=>this.updateScroll())),this.levelsScrollDebouncer=new U(300),this.changeDebouncer=new U(10),this.lastDispatchedValues=[]}get flatOptions(){return I(this.options,(t=>{var e;return null!==(e=t.subOptions)&&void 0!==e?e:[]}))}get childrenFilteredFlatOptions(){return I(this.options,(t=>{var e;return t.selected?[]:null!==(e=t.subOptions)&&void 0!==e?e:[]}))}get selectedValues(){return this.childrenFilteredFlatOptions.filter((t=>t.selected)).map((t=>t.value))}render(){const t=this.flatOptions.some((t=>t.selected)),e=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,o=this.filterPlaceHolder.replace("{0}",this.label);return se`
1559
+ `];var ca=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class fa extends CustomEvent{constructor(t){super("change",{detail:t})}}class ha extends Me{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver((()=>this.updateScroll())),this.levelsScrollDebouncer=new U(300),this.changeDebouncer=new U(10),this.lastDispatchedValues=[]}get flatOptions(){return I(this.options,(t=>{var e;return null!==(e=t.subOptions)&&void 0!==e?e:[]}))}get childrenFilteredFlatOptions(){return I(this.options,(t=>{var e;return t.selected?[]:null!==(e=t.subOptions)&&void 0!==e?e:[]}))}get selectedValues(){return this.childrenFilteredFlatOptions.filter((t=>t.selected)).map((t=>t.value))}render(){const t=this.flatOptions.some((t=>t.selected)),e=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,o=this.filterPlaceHolder.replace("{0}",this.label);return se`
1560
1560
  <div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
1561
1561
  part="container">
1562
1562
  ${this.label||t?se`
@@ -1628,6 +1628,6 @@ function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}
1628
1628
  .exportpartsPrefixes=${["values","available-values"]}
1629
1629
  noValuesLabel="${this.noValuesLabel}"
1630
1630
  ></ft-filter-level>
1631
- `}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach((t=>t.selected=!1)),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var e;t.stopPropagation();const o=this.flatOptions.find((e=>e.value===t.detail.value));o.selected=!o.selected;const i=t=>{var e;t!==o&&(t.selected=!1),null===(e=t.subOptions)||void 0===e||e.forEach(i)};this.multivalued?null===(e=o.subOptions)||void 0===e||e.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run((()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),null===(t=this.levels)||void 0===t||t.forEach((t=>t.requestUpdate()))}))}sendEventIfValuesChanged(){const t=this.selectedValues;L(this.lastDispatchedValues,t)||(this.dispatchEvent(new la(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map((t=>t)),this.optionsChanged()}onFilterChange(){var t,e;this.filter=null!==(e=null===(t=this.filterInput)||void 0===t?void 0:t.value)&&void 0!==e?e:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}}ca.elementDefinitions={"ft-button":kn,"ft-filter-level":Qn,"ft-snap-scroll":ra,"ft-typography":Si},ca.styles=aa,sa([N({type:String})],ca.prototype,"id",void 0),sa([N({type:String})],ca.prototype,"label",void 0),sa([N({type:String})],ca.prototype,"filterPlaceHolder",void 0),sa([N({type:String})],ca.prototype,"clearButtonLabel",void 0),sa([N({type:String})],ca.prototype,"moreValuesButtonLabel",void 0),sa([N({type:String})],ca.prototype,"noValuesLabel",void 0),sa([z([])],ca.prototype,"options",void 0),sa([N({type:Boolean})],ca.prototype,"multivalued",void 0),sa([N({type:Boolean})],ca.prototype,"disabled",void 0),sa([N({type:Boolean})],ca.prototype,"raiseSelectedOptions",void 0),sa([N({type:Number})],ca.prototype,"displayedValuesLimit",void 0),sa([N({type:Boolean})],ca.prototype,"hideClearButton",void 0),sa([R(".ft-filter--slot")],ca.prototype,"slotElement",void 0),sa([R(".ft-filter--container")],ca.prototype,"container",void 0),sa([R(".ft-filter--values")],ca.prototype,"valuesContainer",void 0),sa([R(".ft-filter--levels")],ca.prototype,"levelsContainer",void 0),sa([$()],ca.prototype,"lastLevelHasHiddenvalues",void 0),sa([R(".ft-filter--filter input")],ca.prototype,"filterInput",void 0),sa([function(t){return(e,o)=>k(0,0,{get(){return(this.renderRoot??(E??=document.createDocumentFragment())).querySelectorAll(t)}})}(".ft-filter--levels ft-filter-level")],ca.prototype,"levels",void 0),sa([$()],ca.prototype,"withScroll",void 0),sa([$()],ca.prototype,"filter",void 0),sa([$()],ca.prototype,"slideIn",void 0),sa([$()],ca.prototype,"slideOut",void 0);var ha=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class fa extends Me{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return se`
1631
+ `}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach((t=>t.selected=!1)),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var e;t.stopPropagation();const o=this.flatOptions.find((e=>e.value===t.detail.value));o.selected=!o.selected;const i=t=>{var e;t!==o&&(t.selected=!1),null===(e=t.subOptions)||void 0===e||e.forEach(i)};this.multivalued?null===(e=o.subOptions)||void 0===e||e.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run((()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),null===(t=this.levels)||void 0===t||t.forEach((t=>t.requestUpdate()))}))}sendEventIfValuesChanged(){const t=this.selectedValues;L(this.lastDispatchedValues,t)||(this.dispatchEvent(new fa(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map((t=>t)),this.optionsChanged()}onFilterChange(){var t,e;this.filter=null!==(e=null===(t=this.filterInput)||void 0===t?void 0:t.value)&&void 0!==e?e:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}}ha.elementDefinitions={"ft-button":En,"ft-filter-level":ea,"ft-snap-scroll":aa,"ft-typography":wi},ha.styles=la,ca([N({type:String})],ha.prototype,"id",void 0),ca([N({type:String})],ha.prototype,"label",void 0),ca([N({type:String})],ha.prototype,"filterPlaceHolder",void 0),ca([N({type:String})],ha.prototype,"clearButtonLabel",void 0),ca([N({type:String})],ha.prototype,"moreValuesButtonLabel",void 0),ca([N({type:String})],ha.prototype,"noValuesLabel",void 0),ca([z([])],ha.prototype,"options",void 0),ca([N({type:Boolean})],ha.prototype,"multivalued",void 0),ca([N({type:Boolean})],ha.prototype,"disabled",void 0),ca([N({type:Boolean})],ha.prototype,"raiseSelectedOptions",void 0),ca([N({type:Number})],ha.prototype,"displayedValuesLimit",void 0),ca([N({type:Boolean})],ha.prototype,"hideClearButton",void 0),ca([R(".ft-filter--slot")],ha.prototype,"slotElement",void 0),ca([R(".ft-filter--container")],ha.prototype,"container",void 0),ca([R(".ft-filter--values")],ha.prototype,"valuesContainer",void 0),ca([R(".ft-filter--levels")],ha.prototype,"levelsContainer",void 0),ca([$()],ha.prototype,"lastLevelHasHiddenvalues",void 0),ca([R(".ft-filter--filter input")],ha.prototype,"filterInput",void 0),ca([function(t){return(e,o)=>k(0,0,{get(){return(this.renderRoot??(E??=document.createDocumentFragment())).querySelectorAll(t)}})}(".ft-filter--levels ft-filter-level")],ha.prototype,"levels",void 0),ca([$()],ha.prototype,"withScroll",void 0),ca([$()],ha.prototype,"filter",void 0),ca([$()],ha.prototype,"slideIn",void 0),ca([$()],ha.prototype,"slideOut",void 0);var pa=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class da extends Me{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return se`
1632
1632
  <slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
1633
- `}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map((t=>t))}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}fa.elementDefinitions={},ha([N({type:String})],fa.prototype,"label",void 0),ha([N({type:Object,converter:t=>t})],fa.prototype,"value",void 0),ha([N({type:Boolean,reflect:!0})],fa.prototype,"selected",void 0),ha([N({type:Object})],fa.prototype,"subOptions",void 0),ha([z({})],fa.prototype,"renderOption",void 0),ha([R(".ft-filter-option--slot")],fa.prototype,"slotElement",void 0),W("ft-filter")(ca),W("ft-filter-option")(fa),t.FtFilter=ca,t.FtFilterChangeEvent=la,t.FtFilterCssVariables=na,t.FtFilterLevelCssVariables=Jn,t.FtFilterOption=fa,t.levelStyles=qn,t.styles=aa}({});
1633
+ `}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map((t=>t))}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}da.elementDefinitions={},pa([N({type:String})],da.prototype,"label",void 0),pa([N({type:Object,converter:t=>t})],da.prototype,"value",void 0),pa([N({type:Boolean,reflect:!0})],da.prototype,"selected",void 0),pa([N({type:Object})],da.prototype,"subOptions",void 0),pa([z({})],da.prototype,"renderOption",void 0),pa([R(".ft-filter-option--slot")],da.prototype,"slotElement",void 0),W("ft-filter")(ha),W("ft-filter-option")(da),t.FtFilter=ha,t.FtFilterChangeEvent=fa,t.FtFilterCssVariables=sa,t.FtFilterLevelCssVariables=Xn,t.FtFilterOption=da,t.levelStyles=Qn,t.styles=la}({});