@fluid-topics/ft-number-field 1.1.26 → 1.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,71 +12,71 @@
12
12
  * subject to an additional IP rights grant found at
13
13
  * http://polymer.github.io/PATENTS.txt
14
14
  */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=i.prototype.attributeChangedCallback,l=new Set(i.observedAttributes||[]);h(i,l,s);const c={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(i,c);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(a.set(i,c),c.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),y(t,c,!0)}const u=this._whenDefinedPromises.get(t);return void 0!==u&&(u.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.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=l;if(o)return l=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,p=t=>{let o=t.getRootNode();if(!c(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),c(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,i=r._getDefinition(o);return i?y(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)}},h=(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)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),l=t;try{new o.elementClass}catch(t){d(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)},u=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=u.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){g.push(this),e.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,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(vr){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)}}}class o{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}}
15
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,a=new WeakMap,n=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||[]);h(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 p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(i,c),c.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)a.delete(t),y(t,c,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.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=n.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,p=t=>{let o=t.getRootNode();if(!c(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),c(o)||(o=l.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,i=r._getDefinition(o);return i?y(e,i):a.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.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)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const a=t.toLowerCase();if(o.has(a)){const t=this.getAttribute(a);r.call(this,a,i),e.call(this,a,t,i)}else r.call(this,a,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 a=t.prototype.toggleAttribute;a&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);a.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else a.call(this,i,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),s=t;try{new o.elementClass}catch(t){d(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 u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),u.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){u.push(this),e.set.call(this,t),u.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 a{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 n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new a(o)}})}}try{window.customElements.define("custom-element",null)}catch(vr){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)}}}class o{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}}
16
16
  /**
17
17
  * @license
18
18
  * Copyright 2019 Google LLC
19
19
  * SPDX-License-Identifier: BSD-3-Clause
20
- */const e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,i=Symbol(),n=new WeakMap;const a=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==i)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(r&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=n.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&n.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,i),s=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return a(o)})(t):t
20
+ */const e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,i=Symbol(),a=new WeakMap;const n=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==i)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(r&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=a.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&a.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,i),l=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return n(o)})(t):t
21
21
  /**
22
22
  * @license
23
23
  * Copyright 2017 Google LLC
24
24
  * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:l,defineProperty:c,getOwnPropertyDescriptor:p,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:d}=Object,y=globalThis,u=y.trustedTypes,g=u?u.emptyScript:"",b=y.reactiveElementPolyfillSupport,m=(t,o)=>t,O={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}},N=(t,o)=>!l(t,o),S={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;let x=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=S){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&&c(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=p(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)??S}static _$Ei(){if(this.hasOwnProperty(m("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(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,o=[...f(t),...h(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(s(t))}else void 0!==t&&o.push(s(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,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),i=e.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=r.cssText,t.appendChild(o)}})(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:O).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:O;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??N)(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){}};x.elementStyles=[],x.shadowRootOptions={mode:"open"},x[m("elementProperties")]=new Map,x[m("finalized")]=new Map,b?.({ReactiveElement:x}),(y.reactiveElementVersions??=[]).push("2.0.2");
25
+ */,{is:s,defineProperty:c,getOwnPropertyDescriptor:p,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:d}=Object,y=globalThis,g=y.trustedTypes,u=g?g.emptyScript:"",b=y.reactiveElementPolyfillSupport,m=(t,o)=>t,O={toAttribute(t,o){switch(o){case Boolean:t=t?u: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}},x=(t,o)=>!s(t,o),N={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:x};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;let S=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=N){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&&c(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=p(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??N}static _$Ei(){if(this.hasOwnProperty(m("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(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,o=[...f(t),...h(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(l(t))}else void 0!==t&&o.push(l(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,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),i=e.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=r.cssText,t.appendChild(o)}})(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:O).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:O;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??x)(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){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[m("elementProperties")]=new Map,S[m("finalized")]=new Map,b?.({ReactiveElement:S}),(y.reactiveElementVersions??=[]).push("2.0.2");
26
26
  /**
27
27
  * @license
28
28
  * Copyright 2017 Google LLC
29
29
  * SPDX-License-Identifier: BSD-3-Clause
30
30
  */
31
- const v={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N},w=(t=v,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)};function C(t){return(o,e)=>"object"==typeof e?w(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)
31
+ const v={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:x},w=(t=v,o,e)=>{const{kind:r,metadata:i}=e;let a=globalThis.litPropertyMetadata.get(i);if(void 0===a&&globalThis.litPropertyMetadata.set(i,a=new Map),a.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)};function C(t){return(o,e)=>"object"==typeof e?w(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)
32
32
  /**
33
33
  * @license
34
34
  * Copyright 2017 Google LLC
35
35
  * SPDX-License-Identifier: BSD-3-Clause
36
- */}function R(t){return C({...t,state:!0,attribute:!1})}
36
+ */}function E(t){return C({...t,state:!0,attribute:!1})}
37
37
  /**
38
38
  * @license
39
39
  * Copyright 2017 Google LLC
40
40
  * SPDX-License-Identifier: BSD-3-Clause
41
- */const E=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
41
+ */const U=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
42
42
  /**
43
43
  * @license
44
44
  * Copyright 2017 Google LLC
45
45
  * SPDX-License-Identifier: BSD-3-Clause
46
- */;function U(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 E(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 E(0,0,{get(){return n(this)}})}}function $(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(!$(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(!$(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(!$(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const I=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function W(t){return C({type:Object,converter:{fromAttribute:t=>{if(null!=t)return function(t){return!isNaN(parseFloat(t))}
46
+ */;function R(t,o){return(e,r,i)=>{const a=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 U(0,0,{get(){let e=t.call(this);return void 0===e&&(e=a(this),(null!==e||this.hasUpdated)&&o.call(this,e)),e}})}return U(0,0,{get(){return a(this)}})}}function $(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(!$(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(!$(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 a=i[r];if(!$(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const I=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function W(t){return C({type:Object,converter:{fromAttribute:t=>{if(null!=t)return function(t){return!isNaN(parseFloat(t))}
47
47
  /**
48
48
  * @license
49
49
  * Copyright 2017 Google LLC
50
50
  * SPDX-License-Identifier: BSD-3-Clause
51
- */(t)?+t:void 0},toAttribute:t=>""+t},...null!=t?t:{}})}const k=globalThis,L=k.trustedTypes,K=L?L.createPolicy("lit-html",{createHTML:t=>t}):void 0,Z="$lit$",z=`lit$${(Math.random()+"").slice(9)}$`,F="?"+z,D=`<${F}>`,M=document,A=()=>M.createComment(""),B=t=>null===t||"object"!=typeof t&&"function"!=typeof t,P=Array.isArray,H="[ \t\n\f\r]",_=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,T=/-->/g,j=/>/g,G=RegExp(`>|${H}(?:([^\\s"'>=/]+)(${H}*=${H}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Y=/'/g,V=/"/g,J=/^(?:script|style|textarea|title)$/i,X=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),q=Symbol.for("lit-noChange"),Q=Symbol.for("lit-nothing"),tt=new WeakMap,ot=M.createTreeWalker(M,129);function et(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==K?K.createHTML(o):o}let rt=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let n=0,a=0;const s=o.length-1,l=this.parts,[c,p]=((t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=_;for(let o=0;o<e;o++){const e=t[o];let s,l,c=-1,p=0;for(;p<e.length&&(a.lastIndex=p,l=a.exec(e),null!==l);)p=a.lastIndex,a===_?"!--"===l[1]?a=T:void 0!==l[1]?a=j:void 0!==l[2]?(J.test(l[2])&&(i=RegExp("</"+l[2],"g")),a=G):void 0!==l[3]&&(a=G):a===G?">"===l[0]?(a=i??_,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?G:'"'===l[3]?V:Y):a===V||a===Y?a=G:a===T||a===j?a=_:(a=G,i=void 0);const f=a===G&&t[o+1].startsWith("/>")?" ":"";n+=a===_?e+D:c>=0?(r.push(s),e.slice(0,c)+Z+e.slice(c)+z+f):e+z+(-2===c?o:f)}return[et(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(c,r),ot.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=ot.nextNode())&&l.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(Z)){const o=p[a++],e=i.getAttribute(t).split(z),r=/([.?@])?(.*)/.exec(o);l.push({type:1,index:n,name:r[2],strings:e,ctor:"."===r[1]?st:"?"===r[1]?lt:"@"===r[1]?ct:at}),i.removeAttribute(t)}else t.startsWith(z)&&(l.push({type:6,index:n}),i.removeAttribute(t));if(J.test(i.tagName)){const t=i.textContent.split(z),o=t.length-1;if(o>0){i.textContent=L?L.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],A()),ot.nextNode(),l.push({type:2,index:++n});i.append(t[o],A())}}}else if(8===i.nodeType)if(i.data===F)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(z,t+1));)l.push({type:7,index:n}),t+=z.length-1}n++}}static createElement(t,o){const e=M.createElement("template");return e.innerHTML=t,e}};function it(t,o,e=t,r){if(o===q)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=B(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=it(t,i._$AS(t,o.values),i,r)),o}let nt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Q,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=it(this,t,o),B(t)?t===Q||null==t||""===t?(this._$AH!==Q&&this._$AR(),this._$AH=Q):t!==this._$AH&&t!==q&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>P(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Q&&B(this._$AH)?this._$AA.nextSibling.data=t:this.$(M.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=rt.createElement(et(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new 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??M).importNode(o,!0);ot.currentNode=r;let i=ot.nextNode(),n=0,a=0,s=e[0];for(;void 0!==s;){if(n===s.index){let o;2===s.type?o=new nt(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new pt(i,this,t)),this._$AV.push(o),s=e[++a]}n!==s?.index&&(i=ot.nextNode(),n++)}return ot.currentNode=M,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++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=tt.get(t.strings);return void 0===o&&tt.set(t.strings,o=new rt(t)),o}T(o){P(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(A()),this.k(A()),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))}},at=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Q,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=Q}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=it(this,t,o,0),n=!B(t)||t!==this._$AH&&t!==q,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=it(this,r[e+a],o,a),s===q&&(s=this._$AH[a]),n||=!B(s)||s!==this._$AH[a],s===Q?t=Q:t!==Q&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===Q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},st=class extends at{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Q?void 0:t}},lt=class extends at{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Q)}},ct=class extends at{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=it(this,t,o,0)??Q)===q)return;const e=this._$AH,r=t===Q&&e!==Q||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Q&&(e===Q||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)}},pt=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){it(this,t)}};const ft=k.litHtmlPolyfillSupport;ft?.(rt,nt),(k.litHtmlVersions??=[]).push("3.1.0");
51
+ */(t)?+t:void 0},toAttribute:t=>""+t},...null!=t?t:{}})}const k=globalThis,L=k.trustedTypes,K=L?L.createPolicy("lit-html",{createHTML:t=>t}):void 0,Z="$lit$",z=`lit$${(Math.random()+"").slice(9)}$`,F="?"+z,D=`<${F}>`,A=document,M=()=>A.createComment(""),B=t=>null===t||"object"!=typeof t&&"function"!=typeof t,H=Array.isArray,P="[ \t\n\f\r]",_=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,T=/-->/g,j=/>/g,G=RegExp(`>|${P}(?:([^\\s"'>=/]+)(${P}*=${P}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Y=/'/g,V=/"/g,J=/^(?:script|style|textarea|title)$/i,X=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),q=Symbol.for("lit-noChange"),Q=Symbol.for("lit-nothing"),tt=new WeakMap,ot=A.createTreeWalker(A,129);function et(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==K?K.createHTML(o):o}let rt=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let a=0,n=0;const l=o.length-1,s=this.parts,[c,p]=((t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=_;for(let o=0;o<e;o++){const e=t[o];let l,s,c=-1,p=0;for(;p<e.length&&(n.lastIndex=p,s=n.exec(e),null!==s);)p=n.lastIndex,n===_?"!--"===s[1]?n=T:void 0!==s[1]?n=j:void 0!==s[2]?(J.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=G):void 0!==s[3]&&(n=G):n===G?">"===s[0]?(n=i??_,c=-1):void 0===s[1]?c=-2:(c=n.lastIndex-s[2].length,l=s[1],n=void 0===s[3]?G:'"'===s[3]?V:Y):n===V||n===Y?n=G:n===T||n===j?n=_:(n=G,i=void 0);const f=n===G&&t[o+1].startsWith("/>")?" ":"";a+=n===_?e+D:c>=0?(r.push(l),e.slice(0,c)+Z+e.slice(c)+z+f):e+z+(-2===c?o:f)}return[et(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(c,r),ot.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=ot.nextNode())&&s.length<l;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(Z)){const o=p[n++],e=i.getAttribute(t).split(z),r=/([.?@])?(.*)/.exec(o);s.push({type:1,index:a,name:r[2],strings:e,ctor:"."===r[1]?lt:"?"===r[1]?st:"@"===r[1]?ct:nt}),i.removeAttribute(t)}else t.startsWith(z)&&(s.push({type:6,index:a}),i.removeAttribute(t));if(J.test(i.tagName)){const t=i.textContent.split(z),o=t.length-1;if(o>0){i.textContent=L?L.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],M()),ot.nextNode(),s.push({type:2,index:++a});i.append(t[o],M())}}}else if(8===i.nodeType)if(i.data===F)s.push({type:2,index:a});else{let t=-1;for(;-1!==(t=i.data.indexOf(z,t+1));)s.push({type:7,index:a}),t+=z.length-1}a++}}static createElement(t,o){const e=A.createElement("template");return e.innerHTML=t,e}};function it(t,o,e=t,r){if(o===q)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=B(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=it(t,i._$AS(t,o.values),i,r)),o}let at=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Q,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=it(this,t,o),B(t)?t===Q||null==t||""===t?(this._$AH!==Q&&this._$AR(),this._$AH=Q):t!==this._$AH&&t!==q&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>H(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Q&&B(this._$AH)?this._$AA.nextSibling.data=t:this.$(A.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=rt.createElement(et(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new 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??A).importNode(o,!0);ot.currentNode=r;let i=ot.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new at(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new pt(i,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(i=ot.nextNode(),a++)}return ot.currentNode=A,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++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=tt.get(t.strings);return void 0===o&&tt.set(t.strings,o=new rt(t)),o}T(o){H(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const a of o)i===e.length?e.push(r=new t(this.k(M()),this.k(M()),this,this.options)):r=e[i],r._$AI(a),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))}},nt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Q,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=Q}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=it(this,t,o,0),a=!B(t)||t!==this._$AH&&t!==q,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=it(this,r[e+n],o,n),l===q&&(l=this._$AH[n]),a||=!B(l)||l!==this._$AH[n],l===Q?t=Q:t!==Q&&(t+=(l??"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.O(t)}O(t){t===Q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},lt=class extends nt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Q?void 0:t}},st=class extends nt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Q)}},ct=class extends nt{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=it(this,t,o,0)??Q)===q)return;const e=this._$AH,r=t===Q&&e!==Q||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Q&&(e===Q||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)}},pt=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){it(this,t)}};const ft=k.litHtmlPolyfillSupport;ft?.(rt,at),(k.litHtmlVersions??=[]).push("3.1.0");
52
52
  /**
53
53
  * @license
54
54
  * Copyright 2019 Google LLC
55
55
  * SPDX-License-Identifier: BSD-3-Clause
56
56
  */
57
- const ht=globalThis,dt=ht.ShadowRoot&&(void 0===ht.ShadyCSS||ht.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,yt=Symbol(),ut=new WeakMap;let gt=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==yt)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(dt&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=ut.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&ut.set(o,t))}return t}toString(){return this.cssText}};const bt=t=>new gt("string"==typeof t?t:t+"",void 0,yt),mt=(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 gt(e,t,yt)},Ot=dt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return bt(o)})(t):t
57
+ const ht=globalThis,dt=ht.ShadowRoot&&(void 0===ht.ShadyCSS||ht.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,yt=Symbol(),gt=new WeakMap;let ut=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==yt)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(dt&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=gt.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&gt.set(o,t))}return t}toString(){return this.cssText}};const bt=t=>new ut("string"==typeof t?t:t+"",void 0,yt),mt=(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 ut(e,t,yt)},Ot=dt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return bt(o)})(t):t
58
58
  /**
59
59
  * @license
60
60
  * Copyright 2017 Google LLC
61
61
  * SPDX-License-Identifier: BSD-3-Clause
62
- */,{is:Nt,defineProperty:St,getOwnPropertyDescriptor:xt,getOwnPropertyNames:vt,getOwnPropertySymbols:wt,getPrototypeOf:Ct}=Object,Rt=globalThis,Et=Rt.trustedTypes,Ut=Et?Et.emptyScript:"",$t=Rt.reactiveElementPolyfillSupport,It=(t,o)=>t,Wt={toAttribute(t,o){switch(o){case Boolean:t=t?Ut: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}},kt=(t,o)=>!Nt(t,o),Lt={attribute:!0,type:String,converter:Wt,reflect:!1,hasChanged:kt};Symbol.metadata??=Symbol("metadata"),Rt.litPropertyMetadata??=new WeakMap;class Kt 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=Lt){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&&St(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=xt(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)??Lt}static _$Ei(){if(this.hasOwnProperty(It("elementProperties")))return;const t=Ct(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(It("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(It("properties"))){const t=this.properties,o=[...vt(t),...wt(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(Ot(t))}else void 0!==t&&o.push(Ot(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,o)=>{if(dt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=ht.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(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:Wt).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:Wt;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??kt)(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){}}Kt.elementStyles=[],Kt.shadowRootOptions={mode:"open"},Kt[It("elementProperties")]=new Map,Kt[It("finalized")]=new Map,$t?.({ReactiveElement:Kt}),(Rt.reactiveElementVersions??=[]).push("2.0.2");
62
+ */,{is:xt,defineProperty:Nt,getOwnPropertyDescriptor:St,getOwnPropertyNames:vt,getOwnPropertySymbols:wt,getPrototypeOf:Ct}=Object,Et=globalThis,Ut=Et.trustedTypes,Rt=Ut?Ut.emptyScript:"",$t=Et.reactiveElementPolyfillSupport,It=(t,o)=>t,Wt={toAttribute(t,o){switch(o){case Boolean:t=t?Rt: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}},kt=(t,o)=>!xt(t,o),Lt={attribute:!0,type:String,converter:Wt,reflect:!1,hasChanged:kt};Symbol.metadata??=Symbol("metadata"),Et.litPropertyMetadata??=new WeakMap;class Kt 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=Lt){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&&Nt(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=St(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Lt}static _$Ei(){if(this.hasOwnProperty(It("elementProperties")))return;const t=Ct(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(It("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(It("properties"))){const t=this.properties,o=[...vt(t),...wt(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(Ot(t))}else void 0!==t&&o.push(Ot(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,o)=>{if(dt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=ht.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(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:Wt).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:Wt;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??kt)(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){}}Kt.elementStyles=[],Kt.shadowRootOptions={mode:"open"},Kt[It("elementProperties")]=new Map,Kt[It("finalized")]=new Map,$t?.({ReactiveElement:Kt}),(Et.reactiveElementVersions??=[]).push("2.0.2");
63
63
  /**
64
64
  * @license
65
65
  * Copyright 2017 Google LLC
66
66
  * SPDX-License-Identifier: BSD-3-Clause
67
67
  */
68
- const Zt=globalThis,zt=Zt.trustedTypes,Ft=zt?zt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Dt="$lit$",Mt=`lit$${(Math.random()+"").slice(9)}$`,At="?"+Mt,Bt=`<${At}>`,Pt=document,Ht=()=>Pt.createComment(""),_t=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Tt=Array.isArray,jt="[ \t\n\f\r]",Gt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Yt=/-->/g,Vt=/>/g,Jt=RegExp(`>|${jt}(?:([^\\s"'>=/]+)(${jt}*=${jt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Xt=/'/g,qt=/"/g,Qt=/^(?:script|style|textarea|title)$/i,to=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),oo=Symbol.for("lit-noChange"),eo=Symbol.for("lit-nothing"),ro=new WeakMap,io=Pt.createTreeWalker(Pt,129);function no(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Ft?Ft.createHTML(o):o}const ao=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=Gt;for(let o=0;o<e;o++){const e=t[o];let s,l,c=-1,p=0;for(;p<e.length&&(a.lastIndex=p,l=a.exec(e),null!==l);)p=a.lastIndex,a===Gt?"!--"===l[1]?a=Yt:void 0!==l[1]?a=Vt:void 0!==l[2]?(Qt.test(l[2])&&(i=RegExp("</"+l[2],"g")),a=Jt):void 0!==l[3]&&(a=Jt):a===Jt?">"===l[0]?(a=i??Gt,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?Jt:'"'===l[3]?qt:Xt):a===qt||a===Xt?a=Jt:a===Yt||a===Vt?a=Gt:(a=Jt,i=void 0);const f=a===Jt&&t[o+1].startsWith("/>")?" ":"";n+=a===Gt?e+Bt:c>=0?(r.push(s),e.slice(0,c)+Dt+e.slice(c)+Mt+f):e+Mt+(-2===c?o:f)}return[no(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class so{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,n=0;const a=t.length-1,s=this.parts,[l,c]=ao(t,o);if(this.el=so.createElement(l,e),io.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=io.nextNode())&&s.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Dt)){const o=c[n++],e=r.getAttribute(t).split(Mt),a=/([.?@])?(.*)/.exec(o);s.push({type:1,index:i,name:a[2],strings:e,ctor:"."===a[1]?fo:"?"===a[1]?ho:"@"===a[1]?yo:po}),r.removeAttribute(t)}else t.startsWith(Mt)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(Qt.test(r.tagName)){const t=r.textContent.split(Mt),o=t.length-1;if(o>0){r.textContent=zt?zt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],Ht()),io.nextNode(),s.push({type:2,index:++i});r.append(t[o],Ht())}}}else if(8===r.nodeType)if(r.data===At)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Mt,t+1));)s.push({type:7,index:i}),t+=Mt.length-1}i++}}static createElement(t,o){const e=Pt.createElement("template");return e.innerHTML=t,e}}function lo(t,o,e=t,r){if(o===oo)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=lo(t,i._$AS(t,o.values),i,r)),o}class co{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=eo,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=lo(this,t,o),_t(t)?t===eo||null==t||""===t?(this._$AH!==eo&&this._$AR(),this._$AH=eo):t!==this._$AH&&t!==oo&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Tt(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==eo&&_t(this._$AH)?this._$AA.nextSibling.data=t:this.$(Pt.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=so.createElement(no(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new 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??Pt).importNode(o,!0);io.currentNode=r;let i=io.nextNode(),n=0,a=0,s=e[0];for(;void 0!==s;){if(n===s.index){let o;2===s.type?o=new co(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new uo(i,this,t)),this._$AV.push(o),s=e[++a]}n!==s?.index&&(i=io.nextNode(),n++)}return io.currentNode=Pt,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++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=ro.get(t.strings);return void 0===o&&ro.set(t.strings,o=new so(t)),o}T(t){Tt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new co(this.k(Ht()),this.k(Ht()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$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))}}class po{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=eo,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=eo}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=lo(this,t,o,0),n=!_t(t)||t!==this._$AH&&t!==oo,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=lo(this,r[e+a],o,a),s===oo&&(s=this._$AH[a]),n||=!_t(s)||s!==this._$AH[a],s===eo?t=eo:t!==eo&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===eo?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class fo extends po{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===eo?void 0:t}}class ho extends po{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==eo)}}class yo extends po{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=lo(this,t,o,0)??eo)===oo)return;const e=this._$AH,r=t===eo&&e!==eo||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==eo&&(e===eo||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)}}class uo{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){lo(this,t)}}const go=Zt.litHtmlPolyfillSupport;go?.(so,co),(Zt.litHtmlVersions??=[]).push("3.1.0");
68
+ const Zt=globalThis,zt=Zt.trustedTypes,Ft=zt?zt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Dt="$lit$",At=`lit$${(Math.random()+"").slice(9)}$`,Mt="?"+At,Bt=`<${Mt}>`,Ht=document,Pt=()=>Ht.createComment(""),_t=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Tt=Array.isArray,jt="[ \t\n\f\r]",Gt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Yt=/-->/g,Vt=/>/g,Jt=RegExp(`>|${jt}(?:([^\\s"'>=/]+)(${jt}*=${jt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Xt=/'/g,qt=/"/g,Qt=/^(?:script|style|textarea|title)$/i,to=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),oo=Symbol.for("lit-noChange"),eo=Symbol.for("lit-nothing"),ro=new WeakMap,io=Ht.createTreeWalker(Ht,129);function ao(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Ft?Ft.createHTML(o):o}const no=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=Gt;for(let o=0;o<e;o++){const e=t[o];let l,s,c=-1,p=0;for(;p<e.length&&(n.lastIndex=p,s=n.exec(e),null!==s);)p=n.lastIndex,n===Gt?"!--"===s[1]?n=Yt:void 0!==s[1]?n=Vt:void 0!==s[2]?(Qt.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=Jt):void 0!==s[3]&&(n=Jt):n===Jt?">"===s[0]?(n=i??Gt,c=-1):void 0===s[1]?c=-2:(c=n.lastIndex-s[2].length,l=s[1],n=void 0===s[3]?Jt:'"'===s[3]?qt:Xt):n===qt||n===Xt?n=Jt:n===Yt||n===Vt?n=Gt:(n=Jt,i=void 0);const f=n===Jt&&t[o+1].startsWith("/>")?" ":"";a+=n===Gt?e+Bt:c>=0?(r.push(l),e.slice(0,c)+Dt+e.slice(c)+At+f):e+At+(-2===c?o:f)}return[ao(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class lo{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,l=this.parts,[s,c]=no(t,o);if(this.el=lo.createElement(s,e),io.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=io.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Dt)){const o=c[a++],e=r.getAttribute(t).split(At),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?fo:"?"===n[1]?ho:"@"===n[1]?yo:po}),r.removeAttribute(t)}else t.startsWith(At)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(Qt.test(r.tagName)){const t=r.textContent.split(At),o=t.length-1;if(o>0){r.textContent=zt?zt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],Pt()),io.nextNode(),l.push({type:2,index:++i});r.append(t[o],Pt())}}}else if(8===r.nodeType)if(r.data===Mt)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(At,t+1));)l.push({type:7,index:i}),t+=At.length-1}i++}}static createElement(t,o){const e=Ht.createElement("template");return e.innerHTML=t,e}}function so(t,o,e=t,r){if(o===oo)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=_t(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=so(t,i._$AS(t,o.values),i,r)),o}class co{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=eo,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=so(this,t,o),_t(t)?t===eo||null==t||""===t?(this._$AH!==eo&&this._$AR(),this._$AH=eo):t!==this._$AH&&t!==oo&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Tt(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==eo&&_t(this._$AH)?this._$AA.nextSibling.data=t:this.$(Ht.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=lo.createElement(ao(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new 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??Ht).importNode(o,!0);io.currentNode=r;let i=io.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new co(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new go(i,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(i=io.nextNode(),a++)}return io.currentNode=Ht,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++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=ro.get(t.strings);return void 0===o&&ro.set(t.strings,o=new lo(t)),o}T(t){Tt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new co(this.k(Pt()),this.k(Pt()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$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))}}class po{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=eo,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=eo}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=so(this,t,o,0),a=!_t(t)||t!==this._$AH&&t!==oo,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=so(this,r[e+n],o,n),l===oo&&(l=this._$AH[n]),a||=!_t(l)||l!==this._$AH[n],l===eo?t=eo:t!==eo&&(t+=(l??"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.O(t)}O(t){t===eo?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class fo extends po{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===eo?void 0:t}}class ho extends po{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==eo)}}class yo extends po{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=so(this,t,o,0)??eo)===oo)return;const e=this._$AH,r=t===eo&&e!==eo||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==eo&&(e===eo||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)}}class go{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){so(this,t)}}const uo=Zt.litHtmlPolyfillSupport;uo?.(lo,co),(Zt.litHtmlVersions??=[]).push("3.1.0");
69
69
  /**
70
70
  * @license
71
71
  * Copyright 2017 Google LLC
72
72
  * SPDX-License-Identifier: BSD-3-Clause
73
73
  */
74
- class bo extends Kt{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=((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 co(o.insertBefore(Ht(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return oo}}bo._$litElement$=!0,bo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:bo});const mo=globalThis.litElementPolyfillSupport;mo?.({LitElement:bo}),(globalThis.litElementVersions??=[]).push("4.0.2");const Oo=t=>"string"==typeof t?bt(t):t;class No{static create(t,o,e,r){const i=t=>Oo(null!=t?t:r),n=mt`var(${Oo(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>mt`var(${Oo(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=mt`var(${Oo(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=>mt`var(${Oo(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):Oo(null!=o?o:t.lastResortDefaultValue()),r=mt`var(${Oo(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=>mt`var(${Oo(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function So(t,o){return Oo(`${t.name}: ${o}`)}const xo={colorWhite:No.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:No.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:No.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:No.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:No.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:No.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:No.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:No.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:No.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:No.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:No.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:No.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:No.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:No.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:No.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:No.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:No.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:No.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:No.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:No.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:No.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:No.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:No.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:No.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:No.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:No.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:No.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:No.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:No.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:No.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:No.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:No.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:No.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:No.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:No.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:No.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:No.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:No.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:No.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:No.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:No.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:No.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:No.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:No.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:No.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:No.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:No.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:No.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:No.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:No.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:No.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:No.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:No.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:No.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:No.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:No.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:No.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:No.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:No.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:No.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:No.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:No.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:No.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:No.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:No.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:No.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:No.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:No.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:No.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:No.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:No.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:No.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:No.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:No.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:No.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:No.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:No.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:No.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:No.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:No.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:No.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:No.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:No.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:No.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:No.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:No.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:No.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:No.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:No.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:No.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:No.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:No.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:No.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:No.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:No.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:No.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:No.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:No.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:No.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:No.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:No.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:No.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:No.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:No.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:No.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:No.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:No.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:No.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:No.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:No.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:No.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:No.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:No.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:No.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:No.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:No.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:No.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:No.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:No.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:No.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:No.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:No.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:No.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:No.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:No.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:No.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:No.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:No.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:No.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:No.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:No.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:No.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:No.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:No.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:No.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:No.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:No.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:No.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:No.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:No.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:No.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:No.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:No.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:No.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:No.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:No.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:No.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:No.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:No.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:No.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:No.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:No.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:No.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:No.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:No.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:No.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:No.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:No.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:No.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:No.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:No.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:No.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:No.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:No.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:No.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:No.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:No.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:No.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:No.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:No.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:No.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:No.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:No.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:No.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:No.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:No.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:No.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:No.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:No.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:No.create("--ft-icon-size-6","","SIZE","48px"),opacity0:No.create("--ft-opacity-0","","NUMBER","0"),opacity8:No.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:No.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:No.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:No.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:No.create("--ft-opacity-80","","NUMBER","0.8")},vo={display:{fontFamily:No.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:No.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:No.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:No.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:No.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:No.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:No.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:No.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:No.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:No.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:No.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:No.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:No.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:No.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:No.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:No.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:No.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:No.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:No.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:No.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:No.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:No.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:No.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:No.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:No.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:No.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:No.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:No.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:No.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:No.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:No.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:No.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:No.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:No.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:No.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:No.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:No.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:No.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:No.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:No.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:No.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:No.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:No.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:No.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:No.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:No.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:No.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:No.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:No.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:No.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:No.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:No.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:No.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:No.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:No.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:No.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:No.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:No.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:No.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:No.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:No.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:No.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:No.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:No.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:No.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:No.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:No.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:No.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:No.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:No.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:No.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:No.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:No.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:No.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:No.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:No.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:No.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:No.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:No.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:No.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:No.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:No.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:No.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:No.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:No.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:No.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:No.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:No.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:No.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:No.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:No.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:No.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:No.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:No.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:No.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:No.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:No.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:No.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:No.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:No.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:No.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:No.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:No.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:No.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:No.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:No.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:No.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:No.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:No.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:No.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:No.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:No.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:No.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:No.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:No.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:No.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:No.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},wo={backgroundActionPrimary:No.extend("--ft-background-action-primary","Used as backgorund of primary action components.",xo.colorBrand0),backgroundErrorPrimary:No.extend("--ft-background-error-primary","Used as background of error components.",xo.colorRed0),backgroundErrorSubtle:No.extend("--ft-background-error-subtle","Used as background of subtle error components.",xo.colorRed10),backgroundInfoPrimary:No.extend("--ft-background-info-primary","Used as background of information components.",xo.colorCyan200),backgroundInfoSubtle:No.extend("--ft-background-info-subtle","Used as background of subtle information components.",xo.colorCyan10),backgroundWarningPrimary:No.extend("--ft-background-warning-primary","Used as background of warning components.",xo.colorOrange300),backgroundWarningSubtle:No.extend("--ft-background-warning-subtle","Used as background of subtle information components.",xo.colorOrange10),backgroundSuccessPrimary:No.extend("--ft-background-success-primary","Used as background of success components.",xo.colorGreen200),backgroundSuccessSubtle:No.extend("--ft-background-success-subtle","Used as background of subtle success components.",xo.colorGreen10),backgroundGlobalSurface:No.extend("--ft-background-global-surface","Used as app background.",xo.colorWhite),backgroundGlobalOnSurface:No.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",xo.colorGray10),backgroundGlobalOnSurfaceDark:No.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",xo.colorGray30),contentActionPrimary:No.extend("--ft-content-action-primary","Used on label of primary action on light surface.",xo.colorBrand0),contentWarningPrimary:No.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",xo.colorOrange300),contentWarningIconOnly:No.extend("--ft-content-warning-icon-only","Used on warning status icons alone",xo.colorOrange0),contentErrorPrimary:No.extend("--ft-content-error-primary","Used on label of error messages on light surface.",xo.colorRed0),contentErrorIconOnly:No.extend("--ft-content-error-icon-only","Used on error status icons alone",xo.colorRed0),contentInfoPrimary:No.extend("--ft-content-info-primary","Used on label of information messages on light surface.",xo.colorCyan200),contentInfoIconOnly:No.extend("--ft-content-info-icon-only","Used on info status icons alone",xo.colorCyan0),contentSuccessIconOnly:No.extend("--ft-content-success-icon-only","Used on success status icons alone",xo.colorGreen0),contentSuccessPrimary:No.extend("--ft-content-success-primary","Used on label of success messages on light surface.",xo.colorGreen200),contentGlobalPrimary:No.extend("--ft-content-global-primary","Used for main content on the page.",xo.colorGray500),contentGlobalSecondary:No.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",xo.colorGray200),contentGlobalSubtle:No.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",xo.colorGray0),contentGlobalOnColor:No.extend("--ft-content-global-on-color","Used for content on a dominant color.",xo.colorWhite),borderActionPrimary:No.extend("--ft-border-action-primary","Used as border for primary action components.",xo.colorBrand0),borderActionFocusRing:No.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",xo.colorCyan0),borderWarningPrimary:No.extend("--ft-border-warning-primary","Used as border for warning components.",xo.colorOrange30),borderSuccessPrimary:No.extend("--ft-border-success-primary","Used as border for success components.",xo.colorGreen30),borderErrorPrimary:No.extend("--ft-border-error-primary","Used as border for error components.",xo.colorRed30),borderInfoPrimary:No.extend("--ft-border-info-primary","Used as border for information components.",xo.colorCyan30),borderGlobalSubtle:No.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",xo.colorGray30),borderGlobalPrimary:No.extend("--ft-border-global-primary","Used as border for element like input.",xo.colorGray50),borderInputPrimary:No.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",xo.colorGray80)};No.create("--ft-button-large-height","","SIZE","40px"),No.extend("--ft-button-large-horizontal-padding","",xo.spacing4),No.extend("--ft-button-large-gap","",xo.spacing2),No.extend("--ft-button-large-border-radius","",xo.borderRadiusS),No.extend("--ft-button-large-icon-size","",xo.iconSize3),No.create("--ft-button-large-border-width","","SIZE","1px"),No.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),No.create("--ft-button-large-focus-outline-width","","SIZE","2px"),No.create("--ft-button-large-icon-only-width","","SIZE","40px"),No.create("--ft-button-small-height","","SIZE","30px"),No.extend("--ft-button-small-horizontal-padding","",xo.spacing3),No.extend("--ft-button-small-gap","",xo.spacing2),No.extend("--ft-button-small-border-radius","",xo.borderRadiusS),No.extend("--ft-button-small-icon-size","",xo.iconSize2),No.create("--ft-button-small-border-width","","SIZE","1px"),No.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),No.create("--ft-button-small-focus-outline-width","","SIZE","2px"),No.create("--ft-button-small-icon-only-width","","SIZE","30px"),No.extend("--ft-button-primary-background-color","",wo.backgroundActionPrimary),No.extend("--ft-button-primary-color","",wo.contentGlobalOnColor),No.extend("--ft-button-primary-icon-color","",wo.contentGlobalOnColor),No.extend("--ft-button-primary-state-layer-color","",wo.contentGlobalOnColor),No.extend("--ft-button-primary-state-layer-opacity-hover","",xo.opacity16),No.extend("--ft-button-primary-state-layer-opacity-focus","",xo.opacity16),No.extend("--ft-button-primary-state-layer-opacity-active","",xo.opacity24),No.extend("--ft-button-primary-component-opacity-disabled","",xo.opacity40),No.extend("--ft-button-focus-focus-ring-color","",wo.borderActionFocusRing),No.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-tertiary-color","",wo.contentActionPrimary),No.extend("--ft-button-tertiary-icon-color","",wo.contentActionPrimary),No.extend("--ft-button-tertiary-state-layer-color","",wo.contentActionPrimary),No.extend("--ft-button-tertiary-state-layer-opacity-hover","",xo.opacity8),No.extend("--ft-button-tertiary-state-layer-opacity-focus","",xo.opacity8),No.extend("--ft-button-tertiary-state-layer-opacity-active","",xo.opacity16),No.extend("--ft-button-tertiary-component-opacity-disabled","",xo.opacity40),No.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-secondary-color","",wo.contentActionPrimary),No.extend("--ft-button-secondary-icon-color","",wo.contentActionPrimary),No.extend("--ft-button-secondary-state-layer-color","",wo.contentActionPrimary),No.extend("--ft-button-secondary-state-layer-opacity-hover","",xo.opacity8),No.extend("--ft-button-secondary-state-layer-opacity-focus","",xo.opacity8),No.extend("--ft-button-secondary-state-layer-opacity-active","",xo.opacity16),No.extend("--ft-button-secondary-component-opacity-disabled","",xo.opacity40),No.extend("--ft-button-secondary-border-color","",wo.borderActionPrimary),No.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),No.extend("--ft-button-neutral-icon-color","",wo.contentGlobalSecondary),No.extend("--ft-button-neutral-color","",wo.contentGlobalSecondary),No.extend("--ft-button-neutral-state-layer-color","",wo.contentGlobalSecondary),No.extend("--ft-button-neutral-state-layer-opacity-hover","",xo.opacity8),No.extend("--ft-button-neutral-state-layer-opacity-focus","",xo.opacity8),No.extend("--ft-button-neutral-state-layer-opacity-active","",xo.opacity16),No.extend("--ft-button-neutral-component-opacity-disabled","",xo.opacity40),No.extend("--ft-tabs-top-left-border-radius","",xo.borderRadiusS),No.extend("--ft-tabs-top-right-border-radius","",xo.borderRadiusS),No.extend("--ft-tabs-label-horizontal-padding","",xo.spacing4),No.extend("--ft-tabs-label-vertical-padding","",xo.spacing3),No.extend("--ft-tabs-label-gap","",xo.spacing1),No.extend("--ft-switch-group-horizontal-padding","",xo.spacing1),No.extend("--ft-switch-group-vertical-padding","",xo.spacing1),No.extend("--ft-switch-group-gap","",xo.spacing1),No.extend("--ft-switch-group-background-color","",wo.backgroundGlobalSurface),No.extend("--ft-switch-group-border-color","",wo.borderGlobalSubtle),No.create("--ft-switch-group-border-radius","","SIZE","6px"),No.extend("--ft-switch-label-horizontal-padding","",xo.spacing2),No.extend("--ft-switch-label-vertical-padding","",xo.spacing1),No.extend("--ft-switch-icon-horizontal-padding","",xo.spacing1),No.extend("--ft-switch-icon-vertical-padding","",xo.spacing1),No.create("--ft-switch-focus-outline-width","","SIZE","2px"),No.extend("--ft-switch-focus-focus-ring-color","",wo.borderActionFocusRing),No.extend("--ft-switch-option-border-radius","",xo.borderRadiusS),No.extend("--ft-switch-off-state-layer-opacity-hover","",xo.opacity8),No.extend("--ft-switch-off-state-layer-opacity-focus","",xo.opacity8),No.extend("--ft-switch-off-state-layer-opacity-active","",xo.opacity16),No.extend("--ft-switch-off-component-opacity-disabled","",xo.opacity40),No.extend("--ft-switch-off-color","",wo.contentGlobalSubtle),No.extend("--ft-switch-off-state-layer-color","",wo.contentGlobalSubtle),No.extend("--ft-chart-1-light","for area color charts",xo.colorBrand40),No.extend("--ft-chart-1-base","for line charts",xo.colorBrand0),No.extend("--ft-chart-2-light","for area color charts",xo.colorYellow60),No.extend("--ft-chart-2-base","for line charts",xo.colorYellow100),No.extend("--ft-chart-3-light","",xo.colorUltramarine40),No.extend("--ft-chart-3-base","",xo.colorUltramarine70),No.extend("--ft-chart-4-light","",xo.colorCyan50),No.extend("--ft-chart-4-base","",xo.colorCyan100),No.extend("--ft-chart-5-light","",xo.colorRed40),No.extend("--ft-chart-5-base","",xo.colorRed60),No.extend("--ft-chart-6-light","",xo.colorGreen40),No.extend("--ft-chart-6-base","",xo.colorGreen70),No.extend("--ft-chart-7-light","",xo.colorOrange70),No.extend("--ft-chart-7-base","",xo.colorOrange100),No.extend("--ft-chart-8-light","",xo.colorAvocado70),No.extend("--ft-chart-8-base","",xo.colorAvocado200),No.extend("--ft-chart-9-light","",xo.colorBrown50),No.extend("--ft-chart-9-base","",xo.colorBrown200),No.extend("--ft-chart-10-light","",xo.colorGray50),No.extend("--ft-chart-10-base","",xo.colorGray80),No.extend("--ft-chart-monochrome-10","",xo.colorBrand10),No.extend("--ft-chart-monochrome-20","",xo.colorBrand20),No.extend("--ft-chart-monochrome-30","",xo.colorBrand40),No.extend("--ft-chart-monochrome-40","",xo.colorBrand60),No.extend("--ft-chart-monochrome-50","",xo.colorBrand0),No.extend("--ft-chart-monochrome-60","",xo.colorBrand200),No.extend("--ft-chip-large-horizontal-padding","",xo.spacing4),No.extend("--ft-chip-large-vertical-padding","",xo.spacing2),No.extend("--ft-chip-large-gap","",xo.spacing1),No.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-large-border-radius","",xo.borderRadiusPill),No.create("--ft-chip-large-border-width","","SIZE","1px"),No.extend("--ft-chip-large-icon-size","",xo.iconSize3),No.extend("--ft-chip-medium-horizontal-padding","",xo.spacing3),No.extend("--ft-chip-medium-vertical-padding","",xo.spacing1),No.extend("--ft-chip-medium-gap","",xo.spacing1),No.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-medium-border-radius","",xo.borderRadiusPill),No.create("--ft-chip-medium-border-width","","SIZE","1px"),No.extend("--ft-chip-medium-icon-size","",xo.iconSize2),No.extend("--ft-chip-small-horizontal-padding","",xo.spacing2),No.extend("--ft-chip-small-vertical-padding","",xo.spacing05),No.extend("--ft-chip-small-gap","",xo.spacing1),No.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),No.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),No.extend("--ft-chip-small-border-radius","",xo.borderRadiusPill),No.create("--ft-chip-small-border-width","","SIZE","1px"),No.extend("--ft-chip-small-icon-size","",xo.iconSize1),No.extend("--ft-chip-neutral-background-color","",wo.backgroundGlobalOnSurface),No.extend("--ft-chip-neutral-color","",wo.contentGlobalPrimary),No.extend("--ft-chip-neutral-border-color","",wo.borderGlobalSubtle),No.extend("--ft-chip-info-background-color","",wo.backgroundInfoSubtle),No.extend("--ft-chip-info-color","",wo.contentInfoPrimary),No.extend("--ft-chip-info-border-color","",wo.borderInfoPrimary),No.extend("--ft-chip-success-background-color","",wo.backgroundSuccessSubtle),No.extend("--ft-chip-success-color","",wo.contentSuccessPrimary),No.extend("--ft-chip-success-border-color","",wo.borderSuccessPrimary),No.extend("--ft-chip-warning-background-color","",wo.backgroundWarningSubtle),No.extend("--ft-chip-warning-color","",wo.contentWarningPrimary),No.extend("--ft-chip-warning-border-color","",wo.borderWarningPrimary),No.extend("--ft-chip-error-background-color","",wo.backgroundErrorSubtle),No.extend("--ft-chip-error-color","",wo.contentErrorPrimary),No.extend("--ft-chip-error-border-color","",wo.borderErrorPrimary),No.create("--ft-notice-border-width","","SIZE","1px"),No.extend("--ft-notice-horizontal-padding","",xo.spacing2),No.extend("--ft-notice-vertical-padding","",xo.spacing1),No.extend("--ft-notice-border-radius","",xo.borderRadiusS),No.extend("--ft-notice-gap","",xo.spacing2),No.extend("--ft-notice-icon-size","",xo.iconSize3),No.extend("--ft-notice-info-background-color","",wo.backgroundInfoSubtle),No.extend("--ft-notice-info-border-color","",wo.borderInfoPrimary),No.extend("--ft-notice-info-color","",wo.contentInfoPrimary),No.extend("--ft-notice-warning-background-color","",wo.backgroundWarningSubtle),No.extend("--ft-notice-warning-border-color","",wo.borderWarningPrimary),No.extend("--ft-notice-warning-color","",wo.contentWarningPrimary),No.extend("--ft-checkbox-label-color","",wo.contentGlobalPrimary),No.extend("--ft-checkbox-checked-background-color","",wo.contentActionPrimary),No.extend("--ft-checkbox-checked-state-layer-color","",wo.contentActionPrimary),No.extend("--ft-checkbox-checked-color","",wo.contentGlobalOnColor),No.extend("--ft-checkbox-checked-state-layer-opacity-hover","",xo.opacity16),No.extend("--ft-checkbox-checked-state-layer-opacity-focus","",xo.opacity16),No.extend("--ft-checkbox-checked-state-layer-opacity-active","",xo.opacity24),No.extend("--ft-checkbox-checked-component-opacity-disabled","",xo.opacity40),No.extend("--ft-checkbox-unchecked-border-color","",xo.colorGray80),No.extend("--ft-checkbox-unchecked-state-layer-color","",xo.colorGray80),No.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",xo.opacity16),No.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",xo.opacity16),No.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",xo.opacity24),No.extend("--ft-checkbox-unchecked-component-opacity-disabled","",xo.opacity40),No.extend("--ft-checkbox-focus-focus-ring-color","",wo.borderActionFocusRing),No.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),No.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),No.extend("--ft-checkbox-gap","",xo.spacing3),No.extend("--ft-toggle-off-state-layer-opacity-hover","",xo.opacity16),No.extend("--ft-toggle-off-state-layer-opacity-focus","",xo.opacity16),No.extend("--ft-toggle-off-state-layer-opacity-active","",xo.opacity24),No.extend("--ft-toggle-off-component-opacity-disabled","",xo.opacity40),No.extend("--ft-toggle-off-background-color","",wo.contentGlobalSubtle),No.extend("--ft-toggle-off-icon-color","",wo.contentGlobalSubtle),No.extend("--ft-toggle-off-state-layer-color","",wo.contentGlobalSubtle),No.extend("--ft-toggle-on-state-layer-opacity-hover","",xo.opacity16),No.extend("--ft-toggle-on-state-layer-opacity-focus","",xo.opacity16),No.extend("--ft-toggle-on-state-layer-opacity-active","",xo.opacity24),No.extend("--ft-toggle-on-component-opacity-disabled","",xo.opacity40),No.extend("--ft-toggle-on-background-color","",wo.contentActionPrimary),No.extend("--ft-toggle-on-icon-color","",wo.contentActionPrimary),No.extend("--ft-toggle-on-state-layer-color","",wo.contentActionPrimary),No.extend("--ft-toggle-label-color","",wo.contentGlobalPrimary),No.extend("--ft-toggle-focus-focus-ring-color","",wo.borderActionFocusRing),No.extend("--ft-toggle-gap","",xo.spacing3),No.extend("--ft-radio-label-color","",wo.contentGlobalPrimary),No.extend("--ft-radio-selected-color","",wo.contentActionPrimary),No.extend("--ft-radio-selected-state-layer-color","",wo.contentActionPrimary),No.extend("--ft-radio-selected-state-layer-opacity-hover","",xo.opacity16),No.extend("--ft-radio-selected-state-layer-opacity-focus","",xo.opacity16),No.extend("--ft-radio-selected-state-layer-opacity-active","",xo.opacity24),No.extend("--ft-radio-selected-component-opacity-disabled","",xo.opacity40),No.extend("--ft-radio-unselected-state-layer-color","",xo.colorGray80),No.extend("--ft-radio-unselected-state-layer-opacity-hover","",xo.opacity16),No.extend("--ft-radio-unselected-state-layer-opacity-focus","",xo.opacity16),No.extend("--ft-radio-unselected-state-layer-opacity-active","",xo.opacity24),No.extend("--ft-radio-unselected-component-opacity-disabled","",xo.opacity40),No.extend("--ft-radio-focus-focus-ring-color","",wo.borderActionFocusRing),No.create("--ft-radio-focus-outline-offset","","SIZE","3px"),No.create("--ft-radio-focus-outline-width","","SIZE","2px"),No.extend("--ft-radio-gap","",xo.spacing3),No.extend("--ft-notification-icon-size","",xo.iconSize4),No.extend("--ft-notification-horizontal-padding","",xo.spacing4),No.extend("--ft-notification-vertical-padding","",xo.spacing4),No.extend("--ft-notification-info-background-color","",wo.backgroundInfoSubtle),No.extend("--ft-notification-info-color","",wo.contentInfoPrimary),No.extend("--ft-notification-info-border-color","",wo.borderInfoPrimary),No.extend("--ft-notification-success-background-color","",wo.backgroundSuccessSubtle),No.extend("--ft-notification-success-color","",wo.contentSuccessPrimary),No.extend("--ft-notification-success-border-color","",wo.borderSuccessPrimary),No.extend("--ft-notification-warning-background-color","",wo.backgroundWarningSubtle),No.extend("--ft-notification-warning-color","",wo.contentWarningPrimary),No.extend("--ft-notification-warning-border-color","",wo.borderWarningPrimary),No.extend("--ft-notification-error-background-color","",wo.backgroundErrorSubtle),No.extend("--ft-notification-error-color","",wo.contentErrorPrimary),No.extend("--ft-notification-error-border-color","",wo.borderErrorPrimary),No.extend("--ft-notification-border-radius","",xo.borderRadiusPill),No.create("--ft-notification-border-width","","SIZE","1px"),No.extend("--ft-notification-gap-leading","",xo.spacing2),No.extend("--ft-notification-gap-trailing","",xo.spacing8);const Co={colorPrimary:No.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:No.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:No.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:No.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:No.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:No.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:No.create("--ft-color-error","","COLOR","#B00020"),colorOutline:No.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:No.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:No.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:No.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:No.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:No.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:No.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:No.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:No.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:No.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:No.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:No.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:No.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:No.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:No.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:No.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:No.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:No.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:No.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:No.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:No.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:No.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:No.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:No.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:No.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:No.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:No.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:No.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:No.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:No.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:No.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:No.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:No.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:No.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:No.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:No.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:No.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:No.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:No.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:No.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:No.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:No.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:No.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:No.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:No.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:No.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:No.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:No.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:No.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:No.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:No.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:No.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:No.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:No.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:No.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},Ro=window,Eo=Ro.ShadowRoot&&(void 0===Ro.ShadyCSS||Ro.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
74
+ class bo extends Kt{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=((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 co(o.insertBefore(Pt(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return oo}}bo._$litElement$=!0,bo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:bo});const mo=globalThis.litElementPolyfillSupport;mo?.({LitElement:bo}),(globalThis.litElementVersions??=[]).push("4.0.2");const Oo=t=>"string"==typeof t?bt(t):t;class xo{static create(t,o,e,r){const i=t=>Oo(null!=t?t:r),a=mt`var(${Oo(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>mt`var(${Oo(t)}, ${i(o)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>r,a}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),a=mt`var(${Oo(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e.category,a.fallbackVariable=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>mt`var(${Oo(t)}, ${i(o)})`,a.breadcrumb=()=>[e.name,...e.breadcrumb()],a.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),a}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):Oo(null!=o?o:t.lastResortDefaultValue()),r=mt`var(${Oo(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=>mt`var(${Oo(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function No(t,o){return Oo(`${t.name}: ${o}`)}const So={colorWhite:xo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:xo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:xo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:xo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:xo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:xo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:xo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:xo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:xo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:xo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:xo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:xo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:xo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:xo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:xo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:xo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:xo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:xo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:xo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:xo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:xo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:xo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:xo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:xo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:xo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:xo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:xo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:xo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:xo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:xo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:xo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:xo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:xo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:xo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:xo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:xo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:xo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:xo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:xo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:xo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:xo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:xo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:xo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:xo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:xo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:xo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:xo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:xo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:xo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:xo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:xo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:xo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:xo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:xo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:xo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:xo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:xo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:xo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:xo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:xo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:xo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:xo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:xo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:xo.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:xo.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:xo.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:xo.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:xo.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:xo.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:xo.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:xo.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:xo.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:xo.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:xo.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:xo.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:xo.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:xo.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:xo.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:xo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:xo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:xo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:xo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:xo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:xo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:xo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:xo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:xo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:xo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:xo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:xo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:xo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:xo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:xo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:xo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:xo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:xo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:xo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:xo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:xo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:xo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:xo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:xo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:xo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:xo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:xo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:xo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:xo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:xo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:xo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:xo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:xo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:xo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:xo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:xo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:xo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:xo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:xo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:xo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:xo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:xo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:xo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:xo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:xo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:xo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:xo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:xo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:xo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:xo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:xo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:xo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:xo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:xo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:xo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:xo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:xo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:xo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:xo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:xo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:xo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:xo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:xo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:xo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:xo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:xo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:xo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:xo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:xo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:xo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:xo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:xo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:xo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:xo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:xo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:xo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:xo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:xo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:xo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:xo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:xo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:xo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:xo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:xo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:xo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:xo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:xo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:xo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:xo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:xo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:xo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:xo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:xo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:xo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:xo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:xo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:xo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:xo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:xo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:xo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:xo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:xo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:xo.create("--ft-opacity-0","","NUMBER","0"),opacity8:xo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:xo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:xo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:xo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:xo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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)")},vo={display:{fontFamily:xo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:xo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:xo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:xo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:xo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:xo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:xo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:xo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:xo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:xo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:xo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:xo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:xo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:xo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:xo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:xo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:xo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:xo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:xo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:xo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:xo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:xo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:xo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:xo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:xo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:xo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:xo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:xo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:xo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:xo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:xo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:xo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:xo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:xo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:xo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:xo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:xo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:xo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:xo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:xo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:xo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:xo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:xo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:xo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:xo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:xo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:xo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:xo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:xo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:xo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:xo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:xo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:xo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:xo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:xo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:xo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},wo={backgroundActionPrimary:xo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",So.colorBrand0),backgroundErrorPrimary:xo.extend("--ft-background-error-primary","Used as background of error components.",So.colorRed0),backgroundErrorSubtle:xo.extend("--ft-background-error-subtle","Used as background of subtle error components.",So.colorRed10),backgroundInfoPrimary:xo.extend("--ft-background-info-primary","Used as background of information components.",So.colorCyan200),backgroundInfoSubtle:xo.extend("--ft-background-info-subtle","Used as background of subtle information components.",So.colorCyan10),backgroundWarningPrimary:xo.extend("--ft-background-warning-primary","Used as background of warning components.",So.colorOrange300),backgroundWarningSubtle:xo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",So.colorOrange10),backgroundSuccessPrimary:xo.extend("--ft-background-success-primary","Used as background of success components.",So.colorGreen200),backgroundSuccessSubtle:xo.extend("--ft-background-success-subtle","Used as background of subtle success components.",So.colorGreen10),backgroundGlobalSurface:xo.extend("--ft-background-global-surface","Used as app background.",So.colorWhite),backgroundGlobalOnSurface:xo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",So.colorGray10),backgroundGlobalOnSurfaceDark:xo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",So.colorGray30),contentActionPrimary:xo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",So.colorBrand0),contentWarningPrimary:xo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",So.colorOrange300),contentWarningIconOnly:xo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",So.colorOrange0),contentErrorPrimary:xo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",So.colorRed0),contentErrorIconOnly:xo.extend("--ft-content-error-icon-only","Used on error status icons alone",So.colorRed0),contentInfoPrimary:xo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",So.colorCyan200),contentInfoIconOnly:xo.extend("--ft-content-info-icon-only","Used on info status icons alone",So.colorCyan0),contentSuccessPrimary:xo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",So.colorGreen200),contentSuccessIconOnly:xo.extend("--ft-content-success-icon-only","Used on success status icons alone",So.colorGreen0),contentGlobalPrimary:xo.extend("--ft-content-global-primary","Used for main content on the page.",So.colorGray500),contentGlobalSecondary:xo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",So.colorGray200),contentGlobalSubtle:xo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",So.colorGray0),contentGlobalOnColor:xo.extend("--ft-content-global-on-color","Used for content on a dominant color.",So.colorWhite),borderActionPrimary:xo.extend("--ft-border-action-primary","Used as border for primary action components.",So.colorBrand0),borderActionFocusRing:xo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",So.colorCyan0),borderWarningPrimary:xo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",So.colorOrange300),borderWarningSubtle:xo.extend("--ft-border-warning-subtle","Used as border for warning components.",So.colorOrange30),borderSuccessPrimary:xo.extend("--ft-border-success-primary","Used as border for success buttons.",So.colorGreen200),borderSuccessSubtle:xo.extend("--ft-border-success-subtle","Used as border for success components.",So.colorGreen30),borderErrorPrimary:xo.extend("--ft-border-error-primary","Used as border for text fields in error states.",So.colorRed0),borderErrorSubtle:xo.extend("--ft-border-error-subtle","Used as border for error components.",So.colorRed30),borderInfoPrimary:xo.extend("--ft-border-info-primary","Used as border for buttons in info color.",So.colorCyan200),borderInfoSubtle:xo.extend("--ft-border-info-subtle","Used as border for information components.",So.colorCyan30),borderGlobalPrimary:xo.extend("--ft-border-global-primary","Used as border for element like input.",So.colorGray50),borderGlobalSubtle:xo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",So.colorGray30),borderInputPrimary:xo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",So.colorGray80)};xo.create("--ft-button-large-height","","SIZE","40px"),xo.extend("--ft-button-large-horizontal-padding","",So.spacing4),xo.extend("--ft-button-large-gap","",So.spacing2),xo.extend("--ft-button-large-border-radius","",So.borderRadiusS),xo.extend("--ft-button-large-icon-size","",So.iconSize3),xo.create("--ft-button-large-border-width","","SIZE","1px"),xo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),xo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),xo.create("--ft-button-large-icon-only-width","","SIZE","40px"),xo.create("--ft-button-small-height","","SIZE","30px"),xo.extend("--ft-button-small-horizontal-padding","",So.spacing3),xo.extend("--ft-button-small-gap","",So.spacing2),xo.extend("--ft-button-small-border-radius","",So.borderRadiusS),xo.extend("--ft-button-small-icon-size","",So.iconSize2),xo.create("--ft-button-small-border-width","","SIZE","1px"),xo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),xo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),xo.create("--ft-button-small-icon-only-width","","SIZE","30px"),xo.extend("--ft-button-primary-background-color","",wo.backgroundActionPrimary),xo.extend("--ft-button-primary-color","",wo.contentGlobalOnColor),xo.extend("--ft-button-primary-icon-color","",wo.contentGlobalOnColor),xo.extend("--ft-button-primary-state-layer-color","",wo.contentGlobalOnColor),xo.extend("--ft-button-primary-state-layer-opacity-hover","",So.opacity16),xo.extend("--ft-button-primary-state-layer-opacity-focus","",So.opacity16),xo.extend("--ft-button-primary-state-layer-opacity-active","",So.opacity24),xo.extend("--ft-button-primary-component-opacity-disabled","",So.opacity40),xo.extend("--ft-button-focus-focus-ring-color","",wo.borderActionFocusRing),xo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),xo.extend("--ft-button-tertiary-color","",wo.contentActionPrimary),xo.extend("--ft-button-tertiary-icon-color","",wo.contentActionPrimary),xo.extend("--ft-button-tertiary-state-layer-color","",wo.contentActionPrimary),xo.extend("--ft-button-tertiary-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-button-tertiary-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-button-tertiary-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-button-tertiary-component-opacity-disabled","",So.opacity40),xo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),xo.extend("--ft-button-secondary-color","",wo.contentActionPrimary),xo.extend("--ft-button-secondary-icon-color","",wo.contentActionPrimary),xo.extend("--ft-button-secondary-state-layer-color","",wo.contentActionPrimary),xo.extend("--ft-button-secondary-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-button-secondary-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-button-secondary-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-button-secondary-component-opacity-disabled","",So.opacity40),xo.extend("--ft-button-secondary-border-color","",wo.borderActionPrimary),xo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),xo.extend("--ft-button-neutral-icon-color","",wo.contentGlobalSecondary),xo.extend("--ft-button-neutral-color","",wo.contentGlobalSecondary),xo.extend("--ft-button-neutral-state-layer-color","",wo.contentGlobalSecondary),xo.extend("--ft-button-neutral-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-button-neutral-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-button-neutral-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-button-neutral-component-opacity-disabled","",So.opacity40),xo.extend("--ft-floating-menu-horizontal-padding","",So.spacing4),xo.extend("--ft-floating-menu-vertical-padding","",So.spacing4),xo.extend("--ft-floating-menu-off-icon-color","",wo.contentGlobalPrimary),xo.extend("--ft-floating-menu-off-color","",wo.contentGlobalPrimary),xo.extend("--ft-floating-menu-on-color","",wo.contentActionPrimary),xo.extend("--ft-floating-menu-on-icon-color","",wo.contentActionPrimary),xo.extend("--ft-floating-menu-on-state-layer-color","",wo.contentActionPrimary),xo.extend("--ft-floating-menu-gap","",So.spacing3),xo.extend("--ft-floating-menu-focus-focus-ring-color","",wo.borderActionFocusRing),xo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),xo.extend("--ft-floating-menu-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-floating-menu-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-floating-menu-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-floating-menu-component-opacity-disabled","",So.opacity40),xo.extend("--ft-floating-menu-icon-size","",So.iconSize3),xo.extend("--ft-floating-menu-background-color","",wo.backgroundGlobalOnSurface),xo.extend("--ft-tabs-top-left-border-radius","",So.borderRadiusS),xo.extend("--ft-tabs-top-right-border-radius","",So.borderRadiusS),xo.extend("--ft-tabs-label-horizontal-padding","",So.spacing4),xo.extend("--ft-tabs-label-vertical-padding","",So.spacing3),xo.extend("--ft-tabs-label-gap","",So.spacing1),xo.extend("--ft-tabs-icon-horizontal-padding","",So.spacing1),xo.extend("--ft-tabs-icon-vertical-padding","",So.spacing4),xo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),xo.extend("--ft-tabs-focus-focus-ring-color","",wo.borderActionFocusRing),xo.extend("--ft-tabs-off-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-tabs-off-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-tabs-off-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-tabs-off-component-opacity-disabled","",So.opacity40),xo.extend("--ft-tabs-off-color","",wo.contentGlobalSubtle),xo.extend("--ft-tabs-off-state-layer-color","",wo.contentGlobalSubtle),xo.extend("--ft-tabs-on-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-tabs-on-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-tabs-on-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-tabs-on-component-opacity-disabled","",So.opacity40),xo.extend("--ft-tabs-on-color","",wo.contentActionPrimary),xo.extend("--ft-tabs-on-state-layer-color","",wo.contentActionPrimary),xo.extend("--ft-collapsible-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-collapsible-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-collapsible-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-collapsible-component-opacity-disabled","",So.opacity40),xo.extend("--ft-collapsible-horizontal-padding","",So.spacing4),xo.extend("--ft-collapsible-vertical-padding","",So.spacing3),xo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),xo.extend("--ft-collapsible-focus-focus-ring-color","",wo.borderActionFocusRing),xo.extend("--ft-collapsible-color","",wo.contentGlobalPrimary),xo.extend("--ft-collapsible-state-layer-color","",wo.contentGlobalPrimary),xo.extend("--ft-collapsible-background-color","",wo.backgroundGlobalOnSurface),xo.extend("--ft-collapsible-border-color","",wo.borderGlobalSubtle),xo.extend("--ft-collapsible-icon-size","",So.iconSize3),xo.extend("--ft-switch-group-horizontal-padding","",So.spacing1),xo.extend("--ft-switch-group-vertical-padding","",So.spacing1),xo.extend("--ft-switch-group-gap","",So.spacing1),xo.extend("--ft-switch-group-background-color","",wo.backgroundGlobalSurface),xo.extend("--ft-switch-group-border-color","",wo.borderGlobalSubtle),xo.create("--ft-switch-group-border-radius","","SIZE","6px"),xo.extend("--ft-switch-label-horizontal-padding","",So.spacing2),xo.extend("--ft-switch-label-vertical-padding","",So.spacing1),xo.extend("--ft-switch-icon-horizontal-padding","",So.spacing1),xo.extend("--ft-switch-icon-vertical-padding","",So.spacing1),xo.create("--ft-switch-focus-outline-width","","SIZE","2px"),xo.extend("--ft-switch-focus-focus-ring-color","",wo.borderActionFocusRing),xo.extend("--ft-switch-option-border-radius","",So.borderRadiusS),xo.extend("--ft-switch-off-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-switch-off-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-switch-off-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-switch-off-component-opacity-disabled","",So.opacity40),xo.extend("--ft-switch-off-color","",wo.contentGlobalSubtle),xo.extend("--ft-switch-off-state-layer-color","",wo.contentGlobalSubtle),xo.extend("--ft-switch-on-state-layer-opacity-hover","",So.opacity8),xo.extend("--ft-switch-on-state-layer-opacity-focus","",So.opacity8),xo.extend("--ft-switch-on-state-layer-opacity-active","",So.opacity16),xo.extend("--ft-switch-on-component-opacity-disabled","",So.opacity40),xo.extend("--ft-switch-on-color","",wo.contentActionPrimary),xo.extend("--ft-switch-on-state-layer-color","",wo.contentActionPrimary),xo.extend("--ft-chart-1-light","for area color charts",So.colorBrand40),xo.extend("--ft-chart-1-base","for line charts",So.colorBrand0),xo.extend("--ft-chart-2-light","for area color charts",So.colorYellow60),xo.extend("--ft-chart-2-base","for line charts",So.colorYellow100),xo.extend("--ft-chart-3-light","",So.colorUltramarine40),xo.extend("--ft-chart-3-base","",So.colorUltramarine70),xo.extend("--ft-chart-4-light","",So.colorCyan50),xo.extend("--ft-chart-4-base","",So.colorCyan100),xo.extend("--ft-chart-5-light","",So.colorRed40),xo.extend("--ft-chart-5-base","",So.colorRed60),xo.extend("--ft-chart-6-light","",So.colorGreen40),xo.extend("--ft-chart-6-base","",So.colorGreen70),xo.extend("--ft-chart-7-light","",So.colorOrange70),xo.extend("--ft-chart-7-base","",So.colorOrange100),xo.extend("--ft-chart-8-light","",So.colorAvocado70),xo.extend("--ft-chart-8-base","",So.colorAvocado200),xo.extend("--ft-chart-9-light","",So.colorBrown50),xo.extend("--ft-chart-9-base","",So.colorBrown200),xo.extend("--ft-chart-10-light","",So.colorGray50),xo.extend("--ft-chart-10-base","",So.colorGray80),xo.extend("--ft-chart-monochrome-10","",So.colorBrand10),xo.extend("--ft-chart-monochrome-20","",So.colorBrand20),xo.extend("--ft-chart-monochrome-30","",So.colorBrand40),xo.extend("--ft-chart-monochrome-40","",So.colorBrand60),xo.extend("--ft-chart-monochrome-50","",So.colorBrand0),xo.extend("--ft-chart-monochrome-60","",So.colorBrand200),xo.extend("--ft-chip-large-horizontal-padding","",So.spacing4),xo.extend("--ft-chip-large-vertical-padding","",So.spacing2),xo.extend("--ft-chip-large-gap","",So.spacing1),xo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),xo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),xo.extend("--ft-chip-large-border-radius","",So.borderRadiusPill),xo.create("--ft-chip-large-border-width","","SIZE","1px"),xo.extend("--ft-chip-large-icon-size","",So.iconSize3),xo.extend("--ft-chip-medium-horizontal-padding","",So.spacing3),xo.extend("--ft-chip-medium-vertical-padding","",So.spacing1),xo.extend("--ft-chip-medium-gap","",So.spacing1),xo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),xo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),xo.extend("--ft-chip-medium-border-radius","",So.borderRadiusPill),xo.create("--ft-chip-medium-border-width","","SIZE","1px"),xo.extend("--ft-chip-medium-icon-size","",So.iconSize2),xo.extend("--ft-chip-small-horizontal-padding","",So.spacing2),xo.extend("--ft-chip-small-vertical-padding","",So.spacing05),xo.extend("--ft-chip-small-gap","",So.spacing1),xo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),xo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),xo.extend("--ft-chip-small-border-radius","",So.borderRadiusPill),xo.create("--ft-chip-small-border-width","","SIZE","1px"),xo.extend("--ft-chip-small-icon-size","",So.iconSize1),xo.extend("--ft-chip-neutral-background-color","",wo.backgroundGlobalOnSurface),xo.extend("--ft-chip-neutral-color","",wo.contentGlobalPrimary),xo.extend("--ft-chip-neutral-border-color","",wo.borderGlobalSubtle),xo.extend("--ft-chip-info-background-color","",wo.backgroundInfoSubtle),xo.extend("--ft-chip-info-color","",wo.contentInfoPrimary),xo.extend("--ft-chip-info-border-color","",wo.borderInfoSubtle),xo.extend("--ft-chip-success-background-color","",wo.backgroundSuccessSubtle),xo.extend("--ft-chip-success-color","",wo.contentSuccessPrimary),xo.extend("--ft-chip-success-border-color","",wo.borderSuccessSubtle),xo.extend("--ft-chip-warning-background-color","",wo.backgroundWarningSubtle),xo.extend("--ft-chip-warning-color","",wo.contentWarningPrimary),xo.extend("--ft-chip-warning-border-color","",wo.borderWarningSubtle),xo.extend("--ft-chip-error-background-color","",wo.backgroundErrorSubtle),xo.extend("--ft-chip-error-color","",wo.contentErrorPrimary),xo.extend("--ft-chip-error-border-color","",wo.borderErrorSubtle),xo.create("--ft-notice-border-width","","SIZE","1px"),xo.extend("--ft-notice-horizontal-padding","",So.spacing2),xo.extend("--ft-notice-vertical-padding","",So.spacing1),xo.extend("--ft-notice-border-radius","",So.borderRadiusS),xo.extend("--ft-notice-gap","",So.spacing2),xo.extend("--ft-notice-icon-size","",So.iconSize3),xo.extend("--ft-notice-info-background-color","",wo.backgroundInfoSubtle),xo.extend("--ft-notice-info-border-color","",wo.borderInfoSubtle),xo.extend("--ft-notice-info-color","",wo.contentInfoPrimary),xo.extend("--ft-notice-warning-background-color","",wo.backgroundWarningSubtle),xo.extend("--ft-notice-warning-border-color","",wo.borderWarningSubtle),xo.extend("--ft-notice-warning-color","",wo.contentWarningPrimary),xo.extend("--ft-checkbox-label-color","",wo.contentGlobalPrimary),xo.extend("--ft-checkbox-checked-background-color","",wo.contentActionPrimary),xo.extend("--ft-checkbox-checked-state-layer-color","",wo.contentActionPrimary),xo.extend("--ft-checkbox-checked-color","",wo.contentGlobalOnColor),xo.extend("--ft-checkbox-checked-state-layer-opacity-hover","",So.opacity16),xo.extend("--ft-checkbox-checked-state-layer-opacity-focus","",So.opacity16),xo.extend("--ft-checkbox-checked-state-layer-opacity-active","",So.opacity24),xo.extend("--ft-checkbox-checked-component-opacity-disabled","",So.opacity40),xo.extend("--ft-checkbox-unchecked-border-color","",So.colorGray80),xo.extend("--ft-checkbox-unchecked-state-layer-color","",So.colorGray80),xo.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",So.opacity16),xo.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",So.opacity16),xo.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",So.opacity24),xo.extend("--ft-checkbox-unchecked-component-opacity-disabled","",So.opacity40),xo.extend("--ft-checkbox-focus-focus-ring-color","",wo.borderActionFocusRing),xo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),xo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),xo.extend("--ft-checkbox-gap","",So.spacing3),xo.extend("--ft-toggle-off-state-layer-opacity-hover","",So.opacity16),xo.extend("--ft-toggle-off-state-layer-opacity-focus","",So.opacity16),xo.extend("--ft-toggle-off-state-layer-opacity-active","",So.opacity24),xo.extend("--ft-toggle-off-component-opacity-disabled","",So.opacity40),xo.extend("--ft-toggle-off-background-color","",wo.contentGlobalSubtle),xo.extend("--ft-toggle-off-icon-color","",wo.contentGlobalSubtle),xo.extend("--ft-toggle-off-state-layer-color","",wo.contentGlobalSubtle),xo.extend("--ft-toggle-on-state-layer-opacity-hover","",So.opacity16),xo.extend("--ft-toggle-on-state-layer-opacity-focus","",So.opacity16),xo.extend("--ft-toggle-on-state-layer-opacity-active","",So.opacity24),xo.extend("--ft-toggle-on-component-opacity-disabled","",So.opacity40),xo.extend("--ft-toggle-on-background-color","",wo.contentActionPrimary),xo.extend("--ft-toggle-on-icon-color","",wo.contentActionPrimary),xo.extend("--ft-toggle-on-state-layer-color","",wo.contentActionPrimary),xo.extend("--ft-toggle-label-color","",wo.contentGlobalPrimary),xo.extend("--ft-toggle-focus-focus-ring-color","",wo.borderActionFocusRing),xo.extend("--ft-toggle-gap","",So.spacing3),xo.extend("--ft-radio-label-color","",wo.contentGlobalPrimary),xo.extend("--ft-radio-selected-color","",wo.contentActionPrimary),xo.extend("--ft-radio-selected-state-layer-color","",wo.contentActionPrimary),xo.extend("--ft-radio-selected-state-layer-opacity-hover","",So.opacity16),xo.extend("--ft-radio-selected-state-layer-opacity-focus","",So.opacity16),xo.extend("--ft-radio-selected-state-layer-opacity-active","",So.opacity24),xo.extend("--ft-radio-selected-component-opacity-disabled","",So.opacity40),xo.extend("--ft-radio-unselected-state-layer-color","",So.colorGray80),xo.extend("--ft-radio-unselected-state-layer-opacity-hover","",So.opacity16),xo.extend("--ft-radio-unselected-state-layer-opacity-focus","",So.opacity16),xo.extend("--ft-radio-unselected-state-layer-opacity-active","",So.opacity24),xo.extend("--ft-radio-unselected-component-opacity-disabled","",So.opacity40),xo.extend("--ft-radio-focus-focus-ring-color","",wo.borderActionFocusRing),xo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),xo.create("--ft-radio-focus-outline-width","","SIZE","2px"),xo.extend("--ft-radio-gap","",So.spacing3),xo.extend("--ft-notification-icon-size","",So.iconSize4),xo.extend("--ft-notification-horizontal-padding","",So.spacing4),xo.extend("--ft-notification-vertical-padding","",So.spacing4),xo.extend("--ft-notification-info-background-color","",wo.backgroundInfoSubtle),xo.extend("--ft-notification-info-color","",wo.contentInfoPrimary),xo.extend("--ft-notification-info-border-color","",wo.borderInfoSubtle),xo.extend("--ft-notification-success-background-color","",wo.backgroundSuccessSubtle),xo.extend("--ft-notification-success-color","",wo.contentSuccessPrimary),xo.extend("--ft-notification-success-border-color","",wo.borderSuccessSubtle),xo.extend("--ft-notification-warning-background-color","",wo.backgroundWarningSubtle),xo.extend("--ft-notification-warning-color","",wo.contentWarningPrimary),xo.extend("--ft-notification-warning-border-color","",wo.borderWarningSubtle),xo.extend("--ft-notification-error-background-color","",wo.backgroundErrorSubtle),xo.extend("--ft-notification-error-color","",wo.contentErrorPrimary),xo.extend("--ft-notification-error-border-color","",wo.borderErrorSubtle),xo.extend("--ft-notification-border-radius","",So.borderRadiusPill),xo.create("--ft-notification-border-width","","SIZE","1px"),xo.extend("--ft-notification-gap-leading","",So.spacing2),xo.extend("--ft-notification-gap-trailing","",So.spacing8),xo.extend("--ft-tooltip-horizontal-padding","",So.spacing2),xo.extend("--ft-tooltip-vertical-padding","",So.spacing2),xo.extend("--ft-tooltip-border-radius","",So.borderRadiusS),xo.extend("--ft-tooltip-label","",wo.contentGlobalOnColor),xo.extend("--ft-tooltip-background","",wo.contentGlobalPrimary),xo.extend("--ft-tooltip-background-opacity","",So.opacity80),xo.extend("--ft-tooltip-shadow","",So.shadowElevation03);const Co={colorPrimary:xo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:xo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:xo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:xo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:xo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:xo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:xo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:xo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:xo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:xo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:xo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:xo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:xo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:xo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:xo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:xo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:xo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:xo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:xo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:xo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:xo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:xo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:xo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:xo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:xo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:xo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:xo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:xo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:xo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:xo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:xo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:xo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:xo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:xo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:xo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:xo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:xo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:xo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:xo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:xo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:xo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:xo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:xo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:xo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.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:xo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:xo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:xo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:xo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:xo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:xo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:xo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:xo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},Eo=window,Uo=Eo.ShadowRoot&&(void 0===Eo.ShadyCSS||Eo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
75
75
  /**
76
76
  * @license
77
77
  * Copyright 2019 Google LLC
78
78
  * SPDX-License-Identifier: BSD-3-Clause
79
- */class Uo extends bo{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)=>{Eo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=Ro.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var $o,Io=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(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 Wo=Symbol("constructorPrototype"),ko=Symbol("constructorName"),Lo=Symbol("exportpartsDebouncer");class Ko extends Uo{constructor(){super(),this[$o]=new o(5),this[ko]=this.constructor.name,this[Wo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ko]&&Object.setPrototypeOf(this,this[Wo])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Lo].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,n,a;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(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(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const p=[...c.values()].flatMap((t=>l.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}$o=Lo,Io([C()],Ko.prototype,"exportpartsPrefix",void 0),Io([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return C({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)=>!$(t,o),...null!=o?o:{}})}([])],Ko.prototype,"exportpartsPrefixes",void 0),Io([C()],Ko.prototype,"customStylesheet",void 0);const Zo=No.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");function zo(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var Fo,Do,Mo;mt`
79
+ */class Ro extends bo{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)=>{Uo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=Eo.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var $o,Io=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};const Wo=Symbol("constructorPrototype"),ko=Symbol("constructorName"),Lo=Symbol("exportpartsDebouncer");class Ko extends Ro{constructor(){super(),this[$o]=new o(5),this[ko]=this.constructor.name,this[Wo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ko]&&Object.setPrototypeOf(this,this[Wo])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Lo].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,a,n;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!==(n=null===(a=t.getAttribute("exportparts"))||void 0===a?void 0:a.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];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 p=[...c.values()].flatMap((t=>s.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}$o=Lo,Io([C()],Ko.prototype,"exportpartsPrefix",void 0),Io([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return C({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)=>!$(t,o),...null!=o?o:{}})}([])],Ko.prototype,"exportpartsPrefixes",void 0),Io([C()],Ko.prototype,"customStylesheet",void 0);const Zo=xo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");function zo(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var Fo,Do,Ao;mt`
80
80
  .highlight-html-match {
81
81
  background: ${Zo};
82
82
  }
@@ -112,7 +112,7 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
112
112
  display: inline-block;
113
113
  width: 0;
114
114
  }
115
- `;const Ao=Symbol("internalReduxEventsUnsubscribers"),Bo=Symbol("internalStoresUnsubscribers"),Po=Symbol("internalStores");class Ho extends Ko{constructor(){super(...arguments),this[Fo]=new Map,this[Do]=new Map,this[Mo]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[Po].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Po].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Po].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:zo(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[Po].delete(o)}setupStore(t,o){this[Po].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Po].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[Bo].has(t.store):this[Bo].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[Bo].set(t,o.subscribe((()=>this.updateFromStores()))),zo(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[Ao].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Bo].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[Ao].forEach((t=>t())),this[Ao]=[]}unsubscribeFromStore(t){this[Bo].has(t)&&this[Bo].get(t)(),this[Bo].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}var _o,To;Fo=Bo,Do=Po,Mo=Ao,Ho.reduxProperties=new Map,Ho.reduxReactiveProperties=new Set,Ho.reduxEventListeners=new Map,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(To=null===(_o=window.safari)||void 0===_o?void 0:_o.pushNotification)||void 0===To||To.toString());const jo=No.extend("--ft-typography-font-family","",Co.titleFont),Go=No.extend("--ft-typography-font-family","",Co.contentFont),Yo={fontFamily:Go,fontSize:No.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:No.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:No.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:No.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:No.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Vo=No.extend("--ft-typography-title-font-family","",jo),Jo=No.extend("--ft-typography-title-font-size","",Yo.fontSize,"20px"),Xo=No.extend("--ft-typography-title-font-weight","",Yo.fontWeight,"normal"),qo=No.extend("--ft-typography-title-letter-spacing","",Yo.letterSpacing,"0.15px"),Qo=No.extend("--ft-typography-title-line-height","",Yo.lineHeight,"1.2"),te=No.extend("--ft-typography-title-text-transform","",Yo.textTransform,"inherit"),oe=No.extend("--ft-typography-title-dense-font-family","",jo),ee=No.extend("--ft-typography-title-dense-font-size","",Yo.fontSize,"14px"),re=No.extend("--ft-typography-title-dense-font-weight","",Yo.fontWeight,"normal"),ie=No.extend("--ft-typography-title-dense-letter-spacing","",Yo.letterSpacing,"0.105px"),ne=No.extend("--ft-typography-title-dense-line-height","",Yo.lineHeight,"1.7"),ae=No.extend("--ft-typography-title-dense-text-transform","",Yo.textTransform,"inherit"),se=No.extend("--ft-typography-subtitle1-font-family","",Go),le=No.extend("--ft-typography-subtitle1-font-size","",Yo.fontSize,"16px"),ce=No.extend("--ft-typography-subtitle1-font-weight","",Yo.fontWeight,"600"),pe=No.extend("--ft-typography-subtitle1-letter-spacing","",Yo.letterSpacing,"0.144px"),fe=No.extend("--ft-typography-subtitle1-line-height","",Yo.lineHeight,"1.5"),he=No.extend("--ft-typography-subtitle1-text-transform","",Yo.textTransform,"inherit"),de=No.extend("--ft-typography-subtitle2-font-family","",Go),ye=No.extend("--ft-typography-subtitle2-font-size","",Yo.fontSize,"14px"),ue=No.extend("--ft-typography-subtitle2-font-weight","",Yo.fontWeight,"normal"),ge=No.extend("--ft-typography-subtitle2-letter-spacing","",Yo.letterSpacing,"0.098px"),be=No.extend("--ft-typography-subtitle2-line-height","",Yo.lineHeight,"1.7"),me=No.extend("--ft-typography-subtitle2-text-transform","",Yo.textTransform,"inherit"),Oe={fontFamily:No.extend("--ft-typography-body1-font-family","",Go),fontSize:No.extend("--ft-typography-body1-font-size","",Yo.fontSize,"16px"),fontWeight:No.extend("--ft-typography-body1-font-weight","",Yo.fontWeight,"normal"),letterSpacing:No.extend("--ft-typography-body1-letter-spacing","",Yo.letterSpacing,"0.496px"),lineHeight:No.extend("--ft-typography-body1-line-height","",Yo.lineHeight,"1.5"),textTransform:No.extend("--ft-typography-body1-text-transform","",Yo.textTransform,"inherit")},Ne=No.extend("--ft-typography-body2-font-family","",Go),Se=No.extend("--ft-typography-body2-font-size","",Yo.fontSize,"14px"),xe=No.extend("--ft-typography-body2-font-weight","",Yo.fontWeight,"normal"),ve=No.extend("--ft-typography-body2-letter-spacing","",Yo.letterSpacing,"0.252px"),we=No.extend("--ft-typography-body2-line-height","",Yo.lineHeight,"1.4"),Ce=No.extend("--ft-typography-body2-text-transform","",Yo.textTransform,"inherit"),Re={fontFamily:No.extend("--ft-typography-caption-font-family","",Go),fontSize:No.extend("--ft-typography-caption-font-size","",Yo.fontSize,"12px"),fontWeight:No.extend("--ft-typography-caption-font-weight","",Yo.fontWeight,"normal"),letterSpacing:No.extend("--ft-typography-caption-letter-spacing","",Yo.letterSpacing,"0.396px"),lineHeight:No.extend("--ft-typography-caption-line-height","",Yo.lineHeight,"1.33"),textTransform:No.extend("--ft-typography-caption-text-transform","",Yo.textTransform,"inherit")},Ee=No.extend("--ft-typography-breadcrumb-font-family","",Go),Ue=No.extend("--ft-typography-breadcrumb-font-size","",Yo.fontSize,"10px"),$e=No.extend("--ft-typography-breadcrumb-font-weight","",Yo.fontWeight,"normal"),Ie=No.extend("--ft-typography-breadcrumb-letter-spacing","",Yo.letterSpacing,"0.33px"),We=No.extend("--ft-typography-breadcrumb-line-height","",Yo.lineHeight,"1.6"),ke=No.extend("--ft-typography-breadcrumb-text-transform","",Yo.textTransform,"inherit"),Le=No.extend("--ft-typography-overline-font-family","",Go),Ke=No.extend("--ft-typography-overline-font-size","",Yo.fontSize,"10px"),Ze=No.extend("--ft-typography-overline-font-weight","",Yo.fontWeight,"normal"),ze=No.extend("--ft-typography-overline-letter-spacing","",Yo.letterSpacing,"1.5px"),Fe=No.extend("--ft-typography-overline-line-height","",Yo.lineHeight,"1.6"),De=No.extend("--ft-typography-overline-text-transform","",Yo.textTransform,"uppercase"),Me=No.extend("--ft-typography-button-font-family","",Go),Ae=No.extend("--ft-typography-button-font-size","",Yo.fontSize,"14px"),Be=No.extend("--ft-typography-button-font-weight","",Yo.fontWeight,"600"),Pe=No.extend("--ft-typography-button-letter-spacing","",Yo.letterSpacing,"1.246px"),He=No.extend("--ft-typography-button-line-height","",Yo.lineHeight,"1.15"),_e=No.extend("--ft-typography-button-text-transform","",Yo.textTransform,"uppercase"),Te=mt`
115
+ `;const Mo=Symbol("internalReduxEventsUnsubscribers"),Bo=Symbol("internalStoresUnsubscribers"),Ho=Symbol("internalStores");class Po extends Ko{constructor(){super(...arguments),this[Fo]=new Map,this[Do]=new Map,this[Ao]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[Ho].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ho].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Ho].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:zo(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[Ho].delete(o)}setupStore(t,o){this[Ho].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Ho].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[Bo].has(t.store):this[Bo].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[Bo].set(t,o.subscribe((()=>this.updateFromStores()))),zo(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[Mo].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Bo].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[Mo].forEach((t=>t())),this[Mo]=[]}unsubscribeFromStore(t){this[Bo].has(t)&&this[Bo].get(t)(),this[Bo].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}var _o,To;Fo=Bo,Do=Ho,Ao=Mo,Po.reduxProperties=new Map,Po.reduxReactiveProperties=new Set,Po.reduxEventListeners=new Map,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(To=null===(_o=window.safari)||void 0===_o?void 0:_o.pushNotification)||void 0===To||To.toString());const jo=xo.extend("--ft-typography-font-family","",Co.titleFont),Go=xo.extend("--ft-typography-font-family","",Co.contentFont),Yo={fontFamily:Go,fontSize:xo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:xo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:xo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:xo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:xo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Vo=xo.extend("--ft-typography-title-font-family","",jo),Jo=xo.extend("--ft-typography-title-font-size","",Yo.fontSize,"20px"),Xo=xo.extend("--ft-typography-title-font-weight","",Yo.fontWeight,"normal"),qo=xo.extend("--ft-typography-title-letter-spacing","",Yo.letterSpacing,"0.15px"),Qo=xo.extend("--ft-typography-title-line-height","",Yo.lineHeight,"1.2"),te=xo.extend("--ft-typography-title-text-transform","",Yo.textTransform,"inherit"),oe=xo.extend("--ft-typography-title-dense-font-family","",jo),ee=xo.extend("--ft-typography-title-dense-font-size","",Yo.fontSize,"14px"),re=xo.extend("--ft-typography-title-dense-font-weight","",Yo.fontWeight,"normal"),ie=xo.extend("--ft-typography-title-dense-letter-spacing","",Yo.letterSpacing,"0.105px"),ae=xo.extend("--ft-typography-title-dense-line-height","",Yo.lineHeight,"1.7"),ne=xo.extend("--ft-typography-title-dense-text-transform","",Yo.textTransform,"inherit"),le=xo.extend("--ft-typography-subtitle1-font-family","",Go),se=xo.extend("--ft-typography-subtitle1-font-size","",Yo.fontSize,"16px"),ce=xo.extend("--ft-typography-subtitle1-font-weight","",Yo.fontWeight,"600"),pe=xo.extend("--ft-typography-subtitle1-letter-spacing","",Yo.letterSpacing,"0.144px"),fe=xo.extend("--ft-typography-subtitle1-line-height","",Yo.lineHeight,"1.5"),he=xo.extend("--ft-typography-subtitle1-text-transform","",Yo.textTransform,"inherit"),de=xo.extend("--ft-typography-subtitle2-font-family","",Go),ye=xo.extend("--ft-typography-subtitle2-font-size","",Yo.fontSize,"14px"),ge=xo.extend("--ft-typography-subtitle2-font-weight","",Yo.fontWeight,"normal"),ue=xo.extend("--ft-typography-subtitle2-letter-spacing","",Yo.letterSpacing,"0.098px"),be=xo.extend("--ft-typography-subtitle2-line-height","",Yo.lineHeight,"1.7"),me=xo.extend("--ft-typography-subtitle2-text-transform","",Yo.textTransform,"inherit"),Oe={fontFamily:xo.extend("--ft-typography-body1-font-family","",Go),fontSize:xo.extend("--ft-typography-body1-font-size","",Yo.fontSize,"16px"),fontWeight:xo.extend("--ft-typography-body1-font-weight","",Yo.fontWeight,"normal"),letterSpacing:xo.extend("--ft-typography-body1-letter-spacing","",Yo.letterSpacing,"0.496px"),lineHeight:xo.extend("--ft-typography-body1-line-height","",Yo.lineHeight,"1.5"),textTransform:xo.extend("--ft-typography-body1-text-transform","",Yo.textTransform,"inherit")},xe=xo.extend("--ft-typography-body2-font-family","",Go),Ne=xo.extend("--ft-typography-body2-font-size","",Yo.fontSize,"14px"),Se=xo.extend("--ft-typography-body2-font-weight","",Yo.fontWeight,"normal"),ve=xo.extend("--ft-typography-body2-letter-spacing","",Yo.letterSpacing,"0.252px"),we=xo.extend("--ft-typography-body2-line-height","",Yo.lineHeight,"1.4"),Ce=xo.extend("--ft-typography-body2-text-transform","",Yo.textTransform,"inherit"),Ee={fontFamily:xo.extend("--ft-typography-caption-font-family","",Go),fontSize:xo.extend("--ft-typography-caption-font-size","",Yo.fontSize,"12px"),fontWeight:xo.extend("--ft-typography-caption-font-weight","",Yo.fontWeight,"normal"),letterSpacing:xo.extend("--ft-typography-caption-letter-spacing","",Yo.letterSpacing,"0.396px"),lineHeight:xo.extend("--ft-typography-caption-line-height","",Yo.lineHeight,"1.33"),textTransform:xo.extend("--ft-typography-caption-text-transform","",Yo.textTransform,"inherit")},Ue=xo.extend("--ft-typography-breadcrumb-font-family","",Go),Re=xo.extend("--ft-typography-breadcrumb-font-size","",Yo.fontSize,"10px"),$e=xo.extend("--ft-typography-breadcrumb-font-weight","",Yo.fontWeight,"normal"),Ie=xo.extend("--ft-typography-breadcrumb-letter-spacing","",Yo.letterSpacing,"0.33px"),We=xo.extend("--ft-typography-breadcrumb-line-height","",Yo.lineHeight,"1.6"),ke=xo.extend("--ft-typography-breadcrumb-text-transform","",Yo.textTransform,"inherit"),Le=xo.extend("--ft-typography-overline-font-family","",Go),Ke=xo.extend("--ft-typography-overline-font-size","",Yo.fontSize,"10px"),Ze=xo.extend("--ft-typography-overline-font-weight","",Yo.fontWeight,"normal"),ze=xo.extend("--ft-typography-overline-letter-spacing","",Yo.letterSpacing,"1.5px"),Fe=xo.extend("--ft-typography-overline-line-height","",Yo.lineHeight,"1.6"),De=xo.extend("--ft-typography-overline-text-transform","",Yo.textTransform,"uppercase"),Ae=xo.extend("--ft-typography-button-font-family","",Go),Me=xo.extend("--ft-typography-button-font-size","",Yo.fontSize,"14px"),Be=xo.extend("--ft-typography-button-font-weight","",Yo.fontWeight,"600"),He=xo.extend("--ft-typography-button-letter-spacing","",Yo.letterSpacing,"1.246px"),Pe=xo.extend("--ft-typography-button-line-height","",Yo.lineHeight,"1.15"),_e=xo.extend("--ft-typography-button-text-transform","",Yo.textTransform,"uppercase"),Te=mt`
116
116
  .ft-typography--title {
117
117
  font-family: ${Vo};
118
118
  font-size: ${Jo};
@@ -127,13 +127,13 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
127
127
  font-size: ${ee};
128
128
  font-weight: ${re};
129
129
  letter-spacing: ${ie};
130
- line-height: ${ne};
131
- text-transform: ${ae};
130
+ line-height: ${ae};
131
+ text-transform: ${ne};
132
132
  }
133
133
  `,Ge=mt`
134
134
  .ft-typography--subtitle1 {
135
- font-family: ${se};
136
- font-size: ${le};
135
+ font-family: ${le};
136
+ font-size: ${se};
137
137
  font-weight: ${ce};
138
138
  letter-spacing: ${pe};
139
139
  line-height: ${fe};
@@ -143,8 +143,8 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
143
143
  .ft-typography--subtitle2 {
144
144
  font-family: ${de};
145
145
  font-size: ${ye};
146
- font-weight: ${ue};
147
- letter-spacing: ${ge};
146
+ font-weight: ${ge};
147
+ letter-spacing: ${ue};
148
148
  line-height: ${be};
149
149
  text-transform: ${me};
150
150
  }
@@ -160,26 +160,26 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
160
160
  }
161
161
  `,Je=mt`
162
162
  .ft-typography--body2 {
163
- font-family: ${Ne};
164
- font-size: ${Se};
165
- font-weight: ${xe};
163
+ font-family: ${xe};
164
+ font-size: ${Ne};
165
+ font-weight: ${Se};
166
166
  letter-spacing: ${ve};
167
167
  line-height: ${we};
168
168
  text-transform: ${Ce};
169
169
  }
170
170
  `,Xe=mt`
171
171
  .ft-typography--caption {
172
- font-family: ${Re.fontFamily};
173
- font-size: ${Re.fontSize};
174
- font-weight: ${Re.fontWeight};
175
- letter-spacing: ${Re.letterSpacing};
176
- line-height: ${Re.lineHeight};
177
- text-transform: ${Re.textTransform};
172
+ font-family: ${Ee.fontFamily};
173
+ font-size: ${Ee.fontSize};
174
+ font-weight: ${Ee.fontWeight};
175
+ letter-spacing: ${Ee.letterSpacing};
176
+ line-height: ${Ee.lineHeight};
177
+ text-transform: ${Ee.textTransform};
178
178
  }
179
179
  `,qe=mt`
180
180
  .ft-typography--breadcrumb {
181
- font-family: ${Ee};
182
- font-size: ${Ue};
181
+ font-family: ${Ue};
182
+ font-size: ${Re};
183
183
  font-weight: ${$e};
184
184
  letter-spacing: ${Ie};
185
185
  line-height: ${We};
@@ -196,11 +196,11 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
196
196
  }
197
197
  `,tr=mt`
198
198
  .ft-typography--button {
199
- font-family: ${Me};
200
- font-size: ${Ae};
199
+ font-family: ${Ae};
200
+ font-size: ${Me};
201
201
  font-weight: ${Be};
202
- letter-spacing: ${Pe};
203
- line-height: ${He};
202
+ letter-spacing: ${He};
203
+ line-height: ${Pe};
204
204
  text-transform: ${_e};
205
205
  }
206
206
  `,or=mt`
@@ -216,7 +216,7 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
216
216
  line-height: ${o.lineHeight};
217
217
  text-transform: ${o.textCase};
218
218
  }
219
- `}(t)))],rr={fontSize:No.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:No.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:No.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:No.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:No.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:No.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:No.extend("--ft-input-label-border-color","",Co.colorOutline),textColor:No.extend("--ft-input-label-text-color","",Co.colorOnSurfaceMedium),disabledTextColor:No.extend("--ft-input-label-disabled-text-color","",Co.colorOnSurfaceDisabled),colorSurface:No.external(Co.colorSurface,"Design system"),borderRadiusS:No.external(Co.borderRadiusS,"Design system"),colorError:No.external(Co.colorError,"Design system")},ir=mt`
219
+ `}(t)))],rr={fontSize:xo.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:xo.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:xo.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:xo.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:xo.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:xo.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:xo.extend("--ft-input-label-border-color","",Co.colorOutline),textColor:xo.extend("--ft-input-label-text-color","",Co.colorOnSurfaceMedium),disabledTextColor:xo.extend("--ft-input-label-disabled-text-color","",Co.colorOnSurfaceDisabled),colorSurface:xo.external(Co.colorSurface,"Design system"),borderRadiusS:xo.external(Co.borderRadiusS,"Design system"),colorError:xo.external(Co.colorError,"Design system")},ir=mt`
220
220
  .ft-input-label {
221
221
  position: absolute;
222
222
  inset: 0;
@@ -267,8 +267,8 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
267
267
  transition: font-size 250ms, line-height 250ms, color 250ms;
268
268
  max-width: calc(${rr.labelMaxWidth} - 2 * (${rr.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
269
269
  text-overflow: ellipsis;
270
- ${So(Re.fontSize,rr.fontSize)};
271
- ${So(Re.lineHeight,rr.fontSize)};
270
+ ${No(Ee.fontSize,rr.fontSize)};
271
+ ${No(Ee.lineHeight,rr.fontSize)};
272
272
  }
273
273
 
274
274
  .ft-input-label--in-error .ft-input-label--text {
@@ -300,8 +300,8 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
300
300
  }
301
301
 
302
302
  .ft-input-label--raised .ft-input-label--text {
303
- ${So(Re.fontSize,rr.raisedFontSize)};
304
- ${So(Re.lineHeight,rr.raisedFontSize)};
303
+ ${No(Ee.fontSize,rr.raisedFontSize)};
304
+ ${No(Ee.lineHeight,rr.raisedFontSize)};
305
305
  }
306
306
 
307
307
  .ft-input-label--raised .ft-input-label--floating-text {
@@ -338,7 +338,7 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
338
338
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
339
339
  border-top: none;
340
340
  }
341
- `,nr=No.extend("--ft-ripple-color","",Co.colorContent),ar={color:nr,backgroundColor:No.extend("--ft-ripple-background-color","",nr),opacityContentOnSurfacePressed:No.external(Co.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:No.external(Co.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:No.external(Co.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:No.external(Co.opacityContentOnSurfaceSelected,"Design system"),borderRadius:No.create("--ft-ripple-border-radius","","SIZE","0px")},sr=No.extend("--ft-ripple-color","",Co.colorPrimary),lr=sr,cr=No.extend("--ft-ripple-background-color","",sr),pr=No.extend("--ft-ripple-color","",Co.colorSecondary),fr=pr,hr=No.extend("--ft-ripple-background-color","",pr),dr=mt`
341
+ `,ar=xo.extend("--ft-ripple-color","",Co.colorContent),nr={color:ar,backgroundColor:xo.extend("--ft-ripple-background-color","",ar),opacityContentOnSurfacePressed:xo.external(Co.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:xo.external(Co.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:xo.external(Co.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:xo.external(Co.opacityContentOnSurfaceSelected,"Design system"),borderRadius:xo.create("--ft-ripple-border-radius","","SIZE","0px")},lr=xo.extend("--ft-ripple-color","",Co.colorPrimary),sr=lr,cr=xo.extend("--ft-ripple-background-color","",lr),pr=xo.extend("--ft-ripple-color","",Co.colorSecondary),fr=pr,hr=xo.extend("--ft-ripple-background-color","",pr),dr=mt`
342
342
  :host {
343
343
  display: contents;
344
344
  }
@@ -351,7 +351,7 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
351
351
 
352
352
  .ft-ripple:not(.ft-ripple--unbounded) {
353
353
  overflow: hidden;
354
- border-radius: ${ar.borderRadius};
354
+ border-radius: ${nr.borderRadius};
355
355
  }
356
356
 
357
357
  .ft-ripple .ft-ripple--background,
@@ -385,11 +385,11 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
385
385
  }
386
386
 
387
387
  .ft-ripple .ft-ripple--background {
388
- background-color: ${ar.backgroundColor};
388
+ background-color: ${nr.backgroundColor};
389
389
  }
390
390
 
391
391
  .ft-ripple .ft-ripple--effect {
392
- background-color: ${ar.color};
392
+ background-color: ${nr.color};
393
393
  }
394
394
 
395
395
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
@@ -405,7 +405,7 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
405
405
  }
406
406
 
407
407
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
408
- background-color: ${lr};
408
+ background-color: ${sr};
409
409
  }
410
410
 
411
411
  .ft-ripple .ft-ripple--background {
@@ -435,22 +435,22 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
435
435
  }
436
436
 
437
437
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
438
- opacity: ${ar.opacityContentOnSurfaceHover};
438
+ opacity: ${nr.opacityContentOnSurfaceHover};
439
439
  }
440
440
 
441
441
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
442
- opacity: ${ar.opacityContentOnSurfaceSelected};
442
+ opacity: ${nr.opacityContentOnSurfaceSelected};
443
443
  }
444
444
 
445
445
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
446
- opacity: ${ar.opacityContentOnSurfaceFocused};
446
+ opacity: ${nr.opacityContentOnSurfaceFocused};
447
447
  }
448
448
 
449
449
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
450
- opacity: ${ar.opacityContentOnSurfacePressed};
450
+ opacity: ${nr.opacityContentOnSurfacePressed};
451
451
  transform: translate(-50%, -50%) scale(1);
452
452
  }
453
- `,yr={fontSize:No.create("--ft-number-field-font-size","","SIZE","14px"),labelSize:No.create("--ft-number-field-label-size","","SIZE","11px"),verticalSpacing:No.create("--ft-number-field-vertical-spacing","","SIZE","4px"),horizontalSpacing:No.create("--ft-number-field-horizontal-spacing","","SIZE","16px"),colorPrimary:No.external(Co.colorPrimary,"Design system"),colorOnSurface:No.external(Co.colorOnSurface,"Design system"),colorOnSurfaceDisabled:No.external(Co.colorOnSurfaceDisabled,"Design system"),borderRadiusS:No.external(Co.borderRadiusS,"Design system"),colorSurface:No.external(Co.colorSurface,"Design system"),colorOutline:No.external(Co.colorOutline,"Design system")},ur=mt`
453
+ `,yr={fontSize:xo.create("--ft-number-field-font-size","","SIZE","14px"),labelSize:xo.create("--ft-number-field-label-size","","SIZE","11px"),verticalSpacing:xo.create("--ft-number-field-vertical-spacing","","SIZE","4px"),horizontalSpacing:xo.create("--ft-number-field-horizontal-spacing","","SIZE","16px"),colorPrimary:xo.external(Co.colorPrimary,"Design system"),colorOnSurface:xo.external(Co.colorOnSurface,"Design system"),colorOnSurfaceDisabled:xo.external(Co.colorOnSurfaceDisabled,"Design system"),borderRadiusS:xo.external(Co.borderRadiusS,"Design system"),colorSurface:xo.external(Co.colorSurface,"Design system"),colorOutline:xo.external(Co.colorOutline,"Design system")},gr=mt`
454
454
  *:focus {
455
455
  outline: none;
456
456
  }
@@ -463,10 +463,10 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
463
463
  }
464
464
 
465
465
  ft-input-label {
466
- ${So(rr.fontSize,yr.fontSize)};
467
- ${So(rr.raisedFontSize,yr.labelSize)};
468
- ${So(rr.verticalSpacing,yr.verticalSpacing)};
469
- ${So(rr.horizontalSpacing,yr.horizontalSpacing)};
466
+ ${No(rr.fontSize,yr.fontSize)};
467
+ ${No(rr.raisedFontSize,yr.labelSize)};
468
+ ${No(rr.verticalSpacing,yr.verticalSpacing)};
469
+ ${No(rr.horizontalSpacing,yr.horizontalSpacing)};
470
470
  }
471
471
 
472
472
  .ft-number-field--main-panel {
@@ -483,13 +483,13 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
483
483
  overflow: hidden;
484
484
  padding: 0 ${yr.horizontalSpacing};
485
485
 
486
- ${So(Oe.fontSize,yr.fontSize)};
487
- ${So(Oe.lineHeight,yr.fontSize)};
486
+ ${No(Oe.fontSize,yr.fontSize)};
487
+ ${No(Oe.lineHeight,yr.fontSize)};
488
488
  }
489
489
 
490
490
  .ft-number-field--input-panel ft-ripple {
491
- ${So(ar.opacityContentOnSurfaceHover,"0.08")};
492
- ${So(ar.opacityContentOnSurfacePressed,"0.04")};
491
+ ${No(nr.opacityContentOnSurfaceHover,"0.08")};
492
+ ${No(nr.opacityContentOnSurfacePressed,"0.04")};
493
493
  }
494
494
 
495
495
  .ft-number-field--filled.ft-number-field--with-label .ft-number-field--input-panel {
@@ -522,8 +522,8 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
522
522
  }
523
523
 
524
524
  .ft-number-field:not(.ft-number-field--disabled):focus-within ft-input-label {
525
- ${So(rr.borderColor,yr.colorPrimary)};
526
- ${So(rr.textColor,yr.colorPrimary)};
525
+ ${No(rr.borderColor,yr.colorPrimary)};
526
+ ${No(rr.textColor,yr.colorPrimary)};
527
527
  }
528
528
 
529
529
  .ft-number-field--filled .ft-number-field--input-panel {
@@ -544,12 +544,12 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
544
544
  * @license
545
545
  * Copyright 2017 Google LLC
546
546
  * SPDX-License-Identifier: BSD-3-Clause
547
- */,gr=1;let br=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)}};
547
+ */,ur=1;let br=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)}};
548
548
  /**
549
549
  * @license
550
550
  * Copyright 2018 Google LLC
551
551
  * SPDX-License-Identifier: BSD-3-Clause
552
- */const mr=(t=>(...o)=>({_$litDirective$:t,values:o}))(class extends br{constructor(t){if(super(t),t.type!==gr||"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 q}});var Or=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(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 Nr extends Ko{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return to`
552
+ */const mr=(t=>(...o)=>({_$litDirective$:t,values:o}))(class extends br{constructor(t){if(super(t),t.type!==ur||"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 q}});var Or=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class xr extends Ko{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return to`
553
553
  <div class="${mr(t)}">
554
554
  ${this.text?to`
555
555
  <div class="ft-input-label--text ft-typography--caption">
@@ -558,7 +558,7 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
558
558
  </div>
559
559
  `:null}
560
560
  </div>
561
- `}}Nr.elementDefinitions={},Nr.styles=[Xe,ir],Or([C({type:String})],Nr.prototype,"text",void 0),Or([C({type:Boolean})],Nr.prototype,"raised",void 0),Or([C({type:Boolean})],Nr.prototype,"outlined",void 0),Or([C({type:Boolean})],Nr.prototype,"disabled",void 0),Or([C({type:Boolean})],Nr.prototype,"error",void 0),I("ft-input-label")(Nr);var Sr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(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 xr extends Ko{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 o(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 o(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 to`
561
+ `}}xr.elementDefinitions={},xr.styles=[Xe,ir],Or([C({type:String})],xr.prototype,"text",void 0),Or([C({type:Boolean})],xr.prototype,"raised",void 0),Or([C({type:Boolean})],xr.prototype,"outlined",void 0),Or([C({type:Boolean})],xr.prototype,"disabled",void 0),Or([C({type:Boolean})],xr.prototype,"error",void 0),I("ft-input-label")(xr);var Nr=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Sr extends Ko{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 o(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 o(10),this.moveRipple=t=>{var o,e;let{x:r,y:i}=this.getCoordinates(t),a=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-a.x:a.width/2),this.originY=Math.round(null!=i?i-a.y:a.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 to`
562
562
  <style>
563
563
  .ft-ripple .ft-ripple--effect {
564
564
  left: ${this.originX}px;
@@ -569,20 +569,20 @@ class bo extends Kt{constructor(){super(...arguments),this.renderOptions={host:t
569
569
  <div class="ft-ripple--background"></div>
570
570
  <div class="ft-ripple--effect"></div>
571
571
  </div>
572
- `}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()}}xr.elementDefinitions={},xr.styles=dr,Sr([C({type:Boolean})],xr.prototype,"primary",void 0),Sr([C({type:Boolean})],xr.prototype,"secondary",void 0),Sr([C({type:Boolean})],xr.prototype,"unbounded",void 0),Sr([C({type:Boolean})],xr.prototype,"activated",void 0),Sr([C({type:Boolean})],xr.prototype,"selected",void 0),Sr([C({type:Boolean})],xr.prototype,"disabled",void 0),Sr([R()],xr.prototype,"hovered",void 0),Sr([R()],xr.prototype,"focused",void 0),Sr([R()],xr.prototype,"pressed",void 0),Sr([R()],xr.prototype,"rippling",void 0),Sr([R()],xr.prototype,"originX",void 0),Sr([R()],xr.prototype,"originY",void 0),Sr([U(".ft-ripple")],xr.prototype,"ripple",void 0),Sr([U(".ft-ripple--effect")],xr.prototype,"rippleEffect",void 0),I("ft-ripple")(xr);
572
+ `}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)},a={passive:!0};t.addEventListener("mouseover",this.startHover,a),t.addEventListener("mousemove",this.moveRipple,a),t.addEventListener("mouseleave",this.endHover,a),t.addEventListener("mousedown",e,a),t.addEventListener("touchstart",r,a),t.addEventListener("touchmove",this.moveRipple,a),t.addEventListener("keydown",i,a),t.addEventListener("focus",this.startFocus,a),t.addEventListener("blur",this.endFocus,a),t.addEventListener("focusin",this.startFocus,a),t.addEventListener("focusout",this.endFocus,a),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,a),t.removeEventListener("mousemove",this.moveRipple,a),t.removeEventListener("mouseleave",this.endHover,a),t.removeEventListener("mousedown",e,a),t.removeEventListener("touchstart",r,a),t.removeEventListener("touchmove",this.moveRipple,a),t.removeEventListener("keydown",i,a),t.removeEventListener("focus",this.startFocus,a),t.removeEventListener("blur",this.endFocus,a),t.removeEventListener("focusin",this.startFocus,a),t.removeEventListener("focusout",this.endFocus,a),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()}}Sr.elementDefinitions={},Sr.styles=dr,Nr([C({type:Boolean})],Sr.prototype,"primary",void 0),Nr([C({type:Boolean})],Sr.prototype,"secondary",void 0),Nr([C({type:Boolean})],Sr.prototype,"unbounded",void 0),Nr([C({type:Boolean})],Sr.prototype,"activated",void 0),Nr([C({type:Boolean})],Sr.prototype,"selected",void 0),Nr([C({type:Boolean})],Sr.prototype,"disabled",void 0),Nr([E()],Sr.prototype,"hovered",void 0),Nr([E()],Sr.prototype,"focused",void 0),Nr([E()],Sr.prototype,"pressed",void 0),Nr([E()],Sr.prototype,"rippling",void 0),Nr([E()],Sr.prototype,"originX",void 0),Nr([E()],Sr.prototype,"originY",void 0),Nr([R(".ft-ripple")],Sr.prototype,"ripple",void 0),Nr([R(".ft-ripple--effect")],Sr.prototype,"rippleEffect",void 0),I("ft-ripple")(Sr);
573
573
  /**
574
574
  * @license
575
575
  * Copyright 2020 Google LLC
576
576
  * SPDX-License-Identifier: BSD-3-Clause
577
577
  */
578
- const vr=Symbol.for(""),wr=t=>{if(t?.r===vr)return t?._$litStatic$},Cr=t=>({_$litStatic$:t,r:vr}),Rr=new Map,Er=(t=>(o,...e)=>{const r=e.length;let i,n;const a=[],s=[];let l,c=0,p=!1;for(;c<r;){for(l=o[c];c<r&&void 0!==(n=e[c],i=wr(n));)l+=i+o[++c],p=!0;c!==r&&s.push(n),a.push(l),c++}if(c===r&&a.push(o[r]),p){const t=a.join("$$lit$$");void 0===(o=Rr.get(t))&&(a.raw=a,Rr.set(t,o=a)),e=s}return t(o,...e)})(X);var Ur;!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"}(Ur||(Ur={}));var $r=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(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 Ir extends Ko{constructor(){super(...arguments),this.variant=Ur.body1}render(){return this.element?Er`
578
+ const vr=Symbol.for(""),wr=t=>{if(t?.r===vr)return t?._$litStatic$},Cr=t=>({_$litStatic$:t,r:vr}),Er=new Map,Ur=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],l=[];let s,c=0,p=!1;for(;c<r;){for(s=o[c];c<r&&void 0!==(a=e[c],i=wr(a));)s+=i+o[++c],p=!0;c!==r&&l.push(a),n.push(s),c++}if(c===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=Er.get(t))&&(n.raw=n,Er.set(t,o=n)),e=l}return t(o,...e)})(X);var Rr;!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"}(Rr||(Rr={}));var $r=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Ir extends Ko{constructor(){super(...arguments),this.variant=Rr.body1}render(){return this.element?Ur`
579
579
  <${Cr(this.element)}
580
580
  class="ft-typography ft-typography--${this.variant}">
581
581
  <slot></slot>
582
582
  </${Cr(this.element)}>
583
- `:Er`
583
+ `:Ur`
584
584
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
585
- `}}Ir.styles=[Te,je,Ge,Ye,Ve,Je,Xe,qe,Qe,tr,or,...er],$r([C()],Ir.prototype,"element",void 0),$r([C()],Ir.prototype,"variant",void 0),I("ft-typography")(Ir);var Wr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(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 kr extends Ko{constructor(){super(...arguments),this.outlined=!1,this.disabled=!1,this.focused=!1}render(){const t={"ft-number-field":!0,"ft-number-field--filled":!this.outlined,"ft-number-field--outlined":this.outlined,"ft-number-field--disabled":this.disabled,"ft-number-field--has-value":null!=this.value,"ft-number-field--with-label":!!this.label};return to`
585
+ `}}Ir.styles=[Te,je,Ge,Ye,Ve,Je,Xe,qe,Qe,tr,or,...er],$r([C()],Ir.prototype,"element",void 0),$r([C()],Ir.prototype,"variant",void 0),I("ft-typography")(Ir);var Wr=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class kr extends Ko{constructor(){super(...arguments),this.outlined=!1,this.disabled=!1,this.focused=!1}render(){const t={"ft-number-field":!0,"ft-number-field--filled":!this.outlined,"ft-number-field--outlined":this.outlined,"ft-number-field--disabled":this.disabled,"ft-number-field--has-value":null!=this.value,"ft-number-field--with-label":!!this.label};return to`
586
586
  <div class="${mr(t)}">
587
587
  <div class="ft-number-field--main-panel"
588
588
  @focusout=${this.onMainPanelBlur}>
@@ -609,4 +609,4 @@ const vr=Symbol.for(""),wr=t=>{if(t?.r===vr)return t?._$litStatic$},Cr=t=>({_$li
609
609
  </div>
610
610
  </div>
611
611
  </div>
612
- `}update(t){super.update(t),(t.has("max")||t.has("min"))&&this.setValue(this.value)}lowerBound(t){return null!=this.min?Math.max(this.min,t):t}upperBound(t){return null!=this.max?Math.min(this.max,t):t}onChange(t){t.preventDefault(),t.stopPropagation(),this.setValue(+t.target.value)}setValue(t){let o=this.value;this.value=t;let e=null==this.value?void 0:this.lowerBound(this.upperBound(this.value));setTimeout((()=>{this.value=e,o!==e&&this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}))}onFocus(){this.focused=!0}onMainPanelBlur(){var t;(null===(t=this.mainPanel)||void 0===t?void 0:t.matches(":focus-within"))||(this.focused=!1)}}kr.elementDefinitions={"ft-input-label":Nr,"ft-ripple":xr,"ft-typography":Ir},kr.styles=ur,Wr([C()],kr.prototype,"label",void 0),Wr([W()],kr.prototype,"value",void 0),Wr([C({type:Boolean})],kr.prototype,"outlined",void 0),Wr([C({type:Boolean})],kr.prototype,"disabled",void 0),Wr([W()],kr.prototype,"min",void 0),Wr([W()],kr.prototype,"max",void 0),Wr([R()],kr.prototype,"focused",void 0),Wr([U(".ft-number-field--input")],kr.prototype,"input",void 0),Wr([U(".ft-number-field--main-panel")],kr.prototype,"mainPanel",void 0),I("ft-number-field")(kr),t.FtNumberField=kr,t.FtNumberFieldCssVariables=yr,t.styles=ur}({});
612
+ `}update(t){super.update(t),(t.has("max")||t.has("min"))&&this.setValue(this.value)}lowerBound(t){return null!=this.min?Math.max(this.min,t):t}upperBound(t){return null!=this.max?Math.min(this.max,t):t}onChange(t){t.preventDefault(),t.stopPropagation(),this.setValue(+t.target.value)}setValue(t){let o=this.value;this.value=t;let e=null==this.value?void 0:this.lowerBound(this.upperBound(this.value));setTimeout((()=>{this.value=e,o!==e&&this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}))}onFocus(){this.focused=!0}onMainPanelBlur(){var t;(null===(t=this.mainPanel)||void 0===t?void 0:t.matches(":focus-within"))||(this.focused=!1)}}kr.elementDefinitions={"ft-input-label":xr,"ft-ripple":Sr,"ft-typography":Ir},kr.styles=gr,Wr([C()],kr.prototype,"label",void 0),Wr([W()],kr.prototype,"value",void 0),Wr([C({type:Boolean})],kr.prototype,"outlined",void 0),Wr([C({type:Boolean})],kr.prototype,"disabled",void 0),Wr([W()],kr.prototype,"min",void 0),Wr([W()],kr.prototype,"max",void 0),Wr([E()],kr.prototype,"focused",void 0),Wr([R(".ft-number-field--input")],kr.prototype,"input",void 0),Wr([R(".ft-number-field--main-panel")],kr.prototype,"mainPanel",void 0),I("ft-number-field")(kr),t.FtNumberField=kr,t.FtNumberFieldCssVariables=yr,t.styles=gr}({});