@fluid-topics/ft-floating-menu 1.1.70 → 1.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,146 +1,13 @@
1
- !function(t){
2
- /**
3
- * @license
4
- * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
- * This code may only be used under the BSD style license found at
6
- * http://polymer.github.io/LICENSE.txt
7
- * The complete set of authors may be found at
8
- * http://polymer.github.io/AUTHORS.txt
9
- * The complete set of contributors may be found at
10
- * http://polymer.github.io/CONTRIBUTORS.txt
11
- * Code distributed by Google as part of the polymer project is also
12
- * subject to an additional IP rights grant found at
13
- * http://polymer.github.io/PATENTS.txt
14
- */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,l=new WeakMap;let s;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=i.prototype.attributeChangedCallback,s=new Set(i.observedAttributes||[]);d(i,s,l);const c={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:s};this._definitionsByTag.set(t,c),this._definitionsByClass.set(i,c);let f=e.call(r,t);f||(f=p(t),o.call(r,t,f)),this===window.customElements&&(a.set(i,c),c.standInClass=f);const u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)n.delete(t),h(t,c,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){y.push(this),r.upgrade.apply(r,arguments),y.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=s;if(o)return s=void 0,o;const e=a.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),i.set(o,e),o},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!c(o)){const t=y[y.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),c(o)||(o=l.get(o)?.getRootNode()||document)}return o.customElements},p=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=f(e)||window.customElements,i=r._getDefinition(o);return i?h(e,i):n.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},d=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);r.call(this,n,i),e.call(this,n,t,i)}else r.call(this,n,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.call(this,r,t,null)}else i.call(this,r)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else n.call(this,i,r)})},u=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):u(e)},h=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),s=t;try{new o.elementClass}catch(t){u(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let y=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){y.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),y.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){y.push(this),e.set.call(this,t),y.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,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new n(o)}})}}try{window.customElements.define("custom-element",null)}catch(Xs){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}
16
- /**
17
- * @license
18
- * Copyright 2019 Google LLC
19
- * SPDX-License-Identifier: BSD-3-Clause
20
- */const o=globalThis,e=o.ShadowRoot&&(void 0===o.ShadyCSS||o.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),i=new WeakMap;const n=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(e&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=i.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&i.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,r),a=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return n(o)})(t):t
21
- /**
22
- * @license
23
- * Copyright 2017 Google LLC
24
- * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:l,defineProperty:s,getOwnPropertyDescriptor:c,getOwnPropertyNames:f,getOwnPropertySymbols:p,getPrototypeOf:d}=Object,u=globalThis,h=u.trustedTypes,g=h?h.emptyScript:"",y=u.reactiveElementPolyfillSupport,b=(t,o)=>t,m={toAttribute(t,o){switch(o){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},v=(t,o)=>!l(t,o),x={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v};Symbol.metadata??=Symbol("metadata"),u.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,o=x){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&s(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=c(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const n=r?.call(this);i.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??x}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,o=[...f(t),...p(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(a(t))}else void 0!==t&&o.push(a(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"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,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,r)=>{if(e)t.adoptedStyleSheets=r.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of r){const r=document.createElement("style"),i=o.litNonce;void 0!==i&&r.setAttribute("nonce",i),r.textContent=e.cssText,t.appendChild(r)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:m).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??v)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.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,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}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,y?.({ReactiveElement:O}),(u.reactiveElementVersions??=[]).push("2.0.2");
26
- /**
27
- * @license
28
- * Copyright 2017 Google LLC
29
- * SPDX-License-Identifier: BSD-3-Clause
30
- */
31
- const w=globalThis,S=w.trustedTypes,C=S?S.createPolicy("lit-html",{createHTML:t=>t}):void 0,N="$lit$",E=`lit$${(Math.random()+"").slice(9)}$`,$="?"+E,R=`<${$}>`,I=document,k=()=>I.createComment(""),L=t=>null===t||"object"!=typeof t&&"function"!=typeof t,W=Array.isArray,U=t=>W(t)||"function"==typeof t?.[Symbol.iterator],z="[ \t\n\f\r]",B=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,F=/-->/g,A=/>/g,j=RegExp(`>|${z}(?:([^\\s"'>=/]+)(${z}*=${z}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,P=/"/g,Z=/^(?:script|style|textarea|title)$/i,K=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),M=Symbol.for("lit-noChange"),D=Symbol.for("lit-nothing"),H=new WeakMap,T=I.createTreeWalker(I,129);function G(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==C?C.createHTML(o):o}const V=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=B;for(let o=0;o<e;o++){const e=t[o];let l,s,c=-1,f=0;for(;f<e.length&&(a.lastIndex=f,s=a.exec(e),null!==s);)f=a.lastIndex,a===B?"!--"===s[1]?a=F:void 0!==s[1]?a=A:void 0!==s[2]?(Z.test(s[2])&&(i=RegExp("</"+s[2],"g")),a=j):void 0!==s[3]&&(a=j):a===j?">"===s[0]?(a=i??B,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,l=s[1],a=void 0===s[3]?j:'"'===s[3]?P:_):a===P||a===_?a=j:a===F||a===A?a=B:(a=j,i=void 0);const p=a===j&&t[o+1].startsWith("/>")?" ":"";n+=a===B?e+R:c>=0?(r.push(l),e.slice(0,c)+N+e.slice(c)+E+p):e+E+(-2===c?o:p)}return[G(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};let q=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let n=0,a=0;const l=o.length-1,s=this.parts,[c,f]=V(o,e);if(this.el=t.createElement(c,r),T.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=T.nextNode())&&s.length<l;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(N)){const o=f[a++],e=i.getAttribute(t).split(E),r=/([.?@])?(.*)/.exec(o);s.push({type:1,index:n,name:r[2],strings:e,ctor:"."===r[1]?tt:"?"===r[1]?ot:"@"===r[1]?et:Q}),i.removeAttribute(t)}else t.startsWith(E)&&(s.push({type:6,index:n}),i.removeAttribute(t));if(Z.test(i.tagName)){const t=i.textContent.split(E),o=t.length-1;if(o>0){i.textContent=S?S.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],k()),T.nextNode(),s.push({type:2,index:++n});i.append(t[o],k())}}}else if(8===i.nodeType)if(i.data===$)s.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(E,t+1));)s.push({type:7,index:n}),t+=E.length-1}n++}}static createElement(t,o){const e=I.createElement("template");return e.innerHTML=t,e}};function Y(t,o,e=t,r){if(o===M)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=L(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=Y(t,i._$AS(t,o.values),i,r)),o}let J=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??I).importNode(o,!0);T.currentNode=r;let i=T.nextNode(),n=0,a=0,l=e[0];for(;void 0!==l;){if(n===l.index){let o;2===l.type?o=new X(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new rt(i,this,t)),this._$AV.push(o),l=e[++a]}n!==l?.index&&(i=T.nextNode(),n++)}return T.currentNode=I,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}},X=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=D,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Y(this,t,o),L(t)?t===D||null==t||""===t?(this._$AH!==D&&this._$AR(),this._$AH=D):t!==this._$AH&&t!==M&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):U(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!==D&&L(this._$AH)?this._$AA.nextSibling.data=t:this.$(I.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=q.createElement(G(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new J(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=H.get(t.strings);return void 0===o&&H.set(t.strings,o=new q(t)),o}T(o){W(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const n of o)i===e.length?e.push(r=new t(this.k(k()),this.k(k()),this,this.options)):r=e[i],r._$AI(n),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},Q=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=D,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=D}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=Y(this,t,o,0),n=!L(t)||t!==this._$AH&&t!==M,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=Y(this,r[e+a],o,a),l===M&&(l=this._$AH[a]),n||=!L(l)||l!==this._$AH[a],l===D?t=D:t!==D&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===D?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},tt=class extends Q{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===D?void 0:t}},ot=class extends Q{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==D)}},et=class extends Q{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=Y(this,t,o,0)??D)===M)return;const e=this._$AH,r=t===D&&e!==D||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==D&&(e===D||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},rt=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Y(this,t)}};const it={j:N,P:E,A:$,C:1,M:V,L:J,R:U,V:Y,D:X,I:Q,H:ot,N:et,U:tt,B:rt},nt=w.litHtmlPolyfillSupport;nt?.(q,X),(w.litHtmlVersions??=[]).push("3.1.0");
32
- /**
33
- * @license
34
- * Copyright 2019 Google LLC
35
- * SPDX-License-Identifier: BSD-3-Clause
36
- */
37
- const at=globalThis,lt=at.ShadowRoot&&(void 0===at.ShadyCSS||at.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,st=Symbol(),ct=new WeakMap;let ft=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==st)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(lt&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=ct.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&ct.set(o,t))}return t}toString(){return this.cssText}};const pt=t=>new ft("string"==typeof t?t:t+"",void 0,st),dt=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>o+(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.")})(e)+t[r+1]),t[0]);return new ft(e,t,st)},ut=(t,o)=>{if(lt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=at.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}},ht=lt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return pt(o)})(t):t
38
- /**
39
- * @license
40
- * Copyright 2017 Google LLC
41
- * SPDX-License-Identifier: BSD-3-Clause
42
- */,{is:gt,defineProperty:yt,getOwnPropertyDescriptor:bt,getOwnPropertyNames:mt,getOwnPropertySymbols:vt,getPrototypeOf:xt}=Object,Ot=globalThis,wt=Ot.trustedTypes,St=wt?wt.emptyScript:"",Ct=Ot.reactiveElementPolyfillSupport,Nt=(t,o)=>t,Et={toAttribute(t,o){switch(o){case Boolean:t=t?St:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},$t=(t,o)=>!gt(t,o),Rt={attribute:!0,type:String,converter:Et,reflect:!1,hasChanged:$t};Symbol.metadata??=Symbol("metadata"),Ot.litPropertyMetadata??=new WeakMap;let It=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,o=Rt){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&yt(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=bt(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const n=r?.call(this);i.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Rt}static _$Ei(){if(this.hasOwnProperty(Nt("elementProperties")))return;const t=xt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Nt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Nt("properties"))){const t=this.properties,o=[...mt(t),...vt(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(ht(t))}else void 0!==t&&o.push(ht(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"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,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return ut(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,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:Et).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Et;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??$t)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.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,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}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){}};It.elementStyles=[],It.shadowRootOptions={mode:"open"},It[Nt("elementProperties")]=new Map,It[Nt("finalized")]=new Map,Ct?.({ReactiveElement:It}),(Ot.reactiveElementVersions??=[]).push("2.0.2");
43
- /**
44
- * @license
45
- * Copyright 2017 Google LLC
46
- * SPDX-License-Identifier: BSD-3-Clause
47
- */
48
- const kt=globalThis,Lt=kt.trustedTypes,Wt=Lt?Lt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Ut="$lit$",zt=`lit$${(Math.random()+"").slice(9)}$`,Bt="?"+zt,Ft=`<${Bt}>`,At=document,jt=()=>At.createComment(""),_t=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Pt=Array.isArray,Zt=t=>Pt(t)||"function"==typeof t?.[Symbol.iterator],Kt="[ \t\n\f\r]",Mt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Dt=/-->/g,Ht=/>/g,Tt=RegExp(`>|${Kt}(?:([^\\s"'>=/]+)(${Kt}*=${Kt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Gt=/'/g,Vt=/"/g,qt=/^(?:script|style|textarea|title)$/i,Yt=t=>(o,...e)=>({_$litType$:t,strings:o,values:e}),Jt=Yt(1),Xt=Yt(2),Qt=Symbol.for("lit-noChange"),to=Symbol.for("lit-nothing"),oo=new WeakMap,eo=At.createTreeWalker(At,129);function ro(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Wt?Wt.createHTML(o):o}const io=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=Mt;for(let o=0;o<e;o++){const e=t[o];let l,s,c=-1,f=0;for(;f<e.length&&(a.lastIndex=f,s=a.exec(e),null!==s);)f=a.lastIndex,a===Mt?"!--"===s[1]?a=Dt:void 0!==s[1]?a=Ht:void 0!==s[2]?(qt.test(s[2])&&(i=RegExp("</"+s[2],"g")),a=Tt):void 0!==s[3]&&(a=Tt):a===Tt?">"===s[0]?(a=i??Mt,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,l=s[1],a=void 0===s[3]?Tt:'"'===s[3]?Vt:Gt):a===Vt||a===Gt?a=Tt:a===Dt||a===Ht?a=Mt:(a=Tt,i=void 0);const p=a===Tt&&t[o+1].startsWith("/>")?" ":"";n+=a===Mt?e+Ft:c>=0?(r.push(l),e.slice(0,c)+Ut+e.slice(c)+zt+p):e+zt+(-2===c?o:p)}return[ro(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class no{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,n=0;const a=t.length-1,l=this.parts,[s,c]=io(t,o);if(this.el=no.createElement(s,e),eo.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=eo.nextNode())&&l.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Ut)){const o=c[n++],e=r.getAttribute(t).split(zt),a=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:a[2],strings:e,ctor:"."===a[1]?fo:"?"===a[1]?po:"@"===a[1]?uo:co}),r.removeAttribute(t)}else t.startsWith(zt)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(qt.test(r.tagName)){const t=r.textContent.split(zt),o=t.length-1;if(o>0){r.textContent=Lt?Lt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],jt()),eo.nextNode(),l.push({type:2,index:++i});r.append(t[o],jt())}}}else if(8===r.nodeType)if(r.data===Bt)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(zt,t+1));)l.push({type:7,index:i}),t+=zt.length-1}i++}}static createElement(t,o){const e=At.createElement("template");return e.innerHTML=t,e}}function ao(t,o,e=t,r){if(o===Qt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=_t(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=ao(t,i._$AS(t,o.values),i,r)),o}let lo=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??At).importNode(o,!0);eo.currentNode=r;let i=eo.nextNode(),n=0,a=0,l=e[0];for(;void 0!==l;){if(n===l.index){let o;2===l.type?o=new so(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new ho(i,this,t)),this._$AV.push(o),l=e[++a]}n!==l?.index&&(i=eo.nextNode(),n++)}return eo.currentNode=At,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}},so=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=to,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ao(this,t,o),_t(t)?t===to||null==t||""===t?(this._$AH!==to&&this._$AR(),this._$AH=to):t!==this._$AH&&t!==Qt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):Zt(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!==to&&_t(this._$AH)?this._$AA.nextSibling.data=t:this.$(At.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=no.createElement(ro(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new lo(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=oo.get(t.strings);return void 0===o&&oo.set(t.strings,o=new no(t)),o}T(o){Pt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const n of o)i===e.length?e.push(r=new t(this.k(jt()),this.k(jt()),this,this.options)):r=e[i],r._$AI(n),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},co=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=to,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=to}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=ao(this,t,o,0),n=!_t(t)||t!==this._$AH&&t!==Qt,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=ao(this,r[e+a],o,a),l===Qt&&(l=this._$AH[a]),n||=!_t(l)||l!==this._$AH[a],l===to?t=to:t!==to&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===to?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},fo=class extends co{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===to?void 0:t}},po=class extends co{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==to)}},uo=class extends co{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=ao(this,t,o,0)??to)===Qt)return;const e=this._$AH,r=t===to&&e!==to||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==to&&(e===to||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ho=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){ao(this,t)}};const go={j:Ut,P:zt,A:Bt,C:1,M:io,L:lo,R:Zt,V:ao,D:so,I:co,H:po,N:uo,U:fo,B:ho},yo=kt.litHtmlPolyfillSupport;yo?.(no,so),(kt.litHtmlVersions??=[]).push("3.1.0");const bo=(t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new so(o.insertBefore(jt(),t),t,void 0,e??{})}return i._$AI(t),i
49
- /**
50
- * @license
51
- * Copyright 2017 Google LLC
52
- * SPDX-License-Identifier: BSD-3-Clause
53
- */};let mo=class extends It{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 o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=bo(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Qt}};mo._$litElement$=!0,mo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:mo});const vo=globalThis.litElementPolyfillSupport;vo?.({LitElement:mo});(globalThis.litElementVersions??=[]).push("4.0.2");var xo=Object.freeze({__proto__:null,CSSResult:ft,LitElement:mo,ReactiveElement:It,_$LE:{_$AK:(t,o,e)=>{t._$AK(o,e)},_$AL:t=>t._$AL},_$LH:go,adoptStyles:ut,css:dt,defaultConverter:Et,getCompatibleStyle:ht,html:Jt,isServer:!1,noChange:Qt,notEqual:$t,nothing:to,render:bo,supportsAdoptingStyleSheets:lt,svg:Xt,unsafeCSS:pt});
54
- /**
55
- * @license
56
- * Copyright 2017 Google LLC
57
- * SPDX-License-Identifier: BSD-3-Clause
58
- */const Oo={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},wo=(t=Oo,o,e)=>{const{kind:r,metadata:i}=e;let n=globalThis.litPropertyMetadata.get(i);if(void 0===n&&globalThis.litPropertyMetadata.set(i,n=new Map),n.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const i=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,i,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const i=this[r];o.call(this,e),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};
59
- /**
60
- * @license
61
- * Copyright 2017 Google LLC
62
- * SPDX-License-Identifier: BSD-3-Clause
63
- */function So(t){return(o,e)=>"object"==typeof e?wo(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)
64
- /**
65
- * @license
66
- * Copyright 2017 Google LLC
67
- * SPDX-License-Identifier: BSD-3-Clause
68
- */}function Co(t){return So({...t,state:!0,attribute:!1})}
69
- /**
70
- * @license
71
- * Copyright 2017 Google LLC
72
- * SPDX-License-Identifier: BSD-3-Clause
73
- */function No(t){return(o,e)=>{const r="function"==typeof o?o:o[e];Object.assign(r,t)}}
74
- /**
75
- * @license
76
- * Copyright 2017 Google LLC
77
- * SPDX-License-Identifier: BSD-3-Clause
78
- */const Eo=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
79
- /**
80
- * @license
81
- * Copyright 2017 Google LLC
82
- * SPDX-License-Identifier: BSD-3-Clause
83
- */;function $o(t,o){return(e,r,i)=>{const n=o=>o.renderRoot?.querySelector(t)??null;if(o){const{get:t,set:o}="object"==typeof r?e:i??(()=>{const t=Symbol();return{get(){return this[t]},set(o){this[t]=o}}})();return Eo(0,0,{get(){let e=t.call(this);return void 0===e&&(e=n(this),(null!==e||this.hasUpdated)&&o.call(this,e)),e}})}return Eo(0,0,{get(){return n(this)}})}}
84
- /**
85
- * @license
86
- * Copyright 2017 Google LLC
87
- * SPDX-License-Identifier: BSD-3-Clause
88
- */let Ro;
89
- /**
90
- * @license
91
- * Copyright 2021 Google LLC
92
- * SPDX-License-Identifier: BSD-3-Clause
93
- */
94
- function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}]`:":not([name])");return Eo(0,0,{get(){const o=this.renderRoot?.querySelector(n),e=o?.assignedElements(t)??[];return void 0===i?e:e.filter((t=>t.matches(i)))}})}}
95
- /**
96
- * @license
97
- * Copyright 2017 Google LLC
98
- * SPDX-License-Identifier: BSD-3-Clause
99
- */function ko(t){return(o,e)=>{const{slot:r}=t??{},i="slot"+(r?`[name=${r}]`:":not([name])");return Eo(0,0,{get(){const o=this.renderRoot?.querySelector(i);return o?.assignedNodes(t)??[]}})}}var Lo=Object.freeze({__proto__:null,customElement:t=>(o,e)=>{void 0!==e?e.addInitializer((()=>{customElements.define(t,o)})):customElements.define(t,o)},eventOptions:No,property:So,query:$o,queryAll:function(t){return(o,e)=>Eo(0,0,{get(){return(this.renderRoot??(Ro??=document.createDocumentFragment())).querySelectorAll(t)}})
100
- /**
101
- * @license
102
- * Copyright 2017 Google LLC
103
- * SPDX-License-Identifier: BSD-3-Clause
104
- */},queryAssignedElements:Io,queryAssignedNodes:ko,queryAsync:function(t){return(o,e)=>Eo(0,0,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})},standardProperty:wo,state:Co});
105
- /**
106
- * @license
107
- * Copyright 2017 Google LLC
108
- * SPDX-License-Identifier: BSD-3-Clause
109
- */const Wo=1,Uo=2,zo=t=>(...o)=>({_$litDirective$:t,values:o});let Bo=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e){this._$Ct=t,this._$AM=o,this._$Ci=e}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}};
110
- /**
111
- * @license
112
- * Copyright 2020 Google LLC
113
- * SPDX-License-Identifier: BSD-3-Clause
114
- */const{D:Fo}=it,Ao=()=>document.createComment(""),jo=(t,o,e)=>{const r=t._$AA.parentNode,i=void 0===o?t._$AB:o._$AA;if(void 0===e){const o=r.insertBefore(Ao(),i),n=r.insertBefore(Ao(),i);e=new Fo(o,n,t,t.options)}else{const o=e._$AB.nextSibling,n=e._$AM,a=n!==t;if(a){let o;e._$AQ?.(t),e._$AM=t,void 0!==e._$AP&&(o=t._$AU)!==n._$AU&&e._$AP(o)}if(o!==i||a){let t=e._$AA;for(;t!==o;){const o=t.nextSibling;r.insertBefore(t,i),t=o}}}return e},_o=(t,o,e=t)=>(t._$AI(o,e),t),Po={},Zo=t=>{t._$AP?.(!1,!0);let o=t._$AA;const e=t._$AB.nextSibling;for(;o!==e;){const t=o.nextSibling;o.remove(),o=t}},Ko=(t,o,e)=>{const r=new Map;for(let i=o;i<=e;i++)r.set(t[i],i);return r},Mo=zo(class extends Bo{constructor(t){if(super(t),t.type!==Uo)throw Error("repeat() can only be used in text expressions")}ht(t,o,e){let r;void 0===e?e=o:void 0!==o&&(r=o);const i=[],n=[];let a=0;for(const o of t)i[a]=r?r(o,a):a,n[a]=e(o,a),a++;return{values:n,keys:i}}render(t,o,e){return this.ht(t,o,e).values}update(t,[o,e,r]){const i=(t=>t._$AH)(t),{values:n,keys:a}=this.ht(o,e,r);if(!Array.isArray(i))return this.dt=a,n;const l=this.dt??=[],s=[];let c,f,p=0,d=i.length-1,u=0,h=n.length-1;for(;p<=d&&u<=h;)if(null===i[p])p++;else if(null===i[d])d--;else if(l[p]===a[u])s[u]=_o(i[p],n[u]),p++,u++;else if(l[d]===a[h])s[h]=_o(i[d],n[h]),d--,h--;else if(l[p]===a[h])s[h]=_o(i[p],n[h]),jo(t,s[h+1],i[p]),p++,h--;else if(l[d]===a[u])s[u]=_o(i[d],n[u]),jo(t,i[p],i[d]),d--,u++;else if(void 0===c&&(c=Ko(a,u,h),f=Ko(l,p,d)),c.has(l[p]))if(c.has(l[d])){const o=f.get(a[u]),e=void 0!==o?i[o]:null;if(null===e){const o=jo(t,i[p]);_o(o,n[u]),s[u]=o}else s[u]=_o(e,n[u]),jo(t,i[p],e),i[o]=null;u++}else Zo(i[d]),d--;else Zo(i[p]),p++;for(;u<=h;){const o=jo(t,s[h+1]);_o(o,n[u]),s[u++]=o}for(;p<=d;){const t=i[p++];null!==t&&Zo(t)}return this.dt=a,((t,o=Po)=>{t._$AH=o})(t,s),M}});
115
- /**
116
- * @license
117
- * Copyright 2017 Google LLC
118
- * SPDX-License-Identifier: BSD-3-Clause
119
- */var Do=Object.freeze({__proto__:null,repeat:Mo});
120
- /**
121
- * @license
122
- * Copyright 2018 Google LLC
123
- * SPDX-License-Identifier: BSD-3-Clause
124
- */const Ho=zo(class extends Bo{constructor(t){if(super(t),t.type!==Wo||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((o=>t[o])).join(" ")+" "}update(t,[o]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in o)o[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(o)}const e=t.element.classList;for(const t of this.it)t in o||(e.remove(t),this.it.delete(t));for(const t in o){const r=!!o[t];r===this.it.has(t)||this.st?.has(t)||(r?(e.add(t),this.it.add(t)):(e.remove(t),this.it.delete(t)))}return M}});var To=Object.freeze({__proto__:null,classMap:Ho});
125
- /**
126
- * @license
127
- * Copyright 2018 Google LLC
128
- * SPDX-License-Identifier: BSD-3-Clause
129
- */const Go="important",Vo=" !"+Go,qo=zo(class extends Bo{constructor(t){if(super(t),t.type!==Wo||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((o,e)=>{const r=t[e];return null==r?o:o+`${e=e.includes("-")?e:e.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(t,[o]){const{style:e}=t.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(o)),this.render(o);for(const t of this.ut)null==o[t]&&(this.ut.delete(t),t.includes("-")?e.removeProperty(t):e[t]=null);for(const t in o){const r=o[t];if(null!=r){this.ut.add(t);const o="string"==typeof r&&r.endsWith(Vo);t.includes("-")||o?e.setProperty(t,o?r.slice(0,-11):r,o?Go:""):e[t]=r}}return M}});var Yo=Object.freeze({__proto__:null,styleMap:qo});
130
- /**
131
- * @license
132
- * Copyright 2017 Google LLC
133
- * SPDX-License-Identifier: BSD-3-Clause
134
- */let Jo=class extends Bo{constructor(t){if(super(t),this.et=D,t.type!==Uo)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===D||null==t)return this.vt=void 0,this.et=t;if(t===M)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 o=[t];return o.raw=o,this.vt={_$litType$:this.constructor.resultType,strings:o,values:[]}}};Jo.directiveName="unsafeHTML",Jo.resultType=1;const Xo=zo(Jo);var Qo=Object.freeze({__proto__:null,UnsafeHTMLDirective:Jo,unsafeHTML:Xo});class te extends Error{constructor(t,o,e){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=e}}class oe extends Promise{constructor(t){super(((o,e)=>t((t=>{this.isCanceled?e(new te("Promise has been canceled",t)):o(t)}),(t=>{this.isCanceled?e(new te("Promise has been canceled",void 0,t)):e(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const ee=t=>new oe(((o,e)=>t.then(o).catch(e)));var re=Object.freeze({__proto__:null,CancelablePromise:oe,CanceledPromiseError:te,cancelable:ee});var ie=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,o){this.loaders[t]=o,this.finalContent.delete(t)}registerFinal(t,o){this.loaders[t]=o,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof oe&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,o){this.forceClear(t),this.register(t,(async()=>o)),this.content[t]=o}setFinal(t,o){this.forceClear(t),this.registerFinal(t,(async()=>o)),this.content[t]=o}async get(t,o,e){if(void 0===this.content[t]){if(null==(o=null!=o?o:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=ee(o());return this.content[t]=r,r.then((o=>(this.content[t]=o,null!=e&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),e)),o)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class ne{constructor(t,o,e,r){this.allResults=t,this.selectedResult=o,this.clusteringMetadata=e,this.metadataDescriptors=r}static extractResultMetadata(t,o){var e,r;let i=(null!==(r=null!==(e=null==t?void 0:t.map)&&void 0!==e?e:null==t?void 0:t.document)&&void 0!==r?r:null==t?void 0:t.topic).metadata.map((t=>ne.flattenMetadata(t)));return null==o?i:i.find((t=>t.key===o))}static flattenMetadata(t){if(t.hierarchicalValues){const o=[],e=[];return t.hierarchicalValues.forEach((t=>{o.push(t.join(" > ")),t.length>2?e.push(`... > ${t[t.length-1]}`):e.push(t.join(" > "))})),{key:t.key,label:t.label,value:o.join(", "),displayValue:e.join(", ")}}{const o=t.values.join(", ");return{key:t.key,label:t.label,value:o,displayValue:o}}}computeClustersItemsForMetadata(t,o,e="No value"){var r,i;let n=ne.extractResultMetadata(this.selectedResult,t),a=null!==(r=null==n?void 0:n.label)&&void 0!==r?r:null===(i=this.getMetadataDescriptor(t))||void 0===i?void 0:i.label;const l=this.allResults.map((o=>ne.extractResultMetadata(o,t))).map((o=>null!=o?o:{key:t,label:a,value:void 0,displayValue:e})).filter((t=>t.value!=(null==n?void 0:n.value))).filter(((t,o,e)=>e.findIndex((o=>o.value===t.value))===o));return l.map((o=>({result:this.findBestResultForMetadataValue(t,o.value),metadata:o}))).sort(((e,r)=>this.compareMetadata(e.metadata.value,r.metadata.value,t,o)))}compareMetadata(t,o,e,r){if(null==t)return-1;if(null==o)return 1;let i=this.getMetadataDescriptor(e),n=(null==i?void 0:i.sortRule)||"NONE",a=(null==i?void 0:i.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let e=t.localeCompare(o,r,{numeric:!0});return a?-1*e:e}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find((o=>t==o.key))}findBestResultForMetadataValue(t,o){const e=this.allResults.filter((e=>{var r;return(null===(r=ne.extractResultMetadata(e,t))||void 0===r?void 0:r.value)==o}));let r,i=ne.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...i.filter((o=>o.key!==t))],a=-1;for(let t of e){let o=this.countMatchingMetadata(t,n);if(o>a&&(a=o,r=t,o===n.length))break}return r}countMatchingMetadata(t,o){return ne.extractResultMetadata(t).filter((t=>o.some((o=>o.key===t.key&&o.value===t.value)))).length}}var ae=Object.freeze({__proto__:null,ClusteringHelper:ne});class le{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var se=Object.freeze({__proto__:null,Debouncer:le});const ce=t=>new Promise((o=>setTimeout(o,t)));async function fe(t,o=10,e=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!e||i-r<e);)await ce(o),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function pe(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,o,e,r)=>o+e+":"+r)),new Date(t)}function de(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,r,i;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!de(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!de(r[1],o.get(r[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((e=(i=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,i[r]))return!1;for(r=e;0!=r--;){var n=i[r];if(!de(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}function ue(t,o,e=window.document.body){if(o.length>0){const r=t.composedPath();for(let t of r){if(t===e)return!1;if(t.matches&&o.some((o=>t.matches(o))))return!0}}return!1}var he=Object.freeze({__proto__:null,dateReviver:function(...t){return function(o,e){return t.includes(o)?pe(e):e}},deepEqual:de,delay:ce,eventPathContainsMatchingElement:ue,flatDeep:function t(o,e){return o.flatMap((o=>[o,...t(e(o),e)]))},last:function(t){return t[t.length-1]},minmax:function(t,o,e){return Math.min(Math.max(t,o),e)},parseDate:pe,waitFor:fe,waitUntil:async function(t,o=10,e=2e4){await fe((async()=>await t()||void 0),o,e)}});const ge=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function ye(t,o){const e=()=>JSON.parse(JSON.stringify(t));return So({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!de(t,o),...null!=o?o:{}})}function be(t){return!isNaN(parseFloat(t))}var me=Object.freeze({__proto__:null,customElement:ge,isNumber:be,jsonProperty:ye,optionalNumberProperty:function(t){return So({type:Object,converter:{fromAttribute:t=>{if(null!=t)return be(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const ve=t=>"string"==typeof t?pt(t):t;class xe{static create(t,o,e,r){const i=t=>ve(null!=t?t:r),n=dt`var(${ve(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>dt`var(${ve(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),n=dt`var(${ve(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e.category,n.fallbackVariable=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>dt`var(${ve(t)}, ${i(o)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),n}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):ve(null!=o?o:t.lastResortDefaultValue()),r=dt`var(${ve(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>dt`var(${ve(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function Oe(t,o){return ve(`${t.name}: ${o}`)}const we={colorWhite:xe.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:xe.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:xe.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:xe.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:xe.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:xe.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:xe.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:xe.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:xe.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:xe.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:xe.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:xe.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:xe.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:xe.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:xe.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:xe.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:xe.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:xe.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:xe.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:xe.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:xe.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:xe.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:xe.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:xe.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:xe.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:xe.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:xe.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:xe.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:xe.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:xe.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:xe.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:xe.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:xe.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:xe.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:xe.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:xe.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:xe.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:xe.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:xe.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:xe.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:xe.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:xe.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:xe.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:xe.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:xe.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:xe.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:xe.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:xe.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:xe.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:xe.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:xe.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:xe.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:xe.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:xe.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:xe.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:xe.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:xe.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:xe.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:xe.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:xe.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:xe.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:xe.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:xe.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:xe.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:xe.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:xe.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:xe.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:xe.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:xe.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:xe.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:xe.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:xe.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:xe.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:xe.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:xe.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:xe.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:xe.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:xe.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:xe.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:xe.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:xe.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:xe.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:xe.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:xe.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:xe.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:xe.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:xe.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:xe.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:xe.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:xe.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:xe.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:xe.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:xe.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:xe.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:xe.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:xe.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:xe.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:xe.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:xe.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:xe.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:xe.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:xe.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:xe.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:xe.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:xe.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:xe.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:xe.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:xe.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:xe.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:xe.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:xe.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:xe.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:xe.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:xe.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:xe.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:xe.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:xe.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:xe.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:xe.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:xe.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:xe.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:xe.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:xe.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:xe.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:xe.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:xe.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:xe.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:xe.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:xe.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:xe.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:xe.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:xe.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:xe.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:xe.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:xe.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:xe.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:xe.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:xe.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:xe.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:xe.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:xe.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:xe.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:xe.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:xe.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:xe.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:xe.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:xe.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:xe.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:xe.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:xe.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:xe.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:xe.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:xe.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:xe.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:xe.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:xe.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:xe.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:xe.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:xe.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:xe.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:xe.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:xe.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:xe.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:xe.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:xe.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:xe.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:xe.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:xe.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:xe.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:xe.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:xe.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:xe.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:xe.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:xe.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:xe.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:xe.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:xe.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:xe.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:xe.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:xe.create("--ft-icon-size-6","","SIZE","48px"),opacity0:xe.create("--ft-opacity-0","","NUMBER","0"),opacity8:xe.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:xe.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:xe.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:xe.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:xe.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:xe.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:xe.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:xe.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:xe.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:xe.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:xe.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:xe.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:xe.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:xe.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Se={fontFamily:xe.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:xe.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:xe.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xe.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-display-textCase","","UNKNOWN","none")},Ce={fontFamily:xe.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:xe.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:xe.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xe.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Ne={fontFamily:xe.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:xe.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:xe.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xe.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Ee={fontFamily:xe.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:xe.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:xe.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:xe.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},$e={fontFamily:xe.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:xe.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:xe.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:xe.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:xe.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Re={fontFamily:xe.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:xe.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:xe.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:xe.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Ie={fontFamily:xe.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:xe.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:xe.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:xe.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},ke={fontFamily:xe.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:xe.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:xe.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:xe.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:xe.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Le={fontFamily:xe.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:xe.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:xe.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:xe.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},We={fontFamily:xe.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:xe.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:xe.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:xe.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:xe.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:xe.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Ue={fontFamily:xe.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:xe.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:xe.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:xe.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:xe.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},ze={fontFamily:xe.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:xe.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:xe.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:xe.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xe.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Be={fontFamily:xe.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:xe.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:xe.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:xe.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xe.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Fe={fontFamily:xe.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:xe.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:xe.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:xe.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:xe.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xe.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Ae={fontFamily:xe.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:xe.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:xe.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:xe.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xe.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},je={fontFamily:xe.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:xe.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:xe.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:xe.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xe.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},_e={fontFamily:xe.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:xe.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:xe.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:xe.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:xe.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xe.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Pe={fontFamily:xe.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:xe.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ze={fontFamily:xe.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:xe.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ke={fontFamily:xe.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:xe.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:xe.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Me={fontFamily:xe.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:xe.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},De={fontFamily:xe.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:xe.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},He={fontFamily:xe.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:xe.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:xe.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Te={fontFamily:xe.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:xe.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:xe.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Ge={fontFamily:xe.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xe.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:xe.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Ve={fontFamily:xe.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xe.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:xe.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:xe.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:xe.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:xe.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xe.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xe.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xe.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},qe={display:Se,"title-1":Ce,"title-2":Ne,"title-3":Ee,"body-1-regular":$e,"body-1-medium":Re,"body-1-semibold":Ie,"body-2-regular":ke,"body-2-medium":Le,"body-2-medium-underline":We,"body-2-semibold":Ue,"label-1-medium":ze,"label-1-semibold":Be,"label-1-bold":Fe,"label-2-medium":Ae,"label-2-semibold":je,"label-2-bold":_e,"caption-1-medium":Pe,"caption-1-semibold":Ze,"caption-1-bold":Ke,"caption-2-medium":Me,"caption-2-semibold":De,"caption-2-bold":He,"caption-3-medium":Te,"caption-3-semibold":Ge,"caption-3-bold":Ve},Ye={backgroundActionPrimary:xe.extend("--ft-background-action-primary","Used as backgorund of primary action components.",we.colorBrand0),backgroundErrorSubtle:xe.extend("--ft-background-error-subtle","Used as background of subtle error components.",we.colorRed10),backgroundInfoSubtle:xe.extend("--ft-background-info-subtle","Used as background of subtle information components.",we.colorCyan10),backgroundWarningSubtle:xe.extend("--ft-background-warning-subtle","Used as background of subtle information components.",we.colorOrange10),backgroundSuccessSubtle:xe.extend("--ft-background-success-subtle","Used as background of subtle success components.",we.colorGreen10),backgroundGlobalSurface:xe.extend("--ft-background-global-surface","Used as app background.",we.colorWhite),backgroundGlobalOnSurface:xe.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",we.colorGray10),backgroundGlobalOnSurfaceDark:xe.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",we.colorGray30),contentActionPrimary:xe.extend("--ft-content-action-primary","Used on label of primary action on light surface.",we.colorBrand0),contentWarningPrimary:xe.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",we.colorOrange200),contentWarningIconOnly:xe.extend("--ft-content-warning-icon-only","Used on warning status icons alone",we.colorOrange0),contentErrorPrimary:xe.extend("--ft-content-error-primary","Used on label of error messages on light surface.",we.colorRed0),contentErrorIconOnly:xe.extend("--ft-content-error-icon-only","Used on error status icons alone",we.colorRed70),contentInfoPrimary:xe.extend("--ft-content-info-primary","Used on label of information messages on light surface.",we.colorCyan200),contentInfoIconOnly:xe.extend("--ft-content-info-icon-only","Used on info status icons alone",we.colorCyan0),contentSuccessPrimary:xe.extend("--ft-content-success-primary","Used on label of success messages on light surface.",we.colorGreen200),contentSuccessIconOnly:xe.extend("--ft-content-success-icon-only","Used on success status icons alone",we.colorGreen0),contentGlobalPrimary:xe.extend("--ft-content-global-primary","Used for main content on the page.",we.colorGray500),contentGlobalSecondary:xe.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",we.colorGray200),contentGlobalSubtle:xe.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",we.colorGray0),contentGlobalOnColor:xe.extend("--ft-content-global-on-color","Used for content on a dominant color.",we.colorWhite),borderActionPrimary:xe.extend("--ft-border-action-primary","Used as border for primary action components.",we.colorBrand0),borderActionFocusRing:xe.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",we.colorCyan0),borderWarningPrimary:xe.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",we.colorOrange200),borderWarningSubtle:xe.extend("--ft-border-warning-subtle","Used as border for warning components.",we.colorOrange30),borderSuccessPrimary:xe.extend("--ft-border-success-primary","Used as border for success buttons.",we.colorGreen200),borderSuccessSubtle:xe.extend("--ft-border-success-subtle","Used as border for success components.",we.colorGreen30),borderErrorPrimary:xe.extend("--ft-border-error-primary","Used as border for text fields in error states.",we.colorRed0),borderErrorSubtle:xe.extend("--ft-border-error-subtle","Used as border for error components.",we.colorRed30),borderInfoPrimary:xe.extend("--ft-border-info-primary","Used as border for buttons in info color.",we.colorCyan200),borderInfoSubtle:xe.extend("--ft-border-info-subtle","Used as border for information components.",we.colorCyan30),borderGlobalPrimary:xe.extend("--ft-border-global-primary","Used as border for element like input.",we.colorGray50),borderGlobalSubtle:xe.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",we.colorGray30),borderInputPrimary:xe.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",we.colorGray80)},Je={largeHeight:xe.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:xe.extend("--ft-button-large-horizontal-padding","",we.spacing4),largeGap:xe.extend("--ft-button-large-gap","",we.spacing2),largeBorderRadius:xe.extend("--ft-button-large-border-radius","",we.borderRadiusS),largeIconSize:xe.extend("--ft-button-large-icon-size","",we.iconSize3),largeBorderWidth:xe.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:xe.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:xe.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:xe.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:xe.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:xe.extend("--ft-button-small-horizontal-padding","",we.spacing3),smallGap:xe.extend("--ft-button-small-gap","",we.spacing2),smallBorderRadius:xe.extend("--ft-button-small-border-radius","",we.borderRadiusS),smallIconSize:xe.extend("--ft-button-small-icon-size","",we.iconSize2),smallBorderWidth:xe.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:xe.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:xe.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:xe.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:xe.extend("--ft-button-primary-background-color","",Ye.backgroundActionPrimary),primaryColor:xe.extend("--ft-button-primary-color","",Ye.contentGlobalOnColor),primaryIconColor:xe.extend("--ft-button-primary-icon-color","",Ye.contentGlobalOnColor),primaryStateLayerColor:xe.extend("--ft-button-primary-state-layer-color","",Ye.contentGlobalOnColor),primaryHoverStateLayerOpacity:xe.extend("--ft-button-primary-hover-state-layer-opacity","",we.opacity16),primaryFocusStateLayerOpacity:xe.extend("--ft-button-primary-focus-state-layer-opacity","",we.opacity16),primaryActiveStateLayerOpacity:xe.extend("--ft-button-primary-active-state-layer-opacity","",we.opacity24),primaryDisabledComponentOpacity:xe.extend("--ft-button-primary-disabled-component-opacity","",we.opacity40),focusFocusRingColor:xe.extend("--ft-button-focus-focus-ring-color","",Ye.borderActionFocusRing),tertiaryBackgroundColor:xe.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:xe.extend("--ft-button-tertiary-color","",Ye.contentActionPrimary),tertiaryIconColor:xe.extend("--ft-button-tertiary-icon-color","",Ye.contentActionPrimary),tertiaryStateLayerColor:xe.extend("--ft-button-tertiary-state-layer-color","",Ye.contentActionPrimary),tertiaryHoverStateLayerOpacity:xe.extend("--ft-button-tertiary-hover-state-layer-opacity","",we.opacity8),tertiaryFocusStateLayerOpacity:xe.extend("--ft-button-tertiary-focus-state-layer-opacity","",we.opacity8),tertiaryActiveStateLayerOpacity:xe.extend("--ft-button-tertiary-active-state-layer-opacity","",we.opacity16),tertiaryDisabledComponentOpacity:xe.extend("--ft-button-tertiary-disabled-component-opacity","",we.opacity40),secondaryBackgroundColor:xe.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:xe.extend("--ft-button-secondary-color","",Ye.contentActionPrimary),secondaryIconColor:xe.extend("--ft-button-secondary-icon-color","",Ye.contentActionPrimary),secondaryStateLayerColor:xe.extend("--ft-button-secondary-state-layer-color","",Ye.contentActionPrimary),secondaryHoverStateLayerOpacity:xe.extend("--ft-button-secondary-hover-state-layer-opacity","",we.opacity8),secondaryFocusStateLayerOpacity:xe.extend("--ft-button-secondary-focus-state-layer-opacity","",we.opacity8),secondaryActiveStateLayerOpacity:xe.extend("--ft-button-secondary-active-state-layer-opacity","",we.opacity16),secondaryDisabledComponentOpacity:xe.extend("--ft-button-secondary-disabled-component-opacity","",we.opacity40),secondaryBorderColor:xe.extend("--ft-button-secondary-border-color","",Ye.borderActionPrimary),neutralBackgroundColor:xe.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:xe.extend("--ft-button-neutral-icon-color","",Ye.contentGlobalSecondary),neutralColor:xe.extend("--ft-button-neutral-color","",Ye.contentGlobalSecondary),neutralStateLayerColor:xe.extend("--ft-button-neutral-state-layer-color","",Ye.contentGlobalSecondary),neutralHoverStateLayerOpacity:xe.extend("--ft-button-neutral-hover-state-layer-opacity","",we.opacity8),neutralFocusStateLayerOpacity:xe.extend("--ft-button-neutral-focus-state-layer-opacity","",we.opacity8),neutralActiveStateLayerOpacity:xe.extend("--ft-button-neutral-active-state-layer-opacity","",we.opacity16),neutralDisabledComponentOpacity:xe.extend("--ft-button-neutral-disabled-component-opacity","",we.opacity40)},Xe={iconSize:xe.extend("--ft-banner-icon-size","",we.iconSize5),borderWidth:xe.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:xe.extend("--ft-banner-horizontal-padding","",we.spacing6),verticalPadding:xe.extend("--ft-banner-vertical-padding","",we.spacing6),horizontalSideGap:xe.extend("--ft-banner-horizontal-side-gap","",we.spacing6),horizontalMobileGap:xe.extend("--ft-banner-horizontal-mobile-gap","",we.spacing4),verticalMobileGap:xe.extend("--ft-banner-vertical-mobile-gap","",we.spacing6),horizontalMiddleGap:xe.extend("--ft-banner-horizontal-middle-gap","",we.spacing20),infoBackgroundColor:xe.extend("--ft-banner-info-background-color","",Ye.backgroundInfoSubtle),infoColor:xe.extend("--ft-banner-info-color","",Ye.contentInfoPrimary),infoIconColor:xe.extend("--ft-banner-info-icon-color","",Ye.contentInfoIconOnly)},Qe={horizontalGap:xe.extend("--ft-breadcrumb-horizontal-gap","",we.spacing1),verticalGap:xe.extend("--ft-breadcrumb-vertical-gap","",we.spacing2),currentElementColor:xe.extend("--ft-breadcrumb-current-element-color","",Ye.contentGlobalPrimary),iconColor:xe.extend("--ft-breadcrumb-icon-color","",Ye.contentGlobalSubtle)},tr={horizontalPadding:xe.extend("--ft-page-header-horizontal-padding","",we.spacing12),horizontalGap:xe.extend("--ft-page-header-horizontal-gap","",we.spacing4),verticalGap:xe.extend("--ft-page-header-vertical-gap","",we.spacing2),classicVerticalPadding:xe.extend("--ft-page-header-classic-vertical-padding","",we.spacing6),multilineVerticalPadding:xe.extend("--ft-page-header-multiline-vertical-padding","",we.spacing4),inlineVerticalPadding:xe.extend("--ft-page-header-inline-vertical-padding","",we.spacing2),backgroundColor:xe.extend("--ft-page-header-background-color","",we.colorWhite),bottomBorderColor:xe.extend("--ft-page-header-bottom-border-color","",Ye.borderGlobalSubtle),titleColor:xe.extend("--ft-page-header-title-color","",Ye.contentGlobalPrimary),subtitleColor:xe.extend("--ft-page-header-subtitle-color","",Ye.contentGlobalSecondary)},or={smallContainerWidth:xe.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:xe.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:xe.extend("--ft-modal-overlay-background-color","",we.colorGray700),overlayOpacity:xe.extend("--ft-modal-overlay-opacity","",we.opacity40),shadow:xe.extend("--ft-modal-shadow","",we.shadowElevation03),bodyBackgroundColor:xe.extend("--ft-modal-body-background-color","",we.colorWhite),bodyColor:xe.extend("--ft-modal-body-color","",Ye.contentGlobalPrimary),bodyHorizontalPadding:xe.extend("--ft-modal-body-horizontal-padding","",we.spacing6),bodyVerticalPadding:xe.extend("--ft-modal-body-vertical-padding","",we.spacing6),bodyVerticalGap:xe.extend("--ft-modal-body-vertical-gap","",we.spacing6),containerMargin:xe.extend("--ft-modal-container-margin","",we.spacing3),headerBackgroundColor:xe.extend("--ft-modal-header-background-color","",Ye.backgroundGlobalOnSurface),headerBorderColor:xe.extend("--ft-modal-header-border-color","",Ye.borderGlobalSubtle),headerColor:xe.extend("--ft-modal-header-color","",Ye.contentGlobalPrimary),headerTrailingIconColor:xe.extend("--ft-modal-header-trailing-icon-color","",Ye.contentGlobalSecondary),headerVerticalPadding:xe.extend("--ft-modal-header-vertical-padding","",we.spacing1),headerRightPadding:xe.extend("--ft-modal-header-right-padding","",we.spacing1),headerLeftPadding:xe.extend("--ft-modal-header-left-padding","",we.spacing6),headerGap:xe.extend("--ft-modal-header-gap","",we.spacing2),headerBorderBottom:xe.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:xe.extend("--ft-modal-border-radius","",we.borderRadiusM)},er={overlayOpacity:xe.extend("--ft-drawer-overlay-opacity","",we.opacity40),shadow:xe.extend("--ft-drawer-shadow","",we.shadowElevation03),bodyColor:xe.extend("--ft-drawer-body-color","",Ye.contentGlobalPrimary),bodyHorizontalPadding:xe.extend("--ft-drawer-body-horizontal-padding","",we.spacing6),bodyVerticalPadding:xe.extend("--ft-drawer-body-vertical-padding","",we.spacing6),bodyGap:xe.extend("--ft-drawer-body-gap","",we.spacing6),bodyBackgroundColor:xe.extend("--ft-drawer-body-background-color","",we.colorWhite),headerBackgroundColor:xe.extend("--ft-drawer-header-background-color","",Ye.backgroundGlobalOnSurface),headerBorderColor:xe.extend("--ft-drawer-header-border-color","",Ye.borderGlobalSubtle),headerColor:xe.extend("--ft-drawer-header-color","",Ye.contentGlobalPrimary),headerTrailingIconColor:xe.extend("--ft-drawer-header-trailing-icon-color","",Ye.contentGlobalSecondary),headerHeight:xe.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:xe.extend("--ft-drawer-header-horizontal-padding","",we.spacing2),headerBorderWidth:xe.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:xe.extend("--ft-drawer-header-gap","",we.spacing3),buttonsBarBackgroundColor:xe.extend("--ft-drawer-buttons-bar-background-color","",Ye.backgroundGlobalOnSurface),buttonsBarBorderColor:xe.extend("--ft-drawer-buttons-bar-border-color","",Ye.borderGlobalSubtle),buttonsBarColor:xe.extend("--ft-drawer-buttons-bar-color","",Ye.contentGlobalPrimary),buttonsBarHorizontalPadding:xe.extend("--ft-drawer-buttons-bar-horizontal-padding","",we.spacing4),buttonsBarVerticalPadding:xe.extend("--ft-drawer-buttons-bar-vertical-padding","",we.spacing4),buttonsBarGap:xe.extend("--ft-drawer-buttons-bar-gap","",we.spacing3),buttonsBarBorderWidth:xe.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:xe.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:xe.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:xe.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:xe.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:xe.extend("--ft-drawer-overlay-background-color","",we.colorGray700)},rr={fieldHorizontalPadding:xe.extend("--ft-text-input-field-horizontal-padding","",we.spacing4),fieldHorizontalGap:xe.extend("--ft-text-input-field-horizontal-gap","",we.spacing3),fieldVerticalGap:xe.extend("--ft-text-input-field-vertical-gap","",we.spacing05),fieldIconSize:xe.extend("--ft-text-input-field-icon-size","",we.iconSize3),fieldHeight:xe.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:xe.extend("--ft-text-input-helper-horizontal-padding","",we.spacing4),helperHorizontalGap:xe.extend("--ft-text-input-helper-horizontal-gap","",we.spacing1),helperIconSize:xe.extend("--ft-text-input-helper-icon-size","",we.iconSize2),borderRadius:xe.extend("--ft-text-input-border-radius","",we.borderRadiusM),backgroundColor:xe.extend("--ft-text-input-background-color","",we.colorWhite),contentValueColor:xe.extend("--ft-text-input-content-value-color","",Ye.contentGlobalPrimary),trailingIconColor:xe.extend("--ft-text-input-trailing-icon-color","",Ye.contentGlobalSubtle),labelColor:xe.extend("--ft-text-input-label-color","",Ye.contentGlobalSubtle),defaultBorderColor:xe.extend("--ft-text-input-default-border-color","",Ye.borderInputPrimary),defaultHelperTextColor:xe.extend("--ft-text-input-default-helper-text-color","",Ye.contentGlobalSubtle),defaultBorderWidth:xe.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:xe.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:xe.extend("--ft-text-input-error-border-color","",Ye.borderErrorPrimary),errorHelperTextColor:xe.extend("--ft-text-input-error-helper-text-color","",Ye.contentErrorPrimary),errorHelperIconColor:xe.extend("--ft-text-input-error-helper-icon-color","",Ye.contentErrorIconOnly),warningBorderWidth:xe.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:xe.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:xe.extend("--ft-text-input-focus-focus-ring-color","",Ye.borderActionFocusRing),focusOutlineOffset:xe.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:xe.extend("--ft-text-input-disabled-component-opacity","",we.opacity40)},ir={backgroundColor:xe.extend("--ft-text-area-background-color","",we.colorWhite),contentValueColor:xe.extend("--ft-text-area-content-value-color","",Ye.contentGlobalPrimary),labelColor:xe.extend("--ft-text-area-label-color","",Ye.contentGlobalSubtle),defaultBorderColor:xe.extend("--ft-text-area-default-border-color","",Ye.borderInputPrimary),defaultHelperTextColor:xe.extend("--ft-text-area-default-helper-text-color","",Ye.contentGlobalSubtle),defaultBorderWidth:xe.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:xe.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:xe.extend("--ft-text-area-error-border-color","",Ye.borderErrorPrimary),errorHelperTextColor:xe.extend("--ft-text-area-error-helper-text-color","",Ye.contentErrorPrimary),errorHelperIconColor:xe.extend("--ft-text-area-error-helper-icon-color","",Ye.contentErrorIconOnly),focusFocusRingColor:xe.extend("--ft-text-area-focus-focus-ring-color","",Ye.borderActionFocusRing),focusOutlineWidth:xe.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:xe.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:xe.extend("--ft-text-area-disabled-component-opacity","",we.opacity40),fieldHorizontalLeftPadding:xe.extend("--ft-text-area-field-horizontal-left-padding","",we.spacing4),fieldHorizontalGap:xe.extend("--ft-text-area-field-horizontal-gap","",we.spacing3),fieldVerticalGap:xe.extend("--ft-text-area-field-vertical-gap","",we.spacing05),fieldMinHeight:xe.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:xe.extend("--ft-text-area-helper-horizontal-padding","",we.spacing4),helperHorizontalGap:xe.extend("--ft-text-area-helper-horizontal-gap","",we.spacing1),helperIconSize:xe.extend("--ft-text-area-helper-icon-size","",we.iconSize2),borderRadius:xe.extend("--ft-text-area-border-radius","",we.borderRadiusM)},nr={height:xe.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:xe.extend("--ft-floating-menu-horizontal-padding","",we.spacing4),offIconColor:xe.extend("--ft-floating-menu-off-icon-color","",Ye.contentGlobalPrimary),offColor:xe.extend("--ft-floating-menu-off-color","",Ye.contentGlobalPrimary),onColor:xe.extend("--ft-floating-menu-on-color","",Ye.contentActionPrimary),onStateLayerColor:xe.extend("--ft-floating-menu-on-state-layer-color","",Ye.contentActionPrimary),gap:xe.extend("--ft-floating-menu-gap","",we.spacing3),focusFocusRingColor:xe.extend("--ft-floating-menu-focus-focus-ring-color","",Ye.borderActionFocusRing),focusOutlineWidth:xe.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:xe.extend("--ft-floating-menu-focus-state-layer-opacity","",we.opacity8),hoverStateLayerOpacity:xe.extend("--ft-floating-menu-hover-state-layer-opacity","",we.opacity8),activeStateLayerOpacity:xe.extend("--ft-floating-menu-active-state-layer-opacity","",we.opacity16),disabledComponentOpacity:xe.extend("--ft-floating-menu-disabled-component-opacity","",we.opacity40),iconSize:xe.extend("--ft-floating-menu-icon-size","",we.iconSize3),backgroundColor:xe.extend("--ft-floating-menu-background-color","",Ye.backgroundGlobalOnSurface)},ar={fieldHorizontalPadding:xe.extend("--ft-combobox-single-select-field-horizontal-padding","",we.spacing4),fieldHorizontalGap:xe.extend("--ft-combobox-single-select-field-horizontal-gap","",we.spacing3),fieldVerticalGap:xe.extend("--ft-combobox-single-select-field-vertical-gap","",we.spacing05),fieldIconSize:xe.extend("--ft-combobox-single-select-field-icon-size","",we.iconSize3),fieldHeight:xe.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:xe.extend("--ft-combobox-single-select-helper-horizontal-padding","",we.spacing4),helperHorizontalGap:xe.extend("--ft-combobox-single-select-helper-horizontal-gap","",we.spacing1),helperVerticalGap:xe.extend("--ft-combobox-single-select-helper-vertical-gap","",we.spacing1),helperIconSize:xe.extend("--ft-combobox-single-select-helper-icon-size","",we.iconSize2),menuVerticalGap:xe.extend("--ft-combobox-single-select-menu-vertical-gap","",we.spacing2),borderRadius:xe.extend("--ft-combobox-single-select-border-radius","",we.borderRadiusM),backgroundColor:xe.extend("--ft-combobox-single-select-background-color","",we.colorWhite),labelColor:xe.extend("--ft-combobox-single-select-label-color","",Ye.contentGlobalSubtle),contentValueColor:xe.extend("--ft-combobox-single-select-content-value-color","",Ye.contentGlobalPrimary),trailingIconColor:xe.extend("--ft-combobox-single-select-trailing-icon-color","",Ye.contentGlobalSubtle),defaultBorderColor:xe.extend("--ft-combobox-single-select-default-border-color","",Ye.borderInputPrimary),defaultHelperTextColor:xe.extend("--ft-combobox-single-select-default-helper-text-color","",Ye.contentGlobalSubtle),defaultBorderWidth:xe.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:xe.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:xe.extend("--ft-combobox-single-select-error-border-color","",Ye.borderErrorPrimary),errorHelperTextColor:xe.extend("--ft-combobox-single-select-error-helper-text-color","",Ye.contentErrorPrimary),warningBorderWidth:xe.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:xe.extend("--ft-combobox-single-select-warning-border-color","",Ye.borderWarningPrimary),warningHelperTextColor:xe.extend("--ft-combobox-single-select-warning-helper-text-color","",Ye.contentWarningPrimary),warningHelperIconColor:xe.extend("--ft-combobox-single-select-warning-helper-icon-color","",Ye.contentWarningIconOnly),focusOutlineWidth:xe.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:xe.extend("--ft-combobox-single-select-focus-focus-ring-color","",Ye.borderActionFocusRing),focusOutlineOffset:xe.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:xe.extend("--ft-combobox-single-select-disabled-component-opacity","",we.opacity40)},lr={backgroundColor:xe.extend("--ft-combobox-multi-select-background-color","",we.colorWhite),labelColor:xe.extend("--ft-combobox-multi-select-label-color","",Ye.contentGlobalSubtle),trailingIconColor:xe.extend("--ft-combobox-multi-select-trailing-icon-color","",Ye.contentGlobalSubtle),defaultBorderColor:xe.extend("--ft-combobox-multi-select-default-border-color","",Ye.borderInputPrimary),defaultHelperTextColor:xe.extend("--ft-combobox-multi-select-default-helper-text-color","",Ye.contentGlobalSubtle),defaultBorderWidth:xe.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:xe.extend("--ft-combobox-multi-select-error-border-color","",Ye.borderErrorPrimary),errorHelperTextColor:xe.extend("--ft-combobox-multi-select-error-helper-text-color","",Ye.contentErrorPrimary),errorHelperIcon:xe.extend("--ft-combobox-multi-select-error-helper-icon","",Ye.contentErrorIconOnly),errorBorderWidth:xe.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:xe.extend("--ft-combobox-multi-select-warning-border-color","",Ye.borderWarningPrimary),warningHelperTextColor:xe.extend("--ft-combobox-multi-select-warning-helper-text-color","",Ye.contentWarningPrimary),warningHelperIconColor:xe.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Ye.contentWarningIconOnly),warningBorderWidth:xe.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:xe.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Ye.borderActionFocusRing),focusOutlineWidth:xe.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:xe.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:xe.extend("--ft-combobox-multi-select-disabled-component-opacity","",we.opacity40),helperHorizontalPadding:xe.extend("--ft-combobox-multi-select-helper-horizontal-padding","",we.spacing4),helperHorizontalGap:xe.extend("--ft-combobox-multi-select-helper-horizontal-gap","",we.spacing1),helperVerticalGap:xe.extend("--ft-combobox-multi-select-helper-vertical-gap","",we.spacing1),helperIconSize:xe.extend("--ft-combobox-multi-select-helper-icon-size","",we.iconSize2),fieldHorizontalPadding:xe.extend("--ft-combobox-multi-select-field-horizontal-padding","",we.spacing4),fieldHorizontalGap:xe.extend("--ft-combobox-multi-select-field-horizontal-gap","",we.spacing3),fieldVerticalGap:xe.extend("--ft-combobox-multi-select-field-vertical-gap","",we.spacing05),fieldIconSize:xe.extend("--ft-combobox-multi-select-field-icon-size","",we.iconSize3),fieldMaxHeight:xe.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:xe.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",we.spacing1),contentValuesVerticalGap:xe.extend("--ft-combobox-multi-select-content-values-vertical-gap","",we.spacing1),borderRadius:xe.extend("--ft-combobox-multi-select-border-radius","",we.borderRadiusM)},sr={backgroundColor:xe.extend("--ft-popover-background-color","",Ye.backgroundGlobalOnSurface),horizontalPadding:xe.extend("--ft-popover-horizontal-padding","",we.spacing6),verticalPadding:xe.extend("--ft-popover-vertical-padding","",we.spacing6),iconColor:xe.extend("--ft-popover-icon-color","",Ye.contentGlobalSecondary),iconSize:xe.extend("--ft-popover-icon-size","",we.iconSize2),titleColor:xe.extend("--ft-popover-title-color","",Ye.contentGlobalPrimary),bodyColor:xe.extend("--ft-popover-body-color","",Ye.contentGlobalSecondary),linkColor:xe.extend("--ft-popover-link-color","",Ye.contentActionPrimary),gap:xe.extend("--ft-popover-gap","",we.spacing3),borderRadius:xe.extend("--ft-popover-border-radius","",we.borderRadiusM),shadow:xe.extend("--ft-popover-shadow","",we.shadowElevation02)},cr={topLeftBorderRadius:xe.extend("--ft-tabs-top-left-border-radius","",we.borderRadiusS),topRightBorderRadius:xe.extend("--ft-tabs-top-right-border-radius","",we.borderRadiusS),labelHorizontalPadding:xe.extend("--ft-tabs-label-horizontal-padding","",we.spacing4),labelVerticalPadding:xe.extend("--ft-tabs-label-vertical-padding","",we.spacing3),labelGap:xe.extend("--ft-tabs-label-gap","",we.spacing1),offHoverStateLayerOpacity:xe.extend("--ft-tabs-off-hover-state-layer-opacity","",we.opacity8),offFocusStateLayerOpacity:xe.extend("--ft-tabs-off-focus-state-layer-opacity","",we.opacity8),offActiveStateLayerOpacity:xe.extend("--ft-tabs-off-active-state-layer-opacity","",we.opacity16),offDisabledComponentOpacity:xe.extend("--ft-tabs-off-disabled-component-opacity","",we.opacity40),offColor:xe.extend("--ft-tabs-off-color","",Ye.contentGlobalSubtle),offStateLayerColor:xe.extend("--ft-tabs-off-state-layer-color","",Ye.contentGlobalSubtle),onHoverStateLayerOpacity:xe.extend("--ft-tabs-on-hover-state-layer-opacity","",we.opacity8),onFocusStateLayerOpacity:xe.extend("--ft-tabs-on-focus-state-layer-opacity","",we.opacity8),onActiveStateLayerOpacity:xe.extend("--ft-tabs-on-active-state-layer-opacity","",we.opacity16),onDisabledComponentOpacity:xe.extend("--ft-tabs-on-disabled-component-opacity","",we.opacity40),onColor:xe.extend("--ft-tabs-on-color","",Ye.contentActionPrimary),onStateLayerColor:xe.extend("--ft-tabs-on-state-layer-color","",Ye.contentActionPrimary),iconHorizontalPadding:xe.extend("--ft-tabs-icon-horizontal-padding","",we.spacing1),iconVerticalPadding:xe.extend("--ft-tabs-icon-vertical-padding","",we.spacing4),focusOutlineWidth:xe.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:xe.extend("--ft-tabs-focus-focus-ring-color","",Ye.borderActionFocusRing)},fr={hoverStateLayerOpacity:xe.extend("--ft-collapsible-hover-state-layer-opacity","",we.opacity8),focusStateLayerOpacity:xe.extend("--ft-collapsible-focus-state-layer-opacity","",we.opacity8),focusOutlineWidth:xe.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:xe.extend("--ft-collapsible-focus-focus-ring-color","",Ye.borderActionFocusRing),activeStateLayerOpacity:xe.extend("--ft-collapsible-active-state-layer-opacity","",we.opacity16),disabledComponentOpacity:xe.extend("--ft-collapsible-disabled-component-opacity","",we.opacity40),horizontalPadding:xe.extend("--ft-collapsible-horizontal-padding","",we.spacing4),verticalPadding:xe.extend("--ft-collapsible-vertical-padding","",we.spacing3),color:xe.extend("--ft-collapsible-color","",Ye.contentGlobalPrimary),stateLayerColor:xe.extend("--ft-collapsible-state-layer-color","",Ye.contentGlobalPrimary),backgroundColor:xe.extend("--ft-collapsible-background-color","",Ye.backgroundGlobalOnSurface),borderColor:xe.extend("--ft-collapsible-border-color","",Ye.borderGlobalSubtle),iconSize:xe.extend("--ft-collapsible-icon-size","",we.iconSize3)},pr={groupHorizontalPadding:xe.extend("--ft-switch-group-horizontal-padding","",we.spacing1),groupVerticalPadding:xe.extend("--ft-switch-group-vertical-padding","",we.spacing1),groupGap:xe.extend("--ft-switch-group-gap","",we.spacing1),groupBackgroundColor:xe.extend("--ft-switch-group-background-color","",Ye.backgroundGlobalSurface),groupBorderColor:xe.extend("--ft-switch-group-border-color","",Ye.borderGlobalSubtle),groupBorderRadius:xe.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:xe.extend("--ft-switch-label-horizontal-padding","",we.spacing2),labelVerticalPadding:xe.extend("--ft-switch-label-vertical-padding","",we.spacing1),offHoverStateLayerOpacity:xe.extend("--ft-switch-off-hover-state-layer-opacity","",we.opacity8),offFocusStateLayerOpacity:xe.extend("--ft-switch-off-focus-state-layer-opacity","",we.opacity8),offActiveStateLayerOpacity:xe.extend("--ft-switch-off-active-state-layer-opacity","",we.opacity16),offDisabledComponentOpacity:xe.extend("--ft-switch-off-disabled-component-opacity","",we.opacity40),offColor:xe.extend("--ft-switch-off-color","",Ye.contentGlobalSubtle),offStateLayerColor:xe.extend("--ft-switch-off-state-layer-color","",Ye.contentGlobalSubtle),onHoverStateLayerOpacity:xe.extend("--ft-switch-on-hover-state-layer-opacity","",we.opacity8),onFocusStateLayerOpacity:xe.extend("--ft-switch-on-focus-state-layer-opacity","",we.opacity8),onActiveStateLayerOpacity:xe.extend("--ft-switch-on-active-state-layer-opacity","",we.opacity16),onDisabledComponentOpacity:xe.extend("--ft-switch-on-disabled-component-opacity","",we.opacity40),onColor:xe.extend("--ft-switch-on-color","",Ye.contentActionPrimary),onStateLayerColor:xe.extend("--ft-switch-on-state-layer-color","",Ye.contentActionPrimary),iconHorizontalPadding:xe.extend("--ft-switch-icon-horizontal-padding","",we.spacing1),iconVerticalPadding:xe.extend("--ft-switch-icon-vertical-padding","",we.spacing1),focusOutlineWidth:xe.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:xe.extend("--ft-switch-focus-focus-ring-color","",Ye.borderActionFocusRing),optionBorderRadius:xe.extend("--ft-switch-option-border-radius","",we.borderRadiusS)},dr={color1Light:xe.extend("--ft-chart-1-light","for area color charts",we.colorBrand40),color1Base:xe.extend("--ft-chart-1-base","for line charts",we.colorBrand0),color2Light:xe.extend("--ft-chart-2-light","for area color charts",we.colorYellow60),color2Base:xe.extend("--ft-chart-2-base","for line charts",we.colorYellow100),color3Light:xe.extend("--ft-chart-3-light","",we.colorUltramarine40),color3Base:xe.extend("--ft-chart-3-base","",we.colorUltramarine70),color4Light:xe.extend("--ft-chart-4-light","",we.colorCyan50),color4Base:xe.extend("--ft-chart-4-base","",we.colorCyan100),color5Light:xe.extend("--ft-chart-5-light","",we.colorRed40),color5Base:xe.extend("--ft-chart-5-base","",we.colorRed60),color6Light:xe.extend("--ft-chart-6-light","",we.colorGreen40),color6Base:xe.extend("--ft-chart-6-base","",we.colorGreen70),color7Light:xe.extend("--ft-chart-7-light","",we.colorOrange70),color7Base:xe.extend("--ft-chart-7-base","",we.colorOrange100),color8Light:xe.extend("--ft-chart-8-light","",we.colorAvocado70),color8Base:xe.extend("--ft-chart-8-base","",we.colorAvocado200),color9Light:xe.extend("--ft-chart-9-light","",we.colorBrown50),color9Base:xe.extend("--ft-chart-9-base","",we.colorBrown200),color10Light:xe.extend("--ft-chart-10-light","",we.colorGray50),color10Base:xe.extend("--ft-chart-10-base","",we.colorGray80),monochrome10:xe.extend("--ft-chart-monochrome-10","",we.colorBrand10),monochrome20:xe.extend("--ft-chart-monochrome-20","",we.colorBrand20),monochrome30:xe.extend("--ft-chart-monochrome-30","",we.colorBrand40),monochrome40:xe.extend("--ft-chart-monochrome-40","",we.colorBrand60),monochrome50:xe.extend("--ft-chart-monochrome-50","",we.colorBrand0),monochrome60:xe.extend("--ft-chart-monochrome-60","",we.colorBrand200)},ur={largeHorizontalPadding:xe.extend("--ft-chip-large-horizontal-padding","",we.spacing4),largeVerticalPadding:xe.extend("--ft-chip-large-vertical-padding","",we.spacing2),largeGap:xe.extend("--ft-chip-large-gap","",we.spacing1),largeFocusOutlineOffset:xe.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:xe.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:xe.extend("--ft-chip-large-border-radius","",we.borderRadiusPill),largeBorderWidth:xe.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:xe.extend("--ft-chip-large-icon-size","",we.iconSize3),mediumHorizontalPadding:xe.extend("--ft-chip-medium-horizontal-padding","",we.spacing3),mediumVerticalPadding:xe.extend("--ft-chip-medium-vertical-padding","",we.spacing1),mediumGap:xe.extend("--ft-chip-medium-gap","",we.spacing1),mediumFocusOutlineOffset:xe.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:xe.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:xe.extend("--ft-chip-medium-border-radius","",we.borderRadiusPill),mediumBorderWidth:xe.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:xe.extend("--ft-chip-medium-icon-size","",we.iconSize2),smallHorizontalPadding:xe.extend("--ft-chip-small-horizontal-padding","",we.spacing2),smallVerticalPadding:xe.extend("--ft-chip-small-vertical-padding","",we.spacing05),smallGap:xe.extend("--ft-chip-small-gap","",we.spacing1),smallFocusOutlineOffset:xe.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:xe.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:xe.extend("--ft-chip-small-border-radius","",we.borderRadiusPill),smallBorderWidth:xe.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:xe.extend("--ft-chip-small-icon-size","",we.iconSize1),neutralBackgroundColor:xe.extend("--ft-chip-neutral-background-color","",Ye.backgroundGlobalOnSurface),neutralColor:xe.extend("--ft-chip-neutral-color","",Ye.contentGlobalPrimary),neutralIconColor:xe.extend("--ft-chip-neutral-icon-color","",Ye.contentGlobalPrimary),neutralBorderColor:xe.extend("--ft-chip-neutral-border-color","",Ye.borderGlobalSubtle),infoBackgroundColor:xe.extend("--ft-chip-info-background-color","",Ye.backgroundInfoSubtle),infoColor:xe.extend("--ft-chip-info-color","",Ye.contentInfoPrimary),infoIconColor:xe.extend("--ft-chip-info-icon-color","",Ye.contentInfoIconOnly),infoBorderColor:xe.extend("--ft-chip-info-border-color","",Ye.borderInfoSubtle),successBackgroundColor:xe.extend("--ft-chip-success-background-color","",Ye.backgroundSuccessSubtle),successColor:xe.extend("--ft-chip-success-color","",Ye.contentSuccessPrimary),successIconColor:xe.extend("--ft-chip-success-icon-color","",Ye.contentSuccessIconOnly),successBorderColor:xe.extend("--ft-chip-success-border-color","",Ye.borderSuccessSubtle),warningBackgroundColor:xe.extend("--ft-chip-warning-background-color","",Ye.backgroundWarningSubtle),warningColor:xe.extend("--ft-chip-warning-color","",Ye.contentWarningPrimary),warningIconColor:xe.extend("--ft-chip-warning-icon-color","",Ye.contentWarningIconOnly),warningBorderColor:xe.extend("--ft-chip-warning-border-color","",Ye.borderWarningSubtle),errorBackgroundColor:xe.extend("--ft-chip-error-background-color","",Ye.backgroundErrorSubtle),errorColor:xe.extend("--ft-chip-error-color","",Ye.contentErrorPrimary),errorIconColor:xe.extend("--ft-chip-error-icon-color","",Ye.contentErrorIconOnly),errorBorderColor:xe.extend("--ft-chip-error-border-color","",Ye.borderErrorSubtle)},hr={infoBorderColor:xe.extend("--ft-border-info-border-color","",Ye.borderInfoSubtle)},gr={borderWidth:xe.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:xe.extend("--ft-notice-horizontal-padding","",we.spacing2),verticalPadding:xe.extend("--ft-notice-vertical-padding","",we.spacing1),borderRadius:xe.extend("--ft-notice-border-radius","",we.borderRadiusS),gap:xe.extend("--ft-notice-gap","",we.spacing2),iconSize:xe.extend("--ft-notice-icon-size","",we.iconSize3),infoBackgroundColor:xe.extend("--ft-notice-info-background-color","",Ye.backgroundInfoSubtle),infoBorderColor:xe.extend("--ft-notice-info-border-color","",Ye.borderInfoSubtle),infoColor:xe.extend("--ft-notice-info-color","",Ye.contentInfoPrimary),infoIconColor:xe.extend("--ft-notice-info-icon-color","",Ye.contentInfoIconOnly),warningBackgroundColor:xe.extend("--ft-notice-warning-background-color","",Ye.backgroundWarningSubtle),warningBorderColor:xe.extend("--ft-notice-warning-border-color","",Ye.borderWarningSubtle),warningColor:xe.extend("--ft-notice-warning-color","",Ye.contentWarningPrimary),warningIconColor:xe.extend("--ft-notice-warning-icon-color","",Ye.contentWarningIconOnly),errorBackgroundColor:xe.extend("--ft-notice-error-background-color","",Ye.backgroundErrorSubtle),errorBorderColor:xe.extend("--ft-notice-error-border-color","",Ye.borderErrorSubtle),errorColor:xe.extend("--ft-notice-error-color","",Ye.contentErrorPrimary),errorIconColor:xe.extend("--ft-notice-error-icon-color","",Ye.contentErrorIconOnly),successBackgroundColor:xe.extend("--ft-notice-success-background-color","",Ye.backgroundSuccessSubtle),successBorderColor:xe.extend("--ft-notice-success-border-color","",Ye.borderSuccessSubtle),successColor:xe.extend("--ft-notice-success-color","",Ye.contentSuccessPrimary),successIconColor:xe.extend("--ft-notice-success-icon-color","",Ye.contentSuccessIconOnly)},yr={color:xe.extend("--ft-checkbox-color","",Ye.contentGlobalPrimary),checkedBackgroundColor:xe.extend("--ft-checkbox-checked-background-color","",Ye.contentActionPrimary),checkedStateLayerColor:xe.extend("--ft-checkbox-checked-state-layer-color","",Ye.contentActionPrimary),checkedIconColor:xe.extend("--ft-checkbox-checked-icon-color","",Ye.contentGlobalOnColor),checkedHoverStateLayerOpacity:xe.extend("--ft-checkbox-checked-hover-state-layer-opacity","",we.opacity16),checkedFocusStateLayerOpacity:xe.extend("--ft-checkbox-checked-focus-state-layer-opacity","",we.opacity16),checkedActiveStateLayerOpacity:xe.extend("--ft-checkbox-checked-active-state-layer-opacity","",we.opacity24),checkedDisabledComponentOpacity:xe.extend("--ft-checkbox-checked-disabled-component-opacity","",we.opacity40),uncheckedBorderColor:xe.extend("--ft-checkbox-unchecked-border-color","",we.colorGray80),uncheckedStateLayerColor:xe.extend("--ft-checkbox-unchecked-state-layer-color","",we.colorGray80),uncheckedHoverStateLayerOpacity:xe.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",we.opacity16),uncheckedFocusStateLayerOpacity:xe.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",we.opacity16),uncheckedActiveStateLayerOpacity:xe.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",we.opacity24),uncheckedDisabledComponentOpacity:xe.extend("--ft-checkbox-unchecked-disabled-component-opacity","",we.opacity40),focusFocusRingColor:xe.extend("--ft-checkbox-focus-focus-ring-color","",Ye.borderActionFocusRing),focusOutlineOffset:xe.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:xe.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:xe.extend("--ft-checkbox-gap","",we.spacing3)},br={offHoverStateLayerOpacity:xe.extend("--ft-toggle-off-hover-state-layer-opacity","",we.opacity16),offFocusStateLayerOpacity:xe.extend("--ft-toggle-off-focus-state-layer-opacity","",we.opacity16),offActiveStateLayerOpacity:xe.extend("--ft-toggle-off-active-state-layer-opacity","",we.opacity24),offDisabledComponentOpacity:xe.extend("--ft-toggle-off-disabled-component-opacity","",we.opacity40),offBackgroundColor:xe.extend("--ft-toggle-off-background-color","",Ye.contentGlobalSubtle),offIconColor:xe.extend("--ft-toggle-off-icon-color","",Ye.contentGlobalSubtle),offStateLayerColor:xe.extend("--ft-toggle-off-state-layer-color","",Ye.contentGlobalSubtle),onHoverStateLayerOpacity:xe.extend("--ft-toggle-on-hover-state-layer-opacity","",we.opacity16),onFocusStateLayerOpacity:xe.extend("--ft-toggle-on-focus-state-layer-opacity","",we.opacity16),onActiveStateLayerOpacity:xe.extend("--ft-toggle-on-active-state-layer-opacity","",we.opacity24),onDisabledComponentOpacity:xe.extend("--ft-toggle-on-disabled-component-opacity","",we.opacity40),onBackgroundColor:xe.extend("--ft-toggle-on-background-color","",Ye.contentActionPrimary),onStateLayerColor:xe.extend("--ft-toggle-on-state-layer-color","",Ye.contentActionPrimary),onIconColor:xe.extend("--ft-toggle-on-icon-color","",Ye.contentActionPrimary),color:xe.extend("--ft-toggle-color","",Ye.contentGlobalPrimary),focusFocusRingColor:xe.extend("--ft-toggle-focus-focus-ring-color","",Ye.borderActionFocusRing),gap:xe.extend("--ft-toggle-gap","",we.spacing3)},mr={color:xe.extend("--ft-radio-color","",Ye.contentGlobalPrimary),selectedRadioColor:xe.extend("--ft-radio-selected-radio-color","",Ye.contentActionPrimary),selectedStateLayerColor:xe.extend("--ft-radio-selected-state-layer-color","",Ye.contentActionPrimary),selectedHoverStateLayerOpacity:xe.extend("--ft-radio-selected-hover-state-layer-opacity","",we.opacity16),selectedFocusStateLayerOpacity:xe.extend("--ft-radio-selected-focus-state-layer-opacity","",we.opacity16),selectedActiveStateLayerOpacity:xe.extend("--ft-radio-selected-active-state-layer-opacity","",we.opacity24),selectedDisabledComponentOpacity:xe.extend("--ft-radio-selected-disabled-component-opacity","",we.opacity40),unselectedStateLayerColor:xe.extend("--ft-radio-unselected-state-layer-color","",Ye.borderInputPrimary),unselectedBorderColor:xe.extend("--ft-radio-unselected-border-color","",Ye.borderInputPrimary),unselectedHoverStateLayerOpacity:xe.extend("--ft-radio-unselected-hover-state-layer-opacity","",we.opacity16),unselectedFocusStateLayerOpacity:xe.extend("--ft-radio-unselected-focus-state-layer-opacity","",we.opacity16),unselectedActiveStateLayerOpacity:xe.extend("--ft-radio-unselected-active-state-layer-opacity","",we.opacity24),unselectedDisabledComponentOpacity:xe.extend("--ft-radio-unselected-disabled-component-opacity","",we.opacity40),focusFocusRingColor:xe.extend("--ft-radio-focus-focus-ring-color","",Ye.borderActionFocusRing),focusOutlineOffset:xe.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:xe.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:xe.extend("--ft-radio-gap","",we.spacing3)},vr={iconSize:xe.extend("--ft-notification-icon-size","",we.iconSize4),horizontalPadding:xe.extend("--ft-notification-horizontal-padding","",we.spacing4),verticalPadding:xe.extend("--ft-notification-vertical-padding","",we.spacing4),infoBackgroundColor:xe.extend("--ft-notification-info-background-color","",Ye.backgroundInfoSubtle),infoColor:xe.extend("--ft-notification-info-color","",Ye.contentInfoPrimary),infoIconColor:xe.extend("--ft-notification-info-icon-color","",Ye.contentInfoIconOnly),infoBorderColor:xe.extend("--ft-notification-info-border-color","",Ye.borderInfoSubtle),successBackgroundColor:xe.extend("--ft-notification-success-background-color","",Ye.backgroundSuccessSubtle),successColor:xe.extend("--ft-notification-success-color","",Ye.contentSuccessPrimary),successIconColor:xe.extend("--ft-notification-success-icon-color","",Ye.contentSuccessIconOnly),successBorderColor:xe.extend("--ft-notification-success-border-color","",Ye.borderSuccessSubtle),warningBackgroundColor:xe.extend("--ft-notification-warning-background-color","",Ye.backgroundWarningSubtle),warningColor:xe.extend("--ft-notification-warning-color","",Ye.contentWarningPrimary),warningIconColor:xe.extend("--ft-notification-warning-icon-color","",Ye.contentWarningIconOnly),warningBorderColor:xe.extend("--ft-notification-warning-border-color","",Ye.borderWarningSubtle),errorBackgroundColor:xe.extend("--ft-notification-error-background-color","",Ye.backgroundErrorSubtle),errorColor:xe.extend("--ft-notification-error-color","",Ye.contentErrorPrimary),errorIconColor:xe.extend("--ft-notification-error-icon-color","",Ye.contentErrorIconOnly),errorBorderColor:xe.extend("--ft-notification-error-border-color","",Ye.borderErrorSubtle),borderRadius:xe.extend("--ft-notification-border-radius","",we.borderRadiusPill),borderWidth:xe.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:xe.extend("--ft-notification-leading-gap","",we.spacing2),trailingGap:xe.extend("--ft-notification-trailing-gap","",we.spacing8)},xr={horizontalPadding:xe.extend("--ft-tooltip-horizontal-padding","",we.spacing2),verticalPadding:xe.extend("--ft-tooltip-vertical-padding","",we.spacing2),borderRadius:xe.extend("--ft-tooltip-border-radius","",we.borderRadiusS),color:xe.extend("--ft-tooltip-color","",Ye.contentGlobalOnColor),backgroundColor:xe.extend("--ft-tooltip-background-color","",Ye.contentGlobalPrimary),backgroundOpacity:xe.extend("--ft-tooltip-background-opacity","",we.opacity80),shadow:xe.extend("--ft-tooltip-shadow","",we.shadowElevation03),maxWidth:xe.create("--ft-tooltip-max-width","","SIZE","256px"),gap:xe.extend("--ft-tooltip-gap","",we.spacing05)};var Or=Object.freeze({__proto__:null,FtCssVariableFactory:xe,banner:Xe,border:hr,breadcrumb:Qe,button:Je,chart:dr,checkbox:yr,chip:ur,collapsible:fr,comboboxMultiSelect:lr,comboboxSingleSelect:ar,drawer:er,floatingMenu:nr,foundation:we,modal:or,notice:gr,notification:vr,pageHeader:tr,popover:sr,radio:mr,semantic:Ye,setVariable:Oe,switch_:pr,tabs:cr,textArea:ir,textInput:rr,toggle:br,tooltip:xr,typographies:qe,typographyBody1Medium:Re,typographyBody1Regular:$e,typographyBody1Semibold:Ie,typographyBody2Medium:Le,typographyBody2MediumUnderline:We,typographyBody2Regular:ke,typographyBody2Semibold:Ue,typographyCaption1Bold:Ke,typographyCaption1Medium:Pe,typographyCaption1Semibold:Ze,typographyCaption2Bold:He,typographyCaption2Medium:Me,typographyCaption2Semibold:De,typographyCaption3Bold:Ve,typographyCaption3Medium:Te,typographyCaption3Semibold:Ge,typographyDisplay:Se,typographyLabel1Bold:Fe,typographyLabel1Medium:ze,typographyLabel1Semibold:Be,typographyLabel2Bold:_e,typographyLabel2Medium:Ae,typographyLabel2Semibold:je,typographyTitle1:Ce,typographyTitle2:Ne,typographyTitle3:Ee,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const wr={colorPrimary:xe.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:xe.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:xe.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:xe.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:xe.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:xe.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:xe.create("--ft-color-error","","COLOR","#B00020"),colorOutline:xe.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:xe.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:xe.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:xe.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:xe.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:xe.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:xe.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:xe.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:xe.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:xe.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:xe.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:xe.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:xe.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:xe.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:xe.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:xe.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:xe.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:xe.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:xe.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:xe.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:xe.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:xe.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:xe.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:xe.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:xe.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:xe.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:xe.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:xe.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:xe.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:xe.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:xe.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:xe.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:xe.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:xe.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:xe.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:xe.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:xe.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:xe.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:xe.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:xe.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:xe.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:xe.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:xe.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:xe.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:xe.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:xe.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:xe.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:xe.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:xe.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:xe.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:xe.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:xe.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:xe.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:xe.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:xe.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Sr=Object.freeze({__proto__:null,designSystemVariables:wr});class Cr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Nr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Er extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var $r=Object.freeze({__proto__:null,FtNotificationEvent:Cr,PostResizeEvent:Er,PreResizeEvent:Nr});const Rr=["start","end"],Ir=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Rr[0],o+"-"+Rr[1])),[]),kr=Math.min,Lr=Math.max,Wr=Math.round,Ur=t=>({x:t,y:t}),zr={left:"right",right:"left",bottom:"top",top:"bottom"},Br={start:"end",end:"start"};function Fr(t,o,e){return Lr(t,kr(o,e))}function Ar(t,o){return"function"==typeof t?t(o):t}function jr(t){return t.split("-")[0]}function _r(t){return t.split("-")[1]}function Pr(t){return"x"===t?"y":"x"}function Zr(t){return"y"===t?"height":"width"}function Kr(t){return["top","bottom"].includes(jr(t))?"y":"x"}function Mr(t){return Pr(Kr(t))}function Dr(t){return t.replace(/left|right|bottom|top/g,(t=>zr[t]))}function Hr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Tr(t,o,e){let{reference:r,floating:i}=t;const n=Kr(o),a=Mr(o),l=Zr(a),s=jr(o),c="y"===n,f=r.x+r.width/2-i.width/2,p=r.y+r.height/2-i.height/2,d=r[l]/2-i[l]/2;let u;switch(s){case"top":u={x:f,y:r.y-i.height};break;case"bottom":u={x:f,y:r.y+r.height};break;case"right":u={x:r.x+r.width,y:p};break;case"left":u={x:r.x-i.width,y:p};break;default:u={x:r.x,y:r.y}}switch(_r(o)){case"start":u[a]-=d*(e&&c?-1:1);break;case"end":u[a]+=d*(e&&c?-1:1)}return u}async function Gr(t,o){var e;void 0===o&&(o={});const{x:r,y:i,platform:n,rects:a,elements:l,strategy:s}=t,{boundary:c="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:d=!1,padding:u=0}=Ar(o,t),h=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}}(u),g=l[d?"floating"===p?"reference":"floating":p],y=Hr(await n.getClippingRect({element:null==(e=await(null==n.isElement?void 0:n.isElement(g)))||e?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(l.floating)),boundary:c,rootBoundary:f,strategy:s})),b="floating"===p?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(l.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=Hr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:s}):b);return{top:(y.top-x.top+h.top)/v.y,bottom:(x.bottom-y.bottom+h.bottom)/v.y,left:(y.left-x.left+h.left)/v.x,right:(x.right-y.right+h.right)/v.x}}function Vr(t,o,e){return(t?[...e.filter((o=>_r(o)===t)),...e.filter((o=>_r(o)!==t))]:e.filter((t=>jr(t)===t))).filter((e=>!t||(_r(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>Br[t]))}(e)!==e)))}const qr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,i;const{rects:n,middlewareData:a,placement:l,platform:s,elements:c}=o,{crossAxis:f=!1,alignment:p,allowedPlacements:d=Ir,autoAlignment:u=!0,...h}=Ar(t,o),g=void 0!==p||d===Ir?Vr(p||null,u,d):d,y=await Gr(o,h),b=(null==(e=a.autoPlacement)?void 0:e.index)||0,m=g[b];if(null==m)return{};const v=function(t,o,e){void 0===e&&(e=!1);const r=_r(t),i=Mr(t),n=Zr(i);let a="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[n]>o.floating[n]&&(a=Dr(a)),[a,Dr(a)]}(m,n,await(null==s.isRTL?void 0:s.isRTL(c.floating)));if(l!==m)return{reset:{placement:g[0]}};const x=[y[jr(m)],y[v[0]],y[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:x}],w=g[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const S=O.map((t=>{const o=_r(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),C=S.filter((t=>t[2].slice(0,_r(t[0])?2:3).every((t=>t<=0)))),N=(null==(i=C[0])?void 0:i[0])||S[0][0];return N!==l?{data:{index:b+1,overflows:O},reset:{placement:N}}:{}}}};function Yr(t){return Qr(t)?(t.nodeName||"").toLowerCase():"#document"}function Jr(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function Xr(t){var o;return null==(o=(Qr(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function Qr(t){return t instanceof Node||t instanceof Jr(t).Node}function ti(t){return t instanceof Element||t instanceof Jr(t).Element}function oi(t){return t instanceof HTMLElement||t instanceof Jr(t).HTMLElement}function ei(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Jr(t).ShadowRoot)}function ri(t){const{overflow:o,overflowX:e,overflowY:r,display:i}=si(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(i)}function ii(t){return["table","td","th"].includes(Yr(t))}function ni(t){const o=ai(),e=si(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function ai(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function li(t){return["html","body","#document"].includes(Yr(t))}function si(t){return Jr(t).getComputedStyle(t)}function ci(t){return ti(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function fi(t){if("html"===Yr(t))return t;const o=t.assignedSlot||t.parentNode||ei(t)&&t.host||Xr(t);return ei(o)?o.host:o}function pi(t){const o=fi(t);return li(o)?t.ownerDocument?t.ownerDocument.body:t.body:oi(o)&&ri(o)?o:pi(o)}function di(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const i=pi(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=Jr(i);return n?o.concat(a,a.visualViewport||[],ri(i)?i:[],a.frameElement&&e?di(a.frameElement):[]):o.concat(i,di(i,[],e))}function ui(t){const o=si(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const i=oi(t),n=i?t.offsetWidth:e,a=i?t.offsetHeight:r,l=Wr(e)!==n||Wr(r)!==a;return l&&(e=n,r=a),{width:e,height:r,$:l}}function hi(t){return ti(t)?t:t.contextElement}function gi(t){const o=hi(t);if(!oi(o))return Ur(1);const e=o.getBoundingClientRect(),{width:r,height:i,$:n}=ui(o);let a=(n?Wr(e.width):e.width)/r,l=(n?Wr(e.height):e.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const yi=Ur(0);function bi(t){const o=Jr(t);return ai()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:yi}function mi(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),n=hi(t);let a=Ur(1);o&&(r?ti(r)&&(a=gi(r)):a=gi(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==Jr(t))&&o}(n,e,r)?bi(n):Ur(0);let s=(i.left+l.x)/a.x,c=(i.top+l.y)/a.y,f=i.width/a.x,p=i.height/a.y;if(n){const t=Jr(n),o=r&&ti(r)?Jr(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=gi(e),o=e.getBoundingClientRect(),r=si(e),i=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,n=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;s*=t.x,c*=t.y,f*=t.x,p*=t.y,s+=i,c+=n,e=Jr(e).frameElement}}return Hr({width:f,height:p,x:s,y:c})}function vi(t){return mi(Xr(t)).left+ci(t).scrollLeft}function xi(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=Jr(t),r=Xr(t),i=e.visualViewport;let n=r.clientWidth,a=r.clientHeight,l=0,s=0;if(i){n=i.width,a=i.height;const t=ai();(!t||t&&"fixed"===o)&&(l=i.offsetLeft,s=i.offsetTop)}return{width:n,height:a,x:l,y:s}}(t,e);else if("document"===o)r=function(t){const o=Xr(t),e=ci(t),r=t.ownerDocument.body,i=Lr(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),n=Lr(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let a=-e.scrollLeft+vi(t);const l=-e.scrollTop;return"rtl"===si(r).direction&&(a+=Lr(o.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:l}}(Xr(t));else if(ti(o))r=function(t,o){const e=mi(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,n=oi(t)?gi(t):Ur(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(o,e);else{const e=bi(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return Hr(r)}function Oi(t,o){const e=fi(t);return!(e===o||!ti(e)||li(e))&&("fixed"===si(e).position||Oi(e,o))}function wi(t,o,e){const r=oi(o),i=Xr(o),n="fixed"===e,a=mi(t,!0,n,o);let l={scrollLeft:0,scrollTop:0};const s=Ur(0);if(r||!r&&!n)if(("body"!==Yr(o)||ri(i))&&(l=ci(o)),r){const t=mi(o,!0,n,o);s.x=t.x+o.clientLeft,s.y=t.y+o.clientTop}else i&&(s.x=vi(i));return{x:a.left+l.scrollLeft-s.x,y:a.top+l.scrollTop-s.y,width:a.width,height:a.height}}function Si(t,o){return oi(t)&&"fixed"!==si(t).position?o?o(t):t.offsetParent:null}function Ci(t,o){const e=Jr(t);if(!oi(t))return e;let r=Si(t,o);for(;r&&ii(r)&&"static"===si(r).position;)r=Si(r,o);return r&&("html"===Yr(r)||"body"===Yr(r)&&"static"===si(r).position&&!ni(r))?e:r||function(t){let o=fi(t);for(;oi(o)&&!li(o);){if(ni(o))return o;o=fi(o)}return null}(t)||e}const Ni={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const i=oi(e),n=Xr(e);if(e===n)return o;let a={scrollLeft:0,scrollTop:0},l=Ur(1);const s=Ur(0);if((i||!i&&"fixed"!==r)&&(("body"!==Yr(e)||ri(n))&&(a=ci(e)),oi(e))){const t=mi(e);l=gi(e),s.x=t.x+e.clientLeft,s.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-a.scrollLeft*l.x+s.x,y:o.y*l.y-a.scrollTop*l.y+s.y}},getDocumentElement:Xr,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=di(t,[],!1).filter((t=>ti(t)&&"body"!==Yr(t))),i=null;const n="fixed"===si(t).position;let a=n?fi(t):t;for(;ti(a)&&!li(a);){const o=si(a),e=ni(a);e||"fixed"!==o.position||(i=null),(n?!e&&!i:!e&&"static"===o.position&&i&&["absolute","fixed"].includes(i.position)||ri(a)&&!e&&Oi(t,a))?r=r.filter((t=>t!==a)):i=o,a=fi(a)}return o.set(t,r),r}(o,this._c):[].concat(e),r],a=n[0],l=n.reduce(((t,e)=>{const r=xi(o,e,i);return t.top=Lr(r.top,t.top),t.right=kr(r.right,t.right),t.bottom=kr(r.bottom,t.bottom),t.left=Lr(r.left,t.left),t}),xi(o,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Ci,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const i=this.getOffsetParent||Ci,n=this.getDimensions;return{reference:wi(o,await i(e),r),floating:{x:0,y:0,...await n(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return ui(t)},getScale:gi,isElement:ti,isRTL:function(t){return"rtl"===si(t).direction}},Ei=(t,o,e)=>{const r=new Map,i={platform:Ni,...e},n={...i.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=e,l=n.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(o));let c=await a.getElementRects({reference:t,floating:o,strategy:i}),{x:f,y:p}=Tr(c,r,s),d=r,u={},h=0;for(let e=0;e<l.length;e++){const{name:n,fn:g}=l[e],{x:y,y:b,data:m,reset:v}=await g({x:f,y:p,initialPlacement:r,placement:d,strategy:i,middlewareData:u,rects:c,platform:a,elements:{reference:t,floating:o}});f=null!=y?y:f,p=null!=b?b:p,u={...u,[n]:{...u[n],...m}},v&&h<=50&&(h++,"object"==typeof v&&(v.placement&&(d=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:o,strategy:i}):v.rects),({x:f,y:p}=Tr(c,d,s))),e=-1)}return{x:f,y:p,placement:d,strategy:i,middlewareData:u}})(t,o,{...i,platform:n})};function $i(t){return function(t){for(let o=t;o;o=Ri(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Ri(t);o;o=Ri(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function Ri(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}async function Ii(t,o,e){return Ei(t,o,{platform:{...Ni,getOffsetParent:t=>Ni.getOffsetParent(t,$i)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:o,y:e,placement:i}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...s}=Ar(r,t),c={x:o,y:e},f=await Gr(t,s),p=Kr(jr(i)),d=Pr(p);let u=c[d],h=c[p];if(n){const t="y"===d?"bottom":"right";u=Fr(u+f["y"===d?"top":"left"],u,u-f[t])}if(a){const t="y"===p?"bottom":"right";h=Fr(h+f["y"===p?"top":"left"],h,h-f[t])}const g=l.fn({...t,[d]:u,[p]:h});return{...g,data:{x:g.x-o,y:g.y-e}}}}),qr({allowedPlacements:[e]})]});var r}var ki=Object.freeze({__proto__:null,computeOffsetPosition:Ii});
135
- /**
136
- * @license
137
- * Copyright 2019 Google LLC
138
- * SPDX-License-Identifier: BSD-3-Clause
139
- */const Li=window,Wi=Li.ShadowRoot&&(void 0===Li.ShadyCSS||Li.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Ui extends mo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{Wi?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=Li.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var zi,Bi=Object.freeze({__proto__:null,ScopedRegistryLitElement:Ui}),Fi=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};const Ai=Symbol("constructorPrototype"),ji=Symbol("constructorName"),_i=Symbol("exportpartsDebouncer");class Pi extends Ui{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[zi]=new le(5),this[ji]=this.constructor.name,this[Ai]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ji]&&Object.setPrototypeOf(this,this[Ai])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}applyCustomStylesheet(t){var o,e,r;if(this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync(null!==(o=this.customStylesheet)&&void 0!==o?o:"")}catch(t){console.error(t,this.customStylesheet)}}else if((null!==(r=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){var t,o,e;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(e=null===(o=this.exportpartsPrefixes)||void 0===o?void 0:o.length)&&void 0!==e&&e)&&this[_i].run((()=>{var t,o;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(o=this.exportpartsPrefixes)||void 0===o?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,n,a;const l=t=>null!=t&&t.trim().length>0,s=t.filter(l).map((t=>t.trim()));if(0===s.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],e=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(...o,...e).filter(l).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const f=[...c.values()].flatMap((t=>s.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}zi=_i,Fi([So()],Pi.prototype,"exportpartsPrefix",void 0),Fi([ye([])],Pi.prototype,"exportpartsPrefixes",void 0),Fi([So()],Pi.prototype,"customStylesheet",void 0);var Zi=Object.freeze({__proto__:null,FtLitElement:Pi}),Ki=Object.freeze({__proto__:null});class Mi{constructor(t,o=!0,e=[],r=5e3){this.ctx=t,this.iframes=o,this.exclude=e,this.iframesTimeout=r}static matches(t,o){const e="string"==typeof o?[o]:o,r=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(r){let o=!1;return e.every((e=>!r.call(t,e)||(o=!0,!1))),o}return!1}getContexts(){let t,o=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const e=o.filter((o=>o.contains(t))).length>0;-1!==o.indexOf(t)||e||o.push(t)})),o}getIframeContents(t,o,e=(()=>{})){let r;try{const o=t.contentWindow;if(r=o.document,!o||!r)throw new Error("iframe inaccessible")}catch(t){e()}r&&o(r)}isIframeBlank(t){const o="about:blank",e=t.getAttribute("src").trim();return t.contentWindow.location.href===o&&e!==o&&e}observeIframeLoad(t,o,e){let r=!1,i=null;const n=()=>{if(!r){r=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",n),this.getIframeContents(t,o,e))}catch(t){e()}}};t.addEventListener("load",n),i=setTimeout(n,this.iframesTimeout)}onIframeReady(t,o,e){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,o,e):this.getIframeContents(t,o,e):this.observeIframeLoad(t,o,e)}catch(t){e()}}waitForIframes(t,o){let e=0;this.forEachIframe(t,(()=>!0),(t=>{e++,this.waitForIframes(t.querySelector("html"),(()=>{--e||o()}))}),(t=>{t||o()}))}forEachIframe(t,o,e,r=(()=>{})){let i=t.querySelectorAll("iframe"),n=i.length,a=0;i=Array.prototype.slice.call(i);const l=()=>{--n<=0&&r(a)};n||l(),i.forEach((t=>{Mi.matches(t,this.exclude)?l():this.onIframeReady(t,(r=>{o(t)&&(a++,e(r)),l()}),l)}))}createIterator(t,o,e){return document.createNodeIterator(t,o,e,!1)}createInstanceOnIframe(t){return new Mi(t.querySelector("html"),this.iframes)}compareNodeIframe(t,o,e){if(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING){if(null===o)return!0;if(o.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const o=t.previousNode();let e;return e=(null===o||t.nextNode())&&t.nextNode(),{prevNode:o,node:e}}checkIframeFilter(t,o,e,r){let i=!1,n=!1;return r.forEach(((t,o)=>{t.val===e&&(i=o,n=t.handled)})),this.compareNodeIframe(t,o,e)?(!1!==i||n?!1===i||n||(r[i].handled=!0):r.push({val:e,handled:!0}),!0):(!1===i&&r.push({val:e,handled:!1}),!1)}handleOpenIframes(t,o,e,r){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(o,e,r)}))}))}iterateThroughNodes(t,o,e,r,i){const n=this.createIterator(o,t,r);let a,l,s=[],c=[],f=()=>(({prevNode:l,node:a}=this.getIteratorNode(n)),a);for(;f();)this.iframes&&this.forEachIframe(o,(t=>this.checkIframeFilter(a,l,t,s)),(o=>{this.createInstanceOnIframe(o).forEachNode(t,(t=>c.push(t)),r)})),c.push(a);c.forEach((t=>{e(t)})),this.iframes&&this.handleOpenIframes(s,t,e,r),i()}forEachNode(t,o,e,r=(()=>{})){const i=this.getContexts();let n=i.length;n||r(),i.forEach((i=>{const a=()=>{this.iterateThroughNodes(t,i,o,e,(()=>{--n<=0&&r()}))};this.iframes?this.waitForIframes(i,a):a()}))}}const Di=function(t){const o=new class{constructor(t){this.ctx=t,this.ie=!1;const o=window.navigator.userAgent;(o.indexOf("MSIE")>-1||o.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new Mi(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,o="debug"){const e=this.opt.log;this.opt.debug&&"object"==typeof e&&"function"==typeof e[o]&&e[o](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const o=this.opt.synonyms,e=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in o)if(o.hasOwnProperty(i)){const n=o[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),l="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n);""!==a&&""!==l&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(l)})`,`gm${e}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(l)})`+r))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return(t=t.replace(/(?:\\)*\?/g,(t=>"\\"===t.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(t=>"\\"===t.charAt(0)?"*":""))}createWildcardsRegExp(t){let o="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,o?"[\\S\\s]?":"\\S?").replace(/\u0002/g,o?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,o,e)=>{let r=e.charAt(o+1);return/[(|)\\]/.test(r)||""===r?t:t+"\0"}))}createJoinersRegExp(t){let o=[];const e=this.opt.ignorePunctuation;return Array.isArray(e)&&e.length&&o.push(this.escapeStr(e.join(""))),this.opt.ignoreJoiners&&o.push("\\u00ad\\u200b\\u200c\\u200d"),o.length?t.split(/\u0000+/).join(`[${o.join("")}]*`):t}createDiacriticsRegExp(t){const o=this.opt.caseSensitive?"":"i",e=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return t.split("").forEach((i=>{e.every((e=>{if(-1!==e.indexOf(i)){if(r.indexOf(e)>-1)return!1;t=t.replace(new RegExp(`[${e}]`,`gm${o}`),`[${e}]`),r.push(e)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let o=this.opt.accuracy,e="string"==typeof o?o:o.value,r="string"==typeof o?[]:o.limiters,i="";switch(r.forEach((t=>{i+=`|${this.escapeStr(t)}`})),e){case"partially":default:return`()(${t})`;case"complementary":return i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${i}]*${t}[^${i}]*)`;case"exactly":return`(^|\\s${i})(${t})(?=$|\\s${i})`}}getSeparatedKeywords(t){let o=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===o.indexOf(t)&&o.push(t)})):t.trim()&&-1===o.indexOf(t)&&o.push(t)})),{keywords:o.sort(((t,o)=>o.length-t.length)),length:o.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const o=[];let e=0;return t.sort(((t,o)=>t.start-o.start)).forEach((t=>{let{start:r,end:i,valid:n}=this.callNoMatchOnInvalidRanges(t,e);n&&(t.start=r,t.length=i-r,o.push(t),e=i)})),o}callNoMatchOnInvalidRanges(t,o){let e,r,i=!1;return t&&void 0!==t.start?(e=parseInt(t.start,10),r=e+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&r-o>0&&r-e>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:e,end:r,valid:i}}checkWhitespaceRanges(t,o,e){let r,i=!0,n=e.length,a=o-n,l=parseInt(t.start,10)-a;return l=l>n?n:l,r=l+parseInt(t.length,10),r>n&&(r=n,this.log(`End range automatically set to the max value of ${n}`)),l<0||r-l<0||l>n||r>n?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===e.substring(l,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:l,end:r,valid:i}}getTextNodes(t){let o="",e=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{e.push({start:o.length,end:(o+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:o,nodes:e})}))}matchesExclude(t){return Mi.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,o,e){const r=this.opt.element?this.opt.element:"mark",i=t.splitText(o),n=i.splitText(e-o);let a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),n}wrapRangeInMappedTextNode(t,o,e,r,i){t.nodes.every(((n,a)=>{const l=t.nodes[a+1];if(void 0===l||l.start>o){if(!r(n.node))return!1;const l=o-n.start,s=(e>n.end?n.end:e)-n.start,c=t.value.substr(0,n.start),f=t.value.substr(s+n.start);if(n.node=this.wrapRangeInTextNode(n.node,l,s),t.value=c+f,t.nodes.forEach(((o,e)=>{e>=a&&(t.nodes[e].start>0&&e!==a&&(t.nodes[e].start-=s),t.nodes[e].end-=s)})),e-=s,i(n.node.previousSibling,n.start),!(e>n.end))return!1;o=n.end}return!0}))}wrapMatches(t,o,e,r,i){const n=0===o?0:o+1;this.getTextNodes((o=>{o.nodes.forEach((o=>{let i;for(o=o.node;null!==(i=t.exec(o.textContent))&&""!==i[n];){if(!e(i[n],o))continue;let a=i.index;if(0!==n)for(let t=1;t<n;t++)a+=i[t].length;o=this.wrapRangeInTextNode(o,a,a+i[n].length),r(o.previousSibling),t.lastIndex=0}})),i()}))}wrapMatchesAcrossElements(t,o,e,r,i){const n=0===o?0:o+1;this.getTextNodes((o=>{let a;for(;null!==(a=t.exec(o.value))&&""!==a[n];){let i=a.index;if(0!==n)for(let t=1;t<n;t++)i+=a[t].length;const l=i+a[n].length;this.wrapRangeInMappedTextNode(o,i,l,(t=>e(a[n],t)),((o,e)=>{t.lastIndex=e,r(o)}))}i()}))}wrapRangeFromIndex(t,o,e,r){this.getTextNodes((i=>{const n=i.value.length;t.forEach(((t,r)=>{let{start:a,end:l,valid:s}=this.checkWhitespaceRanges(t,n,i.value);s&&this.wrapRangeInMappedTextNode(i,a,l,(e=>o(e,t,i.value.substring(a,l),r)),(o=>{e(o,t)}))})),r()}))}unwrapMatches(t){const o=t.parentNode;let e=document.createDocumentFragment();for(;t.firstChild;)e.appendChild(t.removeChild(t.firstChild));o.replaceChild(e,t),this.ie?this.normalizeTextNode(o):o.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,o){this.opt=o,this.log(`Searching with expression "${t}"`);let e=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](t,this.opt.ignoreGroups,((t,o)=>this.opt.filter(o,t,e)),(t=>{e++,this.opt.each(t)}),(()=>{0===e&&this.opt.noMatch(t),this.opt.done(e)}))}mark(t,o){this.opt=o;let e=0,r="wrapMatches";const{keywords:i,length:n}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",l=t=>{let o=new RegExp(this.createRegExp(t),`gm${a}`),s=0;this.log(`Searching with expression "${o}"`),this[r](o,1,((o,r)=>this.opt.filter(r,t,e,s)),(t=>{s++,e++,this.opt.each(t)}),(()=>{0===s&&this.opt.noMatch(t),i[n-1]===t?this.opt.done(e):l(i[i.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(e):l(i[0])}markRanges(t,o){this.opt=o;let e=0,r=this.checkRanges(t);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,((t,o,e,r)=>this.opt.filter(t,o,e,r)),((t,o)=>{e++,this.opt.each(t,o)}),(()=>{this.opt.done(e)}))):this.opt.done(e)}unmark(t){this.opt=t;let o=this.opt.element?this.opt.element:"*";o+="[data-markjs]",this.opt.className&&(o+=`.${this.opt.className}`),this.log(`Removal selector "${o}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(t=>{this.unwrapMatches(t)}),(t=>{const e=Mi.matches(t,o),r=this.matchesExclude(t);return!e||r?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,e)=>(o.mark(t,e),this),this.markRegExp=(t,e)=>(o.markRegExp(t,e),this),this.markRanges=(t,e)=>(o.markRanges(t,e),this),this.unmark=t=>(o.unmark(t),this),this},Hi=xe.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Ti=dt`
1
+ "use strict";(()=>{var fc=Object.defineProperty;var z=(e,t)=>{for(var r in t)fc(e,r,{get:t[r],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let e=window.HTMLElement,t=window.customElements.define,r=window.customElements.get,n=window.customElements,i=new WeakMap,a=new WeakMap,s=new WeakMap,c=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(x,b){if(x=x.toLowerCase(),this._getDefinition(x)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${x}" has already been used with this registry`);if(this._definitionsByClass.get(b)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let S=b.prototype.attributeChangedCallback,_=new Set(b.observedAttributes||[]);m(b,_,S);let W={elementClass:b,connectedCallback:b.prototype.connectedCallback,disconnectedCallback:b.prototype.disconnectedCallback,adoptedCallback:b.prototype.adoptedCallback,attributeChangedCallback:S,formAssociated:b.formAssociated,formAssociatedCallback:b.prototype.formAssociatedCallback,formDisabledCallback:b.prototype.formDisabledCallback,formResetCallback:b.prototype.formResetCallback,formStateRestoreCallback:b.prototype.formStateRestoreCallback,observedAttributes:_};this._definitionsByTag.set(x,W),this._definitionsByClass.set(b,W);let rt=r.call(n,x);rt||(rt=u(x),t.call(n,x,rt)),this===window.customElements&&(s.set(b,W),W.standInClass=rt);let U=this._awaitingUpgrade.get(x);if(U){this._awaitingUpgrade.delete(x);for(let L of U)a.delete(L),g(L,W,!0)}let $=this._whenDefinedPromises.get(x);return $!==void 0&&($.resolve(b),this._whenDefinedPromises.delete(x)),b}upgrade(){E.push(this),n.upgrade.apply(n,arguments),E.pop()}get(x){return this._definitionsByTag.get(x)?.elementClass}_getDefinition(x){return this._definitionsByTag.get(x)}whenDefined(x){let b=this._getDefinition(x);if(b!==void 0)return Promise.resolve(b.elementClass);let S=this._whenDefinedPromises.get(x);return S===void 0&&(S={},S.promise=new Promise(_=>S.resolve=_),this._whenDefinedPromises.set(x,S)),S.promise}_upgradeWhenDefined(x,b,S){let _=this._awaitingUpgrade.get(b);_||this._awaitingUpgrade.set(b,_=new Set),S?_.add(x):_.delete(x)}};let l;window.HTMLElement=function(){let b=l;if(b)return l=void 0,b;let S=s.get(this.constructor);if(!S)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return b=Reflect.construct(e,[],S.standInClass),Object.setPrototypeOf(b,this.constructor.prototype),i.set(b,S),b},window.HTMLElement.prototype=e.prototype;let f=x=>x===document||x instanceof ShadowRoot,h=x=>{let b=x.getRootNode();if(!f(b)){let S=E[E.length-1];if(S instanceof CustomElementRegistry)return S;b=S.getRootNode(),f(b)||(b=c.get(b)?.getRootNode()||document)}return b.customElements},u=x=>class{static get formAssociated(){return!0}constructor(){let S=Reflect.construct(e,[],this.constructor);Object.setPrototypeOf(S,HTMLElement.prototype);let _=h(S)||window.customElements,W=_._getDefinition(x);return W?g(S,W):a.set(S,_),S}connectedCallback(){let S=i.get(this);S?S.connectedCallback&&S.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,x,!0)}disconnectedCallback(){let S=i.get(this);S?S.disconnectedCallback&&S.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,x,!1)}adoptedCallback(){i.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let S=i.get(this);S&&S.formAssociated&&S?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let S=i.get(this);S?.formAssociated&&S?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let S=i.get(this);S?.formAssociated&&S?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let S=i.get(this);S?.formAssociated&&S?.formStateRestoreCallback?.apply(this,arguments)}},m=(x,b,S)=>{if(b.size===0||S===void 0)return;let _=x.prototype.setAttribute;_&&(x.prototype.setAttribute=function(U,$){let L=U.toLowerCase();if(b.has(L)){let k=this.getAttribute(L);_.call(this,L,$),S.call(this,L,k,$)}else _.call(this,L,$)});let W=x.prototype.removeAttribute;W&&(x.prototype.removeAttribute=function(U){let $=U.toLowerCase();if(b.has($)){let L=this.getAttribute($);W.call(this,$),S.call(this,$,L,null)}else W.call(this,$)});let rt=x.prototype.toggleAttribute;rt&&(x.prototype.toggleAttribute=function(U,$){let L=U.toLowerCase();if(b.has(L)){let k=this.getAttribute(L);rt.call(this,L,$);let Q=this.getAttribute(L);S.call(this,L,k,Q)}else rt.call(this,L,$)})},y=x=>{let b=Object.getPrototypeOf(x);if(b!==window.HTMLElement)return b===e?Object.setPrototypeOf(x,window.HTMLElement):y(b)},g=(x,b,S=!1)=>{Object.setPrototypeOf(x,b.elementClass.prototype),i.set(x,b),l=x;try{new b.elementClass}catch{y(b.elementClass),new b.elementClass}b.attributeChangedCallback&&b.observedAttributes.forEach(_=>{x.hasAttribute(_)&&b.attributeChangedCallback.call(x,_,null,x.getAttribute(_))}),S&&b.connectedCallback&&x.isConnected&&b.connectedCallback.call(x)},v=Element.prototype.attachShadow;Element.prototype.attachShadow=function(x){let b=v.apply(this,arguments);return x.customElements&&(b.customElements=x.customElements),b};let E=[document],N=(x,b,S=void 0)=>{let _=(S?Object.getPrototypeOf(S):x.prototype)[b];x.prototype[b]=function(){E.push(this);let W=_.apply(S||this,arguments);return W!==void 0&&c.set(W,this),E.pop(),W}};N(ShadowRoot,"createElement",document),N(ShadowRoot,"importNode",document),N(Element,"insertAdjacentHTML");let A=(x,b)=>{let S=Object.getOwnPropertyDescriptor(x.prototype,b);Object.defineProperty(x.prototype,b,{...S,set(_){E.push(this),S.set.call(this,_),E.pop()}})};if(A(Element,"innerHTML"),A(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let x=new WeakMap,b=HTMLElement.prototype.attachInternals,S=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...U){let $=b.call(this,...U);return x.set($,this),$},S.forEach(U=>{let $=window.ElementInternals.prototype,L=$[U];$[U]=function(...k){let Q=x.get(this);if(i.get(Q).formAssociated===!0)return L?.call(this,...k);throw new DOMException(`Failed to execute ${L} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class _ extends Array{constructor($){super(...$),this._elements=$}get value(){return this._elements.find($=>$.checked===!0)?.value||""}}class W{constructor($){let L=new Map;$.forEach((k,Q)=>{let yr=k.getAttribute("name"),Pi=L.get(yr)||[];this[+Q]=k,Pi.push(k),L.set(yr,Pi)}),this.length=$.length,L.forEach((k,Q)=>{k&&(k.length===1?this[Q]=k[0]:this[Q]=new _(k))})}namedItem($){return this[$]}}let rt=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let U=rt.get.call(this,[]),$=[];for(let L of U){let k=i.get(L);(!k||k.formAssociated===!0)&&$.push(L)}return new W($)}})}}try{window.customElements.define("custom-element",null)}catch{let t=window.customElements.define;window.customElements.define=(r,n,i)=>{if(n!==null)try{t.bind(window.customElements)(r,n,i)}catch(a){console.info(r,n,i,a)}}}var $r={};z($r,{CSSResult:()=>xe,LitElement:()=>_t,ReactiveElement:()=>Ot,_$LE:()=>kc,_$LH:()=>Lc,adoptStyles:()=>Uo,css:()=>P,defaultConverter:()=>Bo,getCompatibleStyle:()=>to,html:()=>V,isServer:()=>rf,noChange:()=>Dt,notEqual:()=>wr,nothing:()=>H,render:()=>Rr,supportsAdoptingStyleSheets:()=>Qe,svg:()=>_c,unsafeCSS:()=>ne});var Eo=globalThis,Ao=Eo.ShadowRoot&&(Eo.ShadyCSS===void 0||Eo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Li=Symbol(),_i=new WeakMap,No=class{constructor(t,r,n){if(this._$cssResult$=!0,n!==Li)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=r}get styleSheet(){let t=this.o,r=this.t;if(Ao&&t===void 0){let n=r!==void 0&&r.length===1;n&&(t=_i.get(r)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&_i.set(r,t))}return t}toString(){return this.cssText}},Ti=e=>new No(typeof e=="string"?e:e+"",void 0,Li);var gr=(e,t)=>{if(Ao)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Eo.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}},Ro=Ao?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(let n of t.cssRules)r+=n.cssText;return Ti(r)})(e):e;var{is:dc,defineProperty:uc,getOwnPropertyDescriptor:hc,getOwnPropertyNames:mc,getOwnPropertySymbols:yc,getPrototypeOf:gc}=Object,$o=globalThis,Ii=$o.trustedTypes,bc=Ii?Ii.emptyScript:"",xc=$o.reactiveElementPolyfillSupport,Ge=(e,t)=>e,Ze={toAttribute(e,t){switch(t){case Boolean:e=e?bc:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},Po=(e,t)=>!dc(e,t),ki={attribute:!0,type:String,converter:Ze,reflect:!1,hasChanged:Po};Symbol.metadata??=Symbol("metadata"),$o.litPropertyMetadata??=new WeakMap;var Jt=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,r=ki){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(t,r),!r.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(t,n,r);i!==void 0&&uc(this.prototype,t,i)}}static getPropertyDescriptor(t,r,n){let{get:i,set:a}=hc(this.prototype,t)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return i?.call(this)},set(s){let c=i?.call(this);a.call(this,s),this.requestUpdate(t,c,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??ki}static _$Ei(){if(this.hasOwnProperty(Ge("elementProperties")))return;let t=gc(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Ge("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Ge("properties"))){let r=this.properties,n=[...mc(r),...yc(r)];for(let i of n)this.createProperty(i,r[i])}let t=this[Symbol.metadata];if(t!==null){let r=litPropertyMetadata.get(t);if(r!==void 0)for(let[n,i]of r)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let i=this._$Eu(r,n);i!==void 0&&this._$Eh.set(i,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let r=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let i of n)r.unshift(Ro(i))}else t!==void 0&&r.push(Ro(t));return r}static _$Eu(t,r){let n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$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),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){let t=new Map,r=this.constructor.elementProperties;for(let n of r.keys())this.hasOwnProperty(n)&&(t.set(n,this[n]),delete this[n]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return gr(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,r,n){this._$AK(t,n)}_$EO(t,r){let n=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:Ze).toAttribute(r,n.type);this._$Em=t,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(t,r){let n=this.constructor,i=n._$Eh.get(t);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:Ze;this._$Em=i,this[i]=s.fromAttribute(r,a.type),this._$Em=null}}requestUpdate(t,r,n,i=!1,a){if(t!==void 0){if(n??=this.constructor.getPropertyOptions(t),!(n.hasChanged??Po)(i?a:this[t],r))return;this.C(t,r,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(t,r,n){this._$AL.has(t)||this._$AL.set(t,r),n.reflect===!0&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let t=!1,r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$ET()}catch(n){throw t=!1,this._$ET(),n}t&&this._$AE(r)}willUpdate(t){}_$AE(t){this._$E_?.forEach(r=>r.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(r=>this._$EO(r,this[r])),this._$ET()}updated(t){}firstUpdated(t){}};Jt.elementStyles=[],Jt.shadowRootOptions={mode:"open"},Jt[Ge("elementProperties")]=new Map,Jt[Ge("finalized")]=new Map,xc?.({ReactiveElement:Jt}),($o.reactiveElementVersions??=[]).push("2.0.2");var xr=globalThis,_o=xr.trustedTypes,Mi=_o?_o.createPolicy("lit-html",{createHTML:e=>e}):void 0,vr="$lit$",$t=`lit$${(Math.random()+"").slice(9)}$`,Sr="?"+$t,vc=`<${Sr}>`,ee=document,Lo=()=>ee.createComment(""),Ye=e=>e===null||typeof e!="object"&&typeof e!="function",Hi=Array.isArray,Fi=e=>Hi(e)||typeof e?.[Symbol.iterator]=="function",br=`[
2
+ \f\r]`,qe=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Wi=/-->/g,Di=/>/g,Qt=RegExp(`>|${br}(?:([^\\s"'>=/]+)(${br}*=${br}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Ui=/'/g,Bi=/"/g,ji=/^(?:script|style|textarea|title)$/i,Vi=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Ki=Vi(1),Gi=Vi(2),pt=Symbol.for("lit-noChange"),G=Symbol.for("lit-nothing"),zi=new WeakMap,te=ee.createTreeWalker(ee,129);function Zi(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Mi!==void 0?Mi.createHTML(t):t}var qi=(e,t)=>{let r=e.length-1,n=[],i,a=t===2?"<svg>":"",s=qe;for(let c=0;c<r;c++){let l=e[c],f,h,u=-1,m=0;for(;m<l.length&&(s.lastIndex=m,h=s.exec(l),h!==null);)m=s.lastIndex,s===qe?h[1]==="!--"?s=Wi:h[1]!==void 0?s=Di:h[2]!==void 0?(ji.test(h[2])&&(i=RegExp("</"+h[2],"g")),s=Qt):h[3]!==void 0&&(s=Qt):s===Qt?h[0]===">"?(s=i??qe,u=-1):h[1]===void 0?u=-2:(u=s.lastIndex-h[2].length,f=h[1],s=h[3]===void 0?Qt:h[3]==='"'?Bi:Ui):s===Bi||s===Ui?s=Qt:s===Wi||s===Di?s=qe:(s=Qt,i=void 0);let y=s===Qt&&e[c+1].startsWith("/>")?" ":"";a+=s===qe?l+vc:u>=0?(n.push(f),l.slice(0,u)+vr+l.slice(u)+$t+y):l+$t+(u===-2?c:y)}return[Zi(e,a+(e[r]||"<?>")+(t===2?"</svg>":"")),n]},Xe=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,c=t.length-1,l=this.parts,[f,h]=qi(t,r);if(this.el=e.createElement(f,n),te.currentNode=this.el.content,r===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=te.nextNode())!==null&&l.length<c;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(vr)){let m=h[s++],y=i.getAttribute(u).split($t),g=/([.?@])?(.*)/.exec(m);l.push({type:1,index:a,name:g[2],strings:y,ctor:g[1]==="."?Io:g[1]==="?"?ko:g[1]==="@"?Mo:re}),i.removeAttribute(u)}else u.startsWith($t)&&(l.push({type:6,index:a}),i.removeAttribute(u));if(ji.test(i.tagName)){let u=i.textContent.split($t),m=u.length-1;if(m>0){i.textContent=_o?_o.emptyScript:"";for(let y=0;y<m;y++)i.append(u[y],Lo()),te.nextNode(),l.push({type:2,index:++a});i.append(u[m],Lo())}}}else if(i.nodeType===8)if(i.data===Sr)l.push({type:2,index:a});else{let u=-1;for(;(u=i.data.indexOf($t,u+1))!==-1;)l.push({type:7,index:a}),u+=$t.length-1}a++}}static createElement(t,r){let n=ee.createElement("template");return n.innerHTML=t,n}};function oe(e,t,r=e,n){if(t===pt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=Ye(t)?void 0:t._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=oe(e,i._$AS(e,t.values),i,n)),t}var To=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??ee).importNode(r,!0);te.currentNode=i;let a=te.nextNode(),s=0,c=0,l=n[0];for(;l!==void 0;){if(s===l.index){let f;l.type===2?f=new Je(a,a.nextSibling,this,t):l.type===1?f=new l.ctor(a,l.name,l.strings,this,t):l.type===6&&(f=new Wo(a,this,t)),this._$AV.push(f),l=n[++c]}s!==l?.index&&(a=te.nextNode(),s++)}return te.currentNode=ee,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Je=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=G,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=oe(this,t,r),Ye(t)?t===G||t==null||t===""?(this._$AH!==G&&this._$AR(),this._$AH=G):t!==this._$AH&&t!==pt&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):Fi(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!==G&&Ye(this._$AH)?this._$AA.nextSibling.data=t:this.$(ee.createTextNode(t)),this._$AH=t}g(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=Xe.createElement(Zi(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new To(i,this),s=a.u(this.options);a.p(r),this.$(s),this._$AH=a}}_$AC(t){let r=zi.get(t.strings);return r===void 0&&zi.set(t.strings,r=new Xe(t)),r}T(t){Hi(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of t)i===r.length?r.push(n=new e(this.k(Lo()),this.k(Lo()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},re=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,a){this.type=1,this._$AH=G,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=G}_$AI(t,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)t=oe(this,t,r,0),s=!Ye(t)||t!==this._$AH&&t!==pt,s&&(this._$AH=t);else{let c=t,l,f;for(t=a[0],l=0;l<a.length-1;l++)f=oe(this,c[n+l],r,l),f===pt&&(f=this._$AH[l]),s||=!Ye(f)||f!==this._$AH[l],f===G?t=G:t!==G&&(t+=(f??"")+a[l+1]),this._$AH[l]=f}s&&!i&&this.O(t)}O(t){t===G?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Io=class extends re{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===G?void 0:t}},ko=class extends re{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==G)}},Mo=class extends re{constructor(t,r,n,i,a){super(t,r,n,i,a),this.type=5}_$AI(t,r=this){if((t=oe(this,t,r,0)??G)===pt)return;let n=this._$AH,i=t===G&&n!==G||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,a=t!==G&&(n===G||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Wo=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){oe(this,t)}},Yi={j:vr,P:$t,A:Sr,C:1,M:qi,L:To,R:Fi,V:oe,D:Je,I:re,H:ko,N:Mo,U:Io,B:Wo},Sc=xr.litHtmlPolyfillSupport;Sc?.(Xe,Je),(xr.litHtmlVersions??=[]).push("3.1.0");var Do=globalThis,Qe=Do.ShadowRoot&&(Do.ShadyCSS===void 0||Do.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Or=Symbol(),Xi=new WeakMap,xe=class{constructor(t,r,n){if(this._$cssResult$=!0,n!==Or)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=r}get styleSheet(){let t=this.o,r=this.t;if(Qe&&t===void 0){let n=r!==void 0&&r.length===1;n&&(t=Xi.get(r)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&Xi.set(r,t))}return t}toString(){return this.cssText}},ne=e=>new xe(typeof e=="string"?e:e+"",void 0,Or),P=(e,...t)=>{let r=e.length===1?e[0]:t.reduce((n,i,a)=>n+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+e[a+1],e[0]);return new xe(r,e,Or)},Uo=(e,t)=>{if(Qe)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),i=Do.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}},to=Qe?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(let n of t.cssRules)r+=n.cssText;return ne(r)})(e):e;var{is:Oc,defineProperty:wc,getOwnPropertyDescriptor:Cc,getOwnPropertyNames:Ec,getOwnPropertySymbols:Nc,getPrototypeOf:Ac}=Object,zo=globalThis,Ji=zo.trustedTypes,Rc=Ji?Ji.emptyScript:"",$c=zo.reactiveElementPolyfillSupport,eo=(e,t)=>e,Bo={toAttribute(e,t){switch(t){case Boolean:e=e?Rc:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},wr=(e,t)=>!Oc(e,t),Qi={attribute:!0,type:String,converter:Bo,reflect:!1,hasChanged:wr};Symbol.metadata??=Symbol("metadata"),zo.litPropertyMetadata??=new WeakMap;var Ot=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,r=Qi){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(t,r),!r.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(t,n,r);i!==void 0&&wc(this.prototype,t,i)}}static getPropertyDescriptor(t,r,n){let{get:i,set:a}=Cc(this.prototype,t)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return i?.call(this)},set(s){let c=i?.call(this);a.call(this,s),this.requestUpdate(t,c,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Qi}static _$Ei(){if(this.hasOwnProperty(eo("elementProperties")))return;let t=Ac(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(eo("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(eo("properties"))){let r=this.properties,n=[...Ec(r),...Nc(r)];for(let i of n)this.createProperty(i,r[i])}let t=this[Symbol.metadata];if(t!==null){let r=litPropertyMetadata.get(t);if(r!==void 0)for(let[n,i]of r)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let i=this._$Eu(r,n);i!==void 0&&this._$Eh.set(i,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let r=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let i of n)r.unshift(to(i))}else t!==void 0&&r.push(to(t));return r}static _$Eu(t,r){let n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$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),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){let t=new Map,r=this.constructor.elementProperties;for(let n of r.keys())this.hasOwnProperty(n)&&(t.set(n,this[n]),delete this[n]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Uo(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,r,n){this._$AK(t,n)}_$EO(t,r){let n=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:Bo).toAttribute(r,n.type);this._$Em=t,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(t,r){let n=this.constructor,i=n._$Eh.get(t);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:Bo;this._$Em=i,this[i]=s.fromAttribute(r,a.type),this._$Em=null}}requestUpdate(t,r,n,i=!1,a){if(t!==void 0){if(n??=this.constructor.getPropertyOptions(t),!(n.hasChanged??wr)(i?a:this[t],r))return;this.C(t,r,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(t,r,n){this._$AL.has(t)||this._$AL.set(t,r),n.reflect===!0&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let t=!1,r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$ET()}catch(n){throw t=!1,this._$ET(),n}t&&this._$AE(r)}willUpdate(t){}_$AE(t){this._$E_?.forEach(r=>r.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(r=>this._$EO(r,this[r])),this._$ET()}updated(t){}firstUpdated(t){}};Ot.elementStyles=[],Ot.shadowRootOptions={mode:"open"},Ot[eo("elementProperties")]=new Map,Ot[eo("finalized")]=new Map,$c?.({ReactiveElement:Ot}),(zo.reactiveElementVersions??=[]).push("2.0.2");var Er=globalThis,Ho=Er.trustedTypes,ta=Ho?Ho.createPolicy("lit-html",{createHTML:e=>e}):void 0,Nr="$lit$",Pt=`lit$${(Math.random()+"").slice(9)}$`,Ar="?"+Pt,Pc=`<${Ar}>`,se=document,ro=()=>se.createComment(""),no=e=>e===null||typeof e!="object"&&typeof e!="function",aa=Array.isArray,sa=e=>aa(e)||typeof e?.[Symbol.iterator]=="function",Cr=`[
4
+ \f\r]`,oo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ea=/-->/g,oa=/>/g,ie=RegExp(`>|${Cr}(?:([^\\s"'>=/]+)(${Cr}*=${Cr}*(?:[^
5
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ra=/'/g,na=/"/g,ca=/^(?:script|style|textarea|title)$/i,la=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),V=la(1),_c=la(2),Dt=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),ia=new WeakMap,ae=se.createTreeWalker(se,129);function pa(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return ta!==void 0?ta.createHTML(t):t}var fa=(e,t)=>{let r=e.length-1,n=[],i,a=t===2?"<svg>":"",s=oo;for(let c=0;c<r;c++){let l=e[c],f,h,u=-1,m=0;for(;m<l.length&&(s.lastIndex=m,h=s.exec(l),h!==null);)m=s.lastIndex,s===oo?h[1]==="!--"?s=ea:h[1]!==void 0?s=oa:h[2]!==void 0?(ca.test(h[2])&&(i=RegExp("</"+h[2],"g")),s=ie):h[3]!==void 0&&(s=ie):s===ie?h[0]===">"?(s=i??oo,u=-1):h[1]===void 0?u=-2:(u=s.lastIndex-h[2].length,f=h[1],s=h[3]===void 0?ie:h[3]==='"'?na:ra):s===na||s===ra?s=ie:s===ea||s===oa?s=oo:(s=ie,i=void 0);let y=s===ie&&e[c+1].startsWith("/>")?" ":"";a+=s===oo?l+Pc:u>=0?(n.push(f),l.slice(0,u)+Nr+l.slice(u)+Pt+y):l+Pt+(u===-2?c:y)}return[pa(e,a+(e[r]||"<?>")+(t===2?"</svg>":"")),n]},io=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,c=t.length-1,l=this.parts,[f,h]=fa(t,r);if(this.el=e.createElement(f,n),ae.currentNode=this.el.content,r===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=ae.nextNode())!==null&&l.length<c;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(Nr)){let m=h[s++],y=i.getAttribute(u).split(Pt),g=/([.?@])?(.*)/.exec(m);l.push({type:1,index:a,name:g[2],strings:y,ctor:g[1]==="."?jo:g[1]==="?"?Vo:g[1]==="@"?Ko:le}),i.removeAttribute(u)}else u.startsWith(Pt)&&(l.push({type:6,index:a}),i.removeAttribute(u));if(ca.test(i.tagName)){let u=i.textContent.split(Pt),m=u.length-1;if(m>0){i.textContent=Ho?Ho.emptyScript:"";for(let y=0;y<m;y++)i.append(u[y],ro()),ae.nextNode(),l.push({type:2,index:++a});i.append(u[m],ro())}}}else if(i.nodeType===8)if(i.data===Ar)l.push({type:2,index:a});else{let u=-1;for(;(u=i.data.indexOf(Pt,u+1))!==-1;)l.push({type:7,index:a}),u+=Pt.length-1}a++}}static createElement(t,r){let n=se.createElement("template");return n.innerHTML=t,n}};function ce(e,t,r=e,n){if(t===Dt)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=no(t)?void 0:t._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=ce(e,i._$AS(e,t.values),i,n)),t}var Fo=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,i=(t?.creationScope??se).importNode(r,!0);ae.currentNode=i;let a=ae.nextNode(),s=0,c=0,l=n[0];for(;l!==void 0;){if(s===l.index){let f;l.type===2?f=new ve(a,a.nextSibling,this,t):l.type===1?f=new l.ctor(a,l.name,l.strings,this,t):l.type===6&&(f=new Go(a,this,t)),this._$AV.push(f),l=n[++c]}s!==l?.index&&(a=ae.nextNode(),s++)}return ae.currentNode=se,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},ve=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=ce(this,t,r),no(t)?t===H||t==null||t===""?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==Dt&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):sa(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==H&&no(this._$AH)?this._$AA.nextSibling.data=t:this.$(se.createTextNode(t)),this._$AH=t}g(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=io.createElement(pa(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new Fo(i,this),s=a.u(this.options);a.p(r),this.$(s),this._$AH=a}}_$AC(t){let r=ia.get(t.strings);return r===void 0&&ia.set(t.strings,r=new io(t)),r}T(t){aa(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of t)i===r.length?r.push(n=new e(this.k(ro()),this.k(ro()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},le=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,a){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=H}_$AI(t,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)t=ce(this,t,r,0),s=!no(t)||t!==this._$AH&&t!==Dt,s&&(this._$AH=t);else{let c=t,l,f;for(t=a[0],l=0;l<a.length-1;l++)f=ce(this,c[n+l],r,l),f===Dt&&(f=this._$AH[l]),s||=!no(f)||f!==this._$AH[l],f===H?t=H:t!==H&&(t+=(f??"")+a[l+1]),this._$AH[l]=f}s&&!i&&this.O(t)}O(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},jo=class extends le{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===H?void 0:t}},Vo=class extends le{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==H)}},Ko=class extends le{constructor(t,r,n,i,a){super(t,r,n,i,a),this.type=5}_$AI(t,r=this){if((t=ce(this,t,r,0)??H)===Dt)return;let n=this._$AH,i=t===H&&n!==H||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,a=t!==H&&(n===H||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Go=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){ce(this,t)}},Lc={j:Nr,P:Pt,A:Ar,C:1,M:fa,L:Fo,R:sa,V:ce,D:ve,I:le,H:Vo,N:Ko,U:jo,B:Go},Tc=Er.litHtmlPolyfillSupport;Tc?.(io,ve),(Er.litHtmlVersions??=[]).push("3.1.0");var Rr=(e,t,r)=>{let n=r?.renderBefore??t,i=n._$litPart$;if(i===void 0){let a=r?.renderBefore??null;n._$litPart$=i=new ve(t.insertBefore(ro(),a),a,void 0,r??{})}return i._$AI(e),i};var _t=class extends Ot{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Rr(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Dt}};_t._$litElement$=!0,_t.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:_t});var Ic=globalThis.litElementPolyfillSupport;Ic?.({LitElement:_t});var kc={_$AK:(e,t,r)=>{e._$AK(t,r)},_$AL:e=>e._$AL};(globalThis.litElementVersions??=[]).push("4.0.2");var rf=!1;var Lr={};z(Lr,{customElement:()=>Mc,eventOptions:()=>Se,property:()=>w,query:()=>J,queryAll:()=>Uc,queryAssignedElements:()=>Pr,queryAssignedNodes:()=>_r,queryAsync:()=>Bc,standardProperty:()=>da,state:()=>et});var Mc=e=>(t,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};var Wc={attribute:!0,type:String,converter:Ze,reflect:!1,hasChanged:Po},da=(e=Wc,t,r)=>{let{kind:n,metadata:i}=r,a=globalThis.litPropertyMetadata.get(i);if(a===void 0&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(r.name,e),n==="accessor"){let{name:s}=r;return{set(c){let l=t.get.call(this);t.set.call(this,c),this.requestUpdate(s,l,e)},init(c){return c!==void 0&&this.C(s,void 0,e),c}}}if(n==="setter"){let{name:s}=r;return function(c){let l=this[s];t.call(this,c),this.requestUpdate(s,l,e)}}throw Error("Unsupported decorator location: "+n)};function w(e){return(t,r)=>typeof r=="object"?da(e,t,r):((n,i,a)=>{let s=i.hasOwnProperty(a);return i.constructor.createProperty(a,s?{...n,wrapped:!0}:n),s?Object.getOwnPropertyDescriptor(i,a):void 0})(e,t,r)}function et(e){return w({...e,state:!0,attribute:!1})}function Se(e){return(t,r)=>{let n=typeof t=="function"?t:t[r];Object.assign(n,e)}}var gt=(e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,r),r);function J(e,t){return(r,n,i)=>{let a=s=>s.renderRoot?.querySelector(e)??null;if(t){let{get:s,set:c}=typeof n=="object"?r:i??(()=>{let l=Symbol();return{get(){return this[l]},set(f){this[l]=f}}})();return gt(r,n,{get(){let l=s.call(this);return l===void 0&&(l=a(this),(l!==null||this.hasUpdated)&&c.call(this,l)),l}})}return gt(r,n,{get(){return a(this)}})}}var Dc;function Uc(e){return(t,r)=>gt(t,r,{get(){return(this.renderRoot??(Dc??=document.createDocumentFragment())).querySelectorAll(e)}})}function Bc(e){return(t,r)=>gt(t,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}function Pr(e){return(t,r)=>{let{slot:n,selector:i}=e??{},a="slot"+(n?`[name=${n}]`:":not([name])");return gt(t,r,{get(){let s=this.renderRoot?.querySelector(a),c=s?.assignedElements(e)??[];return i===void 0?c:c.filter(l=>l.matches(i))}})}}function _r(e){return(t,r)=>{let{slot:n}=e??{},i="slot"+(n?`[name=${n}]`:":not([name])");return gt(t,r,{get(){return this.renderRoot?.querySelector(i)?.assignedNodes(e)??[]}})}}var Tr={};z(Tr,{repeat:()=>Fc});var Ut={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Bt=e=>(...t)=>({_$litDirective$:e,values:t}),wt=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,r,n){this._$Ct=t,this._$AM=r,this._$Ci=n}_$AS(t,r){return this.update(t,r)}update(t,r){return this.render(...r)}};var{D:zc}=Yi;var ua=()=>document.createComment(""),Oe=(e,t,r)=>{let n=e._$AA.parentNode,i=t===void 0?e._$AB:t._$AA;if(r===void 0){let a=n.insertBefore(ua(),i),s=n.insertBefore(ua(),i);r=new zc(a,s,e,e.options)}else{let a=r._$AB.nextSibling,s=r._$AM,c=s!==e;if(c){let l;r._$AQ?.(e),r._$AM=e,r._$AP!==void 0&&(l=e._$AU)!==s._$AU&&r._$AP(l)}if(a!==i||c){let l=r._$AA;for(;l!==a;){let f=l.nextSibling;n.insertBefore(l,i),l=f}}}return r},zt=(e,t,r=e)=>(e._$AI(t,r),e),Hc={},ha=(e,t=Hc)=>e._$AH=t,ma=e=>e._$AH,Zo=e=>{e._$AP?.(!1,!0);let t=e._$AA,r=e._$AB.nextSibling;for(;t!==r;){let n=t.nextSibling;t.remove(),t=n}};var ya=(e,t,r)=>{let n=new Map;for(let i=t;i<=r;i++)n.set(e[i],i);return n},Fc=Bt(class extends wt{constructor(e){if(super(e),e.type!==Ut.CHILD)throw Error("repeat() can only be used in text expressions")}ht(e,t,r){let n;r===void 0?r=t:t!==void 0&&(n=t);let i=[],a=[],s=0;for(let c of e)i[s]=n?n(c,s):s,a[s]=r(c,s),s++;return{values:a,keys:i}}render(e,t,r){return this.ht(e,t,r).values}update(e,[t,r,n]){let i=ma(e),{values:a,keys:s}=this.ht(t,r,n);if(!Array.isArray(i))return this.dt=s,a;let c=this.dt??=[],l=[],f,h,u=0,m=i.length-1,y=0,g=a.length-1;for(;u<=m&&y<=g;)if(i[u]===null)u++;else if(i[m]===null)m--;else if(c[u]===s[y])l[y]=zt(i[u],a[y]),u++,y++;else if(c[m]===s[g])l[g]=zt(i[m],a[g]),m--,g--;else if(c[u]===s[g])l[g]=zt(i[u],a[g]),Oe(e,l[g+1],i[u]),u++,g--;else if(c[m]===s[y])l[y]=zt(i[m],a[y]),Oe(e,i[u],i[m]),m--,y++;else if(f===void 0&&(f=ya(s,y,g),h=ya(c,u,m)),f.has(c[u]))if(f.has(c[m])){let v=h.get(s[y]),E=v!==void 0?i[v]:null;if(E===null){let N=Oe(e,i[u]);zt(N,a[y]),l[y]=N}else l[y]=zt(E,a[y]),Oe(e,i[u],E),i[v]=null;y++}else Zo(i[m]),m--;else Zo(i[u]),u++;for(;y<=g;){let v=Oe(e,l[g+1]);zt(v,a[y]),l[y++]=v}for(;u<=m;){let v=i[u++];v!==null&&Zo(v)}return this.dt=s,ha(e,l),pt}});var Ir={};z(Ir,{classMap:()=>pe});var pe=Bt(class extends wt{constructor(e){if(super(e),e.type!==Ut.ATTRIBUTE||e.name!=="class"||e.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(this.it===void 0){this.it=new Set,e.strings!==void 0&&(this.st=new Set(e.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in t)t[n]&&!this.st?.has(n)&&this.it.add(n);return this.render(t)}let r=e.element.classList;for(let n of this.it)n in t||(r.remove(n),this.it.delete(n));for(let n in t){let i=!!t[n];i===this.it.has(n)||this.st?.has(n)||(i?(r.add(n),this.it.add(n)):(r.remove(n),this.it.delete(n)))}return pt}});var kr={};z(kr,{styleMap:()=>Vc});var ga="important",jc=" !"+ga,Vc=Bt(class extends wt{constructor(e){if(super(e),e.type!==Ut.ATTRIBUTE||e.name!=="style"||e.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return Object.keys(e).reduce((t,r)=>{let n=e[r];return n==null?t:t+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(e,[t]){let{style:r}=e.element;if(this.ut===void 0)return this.ut=new Set(Object.keys(t)),this.render(t);for(let n of this.ut)t[n]==null&&(this.ut.delete(n),n.includes("-")?r.removeProperty(n):r[n]=null);for(let n in t){let i=t[n];if(i!=null){this.ut.add(n);let a=typeof i=="string"&&i.endsWith(jc);n.includes("-")||a?r.setProperty(n,a?i.slice(0,-11):i,a?ga:""):r[n]=i}}return pt}});var Wr={};z(Wr,{UnsafeHTMLDirective:()=>we,unsafeHTML:()=>Mr});var we=class extends wt{constructor(t){if(super(t),this.et=G,t.type!==Ut.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===G||t==null)return this.vt=void 0,this.et=t;if(t===pt)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;let r=[t];return r.raw=r,this.vt={_$litType$:this.constructor.resultType,strings:r,values:[]}}};we.directiveName="unsafeHTML",we.resultType=1;var Mr=Bt(we);var zr={};z(zr,{CacheRegistry:()=>Br});var Ur={};z(Ur,{CancelablePromise:()=>Ce,CanceledPromiseError:()=>ao,cancelable:()=>Dr});var ao=class extends Error{constructor(t,r,n){super(t),this.canceledPromiseResult=r,this.canceledPromiseError=n}},Ce=class extends Promise{constructor(t){super((r,n)=>t(i=>{this.isCanceled?n(new ao("Promise has been canceled",i)):r(i)},i=>{this.isCanceled?n(new ao("Promise has been canceled",void 0,i)):n(i)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},Dr=e=>new Ce((t,r)=>e.then(t).catch(r));var Br=class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,r){this.loaders[t]=r,this.finalContent.delete(t)}registerFinal(t,r){this.loaders[t]=r,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Ce&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){this.clearTimeouts[t]!=null&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,r){this.forceClear(t),this.register(t,async()=>r),this.content[t]=r}setFinal(t,r){this.forceClear(t),this.registerFinal(t,async()=>r),this.content[t]=r}async get(t,r,n){if(this.content[t]===void 0){if(r=r??this.loaders[t],r==null)throw new Error("Unknown cache key "+t);let i=Dr(r());return this.content[t]=i,i.then(a=>(this.content[t]=a,n!=null&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout(()=>this.clear(t),n)),a))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return t!=null&&!(t instanceof Promise)&&!(t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return this.content[t]!=null}resolvedKeys(){return Object.keys(this.content).filter(t=>this.isResolvedValue(this.content[t]))}resolvedValues(){return Object.values(this.content).filter(t=>this.isResolvedValue(t))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}};var Fr={};z(Fr,{ClusteringHelper:()=>Hr});var Hr=class e{constructor(t,r,n,i){this.allResults=t,this.selectedResult=r,this.clusteringMetadata=n,this.metadataDescriptors=i}static extractResultMetadata(t,r){var n,i;let a=((i=(n=t?.map)!==null&&n!==void 0?n:t?.document)!==null&&i!==void 0?i:t?.topic).metadata.map(s=>e.flattenMetadata(s));return r==null?a:a.find(s=>s.key===r)}static flattenMetadata(t){if(t.hierarchicalValues){let r=[],n=[];return t.hierarchicalValues.forEach(i=>{r.push(i.join(" > ")),i.length>2?n.push(`... > ${i[i.length-1]}`):n.push(i.join(" > "))}),{key:t.key,label:t.label,value:r.join(", "),displayValue:n.join(", ")}}else{let r=t.values.join(", ");return{key:t.key,label:t.label,value:r,displayValue:r}}}computeClustersItemsForMetadata(t,r,n="No value"){var i,a;let s=e.extractResultMetadata(this.selectedResult,t),c=(i=s?.label)!==null&&i!==void 0?i:(a=this.getMetadataDescriptor(t))===null||a===void 0?void 0:a.label;return this.allResults.map(f=>e.extractResultMetadata(f,t)).map(f=>f??{key:t,label:c,value:void 0,displayValue:n}).filter(f=>f.value!=s?.value).filter((f,h,u)=>u.findIndex(m=>m.value===f.value)===h).map(f=>({result:this.findBestResultForMetadataValue(t,f.value),metadata:f})).sort((f,h)=>this.compareMetadata(f.metadata.value,h.metadata.value,t,r))}compareMetadata(t,r,n,i){if(t==null)return-1;if(r==null)return 1;let a=this.getMetadataDescriptor(n),s=a?.sortRule||"NONE",c=a?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let l=t.localeCompare(r,i,{numeric:!0});return c?l*-1:l}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find(r=>t==r.key)}findBestResultForMetadataValue(t,r){let n=this.allResults.filter(l=>{var f;return((f=e.extractResultMetadata(l,t))===null||f===void 0?void 0:f.value)==r}),a=[...e.extractResultMetadata(this.selectedResult).filter(l=>this.clusteringMetadata.has(l.key)).filter(l=>l.key!==t)],s,c=-1;for(let l of n){let f=this.countMatchingMetadata(l,a);if(f>c&&(c=f,s=l,f===a.length))break}return s}countMatchingMetadata(t,r){return e.extractResultMetadata(t).filter(n=>r.some(i=>i.key===n.key&&i.value===n.value)).length}};var jr={};z(jr,{Debouncer:()=>bt});var bt=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,a=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(c){i(c);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Gr={};z(Gr,{customElement:()=>Y,isNumber:()=>Oa,jsonProperty:()=>so,optionalNumberProperty:()=>Xc});var Kr={};z(Kr,{dateReviver:()=>Gc,deepEqual:()=>Ht,delay:()=>ba,eventPathContainsMatchingElement:()=>Vr,flatDeep:()=>va,last:()=>Yc,minmax:()=>qc,parseDate:()=>Sa,waitFor:()=>xa,waitUntil:()=>Kc});var ba=e=>new Promise(t=>setTimeout(t,e));async function Kc(e,t=10,r=2e4){await xa(async()=>await e()||void 0,t,r)}async function xa(e,t=10,r=2e4){let n=await e(),i,a;for(i=a=performance.now();n==null&&(!r||a-i<r);)await ba(t),n=await e(),a=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function va(e,t){return e.flatMap(r=>[r,...va(t(r),t)])}function Gc(...e){return function(t,r){return e.includes(t)?Sa(r):r}}function Sa(e){return e.match(/^\d{4}-\d{2}-\d{2}$/)&&(e=e.replace(/-/g,"/")),e=e.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(t,r,n,i)=>r+n+":"+i),new Date(e)}function Zc(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var r,n,i;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Ht(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ht(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(i=Object.keys(e),r=i.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,i[n]))return!1;for(n=r;n--!==0;){var a=i[n];if(!Ht(e[a],t[a]))return!1}return!0}return e!==e&&t!==t}function Ht(e,t){try{return Zc(e,t)}catch{return!1}}function Vr(e,t,r=window.document.body){if(t.length>0){let n=e.composedPath();for(let i of n){if(i===r)return!1;if(i.matches&&t.some(a=>i.matches(a)))return!0}}return!1}function qc(e,t,r){return Math.min(Math.max(e,t),r)}function Yc(e){return e[e.length-1]}var Y=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function so(e,t){let r=()=>JSON.parse(JSON.stringify(e));return w({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:(n,i)=>!Ht(n,i),...t??{}})}function Xc(e){return w({type:Object,converter:{fromAttribute:t=>{if(t!=null)return Oa(t)?+t:void 0},toAttribute:t=>t==null?void 0:""+t},...e??{}})}function Oa(e){return!isNaN(parseFloat(e))}var Sn={};z(Sn,{designSystemVariables:()=>I});var vn={};z(vn,{FtCssVariableFactory:()=>o,banner:()=>Qc,border:()=>ml,breadcrumb:()=>tl,button:()=>C,chart:()=>ul,checkbox:()=>gl,chip:()=>hl,collapsible:()=>fl,comboboxMultiSelect:()=>cl,comboboxSingleSelect:()=>sl,drawer:()=>rl,floatingMenu:()=>al,foundation:()=>p,modal:()=>ol,notice:()=>yl,notification:()=>vl,pageHeader:()=>el,popover:()=>ll,radio:()=>xl,semantic:()=>d,setVariable:()=>T,switch_:()=>dl,tabs:()=>pl,textArea:()=>il,textInput:()=>nl,toggle:()=>bl,tooltip:()=>Sl,typographies:()=>co,typographyBody1Medium:()=>Qr,typographyBody1Regular:()=>Jr,typographyBody1Semibold:()=>tn,typographyBody2Medium:()=>on,typographyBody2MediumUnderline:()=>wa,typographyBody2Regular:()=>en,typographyBody2Semibold:()=>rn,typographyCaption1Bold:()=>un,typographyCaption1Medium:()=>fn,typographyCaption1Semibold:()=>dn,typographyCaption2Bold:()=>yn,typographyCaption2Medium:()=>hn,typographyCaption2Semibold:()=>mn,typographyCaption3Bold:()=>xn,typographyCaption3Medium:()=>gn,typographyCaption3Semibold:()=>bn,typographyDisplay:()=>Zr,typographyLabel1Bold:()=>sn,typographyLabel1Medium:()=>nn,typographyLabel1Semibold:()=>an,typographyLabel2Bold:()=>pn,typographyLabel2Medium:()=>cn,typographyLabel2Semibold:()=>ln,typographyTitle1:()=>qr,typographyTitle2:()=>Yr,typographyTitle3:()=>Xr,typographyVariants:()=>Jc});var Lt=e=>typeof e=="string"?ne(e):e,o=class{static create(t,r,n,i){let a=c=>Lt(c??i),s=P`var(${Lt(t)}, ${a(i)})`;return s.name=t,s.description=r,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>P`var(${Lt(t)}, ${a(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(t,r,n,i){let a=c=>n.get(c??i),s=P`var(${Lt(t)}, ${a(i)})`;return s.name=t,s.description=r,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>P`var(${Lt(t)}, ${a(c)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(t,r){let n=a=>t.fallbackVariable?t.fallbackVariable.get(a??t.defaultValue):Lt(a??t.lastResortDefaultValue()),i=P`var(${Lt(t.name)}, ${n(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=r,i.defaultCssValue=n,i.get=a=>P`var(${Lt(t.name)}, ${n(a)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}};function T(e,t){return Lt(`${e.name}: ${t}`)}var p={colorWhite:o.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:o.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:o.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:o.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:o.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:o.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:o.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:o.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:o.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:o.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:o.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:o.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:o.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:o.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:o.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:o.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:o.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:o.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:o.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:o.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:o.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:o.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:o.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:o.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:o.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:o.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:o.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:o.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:o.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:o.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:o.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:o.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:o.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:o.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:o.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:o.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:o.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:o.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:o.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:o.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:o.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:o.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:o.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:o.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:o.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:o.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:o.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:o.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:o.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:o.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:o.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:o.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:o.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:o.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:o.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:o.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:o.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:o.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:o.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:o.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:o.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:o.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:o.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:o.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:o.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:o.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:o.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:o.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:o.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:o.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:o.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:o.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:o.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:o.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:o.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:o.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:o.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:o.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:o.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:o.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:o.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:o.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:o.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:o.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:o.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:o.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:o.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:o.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:o.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:o.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:o.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:o.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:o.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:o.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:o.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:o.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:o.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:o.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:o.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:o.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:o.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:o.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:o.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:o.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:o.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:o.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:o.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:o.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:o.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:o.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:o.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:o.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:o.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:o.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:o.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:o.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:o.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:o.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:o.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:o.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:o.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:o.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:o.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:o.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:o.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:o.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:o.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:o.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:o.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:o.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:o.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:o.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:o.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:o.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:o.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:o.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:o.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:o.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:o.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:o.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:o.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:o.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:o.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:o.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:o.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:o.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:o.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:o.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:o.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:o.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:o.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:o.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:o.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:o.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:o.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:o.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:o.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:o.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:o.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:o.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:o.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:o.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:o.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:o.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:o.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:o.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:o.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:o.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:o.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:o.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:o.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:o.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:o.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:o.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:o.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:o.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:o.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:o.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:o.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:o.create("--ft-icon-size-6","","SIZE","48px"),opacity0:o.create("--ft-opacity-0","","NUMBER","0"),opacity8:o.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:o.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:o.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:o.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:o.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:o.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:o.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:o.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:o.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:o.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:o.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:o.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:o.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:o.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Zr={fontFamily:o.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:o.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-display-textCase","","UNKNOWN","none")},qr={fontFamily:o.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:o.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Yr={fontFamily:o.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:o.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Xr={fontFamily:o.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:o.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:o.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Jr={fontFamily:o.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:o.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Qr={fontFamily:o.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},tn={fontFamily:o.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},en={fontFamily:o.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:o.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},on={fontFamily:o.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},wa={fontFamily:o.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:o.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:o.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},rn={fontFamily:o.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},nn={fontFamily:o.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},an={fontFamily:o.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},sn={fontFamily:o.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},cn={fontFamily:o.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},ln={fontFamily:o.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},pn={fontFamily:o.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},fn={fontFamily:o.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},dn={fontFamily:o.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},un={fontFamily:o.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},hn={fontFamily:o.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},mn={fontFamily:o.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},yn={fontFamily:o.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},gn={fontFamily:o.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},bn={fontFamily:o.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},xn={fontFamily:o.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},co={display:Zr,"title-1":qr,"title-2":Yr,"title-3":Xr,"body-1-regular":Jr,"body-1-medium":Qr,"body-1-semibold":tn,"body-2-regular":en,"body-2-medium":on,"body-2-medium-underline":wa,"body-2-semibold":rn,"label-1-medium":nn,"label-1-semibold":an,"label-1-bold":sn,"label-2-medium":cn,"label-2-semibold":ln,"label-2-bold":pn,"caption-1-medium":fn,"caption-1-semibold":dn,"caption-1-bold":un,"caption-2-medium":hn,"caption-2-semibold":mn,"caption-2-bold":yn,"caption-3-medium":gn,"caption-3-semibold":bn,"caption-3-bold":xn},Jc=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var d={backgroundActionPrimary:o.extend("--ft-background-action-primary","Used as backgorund of primary action components.",p.colorBrand0),backgroundErrorSubtle:o.extend("--ft-background-error-subtle","Used as background of subtle error components.",p.colorRed10),backgroundInfoSubtle:o.extend("--ft-background-info-subtle","Used as background of subtle information components.",p.colorCyan10),backgroundWarningSubtle:o.extend("--ft-background-warning-subtle","Used as background of subtle information components.",p.colorOrange10),backgroundSuccessSubtle:o.extend("--ft-background-success-subtle","Used as background of subtle success components.",p.colorGreen10),backgroundGlobalSurface:o.extend("--ft-background-global-surface","Used as app background.",p.colorWhite),backgroundGlobalOnSurface:o.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",p.colorGray10),backgroundGlobalOnSurfaceDark:o.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",p.colorGray30),contentActionPrimary:o.extend("--ft-content-action-primary","Used on label of primary action on light surface.",p.colorBrand0),contentWarningPrimary:o.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",p.colorOrange200),contentWarningIconOnly:o.extend("--ft-content-warning-icon-only","Used on warning status icons alone",p.colorOrange0),contentErrorPrimary:o.extend("--ft-content-error-primary","Used on label of error messages on light surface.",p.colorRed0),contentErrorIconOnly:o.extend("--ft-content-error-icon-only","Used on error status icons alone",p.colorRed70),contentInfoPrimary:o.extend("--ft-content-info-primary","Used on label of information messages on light surface.",p.colorCyan200),contentInfoIconOnly:o.extend("--ft-content-info-icon-only","Used on info status icons alone",p.colorCyan0),contentSuccessPrimary:o.extend("--ft-content-success-primary","Used on label of success messages on light surface.",p.colorGreen200),contentSuccessIconOnly:o.extend("--ft-content-success-icon-only","Used on success status icons alone",p.colorGreen0),contentGlobalPrimary:o.extend("--ft-content-global-primary","Used for main content on the page.",p.colorGray500),contentGlobalSecondary:o.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
6
+ Also for action icons.`,p.colorGray200),contentGlobalSubtle:o.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",p.colorGray0),contentGlobalOnColor:o.extend("--ft-content-global-on-color","Used for content on a dominant color.",p.colorWhite),borderActionPrimary:o.extend("--ft-border-action-primary","Used as border for primary action components.",p.colorBrand0),borderActionFocusRing:o.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",p.colorCyan0),borderWarningPrimary:o.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",p.colorOrange200),borderWarningSubtle:o.extend("--ft-border-warning-subtle","Used as border for warning components.",p.colorOrange30),borderSuccessPrimary:o.extend("--ft-border-success-primary","Used as border for success buttons.",p.colorGreen200),borderSuccessSubtle:o.extend("--ft-border-success-subtle","Used as border for success components.",p.colorGreen30),borderErrorPrimary:o.extend("--ft-border-error-primary","Used as border for text fields in error states.",p.colorRed0),borderErrorSubtle:o.extend("--ft-border-error-subtle","Used as border for error components.",p.colorRed30),borderInfoPrimary:o.extend("--ft-border-info-primary","Used as border for buttons in info color.",p.colorCyan200),borderInfoSubtle:o.extend("--ft-border-info-subtle","Used as border for information components.",p.colorCyan30),borderGlobalPrimary:o.extend("--ft-border-global-primary","Used as border for element like input.",p.colorGray50),borderGlobalSubtle:o.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",p.colorGray30),borderInputPrimary:o.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",p.colorGray80)};var C={largeHeight:o.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:o.extend("--ft-button-large-horizontal-padding","",p.spacing4),largeGap:o.extend("--ft-button-large-gap","",p.spacing2),largeBorderRadius:o.extend("--ft-button-large-border-radius","",p.borderRadiusS),largeIconSize:o.extend("--ft-button-large-icon-size","",p.iconSize3),largeBorderWidth:o.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:o.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:o.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:o.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:o.extend("--ft-button-small-horizontal-padding","",p.spacing3),smallGap:o.extend("--ft-button-small-gap","",p.spacing2),smallBorderRadius:o.extend("--ft-button-small-border-radius","",p.borderRadiusS),smallIconSize:o.extend("--ft-button-small-icon-size","",p.iconSize2),smallBorderWidth:o.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:o.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:o.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:o.extend("--ft-button-primary-background-color","",d.backgroundActionPrimary),primaryColor:o.extend("--ft-button-primary-color","",d.contentGlobalOnColor),primaryIconColor:o.extend("--ft-button-primary-icon-color","",d.contentGlobalOnColor),primaryStateLayerColor:o.extend("--ft-button-primary-state-layer-color","",d.contentGlobalOnColor),primaryHoverStateLayerOpacity:o.extend("--ft-button-primary-hover-state-layer-opacity","",p.opacity16),primaryFocusStateLayerOpacity:o.extend("--ft-button-primary-focus-state-layer-opacity","",p.opacity16),primaryActiveStateLayerOpacity:o.extend("--ft-button-primary-active-state-layer-opacity","",p.opacity24),primaryDisabledComponentOpacity:o.extend("--ft-button-primary-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-button-focus-focus-ring-color","",d.borderActionFocusRing),tertiaryBackgroundColor:o.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:o.extend("--ft-button-tertiary-color","",d.contentActionPrimary),tertiaryIconColor:o.extend("--ft-button-tertiary-icon-color","",d.contentActionPrimary),tertiaryStateLayerColor:o.extend("--ft-button-tertiary-state-layer-color","",d.contentActionPrimary),tertiaryHoverStateLayerOpacity:o.extend("--ft-button-tertiary-hover-state-layer-opacity","",p.opacity8),tertiaryFocusStateLayerOpacity:o.extend("--ft-button-tertiary-focus-state-layer-opacity","",p.opacity8),tertiaryActiveStateLayerOpacity:o.extend("--ft-button-tertiary-active-state-layer-opacity","",p.opacity16),tertiaryDisabledComponentOpacity:o.extend("--ft-button-tertiary-disabled-component-opacity","",p.opacity40),secondaryBackgroundColor:o.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:o.extend("--ft-button-secondary-color","",d.contentActionPrimary),secondaryIconColor:o.extend("--ft-button-secondary-icon-color","",d.contentActionPrimary),secondaryStateLayerColor:o.extend("--ft-button-secondary-state-layer-color","",d.contentActionPrimary),secondaryHoverStateLayerOpacity:o.extend("--ft-button-secondary-hover-state-layer-opacity","",p.opacity8),secondaryFocusStateLayerOpacity:o.extend("--ft-button-secondary-focus-state-layer-opacity","",p.opacity8),secondaryActiveStateLayerOpacity:o.extend("--ft-button-secondary-active-state-layer-opacity","",p.opacity16),secondaryDisabledComponentOpacity:o.extend("--ft-button-secondary-disabled-component-opacity","",p.opacity40),secondaryBorderColor:o.extend("--ft-button-secondary-border-color","",d.borderActionPrimary),neutralBackgroundColor:o.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:o.extend("--ft-button-neutral-icon-color","",d.contentGlobalSecondary),neutralColor:o.extend("--ft-button-neutral-color","",d.contentGlobalSecondary),neutralStateLayerColor:o.extend("--ft-button-neutral-state-layer-color","",d.contentGlobalSecondary),neutralHoverStateLayerOpacity:o.extend("--ft-button-neutral-hover-state-layer-opacity","",p.opacity8),neutralFocusStateLayerOpacity:o.extend("--ft-button-neutral-focus-state-layer-opacity","",p.opacity8),neutralActiveStateLayerOpacity:o.extend("--ft-button-neutral-active-state-layer-opacity","",p.opacity16),neutralDisabledComponentOpacity:o.extend("--ft-button-neutral-disabled-component-opacity","",p.opacity40)};var Qc={iconSize:o.extend("--ft-banner-icon-size","",p.iconSize5),borderWidth:o.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ft-banner-horizontal-padding","",p.spacing6),verticalPadding:o.extend("--ft-banner-vertical-padding","",p.spacing6),horizontalSideGap:o.extend("--ft-banner-horizontal-side-gap","",p.spacing6),horizontalMobileGap:o.extend("--ft-banner-horizontal-mobile-gap","",p.spacing4),verticalMobileGap:o.extend("--ft-banner-vertical-mobile-gap","",p.spacing6),horizontalMiddleGap:o.extend("--ft-banner-horizontal-middle-gap","",p.spacing20),infoBackgroundColor:o.extend("--ft-banner-info-background-color","",d.backgroundInfoSubtle),infoColor:o.extend("--ft-banner-info-color","",d.contentInfoPrimary),infoIconColor:o.extend("--ft-banner-info-icon-color","",d.contentInfoIconOnly)};var tl={horizontalGap:o.extend("--ft-breadcrumb-horizontal-gap","",p.spacing1),verticalGap:o.extend("--ft-breadcrumb-vertical-gap","",p.spacing2),currentElementColor:o.extend("--ft-breadcrumb-current-element-color","",d.contentGlobalPrimary),iconColor:o.extend("--ft-breadcrumb-icon-color","",d.contentGlobalSubtle)};var el={horizontalPadding:o.extend("--ft-page-header-horizontal-padding","",p.spacing12),horizontalGap:o.extend("--ft-page-header-horizontal-gap","",p.spacing4),verticalGap:o.extend("--ft-page-header-vertical-gap","",p.spacing2),classicVerticalPadding:o.extend("--ft-page-header-classic-vertical-padding","",p.spacing6),multilineVerticalPadding:o.extend("--ft-page-header-multiline-vertical-padding","",p.spacing4),inlineVerticalPadding:o.extend("--ft-page-header-inline-vertical-padding","",p.spacing2),backgroundColor:o.extend("--ft-page-header-background-color","",p.colorWhite),bottomBorderColor:o.extend("--ft-page-header-bottom-border-color","",d.borderGlobalSubtle),titleColor:o.extend("--ft-page-header-title-color","",d.contentGlobalPrimary),subtitleColor:o.extend("--ft-page-header-subtitle-color","",d.contentGlobalSecondary)};var ol={smallContainerWidth:o.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:o.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:o.extend("--ft-modal-overlay-background-color","",p.colorGray700),overlayOpacity:o.extend("--ft-modal-overlay-opacity","",p.opacity40),shadow:o.extend("--ft-modal-shadow","",p.shadowElevation03),bodyBackgroundColor:o.extend("--ft-modal-body-background-color","",p.colorWhite),bodyColor:o.extend("--ft-modal-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ft-modal-body-horizontal-padding","",p.spacing6),bodyVerticalPadding:o.extend("--ft-modal-body-vertical-padding","",p.spacing6),bodyVerticalGap:o.extend("--ft-modal-body-vertical-gap","",p.spacing6),containerMargin:o.extend("--ft-modal-container-margin","",p.spacing3),headerBackgroundColor:o.extend("--ft-modal-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ft-modal-header-border-color","",d.borderGlobalSubtle),headerColor:o.extend("--ft-modal-header-color","",d.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ft-modal-header-trailing-icon-color","",d.contentGlobalSecondary),headerVerticalPadding:o.extend("--ft-modal-header-vertical-padding","",p.spacing1),headerRightPadding:o.extend("--ft-modal-header-right-padding","",p.spacing1),headerLeftPadding:o.extend("--ft-modal-header-left-padding","",p.spacing6),headerGap:o.extend("--ft-modal-header-gap","",p.spacing2),headerBorderBottom:o.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:o.extend("--ft-modal-border-radius","",p.borderRadiusM)};var rl={overlayOpacity:o.extend("--ft-drawer-overlay-opacity","",p.opacity40),shadow:o.extend("--ft-drawer-shadow","",p.shadowElevation03),bodyColor:o.extend("--ft-drawer-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ft-drawer-body-horizontal-padding","",p.spacing6),bodyVerticalPadding:o.extend("--ft-drawer-body-vertical-padding","",p.spacing6),bodyGap:o.extend("--ft-drawer-body-gap","",p.spacing6),bodyBackgroundColor:o.extend("--ft-drawer-body-background-color","",p.colorWhite),headerBackgroundColor:o.extend("--ft-drawer-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ft-drawer-header-border-color","",d.borderGlobalSubtle),headerColor:o.extend("--ft-drawer-header-color","",d.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ft-drawer-header-trailing-icon-color","",d.contentGlobalSecondary),headerHeight:o.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:o.extend("--ft-drawer-header-horizontal-padding","",p.spacing2),headerBorderWidth:o.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:o.extend("--ft-drawer-header-gap","",p.spacing3),buttonsBarBackgroundColor:o.extend("--ft-drawer-buttons-bar-background-color","",d.backgroundGlobalOnSurface),buttonsBarBorderColor:o.extend("--ft-drawer-buttons-bar-border-color","",d.borderGlobalSubtle),buttonsBarColor:o.extend("--ft-drawer-buttons-bar-color","",d.contentGlobalPrimary),buttonsBarHorizontalPadding:o.extend("--ft-drawer-buttons-bar-horizontal-padding","",p.spacing4),buttonsBarVerticalPadding:o.extend("--ft-drawer-buttons-bar-vertical-padding","",p.spacing4),buttonsBarGap:o.extend("--ft-drawer-buttons-bar-gap","",p.spacing3),buttonsBarBorderWidth:o.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:o.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:o.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:o.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:o.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:o.extend("--ft-drawer-overlay-background-color","",p.colorGray700)};var nl={fieldHorizontalPadding:o.extend("--ft-text-input-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-text-input-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-text-input-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-text-input-field-icon-size","",p.iconSize3),fieldHeight:o.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:o.extend("--ft-text-input-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-text-input-helper-horizontal-gap","",p.spacing1),helperIconSize:o.extend("--ft-text-input-helper-icon-size","",p.iconSize2),borderRadius:o.extend("--ft-text-input-border-radius","",p.borderRadiusM),backgroundColor:o.extend("--ft-text-input-background-color","",p.colorWhite),contentValueColor:o.extend("--ft-text-input-content-value-color","",d.contentGlobalPrimary),trailingIconColor:o.extend("--ft-text-input-trailing-icon-color","",d.contentGlobalSubtle),labelColor:o.extend("--ft-text-input-label-color","",d.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-text-input-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-text-input-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-text-input-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-text-input-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:o.extend("--ft-text-input-error-helper-icon-color","",d.contentErrorIconOnly),warningBorderWidth:o.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:o.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-text-input-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:o.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-text-input-disabled-component-opacity","",p.opacity40)};var il={backgroundColor:o.extend("--ft-text-area-background-color","",p.colorWhite),contentValueColor:o.extend("--ft-text-area-content-value-color","",d.contentGlobalPrimary),labelColor:o.extend("--ft-text-area-label-color","",d.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-text-area-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-text-area-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-text-area-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-text-area-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:o.extend("--ft-text-area-error-helper-icon-color","",d.contentErrorIconOnly),focusFocusRingColor:o.extend("--ft-text-area-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:o.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-text-area-disabled-component-opacity","",p.opacity40),fieldHorizontalLeftPadding:o.extend("--ft-text-area-field-horizontal-left-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-text-area-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-text-area-field-vertical-gap","",p.spacing05),fieldMinHeight:o.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:o.extend("--ft-text-area-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-text-area-helper-horizontal-gap","",p.spacing1),helperIconSize:o.extend("--ft-text-area-helper-icon-size","",p.iconSize2),borderRadius:o.extend("--ft-text-area-border-radius","",p.borderRadiusM)};var al={height:o.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:o.extend("--ft-floating-menu-horizontal-padding","",p.spacing4),offIconColor:o.extend("--ft-floating-menu-off-icon-color","",d.contentGlobalPrimary),offColor:o.extend("--ft-floating-menu-off-color","",d.contentGlobalPrimary),onColor:o.extend("--ft-floating-menu-on-color","",d.contentActionPrimary),onStateLayerColor:o.extend("--ft-floating-menu-on-state-layer-color","",d.contentActionPrimary),gap:o.extend("--ft-floating-menu-gap","",p.spacing3),focusFocusRingColor:o.extend("--ft-floating-menu-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:o.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:o.extend("--ft-floating-menu-focus-state-layer-opacity","",p.opacity8),hoverStateLayerOpacity:o.extend("--ft-floating-menu-hover-state-layer-opacity","",p.opacity8),activeStateLayerOpacity:o.extend("--ft-floating-menu-active-state-layer-opacity","",p.opacity16),disabledComponentOpacity:o.extend("--ft-floating-menu-disabled-component-opacity","",p.opacity40),iconSize:o.extend("--ft-floating-menu-icon-size","",p.iconSize3),backgroundColor:o.extend("--ft-floating-menu-background-color","",d.backgroundGlobalOnSurface)};var sl={fieldHorizontalPadding:o.extend("--ft-combobox-single-select-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-combobox-single-select-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-combobox-single-select-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-combobox-single-select-field-icon-size","",p.iconSize3),fieldHeight:o.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:o.extend("--ft-combobox-single-select-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-combobox-single-select-helper-horizontal-gap","",p.spacing1),helperVerticalGap:o.extend("--ft-combobox-single-select-helper-vertical-gap","",p.spacing1),helperIconSize:o.extend("--ft-combobox-single-select-helper-icon-size","",p.iconSize2),menuVerticalGap:o.extend("--ft-combobox-single-select-menu-vertical-gap","",p.spacing2),borderRadius:o.extend("--ft-combobox-single-select-border-radius","",p.borderRadiusM),backgroundColor:o.extend("--ft-combobox-single-select-background-color","",p.colorWhite),labelColor:o.extend("--ft-combobox-single-select-label-color","",d.contentGlobalSubtle),contentValueColor:o.extend("--ft-combobox-single-select-content-value-color","",d.contentGlobalPrimary),trailingIconColor:o.extend("--ft-combobox-single-select-trailing-icon-color","",d.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-combobox-single-select-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-combobox-single-select-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-combobox-single-select-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-combobox-single-select-error-helper-text-color","",d.contentErrorPrimary),warningBorderWidth:o.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:o.extend("--ft-combobox-single-select-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:o.extend("--ft-combobox-single-select-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:o.extend("--ft-combobox-single-select-warning-helper-icon-color","",d.contentWarningIconOnly),focusOutlineWidth:o.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-combobox-single-select-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:o.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-combobox-single-select-disabled-component-opacity","",p.opacity40)};var cl={backgroundColor:o.extend("--ft-combobox-multi-select-background-color","",p.colorWhite),labelColor:o.extend("--ft-combobox-multi-select-label-color","",d.contentGlobalSubtle),trailingIconColor:o.extend("--ft-combobox-multi-select-trailing-icon-color","",d.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-combobox-multi-select-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-combobox-multi-select-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:o.extend("--ft-combobox-multi-select-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-combobox-multi-select-error-helper-text-color","",d.contentErrorPrimary),errorHelperIcon:o.extend("--ft-combobox-multi-select-error-helper-icon","",d.contentErrorIconOnly),errorBorderWidth:o.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:o.extend("--ft-combobox-multi-select-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:o.extend("--ft-combobox-multi-select-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:o.extend("--ft-combobox-multi-select-warning-helper-icon-color","",d.contentWarningIconOnly),warningBorderWidth:o.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-combobox-multi-select-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:o.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-combobox-multi-select-disabled-component-opacity","",p.opacity40),helperHorizontalPadding:o.extend("--ft-combobox-multi-select-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-combobox-multi-select-helper-horizontal-gap","",p.spacing1),helperVerticalGap:o.extend("--ft-combobox-multi-select-helper-vertical-gap","",p.spacing1),helperIconSize:o.extend("--ft-combobox-multi-select-helper-icon-size","",p.iconSize2),fieldHorizontalPadding:o.extend("--ft-combobox-multi-select-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-combobox-multi-select-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-combobox-multi-select-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-combobox-multi-select-field-icon-size","",p.iconSize3),fieldMaxHeight:o.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:o.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",p.spacing1),contentValuesVerticalGap:o.extend("--ft-combobox-multi-select-content-values-vertical-gap","",p.spacing1),borderRadius:o.extend("--ft-combobox-multi-select-border-radius","",p.borderRadiusM)};var ll={backgroundColor:o.extend("--ft-popover-background-color","",d.backgroundGlobalOnSurface),horizontalPadding:o.extend("--ft-popover-horizontal-padding","",p.spacing6),verticalPadding:o.extend("--ft-popover-vertical-padding","",p.spacing6),iconColor:o.extend("--ft-popover-icon-color","",d.contentGlobalSecondary),iconSize:o.extend("--ft-popover-icon-size","",p.iconSize2),titleColor:o.extend("--ft-popover-title-color","",d.contentGlobalPrimary),bodyColor:o.extend("--ft-popover-body-color","",d.contentGlobalSecondary),linkColor:o.extend("--ft-popover-link-color","",d.contentActionPrimary),gap:o.extend("--ft-popover-gap","",p.spacing3),borderRadius:o.extend("--ft-popover-border-radius","",p.borderRadiusM),shadow:o.extend("--ft-popover-shadow","",p.shadowElevation02)};var pl={topLeftBorderRadius:o.extend("--ft-tabs-top-left-border-radius","",p.borderRadiusS),topRightBorderRadius:o.extend("--ft-tabs-top-right-border-radius","",p.borderRadiusS),labelHorizontalPadding:o.extend("--ft-tabs-label-horizontal-padding","",p.spacing4),labelVerticalPadding:o.extend("--ft-tabs-label-vertical-padding","",p.spacing3),labelGap:o.extend("--ft-tabs-label-gap","",p.spacing1),offHoverStateLayerOpacity:o.extend("--ft-tabs-off-hover-state-layer-opacity","",p.opacity8),offFocusStateLayerOpacity:o.extend("--ft-tabs-off-focus-state-layer-opacity","",p.opacity8),offActiveStateLayerOpacity:o.extend("--ft-tabs-off-active-state-layer-opacity","",p.opacity16),offDisabledComponentOpacity:o.extend("--ft-tabs-off-disabled-component-opacity","",p.opacity40),offColor:o.extend("--ft-tabs-off-color","",d.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-tabs-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-tabs-on-hover-state-layer-opacity","",p.opacity8),onFocusStateLayerOpacity:o.extend("--ft-tabs-on-focus-state-layer-opacity","",p.opacity8),onActiveStateLayerOpacity:o.extend("--ft-tabs-on-active-state-layer-opacity","",p.opacity16),onDisabledComponentOpacity:o.extend("--ft-tabs-on-disabled-component-opacity","",p.opacity40),onColor:o.extend("--ft-tabs-on-color","",d.contentActionPrimary),onStateLayerColor:o.extend("--ft-tabs-on-state-layer-color","",d.contentActionPrimary),iconHorizontalPadding:o.extend("--ft-tabs-icon-horizontal-padding","",p.spacing1),iconVerticalPadding:o.extend("--ft-tabs-icon-vertical-padding","",p.spacing4),focusOutlineWidth:o.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-tabs-focus-focus-ring-color","",d.borderActionFocusRing)};var fl={hoverStateLayerOpacity:o.extend("--ft-collapsible-hover-state-layer-opacity","",p.opacity8),focusStateLayerOpacity:o.extend("--ft-collapsible-focus-state-layer-opacity","",p.opacity8),focusOutlineWidth:o.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:o.extend("--ft-collapsible-focus-focus-ring-color","",d.borderActionFocusRing),activeStateLayerOpacity:o.extend("--ft-collapsible-active-state-layer-opacity","",p.opacity16),disabledComponentOpacity:o.extend("--ft-collapsible-disabled-component-opacity","",p.opacity40),horizontalPadding:o.extend("--ft-collapsible-horizontal-padding","",p.spacing4),verticalPadding:o.extend("--ft-collapsible-vertical-padding","",p.spacing3),color:o.extend("--ft-collapsible-color","",d.contentGlobalPrimary),stateLayerColor:o.extend("--ft-collapsible-state-layer-color","",d.contentGlobalPrimary),backgroundColor:o.extend("--ft-collapsible-background-color","",d.backgroundGlobalOnSurface),borderColor:o.extend("--ft-collapsible-border-color","",d.borderGlobalSubtle),iconSize:o.extend("--ft-collapsible-icon-size","",p.iconSize3)};var dl={groupHorizontalPadding:o.extend("--ft-switch-group-horizontal-padding","",p.spacing1),groupVerticalPadding:o.extend("--ft-switch-group-vertical-padding","",p.spacing1),groupGap:o.extend("--ft-switch-group-gap","",p.spacing1),groupBackgroundColor:o.extend("--ft-switch-group-background-color","",d.backgroundGlobalSurface),groupBorderColor:o.extend("--ft-switch-group-border-color","",d.borderGlobalSubtle),groupBorderRadius:o.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:o.extend("--ft-switch-label-horizontal-padding","",p.spacing2),labelVerticalPadding:o.extend("--ft-switch-label-vertical-padding","",p.spacing1),offHoverStateLayerOpacity:o.extend("--ft-switch-off-hover-state-layer-opacity","",p.opacity8),offFocusStateLayerOpacity:o.extend("--ft-switch-off-focus-state-layer-opacity","",p.opacity8),offActiveStateLayerOpacity:o.extend("--ft-switch-off-active-state-layer-opacity","",p.opacity16),offDisabledComponentOpacity:o.extend("--ft-switch-off-disabled-component-opacity","",p.opacity40),offColor:o.extend("--ft-switch-off-color","",d.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-switch-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-switch-on-hover-state-layer-opacity","",p.opacity8),onFocusStateLayerOpacity:o.extend("--ft-switch-on-focus-state-layer-opacity","",p.opacity8),onActiveStateLayerOpacity:o.extend("--ft-switch-on-active-state-layer-opacity","",p.opacity16),onDisabledComponentOpacity:o.extend("--ft-switch-on-disabled-component-opacity","",p.opacity40),onColor:o.extend("--ft-switch-on-color","",d.contentActionPrimary),onStateLayerColor:o.extend("--ft-switch-on-state-layer-color","",d.contentActionPrimary),iconHorizontalPadding:o.extend("--ft-switch-icon-horizontal-padding","",p.spacing1),iconVerticalPadding:o.extend("--ft-switch-icon-vertical-padding","",p.spacing1),focusOutlineWidth:o.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-switch-focus-focus-ring-color","",d.borderActionFocusRing),optionBorderRadius:o.extend("--ft-switch-option-border-radius","",p.borderRadiusS)};var ul={color1Light:o.extend("--ft-chart-1-light","for area color charts",p.colorBrand40),color1Base:o.extend("--ft-chart-1-base","for line charts",p.colorBrand0),color2Light:o.extend("--ft-chart-2-light","for area color charts",p.colorYellow60),color2Base:o.extend("--ft-chart-2-base","for line charts",p.colorYellow100),color3Light:o.extend("--ft-chart-3-light","",p.colorUltramarine40),color3Base:o.extend("--ft-chart-3-base","",p.colorUltramarine70),color4Light:o.extend("--ft-chart-4-light","",p.colorCyan50),color4Base:o.extend("--ft-chart-4-base","",p.colorCyan100),color5Light:o.extend("--ft-chart-5-light","",p.colorRed40),color5Base:o.extend("--ft-chart-5-base","",p.colorRed60),color6Light:o.extend("--ft-chart-6-light","",p.colorGreen40),color6Base:o.extend("--ft-chart-6-base","",p.colorGreen70),color7Light:o.extend("--ft-chart-7-light","",p.colorOrange70),color7Base:o.extend("--ft-chart-7-base","",p.colorOrange100),color8Light:o.extend("--ft-chart-8-light","",p.colorAvocado70),color8Base:o.extend("--ft-chart-8-base","",p.colorAvocado200),color9Light:o.extend("--ft-chart-9-light","",p.colorBrown50),color9Base:o.extend("--ft-chart-9-base","",p.colorBrown200),color10Light:o.extend("--ft-chart-10-light","",p.colorGray50),color10Base:o.extend("--ft-chart-10-base","",p.colorGray80),monochrome10:o.extend("--ft-chart-monochrome-10","",p.colorBrand10),monochrome20:o.extend("--ft-chart-monochrome-20","",p.colorBrand20),monochrome30:o.extend("--ft-chart-monochrome-30","",p.colorBrand40),monochrome40:o.extend("--ft-chart-monochrome-40","",p.colorBrand60),monochrome50:o.extend("--ft-chart-monochrome-50","",p.colorBrand0),monochrome60:o.extend("--ft-chart-monochrome-60","",p.colorBrand200)};var hl={largeHorizontalPadding:o.extend("--ft-chip-large-horizontal-padding","",p.spacing4),largeVerticalPadding:o.extend("--ft-chip-large-vertical-padding","",p.spacing2),largeGap:o.extend("--ft-chip-large-gap","",p.spacing1),largeFocusOutlineOffset:o.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:o.extend("--ft-chip-large-border-radius","",p.borderRadiusPill),largeBorderWidth:o.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ft-chip-large-icon-size","",p.iconSize3),mediumHorizontalPadding:o.extend("--ft-chip-medium-horizontal-padding","",p.spacing3),mediumVerticalPadding:o.extend("--ft-chip-medium-vertical-padding","",p.spacing1),mediumGap:o.extend("--ft-chip-medium-gap","",p.spacing1),mediumFocusOutlineOffset:o.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:o.extend("--ft-chip-medium-border-radius","",p.borderRadiusPill),mediumBorderWidth:o.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ft-chip-medium-icon-size","",p.iconSize2),smallHorizontalPadding:o.extend("--ft-chip-small-horizontal-padding","",p.spacing2),smallVerticalPadding:o.extend("--ft-chip-small-vertical-padding","",p.spacing05),smallGap:o.extend("--ft-chip-small-gap","",p.spacing1),smallFocusOutlineOffset:o.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:o.extend("--ft-chip-small-border-radius","",p.borderRadiusPill),smallBorderWidth:o.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:o.extend("--ft-chip-small-icon-size","",p.iconSize1),neutralBackgroundColor:o.extend("--ft-chip-neutral-background-color","",d.backgroundGlobalOnSurface),neutralColor:o.extend("--ft-chip-neutral-color","",d.contentGlobalPrimary),neutralIconColor:o.extend("--ft-chip-neutral-icon-color","",d.contentGlobalPrimary),neutralBorderColor:o.extend("--ft-chip-neutral-border-color","",d.borderGlobalSubtle),infoBackgroundColor:o.extend("--ft-chip-info-background-color","",d.backgroundInfoSubtle),infoColor:o.extend("--ft-chip-info-color","",d.contentInfoPrimary),infoIconColor:o.extend("--ft-chip-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:o.extend("--ft-chip-info-border-color","",d.borderInfoSubtle),successBackgroundColor:o.extend("--ft-chip-success-background-color","",d.backgroundSuccessSubtle),successColor:o.extend("--ft-chip-success-color","",d.contentSuccessPrimary),successIconColor:o.extend("--ft-chip-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:o.extend("--ft-chip-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:o.extend("--ft-chip-warning-background-color","",d.backgroundWarningSubtle),warningColor:o.extend("--ft-chip-warning-color","",d.contentWarningPrimary),warningIconColor:o.extend("--ft-chip-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:o.extend("--ft-chip-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:o.extend("--ft-chip-error-background-color","",d.backgroundErrorSubtle),errorColor:o.extend("--ft-chip-error-color","",d.contentErrorPrimary),errorIconColor:o.extend("--ft-chip-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:o.extend("--ft-chip-error-border-color","",d.borderErrorSubtle)};var ml={infoBorderColor:o.extend("--ft-border-info-border-color","",d.borderInfoSubtle)};var yl={borderWidth:o.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ft-notice-horizontal-padding","",p.spacing2),verticalPadding:o.extend("--ft-notice-vertical-padding","",p.spacing1),borderRadius:o.extend("--ft-notice-border-radius","",p.borderRadiusS),gap:o.extend("--ft-notice-gap","",p.spacing2),iconSize:o.extend("--ft-notice-icon-size","",p.iconSize3),infoBackgroundColor:o.extend("--ft-notice-info-background-color","",d.backgroundInfoSubtle),infoBorderColor:o.extend("--ft-notice-info-border-color","",d.borderInfoSubtle),infoColor:o.extend("--ft-notice-info-color","",d.contentInfoPrimary),infoIconColor:o.extend("--ft-notice-info-icon-color","",d.contentInfoIconOnly),warningBackgroundColor:o.extend("--ft-notice-warning-background-color","",d.backgroundWarningSubtle),warningBorderColor:o.extend("--ft-notice-warning-border-color","",d.borderWarningSubtle),warningColor:o.extend("--ft-notice-warning-color","",d.contentWarningPrimary),warningIconColor:o.extend("--ft-notice-warning-icon-color","",d.contentWarningIconOnly),errorBackgroundColor:o.extend("--ft-notice-error-background-color","",d.backgroundErrorSubtle),errorBorderColor:o.extend("--ft-notice-error-border-color","",d.borderErrorSubtle),errorColor:o.extend("--ft-notice-error-color","",d.contentErrorPrimary),errorIconColor:o.extend("--ft-notice-error-icon-color","",d.contentErrorIconOnly),successBackgroundColor:o.extend("--ft-notice-success-background-color","",d.backgroundSuccessSubtle),successBorderColor:o.extend("--ft-notice-success-border-color","",d.borderSuccessSubtle),successColor:o.extend("--ft-notice-success-color","",d.contentSuccessPrimary),successIconColor:o.extend("--ft-notice-success-icon-color","",d.contentSuccessIconOnly)};var gl={color:o.extend("--ft-checkbox-color","",d.contentGlobalPrimary),checkedBackgroundColor:o.extend("--ft-checkbox-checked-background-color","",d.contentActionPrimary),checkedStateLayerColor:o.extend("--ft-checkbox-checked-state-layer-color","",d.contentActionPrimary),checkedIconColor:o.extend("--ft-checkbox-checked-icon-color","",d.contentGlobalOnColor),checkedHoverStateLayerOpacity:o.extend("--ft-checkbox-checked-hover-state-layer-opacity","",p.opacity16),checkedFocusStateLayerOpacity:o.extend("--ft-checkbox-checked-focus-state-layer-opacity","",p.opacity16),checkedActiveStateLayerOpacity:o.extend("--ft-checkbox-checked-active-state-layer-opacity","",p.opacity24),checkedDisabledComponentOpacity:o.extend("--ft-checkbox-checked-disabled-component-opacity","",p.opacity40),uncheckedBorderColor:o.extend("--ft-checkbox-unchecked-border-color","",p.colorGray80),uncheckedStateLayerColor:o.extend("--ft-checkbox-unchecked-state-layer-color","",p.colorGray80),uncheckedHoverStateLayerOpacity:o.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",p.opacity16),uncheckedFocusStateLayerOpacity:o.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",p.opacity16),uncheckedActiveStateLayerOpacity:o.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",p.opacity24),uncheckedDisabledComponentOpacity:o.extend("--ft-checkbox-unchecked-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-checkbox-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:o.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:o.extend("--ft-checkbox-gap","",p.spacing3)};var bl={offHoverStateLayerOpacity:o.extend("--ft-toggle-off-hover-state-layer-opacity","",p.opacity16),offFocusStateLayerOpacity:o.extend("--ft-toggle-off-focus-state-layer-opacity","",p.opacity16),offActiveStateLayerOpacity:o.extend("--ft-toggle-off-active-state-layer-opacity","",p.opacity24),offDisabledComponentOpacity:o.extend("--ft-toggle-off-disabled-component-opacity","",p.opacity40),offBackgroundColor:o.extend("--ft-toggle-off-background-color","",d.contentGlobalSubtle),offIconColor:o.extend("--ft-toggle-off-icon-color","",d.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-toggle-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-toggle-on-hover-state-layer-opacity","",p.opacity16),onFocusStateLayerOpacity:o.extend("--ft-toggle-on-focus-state-layer-opacity","",p.opacity16),onActiveStateLayerOpacity:o.extend("--ft-toggle-on-active-state-layer-opacity","",p.opacity24),onDisabledComponentOpacity:o.extend("--ft-toggle-on-disabled-component-opacity","",p.opacity40),onBackgroundColor:o.extend("--ft-toggle-on-background-color","",d.contentActionPrimary),onStateLayerColor:o.extend("--ft-toggle-on-state-layer-color","",d.contentActionPrimary),onIconColor:o.extend("--ft-toggle-on-icon-color","",d.contentActionPrimary),color:o.extend("--ft-toggle-color","",d.contentGlobalPrimary),focusFocusRingColor:o.extend("--ft-toggle-focus-focus-ring-color","",d.borderActionFocusRing),gap:o.extend("--ft-toggle-gap","",p.spacing3)};var xl={color:o.extend("--ft-radio-color","",d.contentGlobalPrimary),selectedRadioColor:o.extend("--ft-radio-selected-radio-color","",d.contentActionPrimary),selectedStateLayerColor:o.extend("--ft-radio-selected-state-layer-color","",d.contentActionPrimary),selectedHoverStateLayerOpacity:o.extend("--ft-radio-selected-hover-state-layer-opacity","",p.opacity16),selectedFocusStateLayerOpacity:o.extend("--ft-radio-selected-focus-state-layer-opacity","",p.opacity16),selectedActiveStateLayerOpacity:o.extend("--ft-radio-selected-active-state-layer-opacity","",p.opacity24),selectedDisabledComponentOpacity:o.extend("--ft-radio-selected-disabled-component-opacity","",p.opacity40),unselectedStateLayerColor:o.extend("--ft-radio-unselected-state-layer-color","",d.borderInputPrimary),unselectedBorderColor:o.extend("--ft-radio-unselected-border-color","",d.borderInputPrimary),unselectedHoverStateLayerOpacity:o.extend("--ft-radio-unselected-hover-state-layer-opacity","",p.opacity16),unselectedFocusStateLayerOpacity:o.extend("--ft-radio-unselected-focus-state-layer-opacity","",p.opacity16),unselectedActiveStateLayerOpacity:o.extend("--ft-radio-unselected-active-state-layer-opacity","",p.opacity24),unselectedDisabledComponentOpacity:o.extend("--ft-radio-unselected-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-radio-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:o.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:o.extend("--ft-radio-gap","",p.spacing3)};var vl={iconSize:o.extend("--ft-notification-icon-size","",p.iconSize4),horizontalPadding:o.extend("--ft-notification-horizontal-padding","",p.spacing4),verticalPadding:o.extend("--ft-notification-vertical-padding","",p.spacing4),infoBackgroundColor:o.extend("--ft-notification-info-background-color","",d.backgroundInfoSubtle),infoColor:o.extend("--ft-notification-info-color","",d.contentInfoPrimary),infoIconColor:o.extend("--ft-notification-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:o.extend("--ft-notification-info-border-color","",d.borderInfoSubtle),successBackgroundColor:o.extend("--ft-notification-success-background-color","",d.backgroundSuccessSubtle),successColor:o.extend("--ft-notification-success-color","",d.contentSuccessPrimary),successIconColor:o.extend("--ft-notification-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:o.extend("--ft-notification-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:o.extend("--ft-notification-warning-background-color","",d.backgroundWarningSubtle),warningColor:o.extend("--ft-notification-warning-color","",d.contentWarningPrimary),warningIconColor:o.extend("--ft-notification-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:o.extend("--ft-notification-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:o.extend("--ft-notification-error-background-color","",d.backgroundErrorSubtle),errorColor:o.extend("--ft-notification-error-color","",d.contentErrorPrimary),errorIconColor:o.extend("--ft-notification-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:o.extend("--ft-notification-error-border-color","",d.borderErrorSubtle),borderRadius:o.extend("--ft-notification-border-radius","",p.borderRadiusPill),borderWidth:o.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:o.extend("--ft-notification-leading-gap","",p.spacing2),trailingGap:o.extend("--ft-notification-trailing-gap","",p.spacing8)};var Sl={horizontalPadding:o.extend("--ft-tooltip-horizontal-padding","",p.spacing2),verticalPadding:o.extend("--ft-tooltip-vertical-padding","",p.spacing2),borderRadius:o.extend("--ft-tooltip-border-radius","",p.borderRadiusS),color:o.extend("--ft-tooltip-color","",d.contentGlobalOnColor),backgroundColor:o.extend("--ft-tooltip-background-color","",d.contentGlobalPrimary),backgroundOpacity:o.extend("--ft-tooltip-background-opacity","",p.opacity80),shadow:o.extend("--ft-tooltip-shadow","",p.shadowElevation03),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","256px"),gap:o.extend("--ft-tooltip-gap","",p.spacing05)};var I={colorPrimary:o.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:o.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:o.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:o.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:o.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:o.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:o.create("--ft-color-error","","COLOR","#B00020"),colorOutline:o.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:o.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:o.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:o.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:o.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:o.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:o.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:o.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:o.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:o.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:o.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:o.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:o.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:o.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:o.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:o.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:o.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:o.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:o.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:o.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:o.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:o.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:o.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:o.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:o.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:o.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:o.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:o.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:o.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:o.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:o.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:o.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:o.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:o.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:o.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:o.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:o.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:o.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:o.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:o.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:o.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:o.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:o.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:o.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:o.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:o.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:o.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:o.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:o.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:o.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:o.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:o.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:o.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:o.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:o.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var En={};z(En,{FtNotificationEvent:()=>On,PostResizeEvent:()=>Cn,PreResizeEvent:()=>wn});var On=class extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}},wn=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},Cn=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};var Mn={};z(Mn,{computeOffsetPosition:()=>mo});var Ea=["top","right","bottom","left"],Ca=["start","end"],An=Ea.reduce((e,t)=>e.concat(t,t+"-"+Ca[0],t+"-"+Ca[1]),[]),lo=Math.min,Ft=Math.max,po=Math.round;var Tt=e=>({x:e,y:e}),Ol={left:"right",right:"left",bottom:"top",top:"bottom"},wl={start:"end",end:"start"};function Rn(e,t,r){return Ft(e,lo(t,r))}function qo(e,t){return typeof e=="function"?e(t):e}function Ee(e){return e.split("-")[0]}function jt(e){return e.split("-")[1]}function $n(e){return e==="x"?"y":"x"}function Pn(e){return e==="y"?"height":"width"}function Yo(e){return["top","bottom"].includes(Ee(e))?"y":"x"}function _n(e){return $n(Yo(e))}function Na(e,t,r){r===void 0&&(r=!1);let n=jt(e),i=_n(e),a=Pn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[a]>t.floating[a]&&(s=Nn(s)),[s,Nn(s)]}function Aa(e){return e.replace(/start|end/g,t=>wl[t])}function Nn(e){return e.replace(/left|right|bottom|top/g,t=>Ol[t])}function Cl(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ra(e){return typeof e!="number"?Cl(e):{top:e,right:e,bottom:e,left:e}}function fe(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function $a(e,t,r){let{reference:n,floating:i}=e,a=Yo(t),s=_n(t),c=Pn(s),l=Ee(t),f=a==="y",h=n.x+n.width/2-i.width/2,u=n.y+n.height/2-i.height/2,m=n[c]/2-i[c]/2,y;switch(l){case"top":y={x:h,y:n.y-i.height};break;case"bottom":y={x:h,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:u};break;case"left":y={x:n.x-i.width,y:u};break;default:y={x:n.x,y:n.y}}switch(jt(t)){case"start":y[s]-=m*(r&&f?-1:1);break;case"end":y[s]+=m*(r&&f?-1:1);break}return y}var Pa=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:s}=r,c=a.filter(Boolean),l=await(s.isRTL==null?void 0:s.isRTL(t)),f=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:h,y:u}=$a(f,n,l),m=n,y={},g=0;for(let v=0;v<c.length;v++){let{name:E,fn:N}=c[v],{x:A,y:x,data:b,reset:S}=await N({x:h,y:u,initialPlacement:n,placement:m,strategy:i,middlewareData:y,rects:f,platform:s,elements:{reference:e,floating:t}});if(h=A??h,u=x??u,y={...y,[E]:{...y[E],...b}},S&&g<=50){g++,typeof S=="object"&&(S.placement&&(m=S.placement),S.rects&&(f=S.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):S.rects),{x:h,y:u}=$a(f,m,l)),v=-1;continue}}return{x:h,y:u,placement:m,strategy:i,middlewareData:y}};async function Ln(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:a,rects:s,elements:c,strategy:l}=e,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:u="floating",altBoundary:m=!1,padding:y=0}=qo(t,e),g=Ra(y),E=c[m?u==="floating"?"reference":"floating":u],N=fe(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(E)))==null||r?E:E.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(c.floating)),boundary:f,rootBoundary:h,strategy:l})),A=u==="floating"?{...s.floating,x:n,y:i}:s.reference,x=await(a.getOffsetParent==null?void 0:a.getOffsetParent(c.floating)),b=await(a.isElement==null?void 0:a.isElement(x))?await(a.getScale==null?void 0:a.getScale(x))||{x:1,y:1}:{x:1,y:1},S=fe(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:A,offsetParent:x,strategy:l}):A);return{top:(N.top-S.top+g.top)/b.y,bottom:(S.bottom-N.bottom+g.bottom)/b.y,left:(N.left-S.left+g.left)/b.x,right:(S.right-N.right+g.right)/b.x}}function El(e,t,r){return(e?[...r.filter(i=>jt(i)===e),...r.filter(i=>jt(i)!==e)]:r.filter(i=>Ee(i)===i)).filter(i=>e?jt(i)===e||(t?Aa(i)!==i:!1):!0)}var Tn=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:a,middlewareData:s,placement:c,platform:l,elements:f}=t,{crossAxis:h=!1,alignment:u,allowedPlacements:m=An,autoAlignment:y=!0,...g}=qo(e,t),v=u!==void 0||m===An?El(u||null,y,m):m,E=await Ln(t,g),N=((r=s.autoPlacement)==null?void 0:r.index)||0,A=v[N];if(A==null)return{};let x=Na(A,a,await(l.isRTL==null?void 0:l.isRTL(f.floating)));if(c!==A)return{reset:{placement:v[0]}};let b=[E[Ee(A)],E[x[0]],E[x[1]]],S=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:b}],_=v[N+1];if(_)return{data:{index:N+1,overflows:S},reset:{placement:_}};let W=S.map($=>{let L=jt($.placement);return[$.placement,L&&h?$.overflows.slice(0,2).reduce((k,Q)=>k+Q,0):$.overflows[0],$.overflows]}).sort(($,L)=>$[1]-L[1]),U=((i=W.filter($=>$[2].slice(0,jt($[0])?2:3).every(L=>L<=0))[0])==null?void 0:i[0])||W[0][0];return U!==c?{data:{index:N+1,overflows:S},reset:{placement:U}}:{}}}};var In=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i}=t,{mainAxis:a=!0,crossAxis:s=!1,limiter:c={fn:E=>{let{x:N,y:A}=E;return{x:N,y:A}}},...l}=qo(e,t),f={x:r,y:n},h=await Ln(t,l),u=Yo(Ee(i)),m=$n(u),y=f[m],g=f[u];if(a){let E=m==="y"?"top":"left",N=m==="y"?"bottom":"right",A=y+h[E],x=y-h[N];y=Rn(A,y,x)}if(s){let E=u==="y"?"top":"left",N=u==="y"?"bottom":"right",A=g+h[E],x=g-h[N];g=Rn(A,g,x)}let v=c.fn({...t,[m]:y,[u]:g});return{...v,data:{x:v.x-r,y:v.y-n}}}}};function It(e){return La(e)?(e.nodeName||"").toLowerCase():"#document"}function nt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function kt(e){var t;return(t=(La(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function La(e){return e instanceof Node||e instanceof nt(e).Node}function Ct(e){return e instanceof Element||e instanceof nt(e).Element}function xt(e){return e instanceof HTMLElement||e instanceof nt(e).HTMLElement}function _a(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof nt(e).ShadowRoot}function Ne(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=ft(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(i)}function Ta(e){return["table","td","th"].includes(It(e))}function Jo(e){let t=Qo(),r=ft(e);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function Ia(e){let t=de(e);for(;xt(t)&&!fo(t);){if(Jo(t))return t;t=de(t)}return null}function Qo(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function fo(e){return["html","body","#document"].includes(It(e))}function ft(e){return nt(e).getComputedStyle(e)}function uo(e){return Ct(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function de(e){if(It(e)==="html")return e;let t=e.assignedSlot||e.parentNode||_a(e)&&e.host||kt(e);return _a(t)?t.host:t}function ka(e){let t=de(e);return fo(t)?e.ownerDocument?e.ownerDocument.body:e.body:xt(t)&&Ne(t)?t:ka(t)}function Xo(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=ka(e),a=i===((n=e.ownerDocument)==null?void 0:n.body),s=nt(i);return a?t.concat(s,s.visualViewport||[],Ne(i)?i:[],s.frameElement&&r?Xo(s.frameElement):[]):t.concat(i,Xo(i,[],r))}function Da(e){let t=ft(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=xt(e),a=i?e.offsetWidth:r,s=i?e.offsetHeight:n,c=po(r)!==a||po(n)!==s;return c&&(r=a,n=s),{width:r,height:n,$:c}}function Ua(e){return Ct(e)?e:e.contextElement}function Ae(e){let t=Ua(e);if(!xt(t))return Tt(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:a}=Da(t),s=(a?po(r.width):r.width)/n,c=(a?po(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Nl=Tt(0);function Ba(e){let t=nt(e);return!Qo()||!t.visualViewport?Nl:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Al(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==nt(e)?!1:t}function ho(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),a=Ua(e),s=Tt(1);t&&(n?Ct(n)&&(s=Ae(n)):s=Ae(e));let c=Al(a,r,n)?Ba(a):Tt(0),l=(i.left+c.x)/s.x,f=(i.top+c.y)/s.y,h=i.width/s.x,u=i.height/s.y;if(a){let m=nt(a),y=n&&Ct(n)?nt(n):n,g=m.frameElement;for(;g&&n&&y!==m;){let v=Ae(g),E=g.getBoundingClientRect(),N=ft(g),A=E.left+(g.clientLeft+parseFloat(N.paddingLeft))*v.x,x=E.top+(g.clientTop+parseFloat(N.paddingTop))*v.y;l*=v.x,f*=v.y,h*=v.x,u*=v.y,l+=A,f+=x,g=nt(g).frameElement}}return fe({width:h,height:u,x:l,y:f})}function Rl(e){let{rect:t,offsetParent:r,strategy:n}=e,i=xt(r),a=kt(r);if(r===a)return t;let s={scrollLeft:0,scrollTop:0},c=Tt(1),l=Tt(0);if((i||!i&&n!=="fixed")&&((It(r)!=="body"||Ne(a))&&(s=uo(r)),xt(r))){let f=ho(r);c=Ae(r),l.x=f.x+r.clientLeft,l.y=f.y+r.clientTop}return{width:t.width*c.x,height:t.height*c.y,x:t.x*c.x-s.scrollLeft*c.x+l.x,y:t.y*c.y-s.scrollTop*c.y+l.y}}function $l(e){return Array.from(e.getClientRects())}function za(e){return ho(kt(e)).left+uo(e).scrollLeft}function Pl(e){let t=kt(e),r=uo(e),n=e.ownerDocument.body,i=Ft(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),a=Ft(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+za(e),c=-r.scrollTop;return ft(n).direction==="rtl"&&(s+=Ft(t.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:c}}function _l(e,t){let r=nt(e),n=kt(e),i=r.visualViewport,a=n.clientWidth,s=n.clientHeight,c=0,l=0;if(i){a=i.width,s=i.height;let f=Qo();(!f||f&&t==="fixed")&&(c=i.offsetLeft,l=i.offsetTop)}return{width:a,height:s,x:c,y:l}}function Ll(e,t){let r=ho(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,a=xt(e)?Ae(e):Tt(1),s=e.clientWidth*a.x,c=e.clientHeight*a.y,l=i*a.x,f=n*a.y;return{width:s,height:c,x:l,y:f}}function Ma(e,t,r){let n;if(t==="viewport")n=_l(e,r);else if(t==="document")n=Pl(kt(e));else if(Ct(t))n=Ll(t,r);else{let i=Ba(e);n={...t,x:t.x-i.x,y:t.y-i.y}}return fe(n)}function Ha(e,t){let r=de(e);return r===t||!Ct(r)||fo(r)?!1:ft(r).position==="fixed"||Ha(r,t)}function Tl(e,t){let r=t.get(e);if(r)return r;let n=Xo(e,[],!1).filter(c=>Ct(c)&&It(c)!=="body"),i=null,a=ft(e).position==="fixed",s=a?de(e):e;for(;Ct(s)&&!fo(s);){let c=ft(s),l=Jo(s);!l&&c.position==="fixed"&&(i=null),(a?!l&&!i:!l&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Ne(s)&&!l&&Ha(e,s))?n=n.filter(h=>h!==s):i=c,s=de(s)}return t.set(e,n),n}function Il(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?Tl(t,this._c):[].concat(r),n],c=s[0],l=s.reduce((f,h)=>{let u=Ma(t,h,i);return f.top=Ft(u.top,f.top),f.right=lo(u.right,f.right),f.bottom=lo(u.bottom,f.bottom),f.left=Ft(u.left,f.left),f},Ma(t,c,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function kl(e){return Da(e)}function Ml(e,t,r){let n=xt(t),i=kt(t),a=r==="fixed",s=ho(e,!0,a,t),c={scrollLeft:0,scrollTop:0},l=Tt(0);if(n||!n&&!a)if((It(t)!=="body"||Ne(i))&&(c=uo(t)),n){let f=ho(t,!0,a,t);l.x=f.x+t.clientLeft,l.y=f.y+t.clientTop}else i&&(l.x=za(i));return{x:s.left+c.scrollLeft-l.x,y:s.top+c.scrollTop-l.y,width:s.width,height:s.height}}function Wa(e,t){return!xt(e)||ft(e).position==="fixed"?null:t?t(e):e.offsetParent}function Fa(e,t){let r=nt(e);if(!xt(e))return r;let n=Wa(e,t);for(;n&&Ta(n)&&ft(n).position==="static";)n=Wa(n,t);return n&&(It(n)==="html"||It(n)==="body"&&ft(n).position==="static"&&!Jo(n))?r:n||Ia(e)||r}var Wl=async function(e){let{reference:t,floating:r,strategy:n}=e,i=this.getOffsetParent||Fa,a=this.getDimensions;return{reference:Ml(t,await i(r),n),floating:{x:0,y:0,...await a(r)}}};function Dl(e){return ft(e).direction==="rtl"}var tr={convertOffsetParentRelativeRectToViewportRelativeRect:Rl,getDocumentElement:kt,getClippingRect:Il,getOffsetParent:Fa,getElementRects:Wl,getClientRects:$l,getDimensions:kl,getScale:Ae,isElement:Ct,isRTL:Dl};var ja=(e,t,r)=>{let n=new Map,i={platform:tr,...r},a={...i.platform,_c:n};return Pa(e,t,{...i,platform:a})};function Va(e){return Ul(e)}function kn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Ul(e){for(let t=e;t;t=kn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=kn(e);t;t=kn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||t.tagName==="BODY"))return t}return null}async function mo(e,t,r){return ja(e,t,{platform:{...tr,getOffsetParent:n=>tr.getOffsetParent(n,Va)},middleware:[In({crossAxis:!0}),Tn({allowedPlacements:[r]})]})}var Un={};z(Un,{FtLitElement:()=>B});var Wn={};z(Wn,{ScopedRegistryLitElement:()=>yo});var er=window,Bl=er.ShadowRoot&&(er.ShadyCSS===void 0||er.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,om=Symbol();var Ka=(e,t)=>{Bl?e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):t.forEach(r=>{let n=document.createElement("style"),i=er.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)})};var yo=class extends _t{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([i,a])=>t.registry.define(i,a)));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Ka(n,t.elementStyles),n}};var Dn=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},qa,Ga=Symbol("constructorPrototype"),Za=Symbol("constructorName"),Ya=Symbol("exportpartsDebouncer"),B=class extends yo{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[qa]=new bt(5),this[Za]=this.constructor.name,this[Ga]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Za]&&Object.setPrototypeOf(this,this[Ga])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}applyCustomStylesheet(t){var r,n,i;if(this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((r=this.customStylesheet)!==null&&r!==void 0?r:"")}catch(a){console.error(a,this.customStylesheet)}}else if(((i=(n=this.shadowRoot)===null||n===void 0?void 0:n.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(a=>a.remove()),this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}scheduleExportpartsUpdate(){var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[Ya].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(t){var r,n,i,a,s,c;let l=m=>m!=null&&m.trim().length>0,f=t.filter(l).map(m=>m.trim());if(f.length===0){this.removeAttribute("exportparts");return}let h=new Set;for(let m of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(a=(i=m.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],g=(c=(s=m.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(v=>v.split(":")[1]))!==null&&c!==void 0?c:[];new Array(...y,...g).filter(l).map(v=>v.trim()).forEach(v=>h.add(v))}if(h.size===0){this.removeAttribute("exportparts");return}let u=[...h.values()].flatMap(m=>f.map(y=>`${m}:${y}--${m}`));this.setAttribute("exportparts",[...this.part,...u].join(", "))}};qa=Ya;Dn([w()],B.prototype,"exportpartsPrefix",void 0);Dn([so([])],B.prototype,"exportpartsPrefixes",void 0);Dn([w()],B.prototype,"customStylesheet",void 0);var Xa={};var Hn={};z(Hn,{highlightHtml:()=>Fl,highlightHtmlColorCssVariable:()=>Ja,highlightHtmlStyles:()=>Hl});var ue=class e{constructor(t,r=!0,n=[],i=5e3){this.ctx=t,this.iframes=r,this.exclude=n,this.iframesTimeout=i}static matches(t,r){let n=typeof r=="string"?[r]:r,i=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(i){let a=!1;return n.every(s=>i.call(t,s)?(a=!0,!1):!0),a}else return!1}getContexts(){let t,r=[];return typeof this.ctx>"u"||!this.ctx?t=[]:NodeList.prototype.isPrototypeOf(this.ctx)?t=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?t=this.ctx:typeof this.ctx=="string"?t=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):t=[this.ctx],t.forEach(n=>{let i=r.filter(a=>a.contains(n)).length>0;r.indexOf(n)===-1&&!i&&r.push(n)}),r}getIframeContents(t,r,n=()=>{}){let i;try{let a=t.contentWindow;if(i=a.document,!a||!i)throw new Error("iframe inaccessible")}catch{n()}i&&r(i)}isIframeBlank(t){let r="about:blank",n=t.getAttribute("src").trim();return t.contentWindow.location.href===r&&n!==r&&n}observeIframeLoad(t,r,n){let i=!1,a=null,s=()=>{if(!i){i=!0,clearTimeout(a);try{this.isIframeBlank(t)||(t.removeEventListener("load",s),this.getIframeContents(t,r,n))}catch{n()}}};t.addEventListener("load",s),a=setTimeout(s,this.iframesTimeout)}onIframeReady(t,r,n){try{t.contentWindow.document.readyState==="complete"?this.isIframeBlank(t)?this.observeIframeLoad(t,r,n):this.getIframeContents(t,r,n):this.observeIframeLoad(t,r,n)}catch{n()}}waitForIframes(t,r){let n=0;this.forEachIframe(t,()=>!0,i=>{n++,this.waitForIframes(i.querySelector("html"),()=>{--n||r()})},i=>{i||r()})}forEachIframe(t,r,n,i=()=>{}){let a=t.querySelectorAll("iframe"),s=a.length,c=0;a=Array.prototype.slice.call(a);let l=()=>{--s<=0&&i(c)};s||l(),a.forEach(f=>{e.matches(f,this.exclude)?l():this.onIframeReady(f,h=>{r(f)&&(c++,n(h)),l()},l)})}createIterator(t,r,n){return document.createNodeIterator(t,r,n,!1)}createInstanceOnIframe(t){return new e(t.querySelector("html"),this.iframes)}compareNodeIframe(t,r,n){let i=t.compareDocumentPosition(n),a=Node.DOCUMENT_POSITION_PRECEDING;if(i&a)if(r!==null){let s=r.compareDocumentPosition(n),c=Node.DOCUMENT_POSITION_FOLLOWING;if(s&c)return!0}else return!0;return!1}getIteratorNode(t){let r=t.previousNode(),n;return r===null?n=t.nextNode():n=t.nextNode()&&t.nextNode(),{prevNode:r,node:n}}checkIframeFilter(t,r,n,i){let a=!1,s=!1;return i.forEach((c,l)=>{c.val===n&&(a=l,s=c.handled)}),this.compareNodeIframe(t,r,n)?(a===!1&&!s?i.push({val:n,handled:!0}):a!==!1&&!s&&(i[a].handled=!0),!0):(a===!1&&i.push({val:n,handled:!1}),!1)}handleOpenIframes(t,r,n,i){t.forEach(a=>{a.handled||this.getIframeContents(a.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,n,i)})})}iterateThroughNodes(t,r,n,i,a){let s=this.createIterator(r,t,i),c=[],l=[],f,h,u=()=>({prevNode:h,node:f}=this.getIteratorNode(s),f);for(;u();)this.iframes&&this.forEachIframe(r,m=>this.checkIframeFilter(f,h,m,c),m=>{this.createInstanceOnIframe(m).forEachNode(t,y=>l.push(y),i)}),l.push(f);l.forEach(m=>{n(m)}),this.iframes&&this.handleOpenIframes(c,t,n,i),a()}forEachNode(t,r,n,i=()=>{}){let a=this.getContexts(),s=a.length;s||i(),a.forEach(c=>{let l=()=>{this.iterateThroughNodes(t,c,r,n,()=>{--s<=0&&i()})};this.iframes?this.waitForIframes(c,l):l()})}};var go=class{constructor(t){this.ctx=t,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new ue(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,r="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[r]=="function"&&n[r](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return this.opt.wildcards!=="disabled"&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),this.opt.wildcards!=="disabled"&&(t=this.createWildcardsRegExp(t)),t=this.createAccuracyRegExp(t),t}createSynonymsRegExp(t){let r=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",i=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let a in r)if(r.hasOwnProperty(a)){let s=r[a],c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(a):this.escapeStr(a),l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);c!==""&&l!==""&&(t=t.replace(new RegExp(`(${this.escapeStr(c)}|${this.escapeStr(l)})`,`gm${n}`),i+`(${this.processSynomyms(c)}|${this.processSynomyms(l)})`+i))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return t=t.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),t.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(t){let r=this.opt.wildcards==="withSpaces";return t.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,(r,n,i)=>{let a=i.charAt(n+1);return/[(|)\\]/.test(a)||a===""?r:r+"\0"})}createJoinersRegExp(t){let r=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&r.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?t.split(/\u0000+/).join(`[${r.join("")}]*`):t}createDiacriticsRegExp(t){let r=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],i=[];return t.split("").forEach(a=>{n.every(s=>{if(s.indexOf(a)!==-1){if(i.indexOf(s)>-1)return!1;t=t.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),i.push(s)}return!0})}),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(t){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,i=typeof n=="string"?n:n.value,a=typeof n=="string"?[]:n.limiters,s="";switch(a.forEach(c=>{s+=`|${this.escapeStr(c)}`}),i){case"partially":default:return`()(${t})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${t}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${t})(?=$|\\s${s})`}}getSeparatedKeywords(t){let r=[];return t.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(i=>{i.trim()&&r.indexOf(i)===-1&&r.push(i)}):n.trim()&&r.indexOf(n)===-1&&r.push(n)}),{keywords:r.sort((n,i)=>i.length-n.length),length:r.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||Object.prototype.toString.call(t[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];let r=[],n=0;return t.sort((i,a)=>i.start-a.start).forEach(i=>{let{start:a,end:s,valid:c}=this.callNoMatchOnInvalidRanges(i,n);c&&(i.start=a,i.length=s-a,r.push(i),n=s)}),r}callNoMatchOnInvalidRanges(t,r){let n,i,a=!1;return t&&typeof t.start<"u"?(n=parseInt(t.start,10),i=n+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&i-r>0&&i-n>0?a=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:n,end:i,valid:a}}checkWhitespaceRanges(t,r,n){let i,a=!0,s=n.length,c=r-s,l=parseInt(t.start,10)-c;return l=l>s?s:l,i=l+parseInt(t.length,10),i>s&&(i=s,this.log(`End range automatically set to the max value of ${s}`)),l<0||i-l<0||l>s||i>s?(a=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):n.substring(l,i).replace(/\s+/g,"")===""&&(a=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:l,end:i,valid:a}}getTextNodes(t){let r="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,i=>{n.push({start:r.length,end:(r+=i.textContent).length,node:i})},i=>this.matchesExclude(i.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{t({value:r,nodes:n})})}matchesExclude(t){return ue.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,r,n){let i=this.opt.element?this.opt.element:"mark",a=t.splitText(r),s=a.splitText(n-r),c=document.createElement(i);return c.setAttribute("data-markjs","true"),this.opt.className&&c.setAttribute("class",this.opt.className),c.textContent=a.textContent,a.parentNode.replaceChild(c,a),s}wrapRangeInMappedTextNode(t,r,n,i,a){t.nodes.every((s,c)=>{let l=t.nodes[c+1];if(typeof l>"u"||l.start>r){if(!i(s.node))return!1;let f=r-s.start,h=(n>s.end?s.end:n)-s.start,u=t.value.substr(0,s.start),m=t.value.substr(h+s.start);if(s.node=this.wrapRangeInTextNode(s.node,f,h),t.value=u+m,t.nodes.forEach((y,g)=>{g>=c&&(t.nodes[g].start>0&&g!==c&&(t.nodes[g].start-=h),t.nodes[g].end-=h)}),n-=h,a(s.node.previousSibling,s.start),n>s.end)r=s.end;else return!1}return!0})}wrapMatches(t,r,n,i,a){let s=r===0?0:r+1;this.getTextNodes(c=>{c.nodes.forEach(l=>{l=l.node;let f;for(;(f=t.exec(l.textContent))!==null&&f[s]!=="";){if(!n(f[s],l))continue;let h=f.index;if(s!==0)for(let u=1;u<s;u++)h+=f[u].length;l=this.wrapRangeInTextNode(l,h,h+f[s].length),i(l.previousSibling),t.lastIndex=0}}),a()})}wrapMatchesAcrossElements(t,r,n,i,a){let s=r===0?0:r+1;this.getTextNodes(c=>{let l;for(;(l=t.exec(c.value))!==null&&l[s]!=="";){let f=l.index;if(s!==0)for(let u=1;u<s;u++)f+=l[u].length;let h=f+l[s].length;this.wrapRangeInMappedTextNode(c,f,h,u=>n(l[s],u),(u,m)=>{t.lastIndex=m,i(u)})}a()})}wrapRangeFromIndex(t,r,n,i){this.getTextNodes(a=>{let s=a.value.length;t.forEach((c,l)=>{let{start:f,end:h,valid:u}=this.checkWhitespaceRanges(c,s,a.value);u&&this.wrapRangeInMappedTextNode(a,f,h,m=>r(m,c,a.value.substring(f,h),l),m=>{n(m,c)})}),i()})}unwrapMatches(t){let r=t.parentNode,n=document.createDocumentFragment();for(;t.firstChild;)n.appendChild(t.removeChild(t.firstChild));r.replaceChild(n,t),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(t){if(t){if(t.nodeType===3)for(;t.nextSibling&&t.nextSibling.nodeType===3;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,r){this.opt=r,this.log(`Searching with expression "${t}"`);let n=0,i="wrapMatches",a=s=>{n++,this.opt.each(s)};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),this[i](t,this.opt.ignoreGroups,(s,c)=>this.opt.filter(c,s,n),a,()=>{n===0&&this.opt.noMatch(t),this.opt.done(n)})}mark(t,r){this.opt=r;let n=0,i="wrapMatches",{keywords:a,length:s}=this.getSeparatedKeywords(typeof t=="string"?[t]:t),c=this.opt.caseSensitive?"":"i",l=f=>{let h=new RegExp(this.createRegExp(f),`gm${c}`),u=0;this.log(`Searching with expression "${h}"`),this[i](h,1,(m,y)=>this.opt.filter(y,f,n,u),m=>{u++,n++,this.opt.each(m)},()=>{u===0&&this.opt.noMatch(f),a[s-1]===f?this.opt.done(n):l(a[a.indexOf(f)+1])})};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),s===0?this.opt.done(n):l(a[0])}markRanges(t,r){this.opt=r;let n=0,i=this.checkRanges(t);i&&i.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(i)),this.wrapRangeFromIndex(i,(a,s,c,l)=>this.opt.filter(a,s,c,l),(a,s)=>{n++,this.opt.each(a,s)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(t){this.opt=t;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let i=ue.matches(n,r),a=this.matchesExclude(n);return!i||a?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function Bn(e){let t=new go(e);return this.mark=(r,n)=>(t.mark(r,n),this),this.markRegExp=(r,n)=>(t.markRegExp(r,n),this),this.markRanges=(r,n)=>(t.markRanges(r,n),this),this.unmark=r=>(t.unmark(r),this),this}var zl=Bn,Ja=o.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Hl=P`
140
7
  .highlight-html-match {
141
- background: ${Hi};
8
+ background: ${Ja};
142
9
  }
143
- `,Gi={className:"highlight-html-match"};var Vi=Object.freeze({__proto__:null,highlightHtml:function(t,o){var e;let r=t.getAttribute("data-highlight-html-query");if((null!=r?r:"")!==(null!=o?o:"")){const r=new Di(t);if(r.unmark(Gi),o&&o.trim()){r.mark(o.replace(/"[^"]+"/g,""),{...Gi,separateWordSearch:!0});(null!==(e=o.match(/"[^"]+"/g))&&void 0!==e?e:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...Gi,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=o?o:"")},highlightHtmlColorCssVariable:Hi,highlightHtmlStyles:Ti});const qi=dt`
10
+ `,zn={className:"highlight-html-match"};function Fl(e,t){var r;let n=e.getAttribute("data-highlight-html-query");if((n??"")!==(t??"")){let i=new zl(e);i.unmark(zn),t&&t.trim()&&(i.mark(t.replace(/"[^"]+"/g,""),{...zn,separateWordSearch:!0}),((r=t.match(/"[^"]+"/g))!==null&&r!==void 0?r:[]).forEach(s=>i.mark(s.replace(/"/g,""),{...zn,separateWordSearch:!1})))}e.setAttribute("data-highlight-html-query",t??"")}var Fn={};z(Fn,{noTextSelect:()=>bo,safariEllipsisFix:()=>xo,wordWrap:()=>jl});var bo=P`
144
11
  .ft-no-text-select {
145
12
  -webkit-touch-callout: none;
146
13
  -webkit-user-select: none;
@@ -149,7 +16,7 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
149
16
  -ms-user-select: none;
150
17
  user-select: none;
151
18
  }
152
- `,Yi=dt`
19
+ `,jl=P`
153
20
  .ft-word-wrap {
154
21
  white-space: normal;
155
22
  word-wrap: break-word;
@@ -161,7 +28,7 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
161
28
  -webkit-hyphens: auto;
162
29
  hyphens: auto
163
30
  }
164
- `,Ji=dt`
31
+ `,xo=P`
165
32
  .ft-safari-ellipsis-fix {
166
33
  margin-right: 0;
167
34
 
@@ -172,9 +39,9 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
172
39
  display: inline-block;
173
40
  width: 0;
174
41
  }
175
- `;var Xi=Object.freeze({__proto__:null,noTextSelect:qi,safariEllipsisFix:Ji,wordWrap:Yi}),Qi=Object.freeze({__proto__:null});var tn=Object.freeze({__proto__:null,ParametrizedLabelResolver:class{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var e,r;t=this.resolvePluralKey(t,o);let i=null!==(r=null!==(e=this.labels[t])&&void 0!==e?e:this.defaultLabels[t])&&void 0!==r?r:"";return o.forEach(((t,o)=>i=i.replace(new RegExp(`\\{${o}([^}]*)\\}`,"g"),((o,e)=>this.formatValue(t,e))))),i}resolvePluralKey(t,o){for(let e of o)if("number"==typeof e){const o=`${String(t)}[\\=${e}]`;if(o in this.labels||o in this.defaultLabels)return o}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):null!=t?t:""}formatDate(t,o){const e=e=>(null==o?void 0:o.includes("date"))?t.toLocaleDateString(e):(null==o?void 0:o.includes("time"))?t.toLocaleTimeString(e):t.toLocaleString(e);try{return e(document.documentElement.lang)}catch(t){return e()}}}});class on{constructor(){this.queue=[]}add(t,o=!1){o&&(this.queue=this.queue.filter((o=>o.type!==t.type))),this.queue.push(t)}consume(t){const o=this.queue.find((o=>o.type===t));return o&&(this.queue=this.queue.filter((t=>t!==o))),o}}function en(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var rn,nn,an;const ln=Symbol("internalReduxEventsUnsubscribers"),sn=Symbol("internalStoresUnsubscribers"),cn=Symbol("internalStores");class fn extends Pi{constructor(){super(...arguments),this[rn]=new Map,this[nn]=new Map,this[an]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[cn].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[cn].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[cn].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:en(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[cn].delete(o)}setupStore(t,o){this[cn].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[cn].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[sn].has(t.store):this[sn].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[sn].set(t,o.subscribe((()=>this.updateFromStores()))),en(o)&&o.eventBus&&(null===(e=this.reduxConstructor.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[ln].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[sn].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[ln].forEach((t=>t())),this[ln]=[]}unsubscribeFromStore(t){this[sn].has(t)&&this[sn].get(t)(),this[sn].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function pn(t){for(var o=arguments.length,e=Array(o>1?o-1:0),r=1;r<o;r++)e[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(e.length?" "+e.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function dn(t){return!!t&&!!t[Xn]}function un(t){var o;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;var e=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return e===Object||"function"==typeof e&&Function.toString.call(e)===Qn}(t)||Array.isArray(t)||!!t[Jn]||!!(null===(o=t.constructor)||void 0===o?void 0:o[Jn])||vn(t)||xn(t))}function hn(t,o,e){void 0===e&&(e=!1),0===gn(t)?(e?Object.keys:ta)(t).forEach((function(r){e&&"symbol"==typeof r||o(r,t[r],t)})):t.forEach((function(e,r){return o(r,e,t)}))}function gn(t){var o=t[Xn];return o?o.i>3?o.i-4:o.i:Array.isArray(t)?1:vn(t)?2:xn(t)?3:0}function yn(t,o){return 2===gn(t)?t.has(o):Object.prototype.hasOwnProperty.call(t,o)}function bn(t,o,e){var r=gn(t);2===r?t.set(o,e):3===r?t.add(e):t[o]=e}function mn(t,o){return t===o?0!==t||1/t==1/o:t!=t&&o!=o}function vn(t){return Gn&&t instanceof Map}function xn(t){return Vn&&t instanceof Set}function On(t){return t.o||t.t}function wn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var o=oa(t);delete o[Xn];for(var e=ta(o),r=0;r<e.length;r++){var i=e[r],n=o[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(o[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),o)}function Sn(t,o){return void 0===o&&(o=!1),Nn(t)||dn(t)||!un(t)||(gn(t)>1&&(t.set=t.add=t.clear=t.delete=Cn),Object.freeze(t),o&&hn(t,(function(t,o){return Sn(o,!0)}),!0)),t}function Cn(){pn(2)}function Nn(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function En(t){var o=ea[t];return o||pn(18,t),o}function $n(){return Hn}function Rn(t,o){o&&(En("Patches"),t.u=[],t.s=[],t.v=o)}function In(t){kn(t),t.p.forEach(Wn),t.p=null}function kn(t){t===Hn&&(Hn=t.l)}function Ln(t){return Hn={p:[],l:Hn,h:t,m:!0,_:0}}function Wn(t){var o=t[Xn];0===o.i||1===o.i?o.j():o.g=!0}function Un(t,o){o._=o.p.length;var e=o.p[0],r=void 0!==t&&t!==e;return o.h.O||En("ES5").S(o,t,r),r?(e[Xn].P&&(In(o),pn(4)),un(t)&&(t=zn(o,t),o.l||Fn(o,t)),o.u&&En("Patches").M(e[Xn].t,t,o.u,o.s)):t=zn(o,e,[]),In(o),o.u&&o.v(o.u,o.s),t!==Yn?t:void 0}function zn(t,o,e){if(Nn(o))return o;var r=o[Xn];if(!r)return hn(o,(function(i,n){return Bn(t,r,o,i,n,e)}),!0),o;if(r.A!==t)return o;if(!r.P)return Fn(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=wn(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),hn(n,(function(o,n){return Bn(t,r,i,o,n,e,a)})),Fn(t,i,!1),e&&t.u&&En("Patches").N(r,e,t.u,t.s)}return r.o}function Bn(t,o,e,r,i,n,a){if(dn(i)){var l=zn(t,i,n&&o&&3!==o.i&&!yn(o.R,r)?n.concat(r):void 0);if(bn(e,r,l),!dn(l))return;t.m=!1}else a&&e.add(i);if(un(i)&&!Nn(i)){if(!t.h.D&&t._<1)return;zn(t,i),o&&o.A.l||Fn(t,i)}}function Fn(t,o,e){void 0===e&&(e=!1),!t.l&&t.h.D&&t.m&&Sn(o,e)}function An(t,o){var e=t[Xn];return(e?On(e):t)[o]}function jn(t,o){if(o in t)for(var e=Object.getPrototypeOf(t);e;){var r=Object.getOwnPropertyDescriptor(e,o);if(r)return r;e=Object.getPrototypeOf(e)}}function _n(t){t.P||(t.P=!0,t.l&&_n(t.l))}function Pn(t){t.o||(t.o=wn(t.t))}function Zn(t,o,e){var r=vn(o)?En("MapSet").F(o,e):xn(o)?En("MapSet").T(o,e):t.O?function(t,o){var e=Array.isArray(t),r={i:e?1:0,A:o?o.A:$n(),P:!1,I:!1,R:{},l:o,t,k:null,o:null,j:null,C:!1},i=r,n=ra;e&&(i=[r],n=ia);var a=Proxy.revocable(i,n),l=a.revoke,s=a.proxy;return r.k=s,r.j=l,s}(o,e):En("ES5").J(o,e);return(e?e.A:$n()).p.push(r),r}function Kn(t){return dn(t)||pn(22,t),function t(o){if(!un(o))return o;var e,r=o[Xn],i=gn(o);if(r){if(!r.P&&(r.i<4||!En("ES5").K(r)))return r.t;r.I=!0,e=Mn(o,i),r.I=!1}else e=Mn(o,i);return hn(e,(function(o,i){r&&function(t,o){return 2===gn(t)?t.get(o):t[o]}(r.t,o)===i||bn(e,o,t(i))})),3===i?new Set(e):e}(t)}function Mn(t,o){switch(o){case 2:return new Map(t);case 3:return Array.from(t)}return wn(t)}rn=sn,nn=cn,an=ln,fn.reduxProperties=new Map,fn.reduxReactiveProperties=new Set,fn.reduxEventListeners=new Map;var Dn,Hn,Tn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Gn="undefined"!=typeof Map,Vn="undefined"!=typeof Set,qn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Yn=Tn?Symbol.for("immer-nothing"):((Dn={})["immer-nothing"]=!0,Dn),Jn=Tn?Symbol.for("immer-draftable"):"__$immer_draftable",Xn=Tn?Symbol.for("immer-state"):"__$immer_state",Qn=""+Object.prototype.constructor,ta="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,oa=Object.getOwnPropertyDescriptors||function(t){var o={};return ta(t).forEach((function(e){o[e]=Object.getOwnPropertyDescriptor(t,e)})),o},ea={},ra={get:function(t,o){if(o===Xn)return t;var e=On(t);if(!yn(e,o))return function(t,o,e){var r,i=jn(o,e);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,e,o);var r=e[o];return t.I||!un(r)?r:r===An(t.t,o)?(Pn(t),t.o[o]=Zn(t.A.h,r,t)):r},has:function(t,o){return o in On(t)},ownKeys:function(t){return Reflect.ownKeys(On(t))},set:function(t,o,e){var r=jn(On(t),o);if(null==r?void 0:r.set)return r.set.call(t.k,e),!0;if(!t.P){var i=An(On(t),o),n=null==i?void 0:i[Xn];if(n&&n.t===e)return t.o[o]=e,t.R[o]=!1,!0;if(mn(e,i)&&(void 0!==e||yn(t.t,o)))return!0;Pn(t),_n(t)}return t.o[o]===e&&(void 0!==e||o in t.o)||Number.isNaN(e)&&Number.isNaN(t.o[o])||(t.o[o]=e,t.R[o]=!0),!0},deleteProperty:function(t,o){return void 0!==An(t.t,o)||o in t.t?(t.R[o]=!1,Pn(t),_n(t)):delete t.R[o],t.o&&delete t.o[o],!0},getOwnPropertyDescriptor:function(t,o){var e=On(t),r=Reflect.getOwnPropertyDescriptor(e,o);return r?{writable:!0,configurable:1!==t.i||"length"!==o,enumerable:r.enumerable,value:e[o]}:r},defineProperty:function(){pn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){pn(12)}},ia={};hn(ra,(function(t,o){ia[t]=function(){return arguments[0]=arguments[0][0],o.apply(this,arguments)}})),ia.deleteProperty=function(t,o){return ia.set.call(this,t,o,void 0)},ia.set=function(t,o,e){return ra.set.call(this,t[0],o,e,t[0])};var na=function(){function t(t){var o=this;this.O=qn,this.D=!0,this.produce=function(t,e,r){if("function"==typeof t&&"function"!=typeof e){var i=e;e=t;var n=o;return function(t){var o=this;void 0===t&&(t=i);for(var r=arguments.length,a=Array(r>1?r-1:0),l=1;l<r;l++)a[l-1]=arguments[l];return n.produce(t,(function(t){var r;return(r=e).call.apply(r,[o,t].concat(a))}))}}var a;if("function"!=typeof e&&pn(6),void 0!==r&&"function"!=typeof r&&pn(7),un(t)){var l=Ln(o),s=Zn(o,t,void 0),c=!0;try{a=e(s),c=!1}finally{c?In(l):kn(l)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return Rn(l,r),Un(t,l)}),(function(t){throw In(l),t})):(Rn(l,r),Un(a,l))}if(!t||"object"!=typeof t){if(void 0===(a=e(t))&&(a=t),a===Yn&&(a=void 0),o.D&&Sn(a,!0),r){var f=[],p=[];En("Patches").M(t,a,f,p),r(f,p)}return a}pn(21,t)},this.produceWithPatches=function(t,e){if("function"==typeof t)return function(e){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return o.produceWithPatches(e,(function(o){return t.apply(void 0,[o].concat(i))}))};var r,i,n=o.produce(t,e,(function(t,o){r=t,i=o}));return"undefined"!=typeof Promise&&n instanceof Promise?n.then((function(t){return[t,r,i]})):[n,r,i]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var o=t.prototype;return o.createDraft=function(t){un(t)||pn(8),dn(t)&&(t=Kn(t));var o=Ln(this),e=Zn(this,t,void 0);return e[Xn].C=!0,kn(o),e},o.finishDraft=function(t,o){var e=(t&&t[Xn]).A;return Rn(e,o),Un(void 0,e)},o.setAutoFreeze=function(t){this.D=t},o.setUseProxies=function(t){t&&!qn&&pn(20),this.O=t},o.applyPatches=function(t,o){var e;for(e=o.length-1;e>=0;e--){var r=o[e];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}e>-1&&(o=o.slice(e+1));var i=En("Patches").$;return dn(t)?i(t,o):this.produce(t,(function(t){return i(t,o)}))},t}(),aa=new na,la=aa.produce;function sa(t){return sa="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},sa(t)}function ca(t){var o=function(t,o){if("object"!==sa(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,o||"default");if("object"!==sa(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"===sa(o)?o:String(o)}function fa(t,o,e){return(o=ca(o))in t?Object.defineProperty(t,o,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[o]=e,t}function pa(t,o){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);o&&(r=r.filter((function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable}))),e.push.apply(e,r)}return e}function da(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?pa(Object(e),!0).forEach((function(o){fa(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):pa(Object(e)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))}))}return t}function ua(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}aa.produceWithPatches.bind(aa),aa.setAutoFreeze.bind(aa),aa.setUseProxies.bind(aa),aa.applyPatches.bind(aa),aa.createDraft.bind(aa),aa.finishDraft.bind(aa);var ha="function"==typeof Symbol&&Symbol.observable||"@@observable",ga=function(){return Math.random().toString(36).substring(7).split("").join(".")},ya={INIT:"@@redux/INIT"+ga(),REPLACE:"@@redux/REPLACE"+ga(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ga()}};function ba(t,o,e){var r;if("function"==typeof o&&"function"==typeof e||"function"==typeof e&&"function"==typeof arguments[3])throw new Error(ua(0));if("function"==typeof o&&void 0===e&&(e=o,o=void 0),void 0!==e){if("function"!=typeof e)throw new Error(ua(1));return e(ba)(t,o)}if("function"!=typeof t)throw new Error(ua(2));var i=t,n=o,a=[],l=a,s=!1;function c(){l===a&&(l=a.slice())}function f(){if(s)throw new Error(ua(3));return n}function p(t){if("function"!=typeof t)throw new Error(ua(4));if(s)throw new Error(ua(5));var o=!0;return c(),l.push(t),function(){if(o){if(s)throw new Error(ua(6));o=!1,c();var e=l.indexOf(t);l.splice(e,1),a=null}}}function d(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var o=t;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return Object.getPrototypeOf(t)===o}(t))throw new Error(ua(7));if(void 0===t.type)throw new Error(ua(8));if(s)throw new Error(ua(9));try{s=!0,n=i(n,t)}finally{s=!1}for(var o=a=l,e=0;e<o.length;e++){(0,o[e])()}return t}return d({type:ya.INIT}),(r={dispatch:d,subscribe:p,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ua(10));i=t,d({type:ya.REPLACE})}})[ha]=function(){var t,o=p;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ua(11));function e(){t.next&&t.next(f())}return e(),{unsubscribe:o(e)}}})[ha]=function(){return this},t},r}function ma(t){for(var o=Object.keys(t),e={},r=0;r<o.length;r++){var i=o[r];"function"==typeof t[i]&&(e[i]=t[i])}var n,a=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(o){var e=t[o];if(void 0===e(void 0,{type:ya.INIT}))throw new Error(ua(12));if(void 0===e(void 0,{type:ya.PROBE_UNKNOWN_ACTION()}))throw new Error(ua(13))}))}(e)}catch(t){n=t}return function(t,o){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},l=0;l<a.length;l++){var s=a[l],c=e[s],f=t[s],p=c(f,o);if(void 0===p)throw o&&o.type,new Error(ua(14));i[s]=p,r=r||p!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function va(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return 0===o.length?function(t){return t}:1===o.length?o[0]:o.reduce((function(t,o){return function(){return t(o.apply(void 0,arguments))}}))}function xa(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return function(t){return function(){var e=t.apply(void 0,arguments),r=function(){throw new Error(ua(15))},i={getState:e.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=o.map((function(t){return t(i)}));return r=va.apply(void 0,n)(e.dispatch),da(da({},e),{},{dispatch:r})}}}function Oa(t){return function(o){var e=o.dispatch,r=o.getState;return function(o){return function(i){return"function"==typeof i?i(e,r,t):o(i)}}}}var wa=Oa();wa.withExtraArgument=Oa;var Sa,Ca=wa,Na=(Sa=function(t,o){return Sa=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},Sa(t,o)},function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}Sa(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}),Ea=function(t,o){var e,r,i,n,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function l(n){return function(l){return function(n){if(e)throw new TypeError("Generator is already executing.");for(;a;)try{if(e=1,r&&(i=2&n[0]?r.return:n[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,n[1])).done)return i;switch(r=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,r=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){a.label=n[1];break}if(6===n[0]&&a.label<i[1]){a.label=i[1],i=n;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(n);break}i[2]&&a.ops.pop(),a.trys.pop();continue}n=o.call(t,a)}catch(t){n=[6,t],r=0}finally{e=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,l])}}},$a=function(t,o){for(var e=0,r=o.length,i=t.length;e<r;e++,i++)t[i]=o[e];return t},Ra=Object.defineProperty,Ia=Object.defineProperties,ka=Object.getOwnPropertyDescriptors,La=Object.getOwnPropertySymbols,Wa=Object.prototype.hasOwnProperty,Ua=Object.prototype.propertyIsEnumerable,za=function(t,o,e){return o in t?Ra(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e},Ba=function(t,o){for(var e in o||(o={}))Wa.call(o,e)&&za(t,e,o[e]);if(La)for(var r=0,i=La(o);r<i.length;r++){e=i[r];Ua.call(o,e)&&za(t,e,o[e])}return t},Fa=function(t,o){return Ia(t,ka(o))},Aa="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?va:va.apply(null,arguments)};var ja=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.apply(this,e)||this;return Object.setPrototypeOf(i,o.prototype),i}return Na(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,$a([void 0],t[0].concat(this)))):new(o.bind.apply(o,$a([void 0],t.concat(this))))},o}(Array),_a=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.apply(this,e)||this;return Object.setPrototypeOf(i,o.prototype),i}return Na(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,$a([void 0],t[0].concat(this)))):new(o.bind.apply(o,$a([void 0],t.concat(this))))},o}(Array);function Pa(t){return un(t)?la(t,(function(){})):t}function Za(){return function(t){return function(t){void 0===t&&(t={});var o=t.thunk,e=void 0===o||o;t.immutableCheck,t.serializableCheck;var r=new ja;e&&(!function(t){return"boolean"==typeof t}(e)?r.push(Ca.withExtraArgument(e.extraArgument)):r.push(Ca));return r}(t)}}function Ka(t){var o,e=Za(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,l=void 0===a?e():a,s=r.devTools,c=void 0===s||s,f=r.preloadedState,p=void 0===f?void 0:f,d=r.enhancers,u=void 0===d?void 0:d;if("function"==typeof n)o=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;for(var e=o;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return o===e}(n))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');o=ma(n)}var h=l;"function"==typeof h&&(h=h(e));var g=xa.apply(void 0,h),y=va;c&&(y=Aa(Ba({trace:!1},"object"==typeof c&&c)));var b=new _a(g),m=b;return Array.isArray(u)?m=$a([g],u):"function"==typeof u&&(m=u(b)),ba(o,p,y.apply(void 0,m))}function Ma(t,o){function e(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];if(o){var i=o.apply(void 0,e);if(!i)throw new Error("prepareAction did not return an object");return Ba(Ba({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:e[0]}}return e.toString=function(){return""+t},e.type=t,e.match=function(o){return o.type===t},e}function Da(t){var o,e={},r=[],i={addCase:function(t,o){var r="string"==typeof t?t:t.type;if(r in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[r]=o,i},addMatcher:function(t,o){return r.push({matcher:t,reducer:o}),i},addDefaultCase:function(t){return o=t,i}};return t(i),[e,r,o]}function Ha(t){var o=t.name;if(!o)throw new Error("`name` is a required option for createSlice");var e,r="function"==typeof t.initialState?t.initialState:Pa(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},l={},s={};function c(){var o="function"==typeof t.extraReducers?Da(t.extraReducers):[t.extraReducers],e=o[0],i=void 0===e?{}:e,n=o[1],a=void 0===n?[]:n,s=o[2],c=void 0===s?void 0:s,f=Ba(Ba({},i),l);return function(t,o,e,r){void 0===e&&(e=[]);var i,n="function"==typeof o?Da(o):[o,e,r],a=n[0],l=n[1],s=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Pa(t())};else{var c=Pa(t);i=function(){return c}}function f(t,o){void 0===t&&(t=i());var e=$a([a[o.type]],l.filter((function(t){return(0,t.matcher)(o)})).map((function(t){return t.reducer})));return 0===e.filter((function(t){return!!t})).length&&(e=[s]),e.reduce((function(t,e){if(e){var r;if(dn(t))return void 0===(r=e(t,o))?t:r;if(un(t))return la(t,(function(t){return e(t,o)}));if(void 0===(r=e(t,o))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var o in f)t.addCase(o,f[o]);for(var e=0,r=a;e<r.length;e++){var i=r[e];t.addMatcher(i.matcher,i.reducer)}c&&t.addDefaultCase(c)}))}return n.forEach((function(t){var e,r,n=i[t],c=o+"/"+t;"reducer"in n?(e=n.reducer,r=n.prepare):e=n,a[t]=e,l[c]=e,s[t]=r?Ma(c,r):Ma(c)})),{name:o,reducer:function(t,o){return e||(e=c()),e(t,o)},actions:s,caseReducers:a,getInitialState:function(){return e||(e=c()),e.getInitialState()}}}var Ta=["name","message","stack","code"],Ga=function(t,o){this.payload=t,this.meta=o},Va=function(t,o){this.payload=t,this.meta=o},qa=function(t){if("object"==typeof t&&null!==t){for(var o={},e=0,r=Ta;e<r.length;e++){var i=r[e];"string"==typeof t[i]&&(o[i]=t[i])}return o}return{message:String(t)}};function Ya(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,o,e){var r=Ma(t+"/fulfilled",(function(t,o,e,r){return{payload:t,meta:Fa(Ba({},r||{}),{arg:e,requestId:o,requestStatus:"fulfilled"})}})),i=Ma(t+"/pending",(function(t,o,e){return{payload:void 0,meta:Fa(Ba({},e||{}),{arg:o,requestId:t,requestStatus:"pending"})}})),n=Ma(t+"/rejected",(function(t,o,r,i,n){return{payload:i,error:(e&&e.serializeError||qa)(t||"Rejected"),meta:Fa(Ba({},n||{}),{arg:r,requestId:o,rejectedWithValue:!!i,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(l,s,c){var f,p=(null==e?void 0:e.idGenerator)?e.idGenerator(t):function(t){void 0===t&&(t=21);for(var o="",e=t;e--;)o+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return o}(),d=new a;function u(t){f=t,d.abort()}var h=function(){return a=this,h=null,g=function(){var a,h,g,y,b,m;return Ea(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),y=null==(a=null==e?void 0:e.condition)?void 0:a.call(e,t,{getState:s,extra:c}),null===(x=y)||"object"!=typeof x||"function"!=typeof x.then?[3,2]:[4,y];case 1:y=v.sent(),v.label=2;case 2:if(!1===y||d.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,o){return d.signal.addEventListener("abort",(function(){return o({name:"AbortError",message:f||"Aborted"})}))})),l(i(p,t,null==(h=null==e?void 0:e.getPendingMeta)?void 0:h.call(e,{requestId:p,arg:t},{getState:s,extra:c}))),[4,Promise.race([b,Promise.resolve(o(t,{dispatch:l,getState:s,extra:c,requestId:p,signal:d.signal,abort:u,rejectWithValue:function(t,o){return new Ga(t,o)},fulfillWithValue:function(t,o){return new Va(t,o)}})).then((function(o){if(o instanceof Ga)throw o;return o instanceof Va?r(o.payload,p,t,o.meta):r(o,p,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof Ga?n(null,p,t,m.payload,m.meta):n(m,p,t),[3,5];case 5:return e&&!e.dispatchConditionRejection&&n.match(g)&&g.meta.condition||l(g),[2,g]}var x}))},new Promise((function(t,o){var e=function(t){try{i(g.next(t))}catch(t){o(t)}},r=function(t){try{i(g.throw(t))}catch(t){o(t)}},i=function(o){return o.done?t(o.value):Promise.resolve(o.value).then(e,r)};i((g=g.apply(a,h)).next())}));var a,h,g}();return Object.assign(h,{abort:u,requestId:p,arg:t,unwrap:function(){return h.then(Ya)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Ja="listenerMiddleware";Ma(Ja+"/add"),Ma(Ja+"/removeAll"),Ma(Ja+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,o){var e=i[t];return e?e.enumerable=o:i[t]=e={configurable:!0,enumerable:o,get:function(){var o=this[Xn];return ra.get(o,t)},set:function(o){var e=this[Xn];ra.set(e,t,o)}},e}function o(t){for(var o=t.length-1;o>=0;o--){var i=t[o][Xn];if(!i.P)switch(i.i){case 5:r(i)&&_n(i);break;case 4:e(i)&&_n(i)}}}function e(t){for(var o=t.t,e=t.k,r=ta(e),i=r.length-1;i>=0;i--){var n=r[i];if(n!==Xn){var a=o[n];if(void 0===a&&!yn(o,n))return!0;var l=e[n],s=l&&l[Xn];if(s?s.t!==a:!mn(l,a))return!0}}var c=!!o[Xn];return r.length!==ta(o).length+(c?0:1)}function r(t){var o=t.k;if(o.length!==t.t.length)return!0;var e=Object.getOwnPropertyDescriptor(o,o.length-1);if(e&&!e.get)return!0;for(var r=0;r<o.length;r++)if(!o.hasOwnProperty(r))return!0;return!1}var i={};!function(t,o){ea[t]||(ea[t]=o)}("ES5",{J:function(o,e){var r=Array.isArray(o),i=function(o,e){if(o){for(var r=Array(e.length),i=0;i<e.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=oa(e);delete n[Xn];for(var a=ta(n),l=0;l<a.length;l++){var s=a[l];n[s]=t(s,o||!!n[s].enumerable)}return Object.create(Object.getPrototypeOf(e),n)}(r,o),n={i:r?5:4,A:e?e.A:$n(),P:!1,I:!1,R:{},l:e,t:o,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Xn,{value:n,writable:!0}),i},S:function(t,e,i){i?dn(e)&&e[Xn].A===t&&o(t.p):(t.u&&function t(o){if(o&&"object"==typeof o){var e=o[Xn];if(e){var i=e.t,n=e.k,a=e.R,l=e.i;if(4===l)hn(n,(function(o){o!==Xn&&(void 0!==i[o]||yn(i,o)?a[o]||t(n[o]):(a[o]=!0,_n(e)))})),hn(i,(function(t){void 0!==n[t]||yn(n,t)||(a[t]=!1,_n(e))}));else if(5===l){if(r(e)&&(_n(e),a.length=!0),n.length<i.length)for(var s=n.length;s<i.length;s++)a[s]=!1;else for(var c=i.length;c<n.length;c++)a[c]=!0;for(var f=Math.min(n.length,i.length),p=0;p<f;p++)n.hasOwnProperty(p)||(a[p]=!0),void 0===a[p]&&t(n[p])}}}}(t.p[0]),o(t.p))},K:function(t){return 4===t.i?e(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Xa{static get(t){var o;const e="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[e];if(en(i))return i;if(null==r)return;const n=Ha({...r,reducers:null!==(o=r.reducers)&&void 0!==o?o:{}}),a=Ka({reducer:(t,o)=>"CLEAR_FT_REDUX_STORE"===o.type?n.getInitialState():"string"==typeof o.type&&o.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...o.overwrites}:n.reducer(t,o)});return window.ftReduxStores[r.name]=new Xa(n,a)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new on,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,o,e)=>{const r=o,i=t[r];return i?(...t)=>{const o=i(...t);return this.reduxStore.dispatch(o),o}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var Qa=Object.freeze({__proto__:null,FtCommandQueue:on,FtLitElementRedux:fn,FtReduxStore:Xa,clearAllStores:function(){var t;for(let o of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))en(o)&&o.clear()},isFtReduxStore:en,redux:t=>{const o=null!=t?t:{};return(t,e)=>{var r;const i={hasChanged:(t,o)=>!de(t,o),attribute:!1,...o};So(i)(t,e);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(e,{selector:null!==(r=o.selector)&&void 0!==r?r:t=>t[e],store:o.store})}},reduxEventListener:t=>(o,e)=>{const r=o.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(e,t)},reduxReactive:()=>(t,o)=>{var e;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(e=r.reduxReactiveProperties)||void 0===e||e.add(o)}});var tl=Object.freeze({__proto__:null,serializeRequest:function(t,o){var e,r,i,n;const a=new URLSearchParams({"content-lang":null!==(e=o.contentLocale)&&void 0!==e?e:"all"});if((null===(r=o.query)||void 0===r?void 0:r.length)>0&&a.append("query",o.query),o.scope&&"DEFAULT"!==o.scope&&a.append("scope",o.scope.toLowerCase()),o.virtualField&&a.append("virtual-field",o.virtualField.toLowerCase()),o.periodFilter){let t=o.periodFilter.period;const e=t?`_${t.from}_${t.to}`:"";a.append("period",o.periodFilter.periodType.toLowerCase()+e)}if((null===(i=o.sort)||void 0===i?void 0:i.length)>0&&"ft:lastEdition"===o.sort[0].key&&a.append("sort","last_update"),(null===(n=o.filters)||void 0===n?void 0:n.length)>0){const t=o.filters.map((t=>{const o=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${o}`})).join("*");a.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${a.toString()}`).href}});const ol=Symbol("elementInternals");function el(t,o){return class extends t{static get formAssociated(){return!0}get form(){return this[ol].form}constructor(...t){super(t),this[ol]=this.attachInternals(),this[ol].role=o}setFormValue(t){this[ol].setFormValue(t)}}}var rl,il,nl,al,ll=Object.freeze({__proto__:null,toFtFormComponent:el});const sl=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(nl=null===(il=null===(rl=window.safari)||void 0===rl?void 0:rl.pushNotification)||void 0===il?void 0:il.toString())&&void 0!==nl?nl:""),cl="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(al=window.ftGlobals)&&void 0!==al?al:{lit:xo,litDecorators:Lo,litRepeat:Do,litClassMap:To,litStyleMap:Yo,litUnsafeHTML:Qo,wcUtils:{...ie,...re,...ae,...se,...me,...Sr,...$r,...ki,...Or,...Zi,...Ki,...he,...Vi,...Xi,...Qi,...tn,...Qa,...Bi,...tl,...ll,isSafari:sl,isTouchScreen:cl}};const fl={zIndex:xe.create("--ft-floating-menu-z-index","","NUMBER","8"),maxWidth:xe.create("--ft-floating-menu-max-width","","SIZE","300px"),maxHeight:xe.create("--ft-floating-menu-max-height","","SIZE","500px"),textColor:xe.extend("--ft-floating-menu-text-color","",wr.colorOnSurfaceHigh),colorSurface:xe.external(wr.colorSurface,"Design system"),menuElevation:xe.external(wr.elevation02,"Design system"),borderRadiusS:xe.external(wr.borderRadiusS,"Design system")},pl=dt`
42
+ `;var Qa={};var Vn={};z(Vn,{ParametrizedLabelResolver:()=>jn});var jn=class{constructor(t,r){this.defaultLabels=t,this.labels=r}resolve(t,...r){var n,i;t=this.resolvePluralKey(t,r);let a=(i=(n=this.labels[t])!==null&&n!==void 0?n:this.defaultLabels[t])!==null&&i!==void 0?i:"";return r.forEach((s,c)=>a=a.replace(new RegExp(`\\{${c}([^}]*)\\}`,"g"),(l,f)=>this.formatValue(s,f))),a}resolvePluralKey(t,r){for(let n of r)if(typeof n=="number"){let i=`${String(t)}[\\=${n}]`;if(i in this.labels||i in this.defaultLabels)return i}return t}formatValue(t,r){return t instanceof Date?this.formatDate(t,r):t??""}formatDate(t,r){let n=i=>r?.includes("date")?t.toLocaleDateString(i):r?.includes("time")?t.toLocaleTimeString(i):t.toLocaleString(i);try{return n(document.documentElement.lang)}catch{return n()}}};var bi={};z(bi,{FtCommandQueue:()=>vo,FtLitElementRedux:()=>Re,FtReduxStore:()=>gi,clearAllStores:()=>Pp,isFtReduxStore:()=>he,redux:()=>Kl,reduxEventListener:()=>Gl,reduxReactive:()=>Vl});var Vl=()=>(e,t)=>{var r;let n=e.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(r=n.reduxReactiveProperties)===null||r===void 0||r.add(t)},Kl=e=>{let t=e??{};return(r,n)=>{var i;let a={hasChanged:(c,l)=>!Ht(c,l),attribute:!1,...t};w(a)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:c=>c[n],store:t.store})}},Gl=e=>(t,r)=>{let n=t.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(r,e)};var vo=class{constructor(){this.queue=[]}add(t,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==t.type)),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};function he(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var ts,es,os,or=Symbol("internalReduxEventsUnsubscribers"),Vt=Symbol("internalStoresUnsubscribers"),me=Symbol("internalStores"),Re=class extends B{constructor(){super(...arguments),this[ts]=new Map,this[es]=new Map,this[os]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(r=>t.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[me].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[me].values()][0]}getStore(t){return t==null?this.getUnnamedStore():this[me].get(t)}addStore(t,r){var n;r=(n=r??(he(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,t)}removeStore(t){let r=typeof t=="string"?t:t.name;this.unsubscribeFromStore(r),this[me].delete(r)}setupStore(t,r){this[me].set(t,r),this.subscribeToStore(t,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[me].forEach((t,r)=>this.subscribeToStore(r,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let i=this.getStore(t.store);i&&(t.store?this[Vt].has(t.store):this[Vt].size>0)&&(this[r]=t.selector(i.getState(),this))}})}subscribeToStore(t,r){var n;this[Vt].set(t,r.subscribe(()=>this.updateFromStores())),he(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||r.name===i.store)){let s=c=>this[a](c);r.eventBus.addEventListener(i.eventName,s),this[or].push(()=>r.eventBus.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Vt].forEach((t,r)=>this.unsubscribeFromStore(r)),this[or].forEach(t=>t()),this[or]=[]}unsubscribeFromStore(t){this[Vt].has(t)&&this[Vt].get(t)(),this[Vt].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};ts=Vt,es=me,os=or;Re.reduxProperties=new Map;Re.reduxReactiveProperties=new Set;Re.reduxEventListeners=new Map;function ht(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Mt(e){return!!e&&!!e[F]}function vt(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===ep}(e)||Array.isArray(e)||!!e[ls]||!!(!((t=e.constructor)===null||t===void 0)&&t[ls])||ti(e)||ei(e))}function ye(e,t,r){r===void 0&&(r=!1),_e(e)===0?(r?Object.keys:Pe)(e).forEach(function(n){r&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,i){return t(i,n,e)})}function _e(e){var t=e[F];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:ti(e)?2:ei(e)?3:0}function $e(e,t){return _e(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Zl(e,t){return _e(e)===2?e.get(t):e[t]}function ps(e,t,r){var n=_e(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function fs(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function ti(e){return Ql&&e instanceof Map}function ei(e){return tp&&e instanceof Set}function Kt(e){return e.o||e.t}function oi(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=hs(e);delete t[F];for(var r=Pe(t),n=0;n<r.length;n++){var i=r[n],a=t[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(t[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function ri(e,t){return t===void 0&&(t=!1),ni(e)||Mt(e)||!vt(e)||(_e(e)>1&&(e.set=e.add=e.clear=e.delete=ql),Object.freeze(e),t&&ye(e,function(r,n){return ri(n,!0)},!0)),e}function ql(){ht(2)}function ni(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Et(e){var t=Qn[e];return t||ht(18,e),t}function Yl(e,t){Qn[e]||(Qn[e]=t)}function Yn(){return Oo}function Kn(e,t){t&&(Et("Patches"),e.u=[],e.s=[],e.v=t)}function rr(e){Xn(e),e.p.forEach(Xl),e.p=null}function Xn(e){e===Oo&&(Oo=e.l)}function rs(e){return Oo={p:[],l:Oo,h:e,m:!0,_:0}}function Xl(e){var t=e[F];t.i===0||t.i===1?t.j():t.g=!0}function Gn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Et("ES5").S(t,e,n),n?(r[F].P&&(rr(t),ht(4)),vt(e)&&(e=nr(t,e),t.l||ir(t,e)),t.u&&Et("Patches").M(r[F].t,e,t.u,t.s)):e=nr(t,r,[]),rr(t),t.u&&t.v(t.u,t.s),e!==us?e:void 0}function nr(e,t,r){if(ni(t))return t;var n=t[F];if(!n)return ye(t,function(c,l){return ns(e,n,t,c,l,r)},!0),t;if(n.A!==e)return t;if(!n.P)return ir(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=oi(n.k):n.o,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),ye(a,function(c,l){return ns(e,n,i,c,l,r,s)}),ir(e,i,!1),r&&e.u&&Et("Patches").N(n,r,e.u,e.s)}return n.o}function ns(e,t,r,n,i,a,s){if(Mt(i)){var c=nr(e,i,a&&t&&t.i!==3&&!$e(t.R,n)?a.concat(n):void 0);if(ps(r,n,c),!Mt(c))return;e.m=!1}else s&&r.add(i);if(vt(i)&&!ni(i)){if(!e.h.D&&e._<1)return;nr(e,i),t&&t.A.l||ir(e,i)}}function ir(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&ri(t,r)}function Zn(e,t){var r=e[F];return(r?Kt(r):e)[t]}function is(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Gt(e){e.P||(e.P=!0,e.l&&Gt(e.l))}function qn(e){e.o||(e.o=oi(e.t))}function Jn(e,t,r){var n=ti(t)?Et("MapSet").F(t,r):ei(t)?Et("MapSet").T(t,r):e.O?function(i,a){var s=Array.isArray(i),c={i:s?1:0,A:a?a.A:Yn(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},l=c,f=wo;s&&(l=[c],f=So);var h=Proxy.revocable(l,f),u=h.revoke,m=h.proxy;return c.k=m,c.j=u,m}(t,r):Et("ES5").J(t,r);return(r?r.A:Yn()).p.push(n),n}function Jl(e){return Mt(e)||ht(22,e),function t(r){if(!vt(r))return r;var n,i=r[F],a=_e(r);if(i){if(!i.P&&(i.i<4||!Et("ES5").K(i)))return i.t;i.I=!0,n=as(r,a),i.I=!1}else n=as(r,a);return ye(n,function(s,c){i&&Zl(i.t,s)===c||ps(n,s,t(c))}),a===3?new Set(n):n}(e)}function as(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return oi(e)}function ds(){function e(s,c){var l=a[s];return l?l.enumerable=c:a[s]=l={configurable:!0,enumerable:c,get:function(){var f=this[F];return wo.get(f,s)},set:function(f){var h=this[F];wo.set(h,s,f)}},l}function t(s){for(var c=s.length-1;c>=0;c--){var l=s[c][F];if(!l.P)switch(l.i){case 5:n(l)&&Gt(l);break;case 4:r(l)&&Gt(l)}}}function r(s){for(var c=s.t,l=s.k,f=Pe(l),h=f.length-1;h>=0;h--){var u=f[h];if(u!==F){var m=c[u];if(m===void 0&&!$e(c,u))return!0;var y=l[u],g=y&&y[F];if(g?g.t!==m:!fs(y,m))return!0}}var v=!!c[F];return f.length!==Pe(c).length+(v?0:1)}function n(s){var c=s.k;if(c.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(c,c.length-1);if(l&&!l.get)return!0;for(var f=0;f<c.length;f++)if(!c.hasOwnProperty(f))return!0;return!1}function i(s){s.g&&ht(3,JSON.stringify(Kt(s)))}var a={};Yl("ES5",{J:function(s,c){var l=Array.isArray(s),f=function(u,m){if(u){for(var y=Array(m.length),g=0;g<m.length;g++)Object.defineProperty(y,""+g,e(g,!0));return y}var v=hs(m);delete v[F];for(var E=Pe(v),N=0;N<E.length;N++){var A=E[N];v[A]=e(A,u||!!v[A].enumerable)}return Object.create(Object.getPrototypeOf(m),v)}(l,s),h={i:l?5:4,A:c?c.A:Yn(),P:!1,I:!1,R:{},l:c,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,F,{value:h,writable:!0}),f},S:function(s,c,l){l?Mt(c)&&c[F].A===s&&t(s.p):(s.u&&function f(h){if(h&&typeof h=="object"){var u=h[F];if(u){var m=u.t,y=u.k,g=u.R,v=u.i;if(v===4)ye(y,function(b){b!==F&&(m[b]!==void 0||$e(m,b)?g[b]||f(y[b]):(g[b]=!0,Gt(u)))}),ye(m,function(b){y[b]!==void 0||$e(y,b)||(g[b]=!1,Gt(u))});else if(v===5){if(n(u)&&(Gt(u),g.length=!0),y.length<m.length)for(var E=y.length;E<m.length;E++)g[E]=!1;else for(var N=m.length;N<y.length;N++)g[N]=!0;for(var A=Math.min(y.length,m.length),x=0;x<A;x++)y.hasOwnProperty(x)||(g[x]=!0),g[x]===void 0&&f(y[x])}}}}(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var ss,Oo,ii=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Ql=typeof Map<"u",tp=typeof Set<"u",cs=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",us=ii?Symbol.for("immer-nothing"):((ss={})["immer-nothing"]=!0,ss),ls=ii?Symbol.for("immer-draftable"):"__$immer_draftable",F=ii?Symbol.for("immer-state"):"__$immer_state";var ep=""+Object.prototype.constructor,Pe=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,hs=Object.getOwnPropertyDescriptors||function(e){var t={};return Pe(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},Qn={},wo={get:function(e,t){if(t===F)return e;var r=Kt(e);if(!$e(r,t))return function(i,a,s){var c,l=is(a,s);return l?"value"in l?l.value:(c=l.get)===null||c===void 0?void 0:c.call(i.k):void 0}(e,r,t);var n=r[t];return e.I||!vt(n)?n:n===Zn(e.t,t)?(qn(e),e.o[t]=Jn(e.A.h,n,e)):n},has:function(e,t){return t in Kt(e)},ownKeys:function(e){return Reflect.ownKeys(Kt(e))},set:function(e,t,r){var n=is(Kt(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=Zn(Kt(e),t),a=i?.[F];if(a&&a.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(fs(r,i)&&(r!==void 0||$e(e.t,t)))return!0;qn(e),Gt(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return Zn(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,qn(e),Gt(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Kt(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ht(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ht(12)}},So={};ye(wo,function(e,t){So[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),So.deleteProperty=function(e,t){return So.set.call(this,e,t,void 0)},So.set=function(e,t,r){return wo.set.call(this,e[0],t,r,e[0])};var op=function(){function e(r){var n=this;this.O=cs,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var c=a;a=i;var l=n;return function(v){var E=this;v===void 0&&(v=c);for(var N=arguments.length,A=Array(N>1?N-1:0),x=1;x<N;x++)A[x-1]=arguments[x];return l.produce(v,function(b){var S;return(S=a).call.apply(S,[E,b].concat(A))})}}var f;if(typeof a!="function"&&ht(6),s!==void 0&&typeof s!="function"&&ht(7),vt(i)){var h=rs(n),u=Jn(n,i,void 0),m=!0;try{f=a(u),m=!1}finally{m?rr(h):Xn(h)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(v){return Kn(h,s),Gn(v,h)},function(v){throw rr(h),v}):(Kn(h,s),Gn(f,h))}if(!i||typeof i!="object"){if((f=a(i))===void 0&&(f=i),f===us&&(f=void 0),n.D&&ri(f,!0),s){var y=[],g=[];Et("Patches").M(i,f,y,g),s(y,g)}return f}ht(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(f){for(var h=arguments.length,u=Array(h>1?h-1:0),m=1;m<h;m++)u[m-1]=arguments[m];return n.produceWithPatches(f,function(y){return i.apply(void 0,[y].concat(u))})};var s,c,l=n.produce(i,a,function(f,h){s=f,c=h});return typeof Promise<"u"&&l instanceof Promise?l.then(function(f){return[f,s,c]}):[l,s,c]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){vt(r)||ht(8),Mt(r)&&(r=Jl(r));var n=rs(this),i=Jn(this,r,void 0);return i[F].C=!0,Xn(n),i},t.finishDraft=function(r,n){var i=r&&r[F],a=i.A;return Kn(a,n),Gn(void 0,a)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!cs&&ht(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){r=a.value;break}}i>-1&&(n=n.slice(i+1));var s=Et("Patches").$;return Mt(r)?s(r,n):this.produce(r,function(c){return s(c,n)})},e}(),dt=new op,rp=dt.produce,Am=dt.produceWithPatches.bind(dt),Rm=dt.setAutoFreeze.bind(dt),$m=dt.setUseProxies.bind(dt),Pm=dt.applyPatches.bind(dt),_m=dt.createDraft.bind(dt),Lm=dt.finishDraft.bind(dt),ar=rp;function Zt(e){"@babel/helpers - typeof";return Zt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Zt(e)}function ai(e,t){if(Zt(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Zt(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function si(e){var t=ai(e,"string");return Zt(t)==="symbol"?t:String(t)}function ci(e,t,r){return t=si(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ms(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function sr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ms(Object(r),!0).forEach(function(n){ci(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ms(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function tt(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var ys=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),li=function(){return Math.random().toString(36).substring(7).split("").join(".")},cr={INIT:"@@redux/INIT"+li(),REPLACE:"@@redux/REPLACE"+li(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+li()}};function np(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function pi(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(tt(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(tt(1));return r(pi)(e,t)}if(typeof e!="function")throw new Error(tt(2));var i=e,a=t,s=[],c=s,l=!1;function f(){c===s&&(c=s.slice())}function h(){if(l)throw new Error(tt(3));return a}function u(v){if(typeof v!="function")throw new Error(tt(4));if(l)throw new Error(tt(5));var E=!0;return f(),c.push(v),function(){if(E){if(l)throw new Error(tt(6));E=!1,f();var A=c.indexOf(v);c.splice(A,1),s=null}}}function m(v){if(!np(v))throw new Error(tt(7));if(typeof v.type>"u")throw new Error(tt(8));if(l)throw new Error(tt(9));try{l=!0,a=i(a,v)}finally{l=!1}for(var E=s=c,N=0;N<E.length;N++){var A=E[N];A()}return v}function y(v){if(typeof v!="function")throw new Error(tt(10));i=v,m({type:cr.REPLACE})}function g(){var v,E=u;return v={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(tt(11));function x(){A.next&&A.next(h())}x();var b=E(x);return{unsubscribe:b}}},v[ys]=function(){return this},v}return m({type:cr.INIT}),n={dispatch:m,subscribe:u,getState:h,replaceReducer:y},n[ys]=g,n}function ip(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:cr.INIT});if(typeof n>"u")throw new Error(tt(12));if(typeof r(void 0,{type:cr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(tt(13))})}function gs(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(r[i]=e[i])}var a=Object.keys(r),s,c;try{ip(r)}catch(l){c=l}return function(f,h){if(f===void 0&&(f={}),c)throw c;if(0)var u;for(var m=!1,y={},g=0;g<a.length;g++){var v=a[g],E=r[v],N=f[v],A=E(N,h);if(typeof A>"u"){var x=h&&h.type;throw new Error(tt(14))}y[v]=A,m=m||A!==N}return m=m||a.length!==Object.keys(f).length,m?y:f}}function Le(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function bs(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(tt(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},c=t.map(function(l){return l(s)});return a=Le.apply(void 0,c)(i.dispatch),sr(sr({},i),{},{dispatch:a})}}}function xs(e){var t=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(c){return typeof c=="function"?c(i,a,e):s(c)}}};return t}var vs=xs();vs.withExtraArgument=xs;var fi=vs;var Es=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),ap=function(e,t){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(f){return function(h){return l([f,h])}}function l(f){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(a=f[0]&2?i.return:f[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,f[1])).done)return a;switch(i=0,a&&(f=[f[0]&2,a.value]),f[0]){case 0:case 1:a=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,i=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){r.label=f[1];break}if(f[0]===6&&r.label<a[1]){r.label=a[1],a=f;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(f);break}a[2]&&r.ops.pop(),r.trys.pop();continue}f=t.call(e,r)}catch(h){f=[6,h],i=0}finally{n=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},Te=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},sp=Object.defineProperty,cp=Object.defineProperties,lp=Object.getOwnPropertyDescriptors,Ss=Object.getOwnPropertySymbols,pp=Object.prototype.hasOwnProperty,fp=Object.prototype.propertyIsEnumerable,Os=function(e,t,r){return t in e?sp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},qt=function(e,t){for(var r in t||(t={}))pp.call(t,r)&&Os(e,r,t[r]);if(Ss)for(var n=0,i=Ss(t);n<i.length;n++){var r=i[n];fp.call(t,r)&&Os(e,r,t[r])}return e},di=function(e,t){return cp(e,lp(t))},dp=function(e,t,r){return new Promise(function(n,i){var a=function(l){try{c(r.next(l))}catch(f){i(f)}},s=function(l){try{c(r.throw(l))}catch(f){i(f)}},c=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(a,s)};c((r=r.apply(e,t)).next())})};var up=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Le:Le.apply(null,arguments)},Ym=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function hp(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}var mp=function(e){Es(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,Te([void 0],r[0].concat(this)))):new(t.bind.apply(t,Te([void 0],r.concat(this))))},t}(Array),yp=function(e){Es(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,Te([void 0],r[0].concat(this)))):new(t.bind.apply(t,Te([void 0],r.concat(this))))},t}(Array);function mi(e){return vt(e)?ar(e,function(){}):e}function gp(e){return typeof e=="boolean"}function bp(){return function(t){return xp(t)}}function xp(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,a=e.serializableCheck,s=a===void 0?!0:a,c=new mp;if(r&&(gp(r)?c.push(fi):c.push(fi.withExtraArgument(r.extraArgument))),0){if(i)var l;if(s)var f}return c}var ui=!0;function Ns(e){var t=bp(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,a=r.middleware,s=a===void 0?t():a,c=r.devTools,l=c===void 0?!0:c,f=r.preloadedState,h=f===void 0?void 0:f,u=r.enhancers,m=u===void 0?void 0:u,y;if(typeof i=="function")y=i;else if(hp(i))y=gs(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var g=s;if(typeof g=="function"&&(g=g(t),!ui&&!Array.isArray(g)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!ui&&g.some(function(b){return typeof b!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=bs.apply(void 0,g),E=Le;l&&(E=up(qt({trace:!ui},typeof l=="object"&&l)));var N=new yp(v),A=N;Array.isArray(m)?A=Te([v],m):typeof m=="function"&&(A=m(N));var x=E.apply(void 0,A);return pi(y,h,x)}function Yt(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var a=t.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return qt(qt({type:e,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}function As(e){var t={},r=[],n,i={addCase:function(a,s){var c=typeof a=="string"?a:a.type;if(c in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[c]=s,i},addMatcher:function(a,s){return r.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return e(i),[t,r,n]}function vp(e){return typeof e=="function"}function Sp(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?As(t):[t,r,n],a=i[0],s=i[1],c=i[2],l;if(vp(e))l=function(){return mi(e())};else{var f=mi(e);l=function(){return f}}function h(u,m){u===void 0&&(u=l());var y=Te([a[m.type]],s.filter(function(g){var v=g.matcher;return v(m)}).map(function(g){var v=g.reducer;return v}));return y.filter(function(g){return!!g}).length===0&&(y=[c]),y.reduce(function(g,v){if(v)if(Mt(g)){var E=g,N=v(E,m);return N===void 0?g:N}else{if(vt(g))return ar(g,function(A){return v(A,m)});var N=v(g,m);if(N===void 0){if(g===null)return g;throw Error("A case reducer on a non-draftable value must not return undefined")}return N}return g},u)}return h.getInitialState=l,h}function Op(e,t){return e+"/"+t}function Rs(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:mi(e.initialState),n=e.reducers||{},i=Object.keys(n),a={},s={},c={};i.forEach(function(h){var u=n[h],m=Op(t,h),y,g;"reducer"in u?(y=u.reducer,g=u.prepare):y=u,a[h]=y,s[m]=y,c[h]=g?Yt(m,g):Yt(m)});function l(){var h=typeof e.extraReducers=="function"?As(e.extraReducers):[e.extraReducers],u=h[0],m=u===void 0?{}:u,y=h[1],g=y===void 0?[]:y,v=h[2],E=v===void 0?void 0:v,N=qt(qt({},m),s);return Sp(r,function(A){for(var x in N)A.addCase(x,N[x]);for(var b=0,S=g;b<S.length;b++){var _=S[b];A.addMatcher(_.matcher,_.reducer)}E&&A.addDefaultCase(E)})}var f;return{name:t,reducer:function(h,u){return f||(f=l()),f(h,u)},actions:c,caseReducers:a,getInitialState:function(){return f||(f=l()),f.getInitialState()}}}var wp="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Cp=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=wp[Math.random()*64|0];return t},Ep=["name","message","stack","code"],hi=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),ws=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Np=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=Ep;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},ty=function(){function e(t,r,n){var i=Yt(t+"/fulfilled",function(h,u,m,y){return{payload:h,meta:di(qt({},y||{}),{arg:m,requestId:u,requestStatus:"fulfilled"})}}),a=Yt(t+"/pending",function(h,u,m){return{payload:void 0,meta:di(qt({},m||{}),{arg:u,requestId:h,requestStatus:"pending"})}}),s=Yt(t+"/rejected",function(h,u,m,y,g){return{payload:y,error:(n&&n.serializeError||Np)(h||"Rejected"),meta:di(qt({},g||{}),{arg:m,requestId:u,rejectedWithValue:!!y,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),c=!1,l=typeof AbortController<"u"?AbortController:function(){function h(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return h.prototype.abort=function(){},h}();function f(h){return function(u,m,y){var g=n?.idGenerator?n.idGenerator(h):Cp(),v=new l,E,N=!1;function A(b){E=b,v.abort()}var x=function(){return dp(this,null,function(){var b,S,_,W,rt,U,$;return ap(this,function(L){switch(L.label){case 0:return L.trys.push([0,4,,5]),W=(b=n?.condition)==null?void 0:b.call(n,h,{getState:m,extra:y}),Rp(W)?[4,W]:[3,2];case 1:W=L.sent(),L.label=2;case 2:if(W===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return N=!0,rt=new Promise(function(k,Q){return v.signal.addEventListener("abort",function(){return Q({name:"AbortError",message:E||"Aborted"})})}),u(a(g,h,(S=n?.getPendingMeta)==null?void 0:S.call(n,{requestId:g,arg:h},{getState:m,extra:y}))),[4,Promise.race([rt,Promise.resolve(r(h,{dispatch:u,getState:m,extra:y,requestId:g,signal:v.signal,abort:A,rejectWithValue:function(k,Q){return new hi(k,Q)},fulfillWithValue:function(k,Q){return new ws(k,Q)}})).then(function(k){if(k instanceof hi)throw k;return k instanceof ws?i(k.payload,g,h,k.meta):i(k,g,h)})])];case 3:return _=L.sent(),[3,5];case 4:return U=L.sent(),_=U instanceof hi?s(null,g,h,U.payload,U.meta):s(U,g,h),[3,5];case 5:return $=n&&!n.dispatchConditionRejection&&s.match(_)&&_.meta.condition,$||u(_),[2,_]}})})}();return Object.assign(x,{abort:A,requestId:g,arg:h,unwrap:function(){return x.then(Ap)}})}}return Object.assign(f,{pending:a,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e}();function Ap(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Rp(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var $s="listener",Ps="completed",_s="cancelled",ey="task-"+_s,oy="task-"+Ps,ry=$s+"-"+_s,ny=$s+"-"+Ps;var yi="listenerMiddleware";var iy=Yt(yi+"/add"),ay=Yt(yi+"/removeAll"),sy=Yt(yi+"/remove");var Cs,cy=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Cs||(Cs=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},$p=function(e){return function(t){setTimeout(t,e)}},ly=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:$p(10);ds();window.ftReduxStores||(window.ftReduxStores={});var gi=class e{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,a=window.ftReduxStores[n];if(he(a))return a;if(i==null)return;let s=Rs({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),c=Ns({reducer:(l,f)=>f.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...l,...f.overwrites}:s.reducer(l,f)});return window.ftReduxStores[i.name]=new e(s,c)}constructor(t,r){this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new vo,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let s=i,c=n[s];return c?(...l)=>{let f=c(...l);return this.reduxStore.dispatch(f),f}:l=>{this.setState({[s]:l})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function Pp(){var e;for(let t of Object.values((e=window.ftReduxStores)!==null&&e!==void 0?e:{}))he(t)&&t.clear()}var xi={};z(xi,{serializeRequest:()=>Lp});function _p(e){return`"${e}"`}function Lp(e,t){var r,n,i,a;let s=new URLSearchParams({"content-lang":(r=t.contentLocale)!==null&&r!==void 0?r:"all"});if(((n=t.query)===null||n===void 0?void 0:n.length)>0&&s.append("query",t.query),t.scope&&t.scope!=="DEFAULT"&&s.append("scope",t.scope.toLowerCase()),t.virtualField&&s.append("virtual-field",t.virtualField.toLowerCase()),t.periodFilter){let l=t.periodFilter.period,f=l?`_${l.from}_${l.to}`:"";s.append("period",t.periodFilter.periodType.toLowerCase()+f)}if(((i=t.sort)===null||i===void 0?void 0:i.length)>0&&t.sort[0].key==="ft:lastEdition"&&s.append("sort","last_update"),((a=t.filters)===null||a===void 0?void 0:a.length)>0){let l=t.filters.map(f=>{let h=f.values.map(u=>u.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*")).map(u=>encodeURIComponent(_p(u))).join("_");return`${f.key}~${h}`}).join("*");s.append("filters",l)}return new URL(`${e.replace(/\/+$/,"")}/search?${s.toString()}`).href}var Si={};z(Si,{toFtFormComponent:()=>vi});var lr=Symbol("elementInternals");function vi(e,t){class r extends e{static get formAssociated(){return!0}get form(){return this[lr].form}constructor(...i){super(i),this[lr]=this.attachInternals(),this[lr].role=t}setFormValue(i){this[lr].setFormValue(i)}}return r}var Oi,wi,Ci,Ei,Ni=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Ci=(wi=(Oi=window.safari)===null||Oi===void 0?void 0:Oi.pushNotification)===null||wi===void 0?void 0:wi.toString())!==null&&Ci!==void 0?Ci:"")==="[object SafariRemoteNotification]",Tp="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Ei=window.ftGlobals)!==null&&Ei!==void 0?Ei:{lit:$r,litDecorators:Lr,litRepeat:Tr,litClassMap:Ir,litStyleMap:kr,litUnsafeHTML:Wr,wcUtils:{...zr,...Ur,...Fr,...jr,...Gr,...Sn,...En,...Mn,...vn,...Un,...Xa,...Kr,...Hn,...Fn,...Qa,...Vn,...bi,...Wn,...xi,...Si,isSafari:Ni,isTouchScreen:Tp}};var Xt={zIndex:o.create("--ft-floating-menu-z-index","","NUMBER","8"),maxWidth:o.create("--ft-floating-menu-max-width","","SIZE","300px"),maxHeight:o.create("--ft-floating-menu-max-height","","SIZE","500px"),textColor:o.extend("--ft-floating-menu-text-color","",I.colorOnSurfaceHigh),colorSurface:o.external(I.colorSurface,"Design system"),menuElevation:o.external(I.elevation02,"Design system"),borderRadiusS:o.external(I.borderRadiusS,"Design system")},pr=P`
176
43
  .ft-floating-menu {
177
- color: ${fl.textColor};
44
+ color: ${Xt.textColor};
178
45
  display: contents;
179
46
  }
180
47
 
@@ -191,19 +58,19 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
191
58
  display: none;
192
59
  position: relative;
193
60
  overflow: auto;
194
- max-width: ${fl.maxWidth};
195
- max-height: ${fl.maxHeight};
196
- box-shadow: ${fl.menuElevation};
197
- background-color: ${fl.colorSurface};
198
- border-radius: ${fl.borderRadiusS};
199
- color: ${fl.textColor};
200
- z-index: ${fl.zIndex};
61
+ max-width: ${Xt.maxWidth};
62
+ max-height: ${Xt.maxHeight};
63
+ box-shadow: ${Xt.menuElevation};
64
+ background-color: ${Xt.colorSurface};
65
+ border-radius: ${Xt.borderRadiusS};
66
+ color: ${Xt.textColor};
67
+ z-index: ${Xt.zIndex};
201
68
  }
202
69
 
203
70
  .ft-floating-menu--open .ft-floating-menu--options {
204
71
  display: block;
205
72
  }
206
- `,dl=xe.extend("--ft-ripple-color","",wr.colorContent),ul={color:dl,backgroundColor:xe.extend("--ft-ripple-background-color","",dl),opacityContentOnSurfacePressed:xe.external(wr.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:xe.external(wr.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:xe.external(wr.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:xe.external(wr.opacityContentOnSurfaceSelected,"Design system"),borderRadius:xe.create("--ft-ripple-border-radius","","SIZE","0px")},hl=xe.extend("--ft-ripple-color","",wr.colorPrimary),gl=hl,yl=xe.extend("--ft-ripple-background-color","",hl),bl=xe.extend("--ft-ripple-color","",wr.colorSecondary),ml=bl,vl=xe.extend("--ft-ripple-background-color","",bl),xl=dt`
73
+ `;var Ls=o.extend("--ft-ripple-color","",I.colorContent),M={color:Ls,backgroundColor:o.extend("--ft-ripple-background-color","",Ls),opacityContentOnSurfacePressed:o.external(I.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.external(I.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.external(I.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.external(I.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.create("--ft-ripple-border-radius","","SIZE","0px")},Ts=o.extend("--ft-ripple-color","",I.colorPrimary),Is={color:Ts,backgroundColor:o.extend("--ft-ripple-background-color","",Ts)},ks=o.extend("--ft-ripple-color","",I.colorSecondary),Ms={color:ks,backgroundColor:o.extend("--ft-ripple-background-color","",ks)},Ws=P`
207
74
  :host {
208
75
  display: contents;
209
76
  }
@@ -216,7 +83,7 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
216
83
 
217
84
  .ft-ripple:not(.ft-ripple--unbounded) {
218
85
  overflow: hidden;
219
- border-radius: ${ul.borderRadius};
86
+ border-radius: ${M.borderRadius};
220
87
  }
221
88
 
222
89
  .ft-ripple .ft-ripple--background,
@@ -250,27 +117,27 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
250
117
  }
251
118
 
252
119
  .ft-ripple .ft-ripple--background {
253
- background-color: ${ul.backgroundColor};
120
+ background-color: ${M.backgroundColor};
254
121
  }
255
122
 
256
123
  .ft-ripple .ft-ripple--effect {
257
- background-color: ${ul.color};
124
+ background-color: ${M.color};
258
125
  }
259
126
 
260
127
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
261
- background-color: ${vl};
128
+ background-color: ${Ms.backgroundColor};
262
129
  }
263
130
 
264
131
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
265
- background-color: ${ml};
132
+ background-color: ${Ms.color};
266
133
  }
267
134
 
268
135
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
269
- background-color: ${yl};
136
+ background-color: ${Is.backgroundColor};
270
137
  }
271
138
 
272
139
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
273
- background-color: ${gl};
140
+ background-color: ${Is.color};
274
141
  }
275
142
 
276
143
  .ft-ripple .ft-ripple--background {
@@ -300,126 +167,126 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
300
167
  }
301
168
 
302
169
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
303
- opacity: ${ul.opacityContentOnSurfaceHover};
170
+ opacity: ${M.opacityContentOnSurfaceHover};
304
171
  }
305
172
 
306
173
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
307
- opacity: ${ul.opacityContentOnSurfaceSelected};
174
+ opacity: ${M.opacityContentOnSurfaceSelected};
308
175
  }
309
176
 
310
177
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
311
- opacity: ${ul.opacityContentOnSurfaceFocused};
178
+ opacity: ${M.opacityContentOnSurfaceFocused};
312
179
  }
313
180
 
314
181
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
315
- opacity: ${ul.opacityContentOnSurfacePressed};
182
+ opacity: ${M.opacityContentOnSurfacePressed};
316
183
  transform: translate(-50%, -50%) scale(1);
317
184
  }
318
- `;const Ol=xe.extend("--ft-typography-font-family","",wr.titleFont),wl=xe.extend("--ft-typography-font-family","",wr.contentFont),Sl={fontFamily:wl,fontSize:xe.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:xe.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:xe.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:xe.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:xe.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Cl=xe.extend("--ft-typography-title-font-family","",Ol),Nl=xe.extend("--ft-typography-title-font-size","",Sl.fontSize,"20px"),El=xe.extend("--ft-typography-title-font-weight","",Sl.fontWeight,"normal"),$l=xe.extend("--ft-typography-title-letter-spacing","",Sl.letterSpacing,"0.15px"),Rl=xe.extend("--ft-typography-title-line-height","",Sl.lineHeight,"1.2"),Il=xe.extend("--ft-typography-title-text-transform","",Sl.textTransform,"inherit"),kl=xe.extend("--ft-typography-title-dense-font-family","",Ol),Ll=xe.extend("--ft-typography-title-dense-font-size","",Sl.fontSize,"14px"),Wl=xe.extend("--ft-typography-title-dense-font-weight","",Sl.fontWeight,"normal"),Ul=xe.extend("--ft-typography-title-dense-letter-spacing","",Sl.letterSpacing,"0.105px"),zl=xe.extend("--ft-typography-title-dense-line-height","",Sl.lineHeight,"1.7"),Bl=xe.extend("--ft-typography-title-dense-text-transform","",Sl.textTransform,"inherit"),Fl=xe.extend("--ft-typography-subtitle1-font-family","",wl),Al=xe.extend("--ft-typography-subtitle1-font-size","",Sl.fontSize,"16px"),jl=xe.extend("--ft-typography-subtitle1-font-weight","",Sl.fontWeight,"600"),_l=xe.extend("--ft-typography-subtitle1-letter-spacing","",Sl.letterSpacing,"0.144px"),Pl=xe.extend("--ft-typography-subtitle1-line-height","",Sl.lineHeight,"1.5"),Zl=xe.extend("--ft-typography-subtitle1-text-transform","",Sl.textTransform,"inherit"),Kl=xe.extend("--ft-typography-subtitle2-font-family","",wl),Ml=xe.extend("--ft-typography-subtitle2-font-size","",Sl.fontSize,"14px"),Dl=xe.extend("--ft-typography-subtitle2-font-weight","",Sl.fontWeight,"normal"),Hl=xe.extend("--ft-typography-subtitle2-letter-spacing","",Sl.letterSpacing,"0.098px"),Tl=xe.extend("--ft-typography-subtitle2-line-height","",Sl.lineHeight,"1.7"),Gl=xe.extend("--ft-typography-subtitle2-text-transform","",Sl.textTransform,"inherit"),Vl=xe.extend("--ft-typography-body1-font-family","",wl),ql=xe.extend("--ft-typography-body1-font-size","",Sl.fontSize,"16px"),Yl=xe.extend("--ft-typography-body1-font-weight","",Sl.fontWeight,"normal"),Jl=xe.extend("--ft-typography-body1-letter-spacing","",Sl.letterSpacing,"0.496px"),Xl=xe.extend("--ft-typography-body1-line-height","",Sl.lineHeight,"1.5"),Ql=xe.extend("--ft-typography-body1-text-transform","",Sl.textTransform,"inherit"),ts=xe.extend("--ft-typography-body2-font-family","",wl),os=xe.extend("--ft-typography-body2-font-size","",Sl.fontSize,"14px"),es=xe.extend("--ft-typography-body2-font-weight","",Sl.fontWeight,"normal"),rs=xe.extend("--ft-typography-body2-letter-spacing","",Sl.letterSpacing,"0.252px"),is=xe.extend("--ft-typography-body2-line-height","",Sl.lineHeight,"1.4"),ns=xe.extend("--ft-typography-body2-text-transform","",Sl.textTransform,"inherit"),as=xe.extend("--ft-typography-caption-font-family","",wl),ls=xe.extend("--ft-typography-caption-font-size","",Sl.fontSize,"12px"),ss=xe.extend("--ft-typography-caption-font-weight","",Sl.fontWeight,"normal"),cs=xe.extend("--ft-typography-caption-letter-spacing","",Sl.letterSpacing,"0.396px"),fs=xe.extend("--ft-typography-caption-line-height","",Sl.lineHeight,"1.33"),ps=xe.extend("--ft-typography-caption-text-transform","",Sl.textTransform,"inherit"),ds=xe.extend("--ft-typography-breadcrumb-font-family","",wl),us=xe.extend("--ft-typography-breadcrumb-font-size","",Sl.fontSize,"10px"),hs=xe.extend("--ft-typography-breadcrumb-font-weight","",Sl.fontWeight,"normal"),gs=xe.extend("--ft-typography-breadcrumb-letter-spacing","",Sl.letterSpacing,"0.33px"),ys=xe.extend("--ft-typography-breadcrumb-line-height","",Sl.lineHeight,"1.6"),bs=xe.extend("--ft-typography-breadcrumb-text-transform","",Sl.textTransform,"inherit"),ms=xe.extend("--ft-typography-overline-font-family","",wl),vs=xe.extend("--ft-typography-overline-font-size","",Sl.fontSize,"10px"),xs=xe.extend("--ft-typography-overline-font-weight","",Sl.fontWeight,"normal"),Os=xe.extend("--ft-typography-overline-letter-spacing","",Sl.letterSpacing,"1.5px"),ws=xe.extend("--ft-typography-overline-line-height","",Sl.lineHeight,"1.6"),Ss=xe.extend("--ft-typography-overline-text-transform","",Sl.textTransform,"uppercase"),Cs={fontFamily:xe.extend("--ft-typography-button-font-family","",wl),fontSize:xe.extend("--ft-typography-button-font-size","",Sl.fontSize,"14px"),fontWeight:xe.extend("--ft-typography-button-font-weight","",Sl.fontWeight,"600"),letterSpacing:xe.extend("--ft-typography-button-letter-spacing","",Sl.letterSpacing,"1.246px"),lineHeight:xe.extend("--ft-typography-button-line-height","",Sl.lineHeight,"1.15"),textTransform:xe.extend("--ft-typography-button-text-transform","",Sl.textTransform,"uppercase")},Ns=dt`
185
+ `;function Ds(e){let t=co[e];return P`
186
+ .ft-typography--${ne(e)} {
187
+ font-family: ${t.fontFamily};
188
+ font-size: ${t.fontSize};
189
+ font-weight: ${t.fontWeight};
190
+ letter-spacing: ${t.letterSpacing};
191
+ line-height: ${t.lineHeight};
192
+ text-transform: ${t.textCase};
193
+ }
194
+ `}var Us=o.extend("--ft-typography-font-family","",I.titleFont),Wt=o.extend("--ft-typography-font-family","",I.contentFont),R={fontFamily:Wt,fontSize:o.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ie={fontFamily:o.extend("--ft-typography-title-font-family","",Us),fontSize:o.extend("--ft-typography-title-font-size","",R.fontSize,"20px"),fontWeight:o.extend("--ft-typography-title-font-weight","",R.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-letter-spacing","",R.letterSpacing,"0.15px"),lineHeight:o.extend("--ft-typography-title-line-height","",R.lineHeight,"1.2"),textTransform:o.extend("--ft-typography-title-text-transform","",R.textTransform,"inherit")},ke={fontFamily:o.extend("--ft-typography-title-dense-font-family","",Us),fontSize:o.extend("--ft-typography-title-dense-font-size","",R.fontSize,"14px"),fontWeight:o.extend("--ft-typography-title-dense-font-weight","",R.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-dense-letter-spacing","",R.letterSpacing,"0.105px"),lineHeight:o.extend("--ft-typography-title-dense-line-height","",R.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-title-dense-text-transform","",R.textTransform,"inherit")},Me={fontFamily:o.extend("--ft-typography-subtitle1-font-family","",Wt),fontSize:o.extend("--ft-typography-subtitle1-font-size","",R.fontSize,"16px"),fontWeight:o.extend("--ft-typography-subtitle1-font-weight","",R.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-subtitle1-letter-spacing","",R.letterSpacing,"0.144px"),lineHeight:o.extend("--ft-typography-subtitle1-line-height","",R.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-subtitle1-text-transform","",R.textTransform,"inherit")},We={fontFamily:o.extend("--ft-typography-subtitle2-font-family","",Wt),fontSize:o.extend("--ft-typography-subtitle2-font-size","",R.fontSize,"14px"),fontWeight:o.extend("--ft-typography-subtitle2-font-weight","",R.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-subtitle2-letter-spacing","",R.letterSpacing,"0.098px"),lineHeight:o.extend("--ft-typography-subtitle2-line-height","",R.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-subtitle2-text-transform","",R.textTransform,"inherit")},De={fontFamily:o.extend("--ft-typography-body1-font-family","",Wt),fontSize:o.extend("--ft-typography-body1-font-size","",R.fontSize,"16px"),fontWeight:o.extend("--ft-typography-body1-font-weight","",R.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body1-letter-spacing","",R.letterSpacing,"0.496px"),lineHeight:o.extend("--ft-typography-body1-line-height","",R.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-body1-text-transform","",R.textTransform,"inherit")},Ue={fontFamily:o.extend("--ft-typography-body2-font-family","",Wt),fontSize:o.extend("--ft-typography-body2-font-size","",R.fontSize,"14px"),fontWeight:o.extend("--ft-typography-body2-font-weight","",R.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body2-letter-spacing","",R.letterSpacing,"0.252px"),lineHeight:o.extend("--ft-typography-body2-line-height","",R.lineHeight,"1.4"),textTransform:o.extend("--ft-typography-body2-text-transform","",R.textTransform,"inherit")},Be={fontFamily:o.extend("--ft-typography-caption-font-family","",Wt),fontSize:o.extend("--ft-typography-caption-font-size","",R.fontSize,"12px"),fontWeight:o.extend("--ft-typography-caption-font-weight","",R.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-caption-letter-spacing","",R.letterSpacing,"0.396px"),lineHeight:o.extend("--ft-typography-caption-line-height","",R.lineHeight,"1.33"),textTransform:o.extend("--ft-typography-caption-text-transform","",R.textTransform,"inherit")},ze={fontFamily:o.extend("--ft-typography-breadcrumb-font-family","",Wt),fontSize:o.extend("--ft-typography-breadcrumb-font-size","",R.fontSize,"10px"),fontWeight:o.extend("--ft-typography-breadcrumb-font-weight","",R.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-breadcrumb-letter-spacing","",R.letterSpacing,"0.33px"),lineHeight:o.extend("--ft-typography-breadcrumb-line-height","",R.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-breadcrumb-text-transform","",R.textTransform,"inherit")},He={fontFamily:o.extend("--ft-typography-overline-font-family","",Wt),fontSize:o.extend("--ft-typography-overline-font-size","",R.fontSize,"10px"),fontWeight:o.extend("--ft-typography-overline-font-weight","",R.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-overline-letter-spacing","",R.letterSpacing,"1.5px"),lineHeight:o.extend("--ft-typography-overline-line-height","",R.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-overline-text-transform","",R.textTransform,"uppercase")},Nt={fontFamily:o.extend("--ft-typography-button-font-family","",Wt),fontSize:o.extend("--ft-typography-button-font-size","",R.fontSize,"14px"),fontWeight:o.extend("--ft-typography-button-font-weight","",R.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-button-letter-spacing","",R.letterSpacing,"1.246px"),lineHeight:o.extend("--ft-typography-button-line-height","",R.lineHeight,"1.15"),textTransform:o.extend("--ft-typography-button-text-transform","",R.textTransform,"uppercase")},Bs=P`
319
195
  .ft-typography--title {
320
- font-family: ${Cl};
321
- font-size: ${Nl};
322
- font-weight: ${El};
323
- letter-spacing: ${$l};
324
- line-height: ${Rl};
325
- text-transform: ${Il};
326
- }
327
- `,Es=dt`
196
+ font-family: ${Ie.fontFamily};
197
+ font-size: ${Ie.fontSize};
198
+ font-weight: ${Ie.fontWeight};
199
+ letter-spacing: ${Ie.letterSpacing};
200
+ line-height: ${Ie.lineHeight};
201
+ text-transform: ${Ie.textTransform};
202
+ }
203
+ `,zs=P`
328
204
  .ft-typography--title-dense {
329
- font-family: ${kl};
330
- font-size: ${Ll};
331
- font-weight: ${Wl};
332
- letter-spacing: ${Ul};
333
- line-height: ${zl};
334
- text-transform: ${Bl};
335
- }
336
- `,$s=dt`
205
+ font-family: ${ke.fontFamily};
206
+ font-size: ${ke.fontSize};
207
+ font-weight: ${ke.fontWeight};
208
+ letter-spacing: ${ke.letterSpacing};
209
+ line-height: ${ke.lineHeight};
210
+ text-transform: ${ke.textTransform};
211
+ }
212
+ `,Hs=P`
337
213
  .ft-typography--subtitle1 {
338
- font-family: ${Fl};
339
- font-size: ${Al};
340
- font-weight: ${jl};
341
- letter-spacing: ${_l};
342
- line-height: ${Pl};
343
- text-transform: ${Zl};
344
- }
345
- `,Rs=dt`
214
+ font-family: ${Me.fontFamily};
215
+ font-size: ${Me.fontSize};
216
+ font-weight: ${Me.fontWeight};
217
+ letter-spacing: ${Me.letterSpacing};
218
+ line-height: ${Me.lineHeight};
219
+ text-transform: ${Me.textTransform};
220
+ }
221
+ `,Fs=P`
346
222
  .ft-typography--subtitle2 {
347
- font-family: ${Kl};
348
- font-size: ${Ml};
349
- font-weight: ${Dl};
350
- letter-spacing: ${Hl};
351
- line-height: ${Tl};
352
- text-transform: ${Gl};
223
+ font-family: ${We.fontFamily};
224
+ font-size: ${We.fontSize};
225
+ font-weight: ${We.fontWeight};
226
+ letter-spacing: ${We.letterSpacing};
227
+ line-height: ${We.lineHeight};
228
+ text-transform: ${We.textTransform};
353
229
  }
354
230
 
355
- `,Is=dt`
231
+ `,js=P`
356
232
  .ft-typography--body1 {
357
- font-family: ${Vl};
358
- font-size: ${ql};
359
- font-weight: ${Yl};
360
- letter-spacing: ${Jl};
361
- line-height: ${Xl};
362
- text-transform: ${Ql};
363
- }
364
- `,ks=dt`
233
+ font-family: ${De.fontFamily};
234
+ font-size: ${De.fontSize};
235
+ font-weight: ${De.fontWeight};
236
+ letter-spacing: ${De.letterSpacing};
237
+ line-height: ${De.lineHeight};
238
+ text-transform: ${De.textTransform};
239
+ }
240
+ `,Vs=P`
365
241
  .ft-typography--body2 {
366
- font-family: ${ts};
367
- font-size: ${os};
368
- font-weight: ${es};
369
- letter-spacing: ${rs};
370
- line-height: ${is};
371
- text-transform: ${ns};
372
- }
373
- `,Ls=dt`
242
+ font-family: ${Ue.fontFamily};
243
+ font-size: ${Ue.fontSize};
244
+ font-weight: ${Ue.fontWeight};
245
+ letter-spacing: ${Ue.letterSpacing};
246
+ line-height: ${Ue.lineHeight};
247
+ text-transform: ${Ue.textTransform};
248
+ }
249
+ `,Ks=P`
374
250
  .ft-typography--caption {
375
- font-family: ${as};
376
- font-size: ${ls};
377
- font-weight: ${ss};
378
- letter-spacing: ${cs};
379
- line-height: ${fs};
380
- text-transform: ${ps};
381
- }
382
- `,Ws=dt`
251
+ font-family: ${Be.fontFamily};
252
+ font-size: ${Be.fontSize};
253
+ font-weight: ${Be.fontWeight};
254
+ letter-spacing: ${Be.letterSpacing};
255
+ line-height: ${Be.lineHeight};
256
+ text-transform: ${Be.textTransform};
257
+ }
258
+ `,Gs=P`
383
259
  .ft-typography--breadcrumb {
384
- font-family: ${ds};
385
- font-size: ${us};
386
- font-weight: ${hs};
387
- letter-spacing: ${gs};
388
- line-height: ${ys};
389
- text-transform: ${bs};
390
- }
391
- `,Us=dt`
260
+ font-family: ${ze.fontFamily};
261
+ font-size: ${ze.fontSize};
262
+ font-weight: ${ze.fontWeight};
263
+ letter-spacing: ${ze.letterSpacing};
264
+ line-height: ${ze.lineHeight};
265
+ text-transform: ${ze.textTransform};
266
+ }
267
+ `,Zs=P`
392
268
  .ft-typography--overline {
393
- font-family: ${ms};
394
- font-size: ${vs};
395
- font-weight: ${xs};
396
- letter-spacing: ${Os};
397
- line-height: ${ws};
398
- text-transform: ${Ss};
399
- }
400
- `,zs=dt`
269
+ font-family: ${He.fontFamily};
270
+ font-size: ${He.fontSize};
271
+ font-weight: ${He.fontWeight};
272
+ letter-spacing: ${He.letterSpacing};
273
+ line-height: ${He.lineHeight};
274
+ text-transform: ${He.textTransform};
275
+ }
276
+ `,qs=P`
401
277
  .ft-typography--button {
402
- font-family: ${Cs.fontFamily};
403
- font-size: ${Cs.fontSize};
404
- font-weight: ${Cs.fontWeight};
405
- letter-spacing: ${Cs.letterSpacing};
406
- line-height: ${Cs.lineHeight};
407
- text-transform: ${Cs.textTransform};
408
- }
409
- `,Bs=dt`
278
+ font-family: ${Nt.fontFamily};
279
+ font-size: ${Nt.fontSize};
280
+ font-weight: ${Nt.fontWeight};
281
+ letter-spacing: ${Nt.letterSpacing};
282
+ line-height: ${Nt.lineHeight};
283
+ text-transform: ${Nt.textTransform};
284
+ }
285
+ `,Ys=P`
410
286
  .ft-typography {
411
287
  vertical-align: inherit;
412
288
  }
413
- `,Fs=[Object.keys(qe).map((t=>function(t){const o=qe[t];return dt`
414
- .ft-typography--${pt(t)} {
415
- font-family: ${o.fontFamily};
416
- font-size: ${o.fontSize};
417
- font-weight: ${o.fontWeight};
418
- letter-spacing: ${o.letterSpacing};
419
- line-height: ${o.lineHeight};
420
- text-transform: ${o.textCase};
421
- }
422
- `}(t)))],As={color:xe.extend("--ft-loader-color","",wr.colorPrimary),size:xe.create("--ft-loader-size","","SIZE","80px")},js=dt`
289
+ `,Xs=[Object.keys(co).map(e=>Ds(e))];var it={color:o.extend("--ft-loader-color","",I.colorPrimary),size:o.create("--ft-loader-size","","SIZE","80px")},Js=P`
423
290
  :host {
424
291
  line-height: 0;
425
292
  }
@@ -428,8 +295,8 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
428
295
  display: inline-block;
429
296
  position: relative;
430
297
 
431
- width: ${As.size};
432
- height: ${As.size};
298
+ width: ${it.size};
299
+ height: ${it.size};
433
300
  }
434
301
 
435
302
  .ft-loader div {
@@ -438,7 +305,7 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
438
305
  width: 25%;
439
306
  height: 25%;
440
307
  border-radius: 50%;
441
- background: ${As.color};
308
+ background: ${it.color};
442
309
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
443
310
  }
444
311
 
@@ -485,10 +352,10 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
485
352
  transform: translate(0, 0);
486
353
  }
487
354
  100% {
488
- transform: translate(calc(0.35 * ${As.size}), 0);
355
+ transform: translate(calc(0.35 * ${it.size}), 0);
489
356
  }
490
357
  }
491
- `,_s={size:xe.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:xe.extend("--ft-icon-fluid-topics-font-family","",xe.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:xe.extend("--ft-icon-file-format-font-family","",xe.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:xe.extend("--ft-icon-material-font-family","",xe.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:xe.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Ps=dt`
358
+ `;var at={size:o.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.extend("--ft-icon-fluid-topics-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.extend("--ft-icon-file-format-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.extend("--ft-icon-material-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Qs=P`
492
359
  :host, i.ft-icon {
493
360
  display: inline-flex;
494
361
  align-items: center;
@@ -497,14 +364,14 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
497
364
  }
498
365
 
499
366
  :host {
500
- width: ${_s.size};
501
- height: ${_s.size};
367
+ width: ${at.size};
368
+ height: ${at.size};
502
369
  }
503
370
 
504
371
  i.ft-icon {
505
372
  width: 100%;
506
373
  height: 100%;
507
- font-size: ${_s.size};
374
+ font-size: ${at.size};
508
375
  line-height: 1;
509
376
  font-weight: normal;
510
377
  text-transform: none;
@@ -515,28 +382,28 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
515
382
  text-rendering: auto;
516
383
  -webkit-font-smoothing: antialiased;
517
384
  -moz-osx-font-smoothing: grayscale;
518
- vertical-align: ${_s.verticalAlign};
385
+ vertical-align: ${at.verticalAlign};
519
386
  }
520
387
 
521
388
  i.ft-icon.ft-icon--fluid-topics {
522
- font-family: ${_s.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
389
+ font-family: ${at.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
523
390
 
524
391
  /* Ugly fix because font is broken */
525
- font-size: calc(0.75 * ${_s.size});
526
- line-height: ${_s.size};
392
+ font-size: calc(0.75 * ${at.size});
393
+ line-height: ${at.size};
527
394
  position: relative;
528
395
  top: -4%;
529
396
  justify-content: center;
530
397
  }
531
398
 
532
399
  .ft-icon--file-format {
533
- font-family: ${_s.fileFormatFontFamily}, ft-mime, sans-serif;
400
+ font-family: ${at.fileFormatFontFamily}, ft-mime, sans-serif;
534
401
  }
535
402
 
536
403
  .ft-icon--material {
537
- font-family: ${_s.materialFontFamily}, "Material Icons", sans-serif;
404
+ font-family: ${at.materialFontFamily}, "Material Icons", sans-serif;
538
405
  }
539
- `,Zs=xe.extend("--ft-button-color","",wr.colorPrimary),Ks={backgroundColor:xe.extend("--ft-button-background-color","",wr.colorSurface),borderRadius:xe.extend("--ft-button-border-radius","",wr.borderRadiusL),color:Zs,fontSize:xe.extend("--ft-button-font-size","",Cs.fontSize),iconSize:xe.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:xe.extend("--ft-button-ripple-color","",Zs),verticalPadding:xe.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:xe.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:xe.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:xe.external(wr.colorOpacityDisabled,"Design system")},Ms=xe.extend("--ft-button-primary-color","",xe.extend("--ft-button-color","",wr.colorOnPrimary)),Ds={backgroundColor:xe.extend("--ft-button-primary-background-color","",xe.extend("--ft-button-background-color","",wr.colorPrimary)),color:Ms,rippleColor:xe.extend("--ft-button-primary-ripple-color","",Ms)},Hs=xe.extend("--ft-button-dense-border-radius","",xe.extend("--ft-button-border-radius","",wr.borderRadiusM)),Ts=xe.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Gs=xe.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Vs=xe.create("--ft-button-dense-icon-padding","","SIZE","4px"),qs=[dt`
406
+ `;var tc=o.extend("--ft-button-color","",I.colorPrimary),X={backgroundColor:o.extend("--ft-button-background-color","",I.colorSurface),borderRadius:o.extend("--ft-button-border-radius","",I.borderRadiusL),color:tc,fontSize:o.extend("--ft-button-font-size","",Nt.fontSize),iconSize:o.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.extend("--ft-button-ripple-color","",tc),verticalPadding:o.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:o.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:o.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:o.external(I.colorOpacityDisabled,"Design system")},ec=o.extend("--ft-button-primary-color","",o.extend("--ft-button-color","",I.colorOnPrimary)),Ai={backgroundColor:o.extend("--ft-button-primary-background-color","",o.extend("--ft-button-background-color","",I.colorPrimary)),color:ec,rippleColor:o.extend("--ft-button-primary-ripple-color","",ec)},At={borderRadius:o.extend("--ft-button-dense-border-radius","",o.extend("--ft-button-border-radius","",I.borderRadiusM)),verticalPadding:o.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:o.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:o.create("--ft-button-dense-icon-padding","","SIZE","4px")},oc=[P`
540
407
  :host {
541
408
  display: inline-block;
542
409
  max-width: 100%;
@@ -547,7 +414,7 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
547
414
  box-shadow: 0px 0px 0px transparent;
548
415
  border: 0px solid transparent;
549
416
  text-shadow: 0px 0px 0px transparent;
550
- font-size: ${Ks.fontSize};
417
+ font-size: ${X.fontSize};
551
418
  }
552
419
 
553
420
  button:hover {
@@ -576,31 +443,31 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
576
443
  border: none;
577
444
  pointer-events: auto;
578
445
 
579
- --ft-button-internal-line-height: max(calc(${Ks.fontSize} + 2px), ${Ks.iconSize});
580
- --ft-button-internal-color: ${Ks.color};
581
- ${Oe(_s.size,Ks.iconSize)};
582
- ${Oe(ul.color,Ks.rippleColor)};
446
+ --ft-button-internal-line-height: max(calc(${X.fontSize} + 2px), ${X.iconSize});
447
+ --ft-button-internal-color: ${X.color};
448
+ ${T(at.size,X.iconSize)};
449
+ ${T(M.color,X.rippleColor)};
583
450
 
584
- border-radius: ${Ks.borderRadius};
585
- padding: ${Ks.verticalPadding} ${Ks.horizontalPadding};
586
- background-color: ${Ks.backgroundColor};
451
+ border-radius: ${X.borderRadius};
452
+ padding: ${X.verticalPadding} ${X.horizontalPadding};
453
+ background-color: ${X.backgroundColor};
587
454
  color: var(--ft-button-internal-color);
588
455
  -webkit-mask-image: radial-gradient(white, black);
589
456
  }
590
457
 
591
458
  .ft-button.ft-button--outlined {
592
459
  border: 1px solid var(--ft-button-internal-color);
593
- padding: calc(${Ks.verticalPadding} - 1px) calc(${Ks.horizontalPadding} - 1px);
460
+ padding: calc(${X.verticalPadding} - 1px) calc(${X.horizontalPadding} - 1px);
594
461
  }
595
462
 
596
463
  .ft-button.ft-button--dense {
597
- padding: ${Ts} ${Gs};
598
- border-radius: ${Hs};
599
- gap: ${Vs};
464
+ padding: ${At.verticalPadding} ${At.horizontalPadding};
465
+ border-radius: ${At.borderRadius};
466
+ gap: ${At.iconPadding};
600
467
  }
601
468
 
602
469
  .ft-button.ft-button--dense.ft-button--outlined {
603
- padding: calc(${Ts} - 1px) calc(${Gs} - 1px);
470
+ padding: calc(${At.verticalPadding} - 1px) calc(${At.horizontalPadding} - 1px);
604
471
  }
605
472
 
606
473
  .ft-button:not([disabled]):hover {
@@ -608,22 +475,22 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
608
475
  }
609
476
 
610
477
  .ft-button--round {
611
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ks.verticalPadding});
478
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${X.verticalPadding});
612
479
  }
613
480
 
614
481
  .ft-button--round.ft-button--dense {
615
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ts});
482
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${At.verticalPadding});
616
483
  }
617
484
 
618
485
  .ft-button[disabled] {
619
486
  filter: grayscale(1);
620
- opacity: ${Ks.opacityDisabled};
487
+ opacity: ${X.opacityDisabled};
621
488
  }
622
489
 
623
490
  .ft-button.ft-button--primary {
624
- background-color: ${Ds.backgroundColor};
625
- --ft-button-internal-color: ${Ds.color};
626
- ${Oe(ul.color,Ds.rippleColor)};
491
+ background-color: ${Ai.backgroundColor};
492
+ --ft-button-internal-color: ${Ai.color};
493
+ ${T(M.color,Ai.rippleColor)};
627
494
  }
628
495
 
629
496
  .ft-button:focus {
@@ -636,68 +503,62 @@ function Io(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
636
503
  white-space: nowrap;
637
504
  text-overflow: ellipsis;
638
505
  display: block;
639
- margin: 0 ${Ks.iconPadding};
640
- ${Oe(Cs.fontSize,"1em")};
641
- ${Oe(Cs.lineHeight,"var(--ft-button-internal-line-height)")};
506
+ margin: 0 ${X.iconPadding};
507
+ ${T(Nt.fontSize,"1em")};
508
+ ${T(Nt.lineHeight,"var(--ft-button-internal-line-height)")};
642
509
  }
643
510
 
644
511
  .ft-button--dense .ft-button--label {
645
- margin: 0 ${Vs};
512
+ margin: 0 ${At.iconPadding};
646
513
  }
647
514
 
648
515
  .ft-button--label[hidden] {
649
516
  display: none;
650
517
  }
651
518
 
652
- ft-icon {
519
+ [part="icon"] {
653
520
  flex-shrink: 0;
654
521
  position: relative;
655
522
  }
656
523
 
657
- .ft-button--label[hidden] + ft-icon {
658
- margin: 0 calc(${Ks.horizontalPadding} * -1);
659
- padding: 0 ${Ks.verticalPadding};
524
+ .ft-button--label[hidden] + [part="icon"] {
525
+ margin: 0 calc(${X.horizontalPadding} * -1);
526
+ padding: 0 ${X.verticalPadding};
660
527
  }
661
528
 
662
- .ft-button--dense .ft-button--label[hidden] + ft-icon {
663
- margin: 0 calc(${Gs} * -1);
664
- padding: 0 ${Ts};
529
+ .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
530
+ margin: 0 calc(${At.horizontalPadding} * -1);
531
+ padding: 0 ${At.verticalPadding};
665
532
  }
666
533
 
667
- .ft-button:not(.ft-button--trailing-icon) ft-icon,
668
- .ft-button:not(.ft-button--trailing-icon) ft-loader {
669
- order: -1;
534
+ .ft-button:not(.ft-button--trailing-icon) [part="label"]{
535
+ order: 2;
670
536
  }
671
537
 
672
538
  ft-loader {
673
- ${Oe(As.size,Ks.iconSize)};
674
- ${Oe(As.color,"var(--ft-button-internal-color)")};
539
+ ${T(it.size,X.iconSize)};
540
+ ${T(it.color,"var(--ft-button-internal-color)")};
675
541
  }
676
- `,qi];var Ys=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Js extends Pi{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new le(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new le(10),this.moveRipple=t=>{var o,e;let{x:r,y:i}=this.getCoordinates(t),n=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-n.x:n.width/2),this.originY=Math.round(null!=i?i-n.y:n.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Jt`
542
+ `,bo];var st=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},j=class extends B{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new bt(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new bt(10),this.moveRipple=t=>{var r,n;let{x:i,y:a}=this.getCoordinates(t),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(a!=null?a-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return V`
677
543
  <style>
678
544
  .ft-ripple .ft-ripple--effect {
679
545
  left: ${this.originX}px;
680
546
  top: ${this.originY}px;
681
547
  }
682
548
  </style>
683
- <div class="${Ho(t)}">
549
+ <div class="${pe(t)}">
684
550
  <div class="ft-ripple--background"></div>
685
551
  <div class="ft-ripple--effect"></div>
686
552
  </div>
687
- `}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 o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.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,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}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 o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&o("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",e,n),t.addEventListener("touchstart",r,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",i,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",e,n),t.removeEventListener("touchstart",r,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",i,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,i;return null!=o.x?({x:r,y:i}=o):null!=e.touches&&(r=e.touches[0].clientX,i=e.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}Js.elementDefinitions={},Js.styles=xl,Ys([So({type:Boolean})],Js.prototype,"primary",void 0),Ys([So({type:Boolean})],Js.prototype,"secondary",void 0),Ys([So({type:Boolean})],Js.prototype,"unbounded",void 0),Ys([So({type:Boolean})],Js.prototype,"activated",void 0),Ys([So({type:Boolean})],Js.prototype,"selected",void 0),Ys([So({type:Boolean})],Js.prototype,"disabled",void 0),Ys([Co()],Js.prototype,"hovered",void 0),Ys([Co()],Js.prototype,"focused",void 0),Ys([Co()],Js.prototype,"pressed",void 0),Ys([Co()],Js.prototype,"rippling",void 0),Ys([Co()],Js.prototype,"originX",void 0),Ys([Co()],Js.prototype,"originY",void 0),Ys([$o(".ft-ripple")],Js.prototype,"ripple",void 0),Ys([$o(".ft-ripple--effect")],Js.prototype,"rippleEffect",void 0),ge("ft-ripple")(Js);
688
- /**
689
- * @license
690
- * Copyright 2020 Google LLC
691
- * SPDX-License-Identifier: BSD-3-Clause
692
- */
693
- const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$litStatic$:t,r:Xs}),oc=new Map,ec=(t=>(o,...e)=>{const r=e.length;let i,n;const a=[],l=[];let s,c=0,f=!1;for(;c<r;){for(s=o[c];c<r&&void 0!==(n=e[c],i=Qs(n));)s+=i+o[++c],f=!0;c!==r&&l.push(n),a.push(s),c++}if(c===r&&a.push(o[r]),f){const t=a.join("$$lit$$");void 0===(o=oc.get(t))&&(a.raw=a,oc.set(t,o=a)),e=l}return t(o,...e)})(K);var rc;!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"}(rc||(rc={}));var ic=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class nc extends Pi{constructor(){super(...arguments),this.variant=rc.body1}render(){return this.element?ec`
694
- <${tc(this.element)}
553
+ `}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 r,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}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");let r=(...c)=>l=>{c.forEach(f=>window.addEventListener(f,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),a=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",n,s),t.addEventListener("touchstart",i,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",a,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",n,s),t.removeEventListener("touchstart",i,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",a,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,n=t,i,a;return r.x!=null?{x:i,y:a}=r:n.touches!=null&&(i=n.touches[0].clientX,a=n.touches[0].clientY),{x:i,y:a}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};j.elementDefinitions={};j.styles=Ws;st([w({type:Boolean})],j.prototype,"primary",void 0);st([w({type:Boolean})],j.prototype,"secondary",void 0);st([w({type:Boolean})],j.prototype,"unbounded",void 0);st([w({type:Boolean})],j.prototype,"activated",void 0);st([w({type:Boolean})],j.prototype,"selected",void 0);st([w({type:Boolean})],j.prototype,"disabled",void 0);st([et()],j.prototype,"hovered",void 0);st([et()],j.prototype,"focused",void 0);st([et()],j.prototype,"pressed",void 0);st([et()],j.prototype,"rippling",void 0);st([et()],j.prototype,"originX",void 0);st([et()],j.prototype,"originY",void 0);st([J(".ft-ripple")],j.prototype,"ripple",void 0);st([J(".ft-ripple--effect")],j.prototype,"rippleEffect",void 0);Y("ft-ripple")(j);var nc=Symbol.for(""),Ip=e=>{if(e?.r===nc)return e?._$litStatic$},Ri=e=>({_$litStatic$:e,r:nc});var rc=new Map,ic=e=>(t,...r)=>{let n=r.length,i,a,s=[],c=[],l,f=0,h=!1;for(;f<n;){for(l=t[f];f<n&&(a=r[f],(i=Ip(a))!==void 0);)l+=i+t[++f],h=!0;f!==n&&c.push(a),s.push(l),f++}if(f===n&&s.push(t[n]),h){let u=s.join("$$lit$$");(t=rc.get(u))===void 0&&(s.raw=s,rc.set(u,t=s)),r=c}return e(t,...r)},$i=ic(Ki),tb=ic(Gi);var ge;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(ge||(ge={}));var ac=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},ot=class extends B{constructor(){super(...arguments),this.variant=ge.body1}render(){return this.element?$i`
554
+ <${Ri(this.element)}
555
+ part="text"
695
556
  class="ft-typography ft-typography--${this.variant}">
696
557
  <slot></slot>
697
- </${tc(this.element)}>
698
- `:ec`
699
- <slot class="ft-typography ft-typography--${this.variant}"></slot>
700
- `}}nc.styles=[Ns,Es,$s,Rs,Is,ks,Ls,Ws,Us,zs,Bs,...Fs],ic([So()],nc.prototype,"element",void 0),ic([So()],nc.prototype,"variant",void 0),ge("ft-typography")(nc);const ac=xe.create("--ft-tooltip-distance","","SIZE","4px"),lc=xe.create("--ft-tooltip-color","","COLOR","#FFFFFF"),sc=xe.create("--ft-tooltip-background-color","","COLOR","#666666"),cc=xe.create("--ft-tooltip-z-index","","NUMBER","100"),fc=xe.external(wr.borderRadiusS,"Design system"),pc=xe.create("--ft-tooltip-max-width","","SIZE","150px"),dc=dt`
558
+ </${Ri(this.element)}>
559
+ `:$i`
560
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
561
+ `}};ot.styles=[Bs,zs,Hs,Fs,js,Vs,Ks,Gs,Zs,qs,Ys,...Xs];ac([w()],ot.prototype,"element",void 0);ac([w()],ot.prototype,"variant",void 0);Y("ft-typography")(ot);var Fe={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.external(I.borderRadiusS,"Design system"),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},sc=P`
701
562
  .ft-tooltip--container {
702
563
  display: block;
703
564
  }
@@ -712,21 +573,21 @@ const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$li
712
573
  box-sizing: border-box;
713
574
  overflow: hidden;
714
575
  width: max-content;
715
- max-width: ${pc};
576
+ max-width: ${Fe.maxWidth};
716
577
  text-align: center;
717
- padding: ${ac};
718
- z-index: ${cc};
578
+ padding: ${Fe.distance};
579
+ z-index: ${Fe.zIndex};
719
580
  }
720
581
 
721
582
  .ft-tooltip--content {
722
583
  padding: 4px 8px;
723
- border-radius: ${fc};
724
- background-color: ${sc};
725
- color: ${lc};
584
+ border-radius: ${Fe.borderRadiusS};
585
+ background-color: ${Fe.backgroundColor};
586
+ color: ${Fe.color};
726
587
  position: relative;
727
588
  word-break: break-word;
728
589
  }
729
- `;var uc,hc,gc,yc=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class bc extends Pi{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 le,this.revealDebouncer=new le}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return Jt`
590
+ `;var ct=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},K=class extends B{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 bt,this.revealDebouncer=new bt}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return V`
730
591
  <div part="container"
731
592
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
732
593
  @mouseenter=${this.onHover}
@@ -744,42 +605,45 @@ const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$li
744
605
  </div>
745
606
  </div>
746
607
  </div>
747
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Ii(this.slottedElement,this.tooltip,this.position).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}bc.elementDefinitions={"ft-typography":nc},bc.styles=dc,yc([So()],bc.prototype,"text",void 0),yc([So({type:Boolean})],bc.prototype,"manual",void 0),yc([So({type:Boolean})],bc.prototype,"inline",void 0),yc([So({type:Number})],bc.prototype,"delay",void 0),yc([So()],bc.prototype,"position",void 0),yc([ko()],bc.prototype,"slotNodes",void 0),yc([$o(".ft-tooltip--container")],bc.prototype,"container",void 0),yc([$o(".ft-tooltip")],bc.prototype,"tooltip",void 0),yc([$o(".ft-tooltip--content")],bc.prototype,"tooltipContent",void 0),yc([Co()],bc.prototype,"visible",void 0),yc([No({passive:!0})],bc.prototype,"onTouch",null),yc([No({passive:!0})],bc.prototype,"onHover",null),yc([No({passive:!0})],bc.prototype,"onOut",null),yc([No({passive:!0})],bc.prototype,"onClick",null),ge("ft-tooltip")(bc),function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE="&#xe909;",t.OCTAGON_XMARK="&#xe97d;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CONSUMER="&#xe97c;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;"}(uc||(uc={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(hc||(hc={})),new Map([...["abw"].map((t=>[t,hc.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,hc.AUDIO])),...["avi"].map((t=>[t,hc.AVI])),...["chm","xhs"].map((t=>[t,hc.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,hc.CODE])),...["csv"].map((t=>[t,hc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,hc.DITA])),...["epub"].map((t=>[t,hc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,hc.EXCEL])),...["flac"].map((t=>[t,hc.FLAC])),...["gif"].map((t=>[t,hc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,hc.GZIP])),...["html","htm","xhtml"].map((t=>[t,hc.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,hc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,hc.JPEG])),...["json"].map((t=>[t,hc.JSON])),...["m4a","m4p"].map((t=>[t,hc.M4A])),...["mov","qt"].map((t=>[t,hc.MOV])),...["mp3"].map((t=>[t,hc.MP3])),...["mp4","m4v"].map((t=>[t,hc.MP4])),...["ogg","oga"].map((t=>[t,hc.OGG])),...["pdf","ps"].map((t=>[t,hc.PDF])),...["png"].map((t=>[t,hc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,hc.POWERPOINT])),...["rar"].map((t=>[t,hc.RAR])),...["stp"].map((t=>[t,hc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,hc.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,hc.VIDEO])),...["wav"].map((t=>[t,hc.WAV])),...["wma"].map((t=>[t,hc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,hc.WORD])),...["xml","xsl","rdf"].map((t=>[t,hc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,hc.YAML])),...["zip"].map((t=>[t,hc.ZIP]))]),hc.ABW,hc.AUDIO,hc.AVI,hc.CHM,hc.CODE,hc.CSV,hc.DITA,hc.EPUB,hc.EXCEL,hc.FLAC,hc.GIF,hc.GZIP,hc.HTML,hc.IMAGE,hc.JPEG,hc.JSON,hc.M4A,hc.MOV,hc.MP3,hc.MP4,hc.OGG,hc.PDF,hc.PNG,hc.POWERPOINT,hc.RAR,hc.STP,hc.TEXT,hc.UNKNOWN,hc.VIDEO,hc.WAV,hc.WMA,hc.WORD,hc.XML,hc.YAML,hc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(gc||(gc={}));var mc=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class vc extends Pi{constructor(){super(...arguments),this.resolvedIcon=to}render(){const t=this.variant&&Object.values(gc).includes(this.variant)?this.variant:gc.fluid_topics,o=t!==gc.material||!!this.value;return Jt`
608
+ `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let 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";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",mo(this.slottedElement,this.tooltip,this.position).then(({x:t,y:r})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${r}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",t=>{t.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,r){return Math.max(t,Math.min(0,-r))}};K.elementDefinitions={"ft-typography":ot};K.styles=sc;ct([w()],K.prototype,"text",void 0);ct([w({type:Boolean})],K.prototype,"manual",void 0);ct([w({type:Boolean})],K.prototype,"inline",void 0);ct([w({type:Number})],K.prototype,"delay",void 0);ct([w()],K.prototype,"position",void 0);ct([_r()],K.prototype,"slotNodes",void 0);ct([J(".ft-tooltip--container")],K.prototype,"container",void 0);ct([J(".ft-tooltip")],K.prototype,"tooltip",void 0);ct([J(".ft-tooltip--content")],K.prototype,"tooltipContent",void 0);ct([et()],K.prototype,"visible",void 0);ct([Se({passive:!0})],K.prototype,"onTouch",null);ct([Se({passive:!0})],K.prototype,"onHover",null);ct([Se({passive:!0})],K.prototype,"onOut",null);ct([Se({passive:!0})],K.prototype,"onClick",null);Y("ft-tooltip")(K);var fr;(function(e){e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.STAR="&#xe94c;",e.STAR_PLAIN="&#xe900;",e.DESKTOP="&#xe95e;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.THIN_ARROW_UP="&#xe95c;",e.CONTEXTUAL="&#xe95b;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.UNSTRUCTURED_DOC="&#xe95a;",e.RESET="&#xe958;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.MY_COLLECTIONS="&#xe955;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_LIBRARY="&#xe959;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.FEEDBACK_PLAIN="&#xe951;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.SHORTCUT_MENU="&#xe946;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.ACCOUNT_SETTINGS="&#xe943;",e.ONLINE="&#xe941;",e.OFFLINE="&#xe816;",e.UPLOAD="&#xe940;",e.BOOK_PLAIN="&#xe93f;",e.SYNC="&#xe93d;",e.SHARED_PBK="&#xe931;",e.COLLECTIONS="&#xe92a;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.BOOKS="&#xe806;",e.LOCKER="&#xe93b;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SAVE="&#xe93a;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.FILTERS="&#xe935;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.STRIPE_ARROW_LEFT="&#xe933;",e.ATTACHMENTS="&#xe932;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.EXPORT="&#xe80f;",e.MENU="&#xe807;",e.TAG="&#xe93e;",e.TAG_PLAIN="&#xe942;",e.COPY_TO_CLIPBOARD="&#xe930;",e.COLUMNS="&#xe928;",e.ARTICLE="&#xe927;",e.CLOSE="&#xe909;",e.OCTAGON_XMARK="&#xe97d;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.LOGOUT="&#xe923;",e.SIGN_IN="&#xe922;",e.THIN_ARROW="&#xe921;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.INFO="&#xe919;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.SHARE="&#xe80f1;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.EXTLINK="&#xe814;",e.EXTLINK_LIGHT="&#xe978;",e.CALENDAR="&#xe815;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.TOPICS="&#xe901;",e.EYE="&#xf06e;",e.EYE_SLASH="&#xe970;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN_THEME="&#xe911;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.HOME="&#xe80b;",e.TRANSLATE="&#xe924;",e.USER="&#xe813;",e.ADMIN="&#xe90f;",e.ANALYTICS="&#xe929;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_USERS="&#xe912;",e.ADMIN_INTEGRATION="&#xe93c;",e.ADMIN_PORTAL="&#xe94b;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.EXPAND_WIDE="&#xe972;",e.X_MARK="&#xe971;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CONSUMER="&#xe97c;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;"})(fr||(fr={}));var O;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(O||(O={}));var Tb=new Map([...["abw"].map(e=>[e,O.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(e=>[e,O.AUDIO]),...["avi"].map(e=>[e,O.AVI]),...["chm","xhs"].map(e=>[e,O.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(e=>[e,O.CODE]),...["csv"].map(e=>[e,O.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,O.DITA]),...["epub"].map(e=>[e,O.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,O.EXCEL]),...["flac"].map(e=>[e,O.FLAC]),...["gif"].map(e=>[e,O.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,O.GZIP]),...["html","htm","xhtml"].map(e=>[e,O.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,O.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,O.JPEG]),...["json"].map(e=>[e,O.JSON]),...["m4a","m4p"].map(e=>[e,O.M4A]),...["mov","qt"].map(e=>[e,O.MOV]),...["mp3"].map(e=>[e,O.MP3]),...["mp4","m4v"].map(e=>[e,O.MP4]),...["ogg","oga"].map(e=>[e,O.OGG]),...["pdf","ps"].map(e=>[e,O.PDF]),...["png"].map(e=>[e,O.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,O.POWERPOINT]),...["rar"].map(e=>[e,O.RAR]),...["stp"].map(e=>[e,O.STP]),...["txt","rtf","md","mdown"].map(e=>[e,O.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(e=>[e,O.VIDEO]),...["wav"].map(e=>[e,O.WAV]),...["wma"].map(e=>[e,O.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,O.WORD]),...["xml","xsl","rdf"].map(e=>[e,O.XML]),...["yaml","yml","x-yaml"].map(e=>[e,O.YAML]),...["zip"].map(e=>[e,O.ZIP])]);var Ib={[O.ABW]:"#91ABC6",[O.AUDIO]:"#1795E3",[O.AVI]:"#E63324",[O.CHM]:"#71C3EB",[O.CODE]:"#71C3EB",[O.CSV]:"#1F7345",[O.DITA]:"#71C3EB",[O.EPUB]:"#85B926",[O.EXCEL]:"#1F7345",[O.FLAC]:"#1795E3",[O.GIF]:"#59B031",[O.GZIP]:"#F8AB36",[O.HTML]:"#71C3EB",[O.IMAGE]:"#59B031",[O.JPEG]:"#59B031",[O.JSON]:"#71C3EB",[O.M4A]:"#1795E3",[O.MOV]:"#E63324",[O.MP3]:"#1795E3",[O.MP4]:"#E63324",[O.OGG]:"#1795E3",[O.PDF]:"#E44948",[O.PNG]:"#59B031",[O.POWERPOINT]:"#B54A2B",[O.RAR]:"#F8AB36",[O.STP]:"#3764B1",[O.TEXT]:"#3162AB",[O.UNKNOWN]:"#999999",[O.VIDEO]:"#E63324",[O.WAV]:"#1795E3",[O.WMA]:"#1795E3",[O.WORD]:"#3162AB",[O.XML]:"#71C3EB",[O.YAML]:"#71C3EB",[O.ZIP]:"#F8AB36"};var Rt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Rt||(Rt={}));var dr=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},lt=class extends B{constructor(){super(...arguments),this.resolvedIcon=H}render(){let t=this.variant&&Object.values(Rt).includes(this.variant)?this.variant:Rt.fluid_topics,r=t!==Rt.material||!!this.value;return V`
748
609
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
749
- ${Xo(this.resolvedIcon)}
750
- <slot ?hidden=${o}></slot>
610
+ ${Mr(this.resolvedIcon)}
611
+ <slot ?hidden=${r}></slot>
751
612
  </i>
752
- `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let e=this.value||this.textContent;switch(this.variant){case gc.file_format:this.resolvedIcon=null!==(t=hc[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case gc.material:this.resolvedIcon=this.value||to;break;default:this.resolvedIcon=null!==(o=uc[e.replace("-","_").toUpperCase()])&&void 0!==o?o:e}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}vc.elementDefinitions={},vc.styles=Ps,mc([So()],vc.prototype,"variant",void 0),mc([So()],vc.prototype,"value",void 0),mc([Co()],vc.prototype,"resolvedIcon",void 0),mc([$o("slot")],vc.prototype,"slottedContent",void 0),ge("ft-icon")(vc);class xc extends Pi{render(){return Jt`
613
+ `}get textContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let n=this.value||this.textContent;switch(this.variant){case Rt.file_format:this.resolvedIcon=(t=O[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Rt.material:this.resolvedIcon=this.value||H;break;default:this.resolvedIcon=(r=fr[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};lt.elementDefinitions={};lt.styles=Qs;dr([w()],lt.prototype,"variant",void 0);dr([w()],lt.prototype,"value",void 0);dr([et()],lt.prototype,"resolvedIcon",void 0);dr([J("slot")],lt.prototype,"slottedContent",void 0);Y("ft-icon")(lt);var be=class extends B{render(){return V`
753
614
  <div class="ft-loader">
754
615
  <div></div>
755
616
  <div></div>
756
617
  <div></div>
757
618
  <div></div>
758
619
  </div>
759
- `}}xc.styles=js,ge("ft-loader")(xc);var Oc=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class wc extends(el(Pi,"button")){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",(t=>{var o;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(o=this.form)||void 0===o||o.requestSubmit())}))}render(){return this.addTooltipIfNeeded(Jt`
620
+ `}};be.styles=Js;Y("ft-loader")(be);var ut=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},Z=class extends vi(B,"button"){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){return this.addTooltipIfNeeded(V`
760
621
  <button part="button"
761
- class="${Ho(this.buttonClasses)}"
622
+ class="${pe(this.buttonClasses)}"
762
623
  aria-label="${this.getLabel()}"
763
624
  ?disabled=${this.isDisabled()}>
764
625
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
765
626
  <ft-typography part="label"
766
627
  variant=${this.typographyVariant}
767
628
  element="span"
768
- class="ft-button--label ${sl?"ft-safari-ellipsis-fix":""}"
629
+ class="ft-button--label ${Ni?"ft-safari-ellipsis-fix":""}"
769
630
  ?hidden=${!this.hasTextContent()}>
770
631
  <slot @slotchange=${this.onSlotchange}></slot>
771
632
  </ft-typography>
772
633
  ${this.resolveIcon()}
773
634
  </button>
774
- `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?Jt`
635
+ `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?V`
775
636
  <ft-tooltip part="tooltip"
776
637
  text="${this.getLabel()}"
777
638
  position="${this.tooltipPosition}">
778
639
  ${t}
779
640
  </ft-tooltip>
780
- `:t}resolveIcon(){return this.loading?Jt`
781
- <ft-loader part="loader icon"></ft-loader> `:this.icon?Jt`
782
- <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:to}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}}wc.elementDefinitions={"ft-ripple":Js,"ft-tooltip":bc,"ft-typography":nc,"ft-icon":vc,"ft-loader":xc},Oc([So({type:String,reflect:!0})],wc.prototype,"role",void 0),Oc([So()],wc.prototype,"type",void 0),Oc([So({type:Boolean})],wc.prototype,"disabled",void 0),Oc([So()],wc.prototype,"label",void 0),Oc([So()],wc.prototype,"icon",void 0),Oc([So()],wc.prototype,"iconVariant",void 0),Oc([So({type:Boolean})],wc.prototype,"trailingIcon",void 0),Oc([So({type:Boolean})],wc.prototype,"loading",void 0),Oc([So()],wc.prototype,"tooltipPosition",void 0),Oc([So({type:Boolean})],wc.prototype,"hideTooltip",void 0),Oc([So({type:Boolean})],wc.prototype,"forceTooltip",void 0),Oc([$o(".ft-button")],wc.prototype,"button",void 0),Oc([$o(".ft-button--label slot")],wc.prototype,"slottedContent",void 0);var Sc=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Cc extends wc{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"}}Cc.styles=[Ji,qs],Sc([So({type:Boolean})],Cc.prototype,"primary",void 0),Sc([So({type:Boolean})],Cc.prototype,"outlined",void 0),Sc([So({type:Boolean})],Cc.prototype,"dense",void 0),Sc([So({type:Boolean})],Cc.prototype,"round",void 0);const Nc=[dt`
641
+ `:t}resolveIcon(){return this.loading?V`
642
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?V`
643
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
644
+ `:V`
645
+ <slot part="icon" name="icon"></slot>
646
+ `}focus(){var t;(t=this.button)===null||t===void 0||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(r=>this.unslotText(r)).join(""):t?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};Z.elementDefinitions={"ft-ripple":j,"ft-tooltip":K,"ft-typography":ot,"ft-icon":lt,"ft-loader":be};ut([w({type:String,reflect:!0})],Z.prototype,"role",void 0);ut([w()],Z.prototype,"type",void 0);ut([w({type:Boolean})],Z.prototype,"disabled",void 0);ut([w()],Z.prototype,"label",void 0);ut([w()],Z.prototype,"icon",void 0);ut([w()],Z.prototype,"iconVariant",void 0);ut([w({type:Boolean})],Z.prototype,"trailingIcon",void 0);ut([w({type:Boolean})],Z.prototype,"loading",void 0);ut([w()],Z.prototype,"tooltipPosition",void 0);ut([w({type:Boolean})],Z.prototype,"hideTooltip",void 0);ut([w({type:Boolean})],Z.prototype,"forceTooltip",void 0);ut([J(".ft-button")],Z.prototype,"button",void 0);ut([J(".ft-button--label slot")],Z.prototype,"slottedContent",void 0);var ur=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},St=class extends Z{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"}};St.styles=[xo,oc];ur([w({type:Boolean})],St.prototype,"primary",void 0);ur([w({type:Boolean})],St.prototype,"outlined",void 0);ur([w({type:Boolean})],St.prototype,"dense",void 0);ur([w({type:Boolean})],St.prototype,"round",void 0);var cc=[P`
783
647
  :host {
784
648
  display: inline-block;
785
649
  max-width: 100%;
@@ -829,7 +693,7 @@ const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$li
829
693
  }
830
694
 
831
695
  .ft-button:focus-visible {
832
- outline-color: ${Je.focusFocusRingColor};
696
+ outline-color: ${C.focusFocusRingColor};
833
697
  outline-style: solid;
834
698
  }
835
699
 
@@ -858,146 +722,146 @@ const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$li
858
722
  /** Primary styles **/
859
723
 
860
724
  .ft-button--primary {
861
- ${Oe(As.color,Je.primaryIconColor)};
725
+ ${T(it.color,C.primaryIconColor)};
862
726
 
863
- ${Oe(ul.color,Je.primaryStateLayerColor)};
864
- ${Oe(ul.opacityContentOnSurfaceHover,Je.primaryHoverStateLayerOpacity)};
865
- ${Oe(ul.opacityContentOnSurfaceFocused,Je.primaryFocusStateLayerOpacity)};
866
- ${Oe(ul.opacityContentOnSurfaceSelected,Je.primaryActiveStateLayerOpacity)};
867
- ${Oe(ul.opacityContentOnSurfacePressed,Je.primaryActiveStateLayerOpacity)};
727
+ ${T(M.color,C.primaryStateLayerColor)};
728
+ ${T(M.opacityContentOnSurfaceHover,C.primaryHoverStateLayerOpacity)};
729
+ ${T(M.opacityContentOnSurfaceFocused,C.primaryFocusStateLayerOpacity)};
730
+ ${T(M.opacityContentOnSurfaceSelected,C.primaryActiveStateLayerOpacity)};
731
+ ${T(M.opacityContentOnSurfacePressed,C.primaryActiveStateLayerOpacity)};
868
732
 
869
- background-color: ${Je.primaryBackgroundColor};
870
- color: ${Je.primaryColor};
733
+ background-color: ${C.primaryBackgroundColor};
734
+ color: ${C.primaryColor};
871
735
  border-style: none;
872
736
  }
873
737
 
874
738
  .ft-button--primary[disabled] {
875
- opacity: ${Je.primaryDisabledComponentOpacity};
739
+ opacity: ${C.primaryDisabledComponentOpacity};
876
740
  }
877
741
 
878
742
  .ft-button--primary ft-icon {
879
- color: ${Je.primaryIconColor};
743
+ color: ${C.primaryIconColor};
880
744
  }
881
745
 
882
746
  /** Secondary styles **/
883
747
 
884
748
  .ft-button--secondary {
885
- ${Oe(As.color,Je.secondaryIconColor)};
749
+ ${T(it.color,C.secondaryIconColor)};
886
750
 
887
- ${Oe(ul.color,Je.secondaryStateLayerColor)};
888
- ${Oe(ul.opacityContentOnSurfaceHover,Je.secondaryHoverStateLayerOpacity)};
889
- ${Oe(ul.opacityContentOnSurfaceFocused,Je.secondaryFocusStateLayerOpacity)};
890
- ${Oe(ul.opacityContentOnSurfaceSelected,Je.secondaryActiveStateLayerOpacity)};
891
- ${Oe(ul.opacityContentOnSurfacePressed,Je.secondaryActiveStateLayerOpacity)};
751
+ ${T(M.color,C.secondaryStateLayerColor)};
752
+ ${T(M.opacityContentOnSurfaceHover,C.secondaryHoverStateLayerOpacity)};
753
+ ${T(M.opacityContentOnSurfaceFocused,C.secondaryFocusStateLayerOpacity)};
754
+ ${T(M.opacityContentOnSurfaceSelected,C.secondaryActiveStateLayerOpacity)};
755
+ ${T(M.opacityContentOnSurfacePressed,C.secondaryActiveStateLayerOpacity)};
892
756
 
893
- background-color: ${Je.secondaryBackgroundColor};
894
- color: ${Je.secondaryColor};
895
- border-color: ${Je.secondaryBorderColor};
757
+ background-color: ${C.secondaryBackgroundColor};
758
+ color: ${C.secondaryColor};
759
+ border-color: ${C.secondaryBorderColor};
896
760
  border-style: solid;
897
761
  }
898
762
 
899
763
  .ft-button--secondary[disabled] {
900
- opacity: ${Je.secondaryDisabledComponentOpacity};
764
+ opacity: ${C.secondaryDisabledComponentOpacity};
901
765
  }
902
766
 
903
767
  .ft-button--secondary ft-icon {
904
- color: ${Je.secondaryIconColor};
768
+ color: ${C.secondaryIconColor};
905
769
  }
906
770
 
907
771
  /** Tertiary styles **/
908
772
 
909
773
  .ft-button--tertiary {
910
- ${Oe(As.color,Je.tertiaryIconColor)};
774
+ ${T(it.color,C.tertiaryIconColor)};
911
775
 
912
- ${Oe(ul.color,Je.tertiaryStateLayerColor)};
913
- ${Oe(ul.opacityContentOnSurfaceHover,Je.tertiaryHoverStateLayerOpacity)};
914
- ${Oe(ul.opacityContentOnSurfaceFocused,Je.tertiaryFocusStateLayerOpacity)};
915
- ${Oe(ul.opacityContentOnSurfaceSelected,Je.tertiaryActiveStateLayerOpacity)};
916
- ${Oe(ul.opacityContentOnSurfacePressed,Je.tertiaryActiveStateLayerOpacity)};
776
+ ${T(M.color,C.tertiaryStateLayerColor)};
777
+ ${T(M.opacityContentOnSurfaceHover,C.tertiaryHoverStateLayerOpacity)};
778
+ ${T(M.opacityContentOnSurfaceFocused,C.tertiaryFocusStateLayerOpacity)};
779
+ ${T(M.opacityContentOnSurfaceSelected,C.tertiaryActiveStateLayerOpacity)};
780
+ ${T(M.opacityContentOnSurfacePressed,C.tertiaryActiveStateLayerOpacity)};
917
781
 
918
- background-color: ${Je.tertiaryBackgroundColor};
919
- color: ${Je.tertiaryColor};
782
+ background-color: ${C.tertiaryBackgroundColor};
783
+ color: ${C.tertiaryColor};
920
784
  border-style: none;
921
785
  }
922
786
 
923
787
  .ft-button--tertiary[disabled] {
924
- opacity: ${Je.tertiaryDisabledComponentOpacity};
788
+ opacity: ${C.tertiaryDisabledComponentOpacity};
925
789
  }
926
790
 
927
791
  .ft-button--tertiary ft-icon {
928
- color: ${Je.tertiaryIconColor};
792
+ color: ${C.tertiaryIconColor};
929
793
  }
930
794
 
931
795
  /** Neutral styles **/
932
796
 
933
797
  .ft-button--neutral {
934
- ${Oe(As.color,Je.neutralIconColor)};
798
+ ${T(it.color,C.neutralIconColor)};
935
799
 
936
- ${Oe(ul.backgroundColor,Je.neutralStateLayerColor)};
937
- ${Oe(ul.opacityContentOnSurfaceHover,Je.neutralHoverStateLayerOpacity)};
938
- ${Oe(ul.opacityContentOnSurfaceFocused,Je.neutralFocusStateLayerOpacity)};
939
- ${Oe(ul.opacityContentOnSurfaceSelected,Je.neutralActiveStateLayerOpacity)};
940
- ${Oe(ul.opacityContentOnSurfacePressed,Je.neutralActiveStateLayerOpacity)};
800
+ ${T(M.backgroundColor,C.neutralStateLayerColor)};
801
+ ${T(M.opacityContentOnSurfaceHover,C.neutralHoverStateLayerOpacity)};
802
+ ${T(M.opacityContentOnSurfaceFocused,C.neutralFocusStateLayerOpacity)};
803
+ ${T(M.opacityContentOnSurfaceSelected,C.neutralActiveStateLayerOpacity)};
804
+ ${T(M.opacityContentOnSurfacePressed,C.neutralActiveStateLayerOpacity)};
941
805
 
942
- background-color: ${Je.neutralBackgroundColor};
943
- color: ${Je.neutralColor};
806
+ background-color: ${C.neutralBackgroundColor};
807
+ color: ${C.neutralColor};
944
808
  border-style: none;
945
809
  }
946
810
 
947
811
  .ft-button--neutral[disabled] {
948
- opacity: ${Je.neutralDisabledComponentOpacity};
812
+ opacity: ${C.neutralDisabledComponentOpacity};
949
813
  }
950
814
 
951
815
  .ft-button--neutral ft-icon {
952
- color: ${Je.neutralIconColor};
816
+ color: ${C.neutralIconColor};
953
817
  }
954
818
 
955
819
  /** Large styles **/
956
820
 
957
821
  .ft-button--large {
958
- ${Oe(_s.size,Je.largeIconSize)};
959
- ${Oe(As.size,Je.largeIconSize)};
960
-
961
- height: ${Je.largeHeight};
962
- padding: 0 ${Je.largeHorizontalPadding};
963
- gap: ${Je.largeGap};
964
- border-radius: ${Je.largeBorderRadius};
965
- border-width: ${Je.largeBorderWidth};
822
+ ${T(at.size,C.largeIconSize)};
823
+ ${T(it.size,C.largeIconSize)};
824
+
825
+ height: ${C.largeHeight};
826
+ padding: 0 ${C.largeHorizontalPadding};
827
+ gap: ${C.largeGap};
828
+ border-radius: ${C.largeBorderRadius};
829
+ border-width: ${C.largeBorderWidth};
966
830
  }
967
831
 
968
832
  .ft-button--large:focus-visible {
969
- outline-width: ${Je.largeFocusOutlineWidth};
970
- outline-offset: ${Je.largeFocusOutlineOffset};
833
+ outline-width: ${C.largeFocusOutlineWidth};
834
+ outline-offset: ${C.largeFocusOutlineOffset};
971
835
  }
972
836
 
973
837
  .ft-button--large.ft-button--icon-only {
974
- width: ${Je.largeIconOnlyWidth};
838
+ width: ${C.largeIconOnlyWidth};
975
839
  padding: unset;
976
840
  }
977
841
 
978
842
  /** Small styles **/
979
843
 
980
844
  .ft-button--small {
981
- ${Oe(_s.size,Je.smallIconSize)};
982
- ${Oe(As.size,Je.smallIconSize)};
983
-
984
- height: ${Je.smallHeight};
985
- padding: 0 ${Je.smallHorizontalPadding};
986
- gap: ${Je.smallGap};
987
- border-radius: ${Je.smallBorderRadius};
988
- border-width: ${Je.smallBorderWidth};
845
+ ${T(at.size,C.smallIconSize)};
846
+ ${T(it.size,C.smallIconSize)};
847
+
848
+ height: ${C.smallHeight};
849
+ padding: 0 ${C.smallHorizontalPadding};
850
+ gap: ${C.smallGap};
851
+ border-radius: ${C.smallBorderRadius};
852
+ border-width: ${C.smallBorderWidth};
989
853
  }
990
854
 
991
855
  .ft-button--small:focus-visible {
992
- outline-width: ${Je.smallFocusOutlineWidth};
993
- outline-offset: ${Je.smallFocusOutlineOffset};
856
+ outline-width: ${C.smallFocusOutlineWidth};
857
+ outline-offset: ${C.smallFocusOutlineOffset};
994
858
  }
995
859
 
996
860
  .ft-button--small.ft-button--icon-only {
997
- width: ${Je.smallIconOnlyWidth};
861
+ width: ${C.smallIconOnlyWidth};
998
862
  padding: unset;
999
863
  }
1000
- `,qi];var Ec=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class $c extends wc{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?rc.caption1medium:rc.body2medium}}$c.styles=[Ji,Nc],Ec([So({type:Boolean})],$c.prototype,"primary",void 0),Ec([So({type:Boolean})],$c.prototype,"secondary",void 0),Ec([So({type:Boolean})],$c.prototype,"tertiary",void 0),Ec([So({type:Boolean})],$c.prototype,"neutral",void 0),Ec([So({type:Boolean})],$c.prototype,"small",void 0),ge("ft-button")(Cc),ge("ftds-button")($c);const Rc={iconColor:xe.extend("--ft-floating-menu-icon-color","",wr.colorOnSurfaceMedium)},Ic=dt`
864
+ `,bo];var Co=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},mt=class extends Z{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?ge.caption1medium:ge.body2medium}};mt.styles=[xo,cc];Co([w({type:Boolean})],mt.prototype,"primary",void 0);Co([w({type:Boolean})],mt.prototype,"secondary",void 0);Co([w({type:Boolean})],mt.prototype,"tertiary",void 0);Co([w({type:Boolean})],mt.prototype,"neutral",void 0);Co([w({type:Boolean})],mt.prototype,"small",void 0);Y("ft-button")(St);Y("ftds-button")(mt);var kp={iconColor:o.extend("--ft-floating-menu-icon-color","",I.colorOnSurfaceMedium)},lc=P`
1001
865
  .ft-floating-menu-item {
1002
866
  cursor: pointer;
1003
867
  display: flex;
@@ -1012,7 +876,7 @@ const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$li
1012
876
  }
1013
877
 
1014
878
  .ft-floating-menu-item ft-icon {
1015
- color: ${Rc.iconColor};
879
+ color: ${kp.iconColor};
1016
880
  margin-left: 0;
1017
881
  flex-shrink: 0;
1018
882
  flex-grow: 0;
@@ -1027,21 +891,21 @@ const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$li
1027
891
  word-break: break-word;
1028
892
  hyphens: auto;
1029
893
  }
1030
- `;var kc=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Lc extends CustomEvent{constructor(t){super("select",{detail:t,bubbles:!0,composed:!0})}}class Wc extends Pi{constructor(){super(...arguments),this.value="",this.notFocusable=!1}render(){return Jt`
894
+ `;var mr=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},hr=class extends CustomEvent{constructor(t){super("select",{detail:t,bubbles:!0,composed:!0})}},yt=class extends B{constructor(){super(...arguments),this.value="",this.notFocusable=!1}render(){return V`
1031
895
  <div class="ft-floating-menu-item"
1032
896
  tabindex=${this.notFocusable?"-1":"0"}
1033
897
  @keydown=${t=>this.onKeyDown(t)}
1034
898
  @click=${this.onClick}>
1035
899
  <ft-ripple></ft-ripple>
1036
- ${this.icon?Jt`
900
+ ${this.icon?V`
1037
901
  <ft-icon .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
1038
- `:to}
902
+ `:H}
1039
903
  <ft-typography variant="body2">
1040
904
  <slot></slot>
1041
905
  </ft-typography>
1042
906
  </div>
1043
- `}onClick(t){this.dispatchEvent(new Lc(this.value))}onKeyDown(t){"Enter"!=t.key&&" "!=t.key||(t.preventDefault(),this.dispatchEvent(new Lc(this.value)))}}Wc.elementDefinitions={"ft-icon":vc,"ft-ripple":Js,"ft-typography":nc},Wc.styles=Ic,kc([So()],Wc.prototype,"iconVariant",void 0),kc([So()],Wc.prototype,"icon",void 0),kc([So()],Wc.prototype,"value",void 0),kc([So({type:Boolean})],Wc.prototype,"notFocusable",void 0);var Uc=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class zc extends Pi{constructor(){super(...arguments),this.menuOpen=!1,this.forceMenuOpen=!1,this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1,this.iconVariant=gc.fluid_topics,this.icon="SHORTCUT_MENU",this.horizontalAlignment="left",this.verticalAlignment="bottom",this.disabled=!1,this.closeMenuMatchers=[],this.hideOptionsOnClickOutside=t=>{this.menuOpen=this.menuOpen&&t.composedPath().includes(this.container)}}render(){const t={"ft-floating-menu":!0,"ft-floating-menu--open":this.forceMenuOpen||this.menuOpen,["ft-floating-menu--"+this.horizontalAlignment.toLowerCase()]:!0,["ft-floating-menu--"+this.verticalAlignment.toLowerCase()]:!0};return Jt`
1044
- <div part="container" class="${Ho(t)}">
907
+ `}onClick(t){this.dispatchEvent(new hr(this.value))}onKeyDown(t){(t.key=="Enter"||t.key==" ")&&(t.preventDefault(),this.dispatchEvent(new hr(this.value)))}};yt.elementDefinitions={"ft-icon":lt,"ft-ripple":j,"ft-typography":ot};yt.styles=lc;mr([w()],yt.prototype,"iconVariant",void 0);mr([w()],yt.prototype,"icon",void 0);mr([w()],yt.prototype,"value",void 0);mr([w({type:Boolean})],yt.prototype,"notFocusable",void 0);var q=function(e,t,r,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};var D=class extends B{constructor(){super(...arguments),this.menuOpen=!1,this.forceMenuOpen=!1,this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1,this.iconVariant=Rt.fluid_topics,this.icon="SHORTCUT_MENU",this.horizontalAlignment="left",this.verticalAlignment="bottom",this.disabled=!1,this.closeMenuMatchers=[],this.hideOptionsOnClickOutside=t=>{this.menuOpen=this.menuOpen&&t.composedPath().includes(this.container)}}render(){let t={"ft-floating-menu":!0,"ft-floating-menu--open":this.forceMenuOpen||this.menuOpen,["ft-floating-menu--"+this.horizontalAlignment.toLowerCase()]:!0,["ft-floating-menu--"+this.verticalAlignment.toLowerCase()]:!0};return V`
908
+ <div part="container" class="${pe(t)}">
1045
909
  <slot name="toggle"
1046
910
  part="toggle"
1047
911
  @click=${this.toggleMenu}>
@@ -1075,7 +939,7 @@ const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$li
1075
939
  </div>
1076
940
  </div>
1077
941
  </div>
1078
- `}toggleMenu(){this.menuOpen=!this.menuOpen}openMenu(){this.menuOpen=!0}closeMenu(){this.menuOpen=!1}onCloseEvent(t){t.stopPropagation(),this.closeMenu()}onContentClick(t){ue(t,this.closeMenuMatchers,this)&&this.closeMenu()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptionsOnClickOutside)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("menuOpen")&&(this.menuOpen?(this.menuWrapper.classList.remove("ft-floating-menu--wrapper-positioned"),this.positionMenuWrapper(),document.addEventListener("click",this.hideOptionsOnClickOutside)):document.removeEventListener("click",this.hideOptionsOnClickOutside))}async positionMenuWrapper(){this.menuWrapper.style.left="",this.menuWrapper.style.top="";const t=this.customToggle.length>0?this.customToggle[0]:this.actionButton,{x:o,y:e}=await Ii(t,this.menuWrapper,this.convertPlacement());this.menuWrapper.style.left=`${o}px`,this.menuWrapper.style.top=`${e}px`,this.menuWrapper.classList.add("ft-floating-menu--wrapper-positioned")}convertPlacement(){switch(this.horizontalAlignment){case"left":return this.verticalAlignment+"-start";case"right":return this.verticalAlignment+"-end";case"center":return this.verticalAlignment+"-center"}}}zc.elementDefinitions={"ft-floating-menu-item":Wc},Uc([Co()],zc.prototype,"menuOpen",void 0),Uc([Co()],zc.prototype,"forceMenuOpen",void 0),Uc([$o(".ft-floating-menu")],zc.prototype,"container",void 0),Uc([$o(".ft-floating-menu--wrapper")],zc.prototype,"menuWrapper",void 0),Uc([$o("#actions-button")],zc.prototype,"actionButton",void 0),Uc([Io({slot:"toggle"})],zc.prototype,"customToggle",void 0),Uc([So({type:Boolean})],zc.prototype,"primary",void 0),Uc([So({type:Boolean})],zc.prototype,"secondary",void 0),Uc([So({type:Boolean})],zc.prototype,"tertiary",void 0),Uc([So({type:Boolean})],zc.prototype,"neutral",void 0),Uc([So({type:Boolean})],zc.prototype,"small",void 0),Uc([So()],zc.prototype,"label",void 0),Uc([So()],zc.prototype,"tooltipPosition",void 0),Uc([So()],zc.prototype,"iconVariant",void 0),Uc([So()],zc.prototype,"icon",void 0),Uc([So()],zc.prototype,"text",void 0),Uc([So()],zc.prototype,"horizontalAlignment",void 0),Uc([So()],zc.prototype,"verticalAlignment",void 0),Uc([So({type:Boolean})],zc.prototype,"disabled",void 0),Uc([ye([])],zc.prototype,"closeMenuMatchers",void 0);class Bc extends zc{}Bc.elementDefinitions={"ft-or-ftds-button":Cc},Bc.styles=pl;class Fc extends zc{}Fc.elementDefinitions={"ft-or-ftds-button":$c},Fc.styles=pl;const Ac={color:xe.extend("--ft-floating-menu-label-color","",wr.colorOnSurfaceMedium)},jc=dt`
942
+ `}toggleMenu(){this.menuOpen=!this.menuOpen}openMenu(){this.menuOpen=!0}closeMenu(){this.menuOpen=!1}onCloseEvent(t){t.stopPropagation(),this.closeMenu()}onContentClick(t){Vr(t,this.closeMenuMatchers,this)&&this.closeMenu()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptionsOnClickOutside)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("menuOpen")&&(this.menuOpen?(this.menuWrapper.classList.remove("ft-floating-menu--wrapper-positioned"),this.positionMenuWrapper(),document.addEventListener("click",this.hideOptionsOnClickOutside)):document.removeEventListener("click",this.hideOptionsOnClickOutside))}async positionMenuWrapper(){this.menuWrapper.style.left="",this.menuWrapper.style.top="";let t=this.customToggle.length>0?this.customToggle[0]:this.actionButton,{x:r,y:n}=await mo(t,this.menuWrapper,this.convertPlacement());this.menuWrapper.style.left=`${r}px`,this.menuWrapper.style.top=`${n}px`,this.menuWrapper.classList.add("ft-floating-menu--wrapper-positioned")}convertPlacement(){switch(this.horizontalAlignment){case"left":return this.verticalAlignment+"-start";case"right":return this.verticalAlignment+"-end";case"center":return this.verticalAlignment+"-center"}}};D.elementDefinitions={"ft-floating-menu-item":yt};q([et()],D.prototype,"menuOpen",void 0);q([et()],D.prototype,"forceMenuOpen",void 0);q([J(".ft-floating-menu")],D.prototype,"container",void 0);q([J(".ft-floating-menu--wrapper")],D.prototype,"menuWrapper",void 0);q([J("#actions-button")],D.prototype,"actionButton",void 0);q([Pr({slot:"toggle"})],D.prototype,"customToggle",void 0);q([w({type:Boolean})],D.prototype,"primary",void 0);q([w({type:Boolean})],D.prototype,"secondary",void 0);q([w({type:Boolean})],D.prototype,"tertiary",void 0);q([w({type:Boolean})],D.prototype,"neutral",void 0);q([w({type:Boolean})],D.prototype,"small",void 0);q([w()],D.prototype,"label",void 0);q([w()],D.prototype,"tooltipPosition",void 0);q([w()],D.prototype,"iconVariant",void 0);q([w()],D.prototype,"icon",void 0);q([w()],D.prototype,"text",void 0);q([w()],D.prototype,"horizontalAlignment",void 0);q([w()],D.prototype,"verticalAlignment",void 0);q([w({type:Boolean})],D.prototype,"disabled",void 0);q([so([])],D.prototype,"closeMenuMatchers",void 0);var je=class extends D{};je.elementDefinitions={"ft-or-ftds-button":St};je.styles=pr;var Ve=class extends D{};Ve.elementDefinitions={"ft-or-ftds-button":mt};Ve.styles=pr;var Mp={color:o.extend("--ft-floating-menu-label-color","",I.colorOnSurfaceMedium)},pc=P`
1079
943
  .ft-floating-menu-label {
1080
944
  padding: 4px 8px;
1081
945
  }
@@ -1086,12 +950,211 @@ const Xs=Symbol.for(""),Qs=t=>{if(t?.r===Xs)return t?._$litStatic$},tc=t=>({_$li
1086
950
  width: max-content;
1087
951
  text-overflow: ellipsis;
1088
952
  overflow: hidden;
1089
- color: ${Ac.color}
953
+ color: ${Mp.color}
1090
954
  }
1091
- `;class _c extends Pi{render(){return Jt`
955
+ `;var Ke=class extends B{render(){return V`
1092
956
  <div class="ft-floating-menu-label">
1093
957
  <ft-typography variant="caption">
1094
958
  <slot></slot>
1095
959
  </ft-typography>
1096
960
  </div>
1097
- `}}_c.elementDefinitions={"ft-typography":nc},_c.styles=jc,ge("ft-floating-menu")(Bc),ge("ftds-floating-menu")(Fc),ge("ft-floating-menu-item")(Wc),ge("ft-floating-menu-label")(_c),t.FtFloatingMenu=Bc,t.FtFloatingMenuCssVariables=fl,t.FtFloatingMenuItem=Wc,t.FtFloatingMenuItemCssVariables=Rc,t.FtFloatingMenuItemSelect=Lc,t.FtFloatingMenuLabel=_c,t.FtFloatingMenuLabelCssVariables=Ac,t.FtdsFloatingMenu=Fc,t.itemStyles=Ic,t.labelStyles=jc,t.styles=pl}({});
961
+ `}};Ke.elementDefinitions={"ft-typography":ot};Ke.styles=pc;Y("ft-floating-menu")(je);Y("ftds-floating-menu")(Ve);Y("ft-floating-menu-item")(yt);Y("ft-floating-menu-label")(Ke);})();
962
+ /*! Bundled license information:
963
+
964
+ @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
965
+ (**
966
+ * @license
967
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
968
+ * This code may only be used under the BSD style license found at
969
+ * http://polymer.github.io/LICENSE.txt
970
+ * The complete set of authors may be found at
971
+ * http://polymer.github.io/AUTHORS.txt
972
+ * The complete set of contributors may be found at
973
+ * http://polymer.github.io/CONTRIBUTORS.txt
974
+ * Code distributed by Google as part of the polymer project is also
975
+ * subject to an additional IP rights grant found at
976
+ * http://polymer.github.io/PATENTS.txt
977
+ *)
978
+
979
+ @lit/reactive-element/css-tag.js:
980
+ (**
981
+ * @license
982
+ * Copyright 2019 Google LLC
983
+ * SPDX-License-Identifier: BSD-3-Clause
984
+ *)
985
+
986
+ @lit/reactive-element/reactive-element.js:
987
+ (**
988
+ * @license
989
+ * Copyright 2017 Google LLC
990
+ * SPDX-License-Identifier: BSD-3-Clause
991
+ *)
992
+
993
+ lit-html/lit-html.js:
994
+ (**
995
+ * @license
996
+ * Copyright 2017 Google LLC
997
+ * SPDX-License-Identifier: BSD-3-Clause
998
+ *)
999
+
1000
+ @lit/reactive-element/css-tag.js:
1001
+ (**
1002
+ * @license
1003
+ * Copyright 2019 Google LLC
1004
+ * SPDX-License-Identifier: BSD-3-Clause
1005
+ *)
1006
+
1007
+ @lit/reactive-element/reactive-element.js:
1008
+ (**
1009
+ * @license
1010
+ * Copyright 2017 Google LLC
1011
+ * SPDX-License-Identifier: BSD-3-Clause
1012
+ *)
1013
+
1014
+ lit-html/lit-html.js:
1015
+ (**
1016
+ * @license
1017
+ * Copyright 2017 Google LLC
1018
+ * SPDX-License-Identifier: BSD-3-Clause
1019
+ *)
1020
+
1021
+ lit-element/lit-element.js:
1022
+ (**
1023
+ * @license
1024
+ * Copyright 2017 Google LLC
1025
+ * SPDX-License-Identifier: BSD-3-Clause
1026
+ *)
1027
+
1028
+ lit-html/is-server.js:
1029
+ (**
1030
+ * @license
1031
+ * Copyright 2022 Google LLC
1032
+ * SPDX-License-Identifier: BSD-3-Clause
1033
+ *)
1034
+
1035
+ @lit/reactive-element/decorators/custom-element.js:
1036
+ (**
1037
+ * @license
1038
+ * Copyright 2017 Google LLC
1039
+ * SPDX-License-Identifier: BSD-3-Clause
1040
+ *)
1041
+
1042
+ @lit/reactive-element/decorators/property.js:
1043
+ (**
1044
+ * @license
1045
+ * Copyright 2017 Google LLC
1046
+ * SPDX-License-Identifier: BSD-3-Clause
1047
+ *)
1048
+
1049
+ @lit/reactive-element/decorators/state.js:
1050
+ (**
1051
+ * @license
1052
+ * Copyright 2017 Google LLC
1053
+ * SPDX-License-Identifier: BSD-3-Clause
1054
+ *)
1055
+
1056
+ @lit/reactive-element/decorators/event-options.js:
1057
+ (**
1058
+ * @license
1059
+ * Copyright 2017 Google LLC
1060
+ * SPDX-License-Identifier: BSD-3-Clause
1061
+ *)
1062
+
1063
+ @lit/reactive-element/decorators/base.js:
1064
+ (**
1065
+ * @license
1066
+ * Copyright 2017 Google LLC
1067
+ * SPDX-License-Identifier: BSD-3-Clause
1068
+ *)
1069
+
1070
+ @lit/reactive-element/decorators/query.js:
1071
+ (**
1072
+ * @license
1073
+ * Copyright 2017 Google LLC
1074
+ * SPDX-License-Identifier: BSD-3-Clause
1075
+ *)
1076
+
1077
+ @lit/reactive-element/decorators/query-all.js:
1078
+ (**
1079
+ * @license
1080
+ * Copyright 2017 Google LLC
1081
+ * SPDX-License-Identifier: BSD-3-Clause
1082
+ *)
1083
+
1084
+ @lit/reactive-element/decorators/query-async.js:
1085
+ (**
1086
+ * @license
1087
+ * Copyright 2017 Google LLC
1088
+ * SPDX-License-Identifier: BSD-3-Clause
1089
+ *)
1090
+
1091
+ @lit/reactive-element/decorators/query-assigned-elements.js:
1092
+ (**
1093
+ * @license
1094
+ * Copyright 2021 Google LLC
1095
+ * SPDX-License-Identifier: BSD-3-Clause
1096
+ *)
1097
+
1098
+ @lit/reactive-element/decorators/query-assigned-nodes.js:
1099
+ (**
1100
+ * @license
1101
+ * Copyright 2017 Google LLC
1102
+ * SPDX-License-Identifier: BSD-3-Clause
1103
+ *)
1104
+
1105
+ lit-html/directive.js:
1106
+ (**
1107
+ * @license
1108
+ * Copyright 2017 Google LLC
1109
+ * SPDX-License-Identifier: BSD-3-Clause
1110
+ *)
1111
+
1112
+ lit-html/directive-helpers.js:
1113
+ (**
1114
+ * @license
1115
+ * Copyright 2020 Google LLC
1116
+ * SPDX-License-Identifier: BSD-3-Clause
1117
+ *)
1118
+
1119
+ lit-html/directives/repeat.js:
1120
+ (**
1121
+ * @license
1122
+ * Copyright 2017 Google LLC
1123
+ * SPDX-License-Identifier: BSD-3-Clause
1124
+ *)
1125
+
1126
+ lit-html/directives/class-map.js:
1127
+ (**
1128
+ * @license
1129
+ * Copyright 2018 Google LLC
1130
+ * SPDX-License-Identifier: BSD-3-Clause
1131
+ *)
1132
+
1133
+ lit-html/directives/style-map.js:
1134
+ (**
1135
+ * @license
1136
+ * Copyright 2018 Google LLC
1137
+ * SPDX-License-Identifier: BSD-3-Clause
1138
+ *)
1139
+
1140
+ lit-html/directives/unsafe-html.js:
1141
+ (**
1142
+ * @license
1143
+ * Copyright 2017 Google LLC
1144
+ * SPDX-License-Identifier: BSD-3-Clause
1145
+ *)
1146
+
1147
+ @lit/reactive-element/css-tag.js:
1148
+ (**
1149
+ * @license
1150
+ * Copyright 2019 Google LLC
1151
+ * SPDX-License-Identifier: BSD-3-Clause
1152
+ *)
1153
+
1154
+ lit-html/static.js:
1155
+ (**
1156
+ * @license
1157
+ * Copyright 2020 Google LLC
1158
+ * SPDX-License-Identifier: BSD-3-Clause
1159
+ *)
1160
+ */