@fluid-topics/ft-text-area 1.0.63 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,69 +1,83 @@
1
1
  !function(t){
2
2
  /**
3
- * @license
4
- * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
- * This code may only be used under the BSD style license found at
6
- * http://polymer.github.io/LICENSE.txt
7
- * The complete set of authors may be found at
8
- * http://polymer.github.io/AUTHORS.txt
9
- * The complete set of contributors may be found at
10
- * http://polymer.github.io/CONTRIBUTORS.txt
11
- * Code distributed by Google as part of the polymer project is also
12
- * subject to an additional IP rights grant found at
13
- * http://polymer.github.io/PATENTS.txt
14
- *
15
- * @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
16
- */
17
- 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)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t||"HTMLElement"===e?.prototype?.constructor?.name?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.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)throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`);r?.call(this,...o)}}));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(re){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}}
3
+ * @license
4
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
+ * This code may only be used under the BSD style license found at
6
+ * http://polymer.github.io/LICENSE.txt
7
+ * The complete set of authors may be found at
8
+ * http://polymer.github.io/AUTHORS.txt
9
+ * The complete set of contributors may be found at
10
+ * http://polymer.github.io/CONTRIBUTORS.txt
11
+ * Code distributed by Google as part of the polymer project is also
12
+ * subject to an additional IP rights grant found at
13
+ * http://polymer.github.io/PATENTS.txt
14
+ */
15
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,r=window.customElements,i=new WeakMap,a=new WeakMap,n=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=o.call(r,t);p||(p=f(t),e.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 e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=n.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),i.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,p=t=>{let e=t.getRootNode();if(!c(e)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},f=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=p(o)||window.customElements,i=r._getDefinition(e);return i?y(o,i):a.set(o,r),o}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const a=t.toLowerCase();if(e.has(a)){const t=this.getAttribute(a);r.call(this,a,i),o.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(e.has(r)){const t=this.getAttribute(r);i.call(this,r),o.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(e.has(i)){const t=this.getAttribute(i);a.call(this,i,r);const e=this.getAttribute(i);o.call(this,i,t,e)}else a.call(this,i,r)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},y=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),l=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=g.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let u=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){u.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),u.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){u.push(this),o.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,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===i.get(o).formAssociated)return r?.call(this,...e);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class a{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),i=e.get(r)||[];this[+o]=t,i.push(t),e.set(r,i)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new r(t))}))}namedItem(t){return this[t]}}const n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),e=[];for(const o of t){const t=i.get(o);t&&!0!==t.formAssociated||e.push(o)}return new a(e)}})}}try{window.customElements.define("custom-element",null)}catch(lr){const t=window.customElements.define;window.customElements.define=(e,o,r)=>{if(null!==o)try{t.bind(window.customElements)(e,o,r)}catch(t){console.info(e,o,r,t)}}}class e{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
18
16
  /**
19
- * @license
20
- * Copyright 2017 Google LLC
21
- * SPDX-License-Identifier: BSD-3-Clause
22
- */const e=(t,o)=>"method"===o.kind&&o.descriptor&&!("value"in o.descriptor)?{...o,finisher(e){e.createProperty(o.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:o.key,initializer(){"function"==typeof o.initializer&&(this[o.key]=o.initializer.call(this))},finisher(e){e.createProperty(o.key,t)}};function r(t){return(o,r)=>void 0!==r?((t,o,e)=>{o.constructor.createProperty(e,t)})(t,o,r):e(t,o)
17
+ * @license
18
+ * Copyright 2019 Google LLC
19
+ * SPDX-License-Identifier: BSD-3-Clause
20
+ */const o=globalThis,r=o.ShadowRoot&&(void 0===o.ShadyCSS||o.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,i=Symbol(),a=new WeakMap;const n=t=>new class{constructor(t,e,o){if(this._$cssResult$=!0,o!==i)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(r&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=a.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&a.set(e,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 e="";for(const o of t.cssRules)e+=o.cssText;return n(e)})(t):t
23
21
  /**
24
- * @license
25
- * Copyright 2017 Google LLC
26
- * SPDX-License-Identifier: BSD-3-Clause
27
- */}function i(t){return r({...t,state:!0})}
22
+ * @license
23
+ * Copyright 2017 Google LLC
24
+ * SPDX-License-Identifier: BSD-3-Clause
25
+ */,{is:l,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,e)=>t,x={toAttribute(t,e){switch(e){case Boolean:t=t?u:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},O=(t,e)=>!l(t,e),N={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:O};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;let v=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=N){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&c(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=p(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const a=r?.call(this);i.call(this,e),this.requestUpdate(t,a,o)},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,e=[...f(t),...h(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(s(t))}else void 0!==t&&e.push(s(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,e)=>{if(r)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of e){const e=document.createElement("style"),i=o.litNonce;void 0!==i&&e.setAttribute("nonce",i),e.textContent=r.cssText,t.appendChild(e)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const i=(void 0!==o.converter?.toAttribute?o.converter:x).toAttribute(e,o.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:x;this._$Em=r,this[r]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,i){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??O)(r?i:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};v.elementStyles=[],v.shadowRootOptions={mode:"open"},v[m("elementProperties")]=new Map,v[m("finalized")]=new Map,b?.({ReactiveElement:v}),(y.reactiveElementVersions??=[]).push("2.0.2");
28
26
  /**
29
- * @license
30
- * Copyright 2017 Google LLC
31
- * SPDX-License-Identifier: BSD-3-Clause
32
- */
27
+ * @license
28
+ * Copyright 2017 Google LLC
29
+ * SPDX-License-Identifier: BSD-3-Clause
30
+ */
31
+ const S={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:O},w=(t=S,e,o)=>{const{kind:r,metadata:i}=o;let a=globalThis.litPropertyMetadata.get(i);if(void 0===a&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(o.name,t),"accessor"===r){const{name:r}=o;return{set(o){const i=e.get.call(this);e.set.call(this,o),this.requestUpdate(r,i,t)},init(e){return void 0!==e&&this.C(r,void 0,t),e}}}if("setter"===r){const{name:r}=o;return function(o){const i=this[r];e.call(this,o),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};function C(t){return(e,o)=>"object"==typeof o?w(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)
33
32
  /**
34
- * @license
35
- * Copyright 2017 Google LLC
36
- * SPDX-License-Identifier: BSD-3-Clause
37
- */
38
- function a(t,o){return(({finisher:t,descriptor:o})=>(e,r)=>{var i;if(void 0===r){const r=null!==(i=e.originalKey)&&void 0!==i?i:e.key,a=null!=o?{kind:"method",placement:"prototype",key:r,descriptor:o(e.key)}:{...e,key:r};return null!=t&&(a.finisher=function(o){t(o,r)}),a}{const i=e.constructor;void 0!==o&&Object.defineProperty(e,r,o(r)),null==t||t(i,r)}})({descriptor:e=>{const r={get(){var o,e;return null!==(e=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(t))&&void 0!==e?e:null},enumerable:!0,configurable:!0};if(o){const o="symbol"==typeof e?Symbol():"__"+e;r.get=function(){var e,r;return void 0===this[o]&&(this[o]=null!==(r=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==r?r:null),this[o]}}return r}})}
33
+ * @license
34
+ * Copyright 2017 Google LLC
35
+ * SPDX-License-Identifier: BSD-3-Clause
36
+ */}function $(t){return C({...t,state:!0,attribute:!1})}
39
37
  /**
40
- * @license
41
- * Copyright 2021 Google LLC
42
- * SPDX-License-Identifier: BSD-3-Clause
43
- */var n;function l(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(!l(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(!l(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(!l(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}null===(n=window.HTMLSlotElement)||void 0===n||n.prototype.assignedElements;const s=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};
38
+ * @license
39
+ * Copyright 2017 Google LLC
40
+ * SPDX-License-Identifier: BSD-3-Clause
41
+ */const E=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
44
42
  /**
45
- * @license
46
- * Copyright 2019 Google LLC
47
- * SPDX-License-Identifier: BSD-3-Clause
48
- */
49
- const c=window,p=c.ShadowRoot&&(void 0===c.ShadyCSS||c.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,f=Symbol(),h=new WeakMap;let d=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==f)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(p&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=h.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&h.set(o,t))}return t}toString(){return this.cssText}};const y=t=>new d("string"==typeof t?t:t+"",void 0,f),g=(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 d(e,t,f)},u=(t,o)=>{p?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=c.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))},b=p?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return y(o)})(t):t
43
+ * @license
44
+ * Copyright 2017 Google LLC
45
+ * SPDX-License-Identifier: BSD-3-Clause
46
+ */;function R(t,e){return(o,r,i)=>{const a=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof r?o:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return E(0,0,{get(){let o=t.call(this);return void 0===o&&(o=a(this),(null!==o||this.hasUpdated)&&e.call(this,o)),o}})}return E(0,0,{get(){return a(this)}})}}function U(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,i;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!U(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!U(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(i=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,i[r]))return!1;for(r=o;0!=r--;){var a=i[r];if(!U(t[a],e[a]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}const I=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};
50
47
  /**
51
- * @license
52
- * Copyright 2017 Google LLC
53
- * SPDX-License-Identifier: BSD-3-Clause
54
- */;var m;const x=window,O=x.trustedTypes,v=O?O.emptyScript:"",N=x.reactiveElementPolyfillSupport,S={toAttribute(t,o){switch(o){case Boolean:t=t?v: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}},w=(t,o)=>o!==t&&(o==o||t==t),C={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:w};let R=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var o;this.finalize(),(null!==(o=this.h)&&void 0!==o?o:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((o,e)=>{const r=this._$Ep(e,o);void 0!==r&&(this._$Ev.set(r,e),t.push(r))})),t}static createProperty(t,o=C){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const e="symbol"==typeof t?Symbol():"__"+t,r=this.getPropertyDescriptor(t,e,o);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){return{get(){return this[o]},set(r){const i=this[t];this[o]=r,this.requestUpdate(t,i,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||C}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,o=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const e of o)this.createProperty(e,t[e])}return this.elementStyles=this.finalizeStyles(this.styles),!0}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(b(t))}else void 0!==t&&o.push(b(t));return o}static _$Ep(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var o,e;(null!==(o=this._$ES)&&void 0!==o?o:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(e=t.hostConnected)||void 0===e||e.call(t))}removeController(t){var o;null===(o=this._$ES)||void 0===o||o.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,o)=>{this.hasOwnProperty(o)&&(this._$Ei.set(o,this[o]),delete this[o])}))}createRenderRoot(){var t;const o=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return u(o,this.constructor.elementStyles),o}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostConnected)||void 0===o?void 0:o.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostDisconnected)||void 0===o?void 0:o.call(t)}))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o,e=C){var r;const i=this.constructor._$Ep(t,e);if(void 0!==i&&!0===e.reflect){const a=(void 0!==(null===(r=e.converter)||void 0===r?void 0:r.toAttribute)?e.converter:S).toAttribute(o,e.type);this._$El=t,null==a?this.removeAttribute(i):this.setAttribute(i,a),this._$El=null}}_$AK(t,o){var e;const r=this.constructor,i=r._$Ev.get(t);if(void 0!==i&&this._$El!==i){const t=r.getPropertyOptions(i),a="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(e=t.converter)||void 0===e?void 0:e.fromAttribute)?t.converter:S;this._$El=i,this[i]=a.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,e){let r=!0;void 0!==t&&(((e=e||this.constructor.getPropertyOptions(t)).hasChanged||w)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,e))):r=!1),!this.isUpdatePending&&r&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,o)=>this[o]=t)),this._$Ei=void 0);let o=!1;const e=this._$AL;try{o=this.shouldUpdate(e),o?(this.willUpdate(e),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostUpdate)||void 0===o?void 0:o.call(t)})),this.update(e)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(e)}willUpdate(t){}_$AE(t){var o;null===(o=this._$ES)||void 0===o||o.forEach((t=>{var o;return null===(o=t.hostUpdated)||void 0===o?void 0:o.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,o)=>this._$EO(o,this[o],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
48
+ * @license
49
+ * Copyright 2017 Google LLC
50
+ * SPDX-License-Identifier: BSD-3-Clause
51
+ */
52
+ const W=globalThis,k=W.trustedTypes,L=k?k.createPolicy("lit-html",{createHTML:t=>t}):void 0,z="$lit$",K=`lit$${(Math.random()+"").slice(9)}$`,Z="?"+K,F=`<${Z}>`,D=document,M=()=>D.createComment(""),A=t=>null===t||"object"!=typeof t&&"function"!=typeof t,B=Array.isArray,P="[ \t\n\f\r]",H=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,j=/-->/g,_=/>/g,T=RegExp(`>|${P}(?:([^\\s"'>=/]+)(${P}*=${P}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),G=/'/g,Y=/"/g,V=/^(?:script|style|textarea|title)$/i,J=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),q=Symbol.for("lit-noChange"),X=Symbol.for("lit-nothing"),Q=new WeakMap,tt=D.createTreeWalker(D,129);function et(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==L?L.createHTML(e):e}let ot=class t{constructor({strings:e,_$litType$:o},r){let i;this.parts=[];let a=0,n=0;const s=e.length-1,l=this.parts,[c,p]=((t,e)=>{const o=t.length-1,r=[];let i,a=2===e?"<svg>":"",n=H;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,p=0;for(;p<o.length&&(n.lastIndex=p,l=n.exec(o),null!==l);)p=n.lastIndex,n===H?"!--"===l[1]?n=j:void 0!==l[1]?n=_:void 0!==l[2]?(V.test(l[2])&&(i=RegExp("</"+l[2],"g")),n=T):void 0!==l[3]&&(n=T):n===T?">"===l[0]?(n=i??H,c=-1):void 0===l[1]?c=-2:(c=n.lastIndex-l[2].length,s=l[1],n=void 0===l[3]?T:'"'===l[3]?Y:G):n===Y||n===G?n=T:n===j||n===_?n=H:(n=T,i=void 0);const f=n===T&&t[e+1].startsWith("/>")?" ":"";a+=n===H?o+F:c>=0?(r.push(s),o.slice(0,c)+z+o.slice(c)+K+f):o+K+(-2===c?e:f)}return[et(t,a+(t[o]||"<?>")+(2===e?"</svg>":"")),r]})(e,o);if(this.el=t.createElement(c,r),tt.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=tt.nextNode())&&l.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(z)){const e=p[n++],o=i.getAttribute(t).split(K),r=/([.?@])?(.*)/.exec(e);l.push({type:1,index:a,name:r[2],strings:o,ctor:"."===r[1]?nt:"?"===r[1]?st:"@"===r[1]?lt:at}),i.removeAttribute(t)}else t.startsWith(K)&&(l.push({type:6,index:a}),i.removeAttribute(t));if(V.test(i.tagName)){const t=i.textContent.split(K),e=t.length-1;if(e>0){i.textContent=k?k.emptyScript:"";for(let o=0;o<e;o++)i.append(t[o],M()),tt.nextNode(),l.push({type:2,index:++a});i.append(t[e],M())}}}else if(8===i.nodeType)if(i.data===Z)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=i.data.indexOf(K,t+1));)l.push({type:7,index:a}),t+=K.length-1}a++}}static createElement(t,e){const o=D.createElement("template");return o.innerHTML=t,o}};function rt(t,e,o=t,r){if(e===q)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const a=A(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=i:o._$Cl=i),void 0!==i&&(e=rt(t,i._$AS(t,e.values),i,r)),e}let it=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=X,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=rt(this,t,e),A(t)?t===X||null==t||""===t?(this._$AH!==X&&this._$AR(),this._$AH=X):t!==this._$AH&&t!==q&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>B(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!==X&&A(this._$AH)?this._$AA.nextSibling.data=t:this.$(D.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ot.createElement(et(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??D).importNode(e,!0);tt.currentNode=r;let i=tt.nextNode(),a=0,n=0,s=o[0];for(;void 0!==s;){if(a===s.index){let e;2===s.type?e=new it(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new ct(i,this,t)),this._$AV.push(e),s=o[++n]}a!==s?.index&&(i=tt.nextNode(),a++)}return tt.currentNode=D,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}}(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=Q.get(t.strings);return void 0===e&&Q.set(t.strings,e=new ot(t)),e}T(e){B(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,i=0;for(const a of e)i===o.length?o.push(r=new t(this.k(M()),this.k(M()),this,this.options)):r=o[i],r._$AI(a),i++;i<o.length&&(this._$AR(r&&r._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},at=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=X,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=X}_$AI(t,e=this,o,r){const i=this.strings;let a=!1;if(void 0===i)t=rt(this,t,e,0),a=!A(t)||t!==this._$AH&&t!==q,a&&(this._$AH=t);else{const r=t;let n,s;for(t=i[0],n=0;n<i.length-1;n++)s=rt(this,r[o+n],e,n),s===q&&(s=this._$AH[n]),a||=!A(s)||s!==this._$AH[n],s===X?t=X:t!==X&&(t+=(s??"")+i[n+1]),this._$AH[n]=s}a&&!r&&this.O(t)}O(t){t===X?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},nt=class extends at{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===X?void 0:t}},st=class extends at{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==X)}},lt=class extends at{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=rt(this,t,e,0)??X)===q)return;const o=this._$AH,r=t===X&&o!==X||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==X&&(o===X||r);r&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ct=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){rt(this,t)}};const pt=W.litHtmlPolyfillSupport;pt?.(ot,it),(W.litHtmlVersions??=[]).push("3.1.0");
55
53
  /**
56
- * @license
57
- * Copyright 2017 Google LLC
58
- * SPDX-License-Identifier: BSD-3-Clause
59
- */
60
- var E;R.finalized=!0,R.elementProperties=new Map,R.elementStyles=[],R.shadowRootOptions={mode:"open"},null==N||N({ReactiveElement:R}),(null!==(m=x.reactiveElementVersions)&&void 0!==m?m:x.reactiveElementVersions=[]).push("1.6.1");const $=window,U=$.trustedTypes,I=U?U.createPolicy("lit-html",{createHTML:t=>t}):void 0,W="$lit$",k=`lit$${(Math.random()+"").slice(9)}$`,L="?"+k,K=`<${L}>`,z=document,Z=()=>z.createComment(""),F=t=>null===t||"object"!=typeof t&&"function"!=typeof t,D=Array.isArray,B="[ \t\n\f\r]",M=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,A=/-->/g,H=/>/g,j=RegExp(`>|${B}(?:([^\\s"'>=/]+)(${B}*=${B}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),P=/'/g,G=/"/g,_=/^(?:script|style|textarea|title)$/i,T=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),Y=Symbol.for("lit-noChange"),V=Symbol.for("lit-nothing"),J=new WeakMap,q=z.createTreeWalker(z,129,null,!1),X=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=M;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===M?"!--"===s[1]?n=A:void 0!==s[1]?n=H:void 0!==s[2]?(_.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=j):void 0!==s[3]&&(n=j):n===j?">"===s[0]?(n=null!=i?i:M,c=-1):void 0===s[1]?c=-2:(c=n.lastIndex-s[2].length,l=s[1],n=void 0===s[3]?j:'"'===s[3]?G:P):n===G||n===P?n=j:n===A||n===H?n=M:(n=j,i=void 0);const f=n===j&&t[o+1].startsWith("/>")?" ":"";a+=n===M?e+K:c>=0?(r.push(l),e.slice(0,c)+W+e.slice(c)+k+f):e+k+(-2===c?(r.push(void 0),o):f)}const l=a+(t[e]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==I?I.createHTML(l):l,r]};class Q{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]=X(t,o);if(this.el=Q.createElement(s,e),q.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(r=q.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const o of r.getAttributeNames())if(o.endsWith(W)||o.startsWith(k)){const e=c[a++];if(t.push(o),void 0!==e){const t=r.getAttribute(e.toLowerCase()+W).split(k),o=/([.?@])?(.*)/.exec(e);l.push({type:1,index:i,name:o[2],strings:t,ctor:"."===o[1]?it:"?"===o[1]?nt:"@"===o[1]?lt:rt})}else l.push({type:6,index:i})}for(const o of t)r.removeAttribute(o)}if(_.test(r.tagName)){const t=r.textContent.split(k),o=t.length-1;if(o>0){r.textContent=U?U.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],Z()),q.nextNode(),l.push({type:2,index:++i});r.append(t[o],Z())}}}else if(8===r.nodeType)if(r.data===L)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(k,t+1));)l.push({type:7,index:i}),t+=k.length-1}i++}}static createElement(t,o){const e=z.createElement("template");return e.innerHTML=t,e}}function tt(t,o,e=t,r){var i,a,n,l;if(o===Y)return o;let s=void 0!==r?null===(i=e._$Co)||void 0===i?void 0:i[r]:e._$Cl;const c=F(o)?void 0:o._$litDirective$;return(null==s?void 0:s.constructor)!==c&&(null===(a=null==s?void 0:s._$AO)||void 0===a||a.call(s,!1),void 0===c?s=void 0:(s=new c(t),s._$AT(t,e,r)),void 0!==r?(null!==(n=(l=e)._$Co)&&void 0!==n?n:l._$Co=[])[r]=s:e._$Cl=s),void 0!==s&&(o=tt(t,s._$AS(t,o.values),s,r)),o}class ot{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){var o;const{el:{content:e},parts:r}=this._$AD,i=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:z).importNode(e,!0);q.currentNode=i;let a=q.nextNode(),n=0,l=0,s=r[0];for(;void 0!==s;){if(n===s.index){let o;2===s.type?o=new et(a,a.nextSibling,this,t):1===s.type?o=new s.ctor(a,s.name,s.strings,this,t):6===s.type&&(o=new st(a,this,t)),this._$AV.push(o),s=r[++l]}n!==(null==s?void 0:s.index)&&(a=q.nextNode(),n++)}return i}v(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++}}class et{constructor(t,o,e,r){var i;this.type=2,this._$AH=V,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cp=null===(i=null==r?void 0:r.isConnected)||void 0===i||i}get _$AU(){var t,o;return null!==(o=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==o?o:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===(null==t?void 0:t.nodeType)&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=tt(this,t,o),F(t)?t===V||null==t||""===t?(this._$AH!==V&&this._$AR(),this._$AH=V):t!==this._$AH&&t!==Y&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>D(t)||"function"==typeof(null==t?void 0: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!==V&&F(this._$AH)?this._$AA.nextSibling.data=t:this.$(z.createTextNode(t)),this._$AH=t}g(t){var o;const{values:e,_$litType$:r}=t,i="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=Q.createElement(r.h,this.options)),r);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===i)this._$AH.v(e);else{const t=new ot(i,this),o=t.u(this.options);t.v(e),this.$(o),this._$AH=t}}_$AC(t){let o=J.get(t.strings);return void 0===o&&J.set(t.strings,o=new Q(t)),o}T(t){D(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 et(this.k(Z()),this.k(Z()),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){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class rt{constructor(t,o,e,r,i){this.type=1,this._$AH=V,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=V}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=tt(this,t,o,0),a=!F(t)||t!==this._$AH&&t!==Y,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=tt(this,r[e+n],o,n),l===Y&&(l=this._$AH[n]),a||(a=!F(l)||l!==this._$AH[n]),l===V?t=V:t!==V&&(t+=(null!=l?l:"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.j(t)}j(t){t===V?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class it extends rt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===V?void 0:t}}const at=U?U.emptyScript:"";class nt extends rt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==V?this.element.setAttribute(this.name,at):this.element.removeAttribute(this.name)}}class lt extends rt{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){var e;if((t=null!==(e=tt(this,t,o,0))&&void 0!==e?e:V)===Y)return;const r=this._$AH,i=t===V&&r!==V||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,a=t!==V&&(r===V||i);i&&this.element.removeEventListener(this.name,this,r),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class st{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){tt(this,t)}}const ct=$.litHtmlPolyfillSupport;null==ct||ct(Q,et),(null!==(E=$.litHtmlVersions)&&void 0!==E?E:$.litHtmlVersions=[]).push("2.7.3");
54
+ * @license
55
+ * Copyright 2019 Google LLC
56
+ * SPDX-License-Identifier: BSD-3-Clause
57
+ */
58
+ const ft=globalThis,ht=ft.ShadowRoot&&(void 0===ft.ShadyCSS||ft.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,dt=Symbol(),yt=new WeakMap;let gt=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==dt)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(ht&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=yt.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&yt.set(e,t))}return t}toString(){return this.cssText}};const ut=t=>new gt("string"==typeof t?t:t+"",void 0,dt),bt=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,o,r)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(o)+t[r+1]),t[0]);return new gt(o,t,dt)},mt=ht?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return ut(e)})(t):t
61
59
  /**
62
- * @license
63
- * Copyright 2017 Google LLC
64
- * SPDX-License-Identifier: BSD-3-Clause
65
- */
66
- var pt,ft;let ht=class extends R{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const e=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=e.firstChild),e}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{var r,i;const a=null!==(r=null==e?void 0:e.renderBefore)&&void 0!==r?r:o;let n=a._$litPart$;if(void 0===n){const t=null!==(i=null==e?void 0:e.renderBefore)&&void 0!==i?i:null;a._$litPart$=n=new et(o.insertBefore(Z(),t),t,void 0,null!=e?e:{})}return n._$AI(t),n})(o,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return Y}};ht.finalized=!0,ht._$litElement$=!0,null===(pt=globalThis.litElementHydrateSupport)||void 0===pt||pt.call(globalThis,{LitElement:ht});const dt=globalThis.litElementPolyfillSupport;null==dt||dt({LitElement:ht}),(null!==(ft=globalThis.litElementVersions)&&void 0!==ft?ft:globalThis.litElementVersions=[]).push("3.3.2");const yt=t=>"string"==typeof t?y(t):t;class gt{static create(t,o,e,r){const i=t=>yt(null!=t?t:r),a=g`var(${yt(t)}, ${i(r)})`;return a.name=t,a.description=t,a.category=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>g`var(${yt(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=g`var(${yt(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=>g`var(${yt(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):yt(null!=o?o:t.lastResortDefaultValue()),r=g`var(${yt(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=>g`var(${yt(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function ut(t,o){return yt(`${t.name}: ${o}`)}const bt={colorWhite:gt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:gt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:gt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:gt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:gt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:gt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:gt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:gt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:gt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:gt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:gt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:gt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:gt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:gt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:gt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:gt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:gt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:gt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:gt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:gt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:gt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:gt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:gt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:gt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:gt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:gt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:gt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:gt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:gt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:gt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:gt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:gt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:gt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:gt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:gt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:gt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:gt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:gt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:gt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:gt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:gt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:gt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:gt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:gt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:gt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:gt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:gt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:gt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:gt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:gt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:gt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:gt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:gt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:gt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:gt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:gt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:gt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:gt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:gt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:gt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:gt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:gt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:gt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:gt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:gt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:gt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:gt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:gt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:gt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:gt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:gt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:gt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:gt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:gt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:gt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:gt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:gt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:gt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:gt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:gt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:gt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:gt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:gt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:gt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:gt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:gt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:gt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:gt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:gt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:gt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:gt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:gt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:gt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:gt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:gt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:gt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:gt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:gt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:gt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:gt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:gt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:gt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:gt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:gt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:gt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:gt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:gt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:gt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:gt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:gt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:gt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:gt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:gt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:gt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:gt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:gt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:gt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:gt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:gt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:gt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:gt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:gt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:gt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:gt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:gt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:gt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:gt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:gt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:gt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:gt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:gt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:gt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:gt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:gt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:gt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:gt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:gt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:gt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:gt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:gt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:gt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:gt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:gt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:gt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:gt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:gt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:gt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:gt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:gt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:gt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:gt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:gt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:gt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:gt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:gt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:gt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:gt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:gt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:gt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:gt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:gt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:gt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:gt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:gt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:gt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:gt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:gt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:gt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:gt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:gt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:gt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:gt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:gt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:gt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:gt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:gt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:gt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:gt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:gt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:gt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:gt.create("--ft-opacity-0","","NUMBER","0"),opacity8:gt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:gt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:gt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:gt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:gt.create("--ft-opacity-80","","NUMBER","0.8")},mt={display:{fontFamily:gt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:gt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:gt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:gt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:gt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:gt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:gt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:gt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:gt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:gt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:gt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:gt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:gt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:gt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:gt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:gt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:gt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:gt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:gt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:gt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:gt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:gt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:gt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:gt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:gt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:gt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:gt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:gt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:gt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:gt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:gt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:gt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:gt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:gt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:gt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:gt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:gt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:gt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:gt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:gt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:gt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:gt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:gt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:gt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:gt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:gt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},xt={backgroundActionPrimary:gt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",bt.colorBrand0),backgroundErrorPrimary:gt.extend("--ft-background-error-primary","Used as background of error components.",bt.colorRed0),backgroundErrorSubtle:gt.extend("--ft-background-error-subtle","Used as background of subtle error components.",bt.colorRed10),backgroundInfoPrimary:gt.extend("--ft-background-info-primary","Used as background of information components.",bt.colorCyan200),backgroundInfoSubtle:gt.extend("--ft-background-info-subtle","Used as background of subtle information components.",bt.colorCyan10),backgroundWarningPrimary:gt.extend("--ft-background-warning-primary","Used as background of warning components.",bt.colorOrange300),backgroundWarningSubtle:gt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",bt.colorOrange10),backgroundSuccessPrimary:gt.extend("--ft-background-success-primary","Used as background of success components.",bt.colorGreen200),backgroundSuccessSubtle:gt.extend("--ft-background-success-subtle","Used as background of subtle success components.",bt.colorGreen10),backgroundGlobalSurface:gt.extend("--ft-background-global-surface","Used as app background.",bt.colorWhite),backgroundGlobalOnSurface:gt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",bt.colorGray10),backgroundGlobalOnSurfaceDark:gt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",bt.colorGray30),contentActionPrimary:gt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",bt.colorBrand0),contentWarningPrimary:gt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",bt.colorOrange300),contentWarningIconOnly:gt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",bt.colorOrange0),contentErrorPrimary:gt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",bt.colorRed0),contentErrorIconOnly:gt.extend("--ft-content-error-icon-only","Used on error status icons alone",bt.colorRed0),contentInfoPrimary:gt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",bt.colorCyan200),contentInfoIconOnly:gt.extend("--ft-content-info-icon-only","Used on info status icons alone",bt.colorCyan0),contentSuccessIconOnly:gt.extend("--ft-content-success-icon-only","Used on success status icons alone",bt.colorGreen0),contentSuccessPrimary:gt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",bt.colorGreen200),contentGlobalPrimary:gt.extend("--ft-content-global-primary","Used for main content on the page.",bt.colorGray500),contentGlobalSecondary:gt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",bt.colorGray200),contentGlobalSubtle:gt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",bt.colorGray0),contentGlobalOnColor:gt.extend("--ft-content-global-on-color","Used for content on a dominant color.",bt.colorWhite),borderActionPrimary:gt.extend("--ft-border-action-primary","Used as border for primary action components.",bt.colorBrand0),borderActionFocusRing:gt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",bt.colorCyan0),borderWarningPrimary:gt.extend("--ft-border-warning-primary","Used as border for warning components.",bt.colorOrange30),borderSuccessPrimary:gt.extend("--ft-border-success-primary","Used as border for success components.",bt.colorGreen30),borderErrorPrimary:gt.extend("--ft-border-error-primary","Used as border for error components.",bt.colorRed30),borderInfoPrimary:gt.extend("--ft-border-info-primary","Used as border for information components.",bt.colorCyan30),borderGlobalSubtle:gt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",bt.colorGray30),borderGlobalPrimary:gt.extend("--ft-border-global-primary","Used as border for element like input.",bt.colorGray50),borderInputPrimary:gt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",bt.colorGray80)};gt.create("--ft-button-large-height","","SIZE","40px"),gt.extend("--ft-button-large-horizontal-padding","",bt.spacing4),gt.extend("--ft-button-large-gap","",bt.spacing2),gt.extend("--ft-button-large-border-radius","",bt.borderRadiusS),gt.extend("--ft-button-large-icon-size","",bt.iconSize3),gt.create("--ft-button-large-border-width","","SIZE","1px"),gt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),gt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),gt.create("--ft-button-large-icon-only-width","","SIZE","40px"),gt.create("--ft-button-small-height","","SIZE","30px"),gt.extend("--ft-button-small-horizontal-padding","",bt.spacing3),gt.extend("--ft-button-small-gap","",bt.spacing2),gt.extend("--ft-button-small-border-radius","",bt.borderRadiusS),gt.extend("--ft-button-small-icon-size","",bt.iconSize2),gt.create("--ft-button-small-border-width","","SIZE","1px"),gt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),gt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),gt.create("--ft-button-small-icon-only-width","","SIZE","30px"),gt.extend("--ft-button-primary-background-color","",xt.backgroundActionPrimary),gt.extend("--ft-button-primary-color","",xt.contentGlobalOnColor),gt.extend("--ft-button-primary-icon-color","",xt.contentGlobalOnColor),gt.extend("--ft-button-primary-state-layer-color","",xt.contentGlobalOnColor),gt.extend("--ft-button-primary-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-button-primary-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-button-primary-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-button-primary-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-button-focus-focus-ring-color","",xt.borderActionFocusRing),gt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),gt.extend("--ft-button-tertiary-color","",xt.contentActionPrimary),gt.extend("--ft-button-tertiary-icon-color","",xt.contentActionPrimary),gt.extend("--ft-button-tertiary-state-layer-color","",xt.contentActionPrimary),gt.extend("--ft-button-tertiary-state-layer-opacity-hover","",bt.opacity8),gt.extend("--ft-button-tertiary-state-layer-opacity-focus","",bt.opacity8),gt.extend("--ft-button-tertiary-state-layer-opacity-active","",bt.opacity16),gt.extend("--ft-button-tertiary-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-button-secondary-background-color","",bt.colorWhite),gt.extend("--ft-button-secondary-color","",xt.contentActionPrimary),gt.extend("--ft-button-secondary-icon-color","",xt.contentActionPrimary),gt.extend("--ft-button-secondary-state-layer-color","",xt.contentActionPrimary),gt.extend("--ft-button-secondary-state-layer-opacity-hover","",bt.opacity8),gt.extend("--ft-button-secondary-state-layer-opacity-focus","",bt.opacity8),gt.extend("--ft-button-secondary-state-layer-opacity-active","",bt.opacity16),gt.extend("--ft-button-secondary-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-button-secondary-border-color","",xt.borderActionPrimary),gt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),gt.extend("--ft-button-neutral-icon-color","",xt.contentGlobalSecondary),gt.extend("--ft-button-neutral-color","",xt.contentGlobalSecondary),gt.extend("--ft-button-neutral-state-layer-color","",xt.contentGlobalSecondary),gt.extend("--ft-button-neutral-state-layer-opacity-hover","",bt.opacity8),gt.extend("--ft-button-neutral-state-layer-opacity-focus","",bt.opacity8),gt.extend("--ft-button-neutral-state-layer-opacity-active","",bt.opacity16),gt.extend("--ft-button-neutral-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-tabs-top-left-border-radius","",bt.borderRadiusS),gt.extend("--ft-tabs-top-right-border-radius","",bt.borderRadiusS),gt.extend("--ft-tabs-label-horizontal-padding","",bt.spacing4),gt.extend("--ft-tabs-label-vertical-padding","",bt.spacing3),gt.extend("--ft-tabs-label-gap","",bt.spacing1),gt.extend("--ft-switch-group-horizontal-padding","",bt.spacing1),gt.extend("--ft-switch-group-vertical-padding","",bt.spacing1),gt.extend("--ft-switch-group-gap","",bt.spacing1),gt.extend("--ft-switch-group-background-color","",xt.backgroundGlobalSurface),gt.extend("--ft-switch-group-border-color","",xt.borderGlobalSubtle),gt.create("--ft-switch-group-border-radius","","SIZE","6px"),gt.extend("--ft-switch-label-horizontal-padding","",bt.spacing2),gt.extend("--ft-switch-label-vertical-padding","",bt.spacing1),gt.extend("--ft-switch-icon-horizontal-padding","",bt.spacing1),gt.extend("--ft-switch-icon-vertical-padding","",bt.spacing1),gt.create("--ft-switch-focus-outline-width","","SIZE","2px"),gt.extend("--ft-switch-focus-focus-ring-color","",xt.borderActionFocusRing),gt.extend("--ft-switch-option-border-radius","",bt.borderRadiusS),gt.extend("--ft-switch-off-state-layer-opacity-hover","",bt.opacity8),gt.extend("--ft-switch-off-state-layer-opacity-focus","",bt.opacity8),gt.extend("--ft-switch-off-state-layer-opacity-active","",bt.opacity16),gt.extend("--ft-switch-off-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-switch-off-color","",xt.contentGlobalSubtle),gt.extend("--ft-switch-off-state-layer-color","",xt.contentGlobalSubtle),gt.extend("--ft-chart-1-light","for area color charts",bt.colorBrand40),gt.extend("--ft-chart-1-base","for line charts",bt.colorBrand0),gt.extend("--ft-chart-2-light","for area color charts",bt.colorYellow60),gt.extend("--ft-chart-2-base","for line charts",bt.colorYellow100),gt.extend("--ft-chart-3-light","",bt.colorUltramarine40),gt.extend("--ft-chart-3-base","",bt.colorUltramarine70),gt.extend("--ft-chart-4-light","",bt.colorCyan50),gt.extend("--ft-chart-4-base","",bt.colorCyan100),gt.extend("--ft-chart-5-light","",bt.colorRed40),gt.extend("--ft-chart-5-base","",bt.colorRed60),gt.extend("--ft-chart-6-light","",bt.colorGreen40),gt.extend("--ft-chart-6-base","",bt.colorGreen70),gt.extend("--ft-chart-7-light","",bt.colorOrange70),gt.extend("--ft-chart-7-base","",bt.colorOrange100),gt.extend("--ft-chart-8-light","",bt.colorAvocado70),gt.extend("--ft-chart-8-base","",bt.colorAvocado200),gt.extend("--ft-chart-9-light","",bt.colorBrown50),gt.extend("--ft-chart-9-base","",bt.colorBrown200),gt.extend("--ft-chart-10-light","",bt.colorGray50),gt.extend("--ft-chart-10-base","",bt.colorGray80),gt.extend("--ft-chart-monochrome-10","",bt.colorBrand10),gt.extend("--ft-chart-monochrome-20","",bt.colorBrand20),gt.extend("--ft-chart-monochrome-30","",bt.colorBrand40),gt.extend("--ft-chart-monochrome-40","",bt.colorBrand60),gt.extend("--ft-chart-monochrome-50","",bt.colorBrand0),gt.extend("--ft-chart-monochrome-60","",bt.colorBrand200),gt.extend("--ft-chip-large-horizontal-padding","",bt.spacing4),gt.extend("--ft-chip-large-vertical-padding","",bt.spacing2),gt.extend("--ft-chip-large-gap","",bt.spacing1),gt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),gt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),gt.extend("--ft-chip-large-border-radius","",bt.borderRadiusPill),gt.create("--ft-chip-large-border-width","","SIZE","1px"),gt.extend("--ft-chip-large-icon-size","",bt.iconSize3),gt.extend("--ft-chip-medium-horizontal-padding","",bt.spacing3),gt.extend("--ft-chip-medium-vertical-padding","",bt.spacing1),gt.extend("--ft-chip-medium-gap","",bt.spacing1),gt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),gt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),gt.extend("--ft-chip-medium-border-radius","",bt.borderRadiusPill),gt.create("--ft-chip-medium-border-width","","SIZE","1px"),gt.extend("--ft-chip-medium-icon-size","",bt.iconSize2),gt.extend("--ft-chip-small-horizontal-padding","",bt.spacing2),gt.extend("--ft-chip-small-vertical-padding","",bt.spacing05),gt.extend("--ft-chip-small-gap","",bt.spacing1),gt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),gt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),gt.extend("--ft-chip-small-border-radius","",bt.borderRadiusPill),gt.create("--ft-chip-small-border-width","","SIZE","1px"),gt.extend("--ft-chip-small-icon-size","",bt.iconSize1),gt.extend("--ft-chip-neutral-background-color","",xt.backgroundGlobalOnSurface),gt.extend("--ft-chip-neutral-color","",xt.contentGlobalPrimary),gt.extend("--ft-chip-neutral-border-color","",xt.borderGlobalSubtle),gt.extend("--ft-chip-info-background-color","",xt.backgroundInfoSubtle),gt.extend("--ft-chip-info-color","",xt.contentInfoPrimary),gt.extend("--ft-chip-info-border-color","",xt.borderInfoPrimary),gt.extend("--ft-chip-success-background-color","",xt.backgroundSuccessSubtle),gt.extend("--ft-chip-success-color","",xt.contentSuccessPrimary),gt.extend("--ft-chip-success-border-color","",xt.borderSuccessPrimary),gt.extend("--ft-chip-warning-background-color","",xt.backgroundWarningSubtle),gt.extend("--ft-chip-warning-color","",xt.contentWarningPrimary),gt.extend("--ft-chip-warning-border-color","",xt.borderWarningPrimary),gt.extend("--ft-chip-error-background-color","",xt.backgroundErrorSubtle),gt.extend("--ft-chip-error-color","",xt.contentErrorPrimary),gt.extend("--ft-chip-error-border-color","",xt.borderErrorPrimary),gt.create("--ft-notice-border-width","","SIZE","1px"),gt.extend("--ft-notice-horizontal-padding","",bt.spacing2),gt.extend("--ft-notice-vertical-padding","",bt.spacing1),gt.extend("--ft-notice-border-radius","",bt.borderRadiusS),gt.extend("--ft-notice-gap","",bt.spacing2),gt.extend("--ft-notice-icon-size","",bt.iconSize3),gt.extend("--ft-notice-info-background-color","",xt.backgroundInfoSubtle),gt.extend("--ft-notice-info-border-color","",xt.borderInfoPrimary),gt.extend("--ft-notice-info-color","",xt.contentInfoPrimary),gt.extend("--ft-notice-warning-background-color","",xt.backgroundWarningSubtle),gt.extend("--ft-notice-warning-border-color","",xt.borderWarningPrimary),gt.extend("--ft-notice-warning-color","",xt.contentWarningPrimary),gt.extend("--ft-checkbox-label-color","",xt.contentGlobalPrimary),gt.extend("--ft-checkbox-checked-background-color","",xt.contentActionPrimary),gt.extend("--ft-checkbox-checked-state-layer-color","",xt.contentActionPrimary),gt.extend("--ft-checkbox-checked-color","",xt.contentGlobalOnColor),gt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-checkbox-checked-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-checkbox-checked-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-checkbox-unchecked-border-color","",bt.colorGray80),gt.extend("--ft-checkbox-unchecked-state-layer-color","",bt.colorGray80),gt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-checkbox-focus-focus-ring-color","",xt.borderActionFocusRing),gt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),gt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gt.extend("--ft-checkbox-gap","",bt.spacing3),gt.extend("--ft-toggle-off-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-toggle-off-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-toggle-off-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-toggle-off-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-toggle-off-background-color","",xt.contentGlobalSubtle),gt.extend("--ft-toggle-off-icon-color","",xt.contentGlobalSubtle),gt.extend("--ft-toggle-off-state-layer-color","",xt.contentGlobalSubtle),gt.extend("--ft-toggle-on-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-toggle-on-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-toggle-on-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-toggle-on-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-toggle-on-background-color","",xt.contentActionPrimary),gt.extend("--ft-toggle-on-icon-color","",xt.contentActionPrimary),gt.extend("--ft-toggle-on-state-layer-color","",xt.contentActionPrimary),gt.extend("--ft-toggle-label-color","",xt.contentGlobalPrimary),gt.extend("--ft-toggle-focus-focus-ring-color","",xt.borderActionFocusRing),gt.extend("--ft-toggle-gap","",bt.spacing3),gt.extend("--ft-radio-label-color","",xt.contentGlobalPrimary),gt.extend("--ft-radio-selected-color","",xt.contentActionPrimary),gt.extend("--ft-radio-selected-state-layer-color","",xt.contentActionPrimary),gt.extend("--ft-radio-selected-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-radio-selected-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-radio-selected-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-radio-selected-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-radio-unselected-state-layer-color","",bt.colorGray80),gt.extend("--ft-radio-unselected-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-radio-unselected-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-radio-unselected-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-radio-unselected-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-radio-focus-focus-ring-color","",xt.borderActionFocusRing),gt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),gt.create("--ft-radio-focus-outline-width","","SIZE","2px"),gt.extend("--ft-radio-gap","",bt.spacing3),gt.extend("--ft-notification-icon-size","",bt.iconSize4),gt.extend("--ft-notification-horizontal-padding","",bt.spacing4),gt.extend("--ft-notification-vertical-padding","",bt.spacing4),gt.extend("--ft-notification-info-background-color","",xt.backgroundInfoSubtle),gt.extend("--ft-notification-info-color","",xt.contentInfoPrimary),gt.extend("--ft-notification-info-border-color","",xt.borderInfoPrimary),gt.extend("--ft-notification-success-background-color","",xt.backgroundSuccessSubtle),gt.extend("--ft-notification-success-color","",xt.contentSuccessPrimary),gt.extend("--ft-notification-success-border-color","",xt.borderSuccessPrimary),gt.extend("--ft-notification-warning-background-color","",xt.backgroundWarningSubtle),gt.extend("--ft-notification-warning-color","",xt.contentWarningPrimary),gt.extend("--ft-notification-warning-border-color","",xt.borderWarningPrimary),gt.extend("--ft-notification-error-background-color","",xt.backgroundErrorSubtle),gt.extend("--ft-notification-error-color","",xt.contentErrorPrimary),gt.extend("--ft-notification-error-border-color","",xt.borderErrorPrimary),gt.extend("--ft-notification-border-radius","",bt.borderRadiusPill),gt.create("--ft-notification-border-width","","SIZE","1px"),gt.extend("--ft-notification-gap-leading","",bt.spacing2),gt.extend("--ft-notification-gap-trailing","",bt.spacing8);const Ot={colorPrimary:gt.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:gt.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:gt.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:gt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:gt.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:gt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:gt.create("--ft-color-error","","COLOR","#B00020"),colorOutline:gt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:gt.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:gt.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:gt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:gt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:gt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:gt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:gt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:gt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:gt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:gt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:gt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:gt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:gt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:gt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:gt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:gt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:gt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:gt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:gt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:gt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:gt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:gt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:gt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:gt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:gt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:gt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:gt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:gt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:gt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:gt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:gt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:gt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:gt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:gt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:gt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:gt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:gt.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:gt.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:gt.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:gt.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:gt.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:gt.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:gt.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:gt.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:gt.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:gt.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:gt.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:gt.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:gt.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:gt.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:gt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:gt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:gt.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:gt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class vt extends ht{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 u(e,t.elementStyles),e}}var Nt,St=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 wt=Symbol("constructorPrototype"),Ct=Symbol("constructorName"),Rt=Symbol("exportpartsDebouncer");class Et extends vt{constructor(){super(),this[Nt]=new o(5),this[Ct]=this.constructor.name,this[wt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ct]&&Object.setPrototypeOf(this,this[wt])}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[Rt].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(", "))}}Nt=Rt,St([r()],Et.prototype,"exportpartsPrefix",void 0),St([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return r({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)=>!l(t,o),...null!=o?o:{}})}([])],Et.prototype,"exportpartsPrefixes",void 0),St([r()],Et.prototype,"customStylesheet",void 0);const $t=g`
60
+ * @license
61
+ * Copyright 2017 Google LLC
62
+ * SPDX-License-Identifier: BSD-3-Clause
63
+ */,{is:xt,defineProperty:Ot,getOwnPropertyDescriptor:Nt,getOwnPropertyNames:vt,getOwnPropertySymbols:St,getPrototypeOf:wt}=Object,Ct=globalThis,$t=Ct.trustedTypes,Et=$t?$t.emptyScript:"",Rt=Ct.reactiveElementPolyfillSupport,Ut=(t,e)=>t,It={toAttribute(t,e){switch(e){case Boolean:t=t?Et:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},Wt=(t,e)=>!xt(t,e),kt={attribute:!0,type:String,converter:It,reflect:!1,hasChanged:Wt};Symbol.metadata??=Symbol("metadata"),Ct.litPropertyMetadata??=new WeakMap;class Lt extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=kt){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&Ot(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=Nt(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const a=r?.call(this);i.call(this,e),this.requestUpdate(t,a,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??kt}static _$Ei(){if(this.hasOwnProperty(Ut("elementProperties")))return;const t=wt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Ut("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Ut("properties"))){const t=this.properties,e=[...vt(t),...St(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(mt(t))}else void 0!==t&&e.push(mt(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,e)=>{if(ht)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of e){const e=document.createElement("style"),r=ft.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const i=(void 0!==o.converter?.toAttribute?o.converter:It).toAttribute(e,o.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:It;this._$Em=r,this[r]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,i){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??Wt)(r?i:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}}Lt.elementStyles=[],Lt.shadowRootOptions={mode:"open"},Lt[Ut("elementProperties")]=new Map,Lt[Ut("finalized")]=new Map,Rt?.({ReactiveElement:Lt}),(Ct.reactiveElementVersions??=[]).push("2.0.2");
64
+ /**
65
+ * @license
66
+ * Copyright 2017 Google LLC
67
+ * SPDX-License-Identifier: BSD-3-Clause
68
+ */
69
+ const zt=globalThis,Kt=zt.trustedTypes,Zt=Kt?Kt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Ft="$lit$",Dt=`lit$${(Math.random()+"").slice(9)}$`,Mt="?"+Dt,At=`<${Mt}>`,Bt=document,Pt=()=>Bt.createComment(""),Ht=t=>null===t||"object"!=typeof t&&"function"!=typeof t,jt=Array.isArray,_t="[ \t\n\f\r]",Tt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Gt=/-->/g,Yt=/>/g,Vt=RegExp(`>|${_t}(?:([^\\s"'>=/]+)(${_t}*=${_t}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Jt=/'/g,qt=/"/g,Xt=/^(?:script|style|textarea|title)$/i,Qt=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),te=Symbol.for("lit-noChange"),ee=Symbol.for("lit-nothing"),oe=new WeakMap,re=Bt.createTreeWalker(Bt,129);function ie(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Zt?Zt.createHTML(e):e}const ae=(t,e)=>{const o=t.length-1,r=[];let i,a=2===e?"<svg>":"",n=Tt;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,p=0;for(;p<o.length&&(n.lastIndex=p,l=n.exec(o),null!==l);)p=n.lastIndex,n===Tt?"!--"===l[1]?n=Gt:void 0!==l[1]?n=Yt:void 0!==l[2]?(Xt.test(l[2])&&(i=RegExp("</"+l[2],"g")),n=Vt):void 0!==l[3]&&(n=Vt):n===Vt?">"===l[0]?(n=i??Tt,c=-1):void 0===l[1]?c=-2:(c=n.lastIndex-l[2].length,s=l[1],n=void 0===l[3]?Vt:'"'===l[3]?qt:Jt):n===qt||n===Jt?n=Vt:n===Gt||n===Yt?n=Tt:(n=Vt,i=void 0);const f=n===Vt&&t[e+1].startsWith("/>")?" ":"";a+=n===Tt?o+At:c>=0?(r.push(s),o.slice(0,c)+Ft+o.slice(c)+Dt+f):o+Dt+(-2===c?e:f)}return[ie(t,a+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};class ne{constructor({strings:t,_$litType$:e},o){let r;this.parts=[];let i=0,a=0;const n=t.length-1,s=this.parts,[l,c]=ae(t,e);if(this.el=ne.createElement(l,o),re.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=re.nextNode())&&s.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Ft)){const e=c[a++],o=r.getAttribute(t).split(Dt),n=/([.?@])?(.*)/.exec(e);s.push({type:1,index:i,name:n[2],strings:o,ctor:"."===n[1]?pe:"?"===n[1]?fe:"@"===n[1]?he:ce}),r.removeAttribute(t)}else t.startsWith(Dt)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(Xt.test(r.tagName)){const t=r.textContent.split(Dt),e=t.length-1;if(e>0){r.textContent=Kt?Kt.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],Pt()),re.nextNode(),s.push({type:2,index:++i});r.append(t[e],Pt())}}}else if(8===r.nodeType)if(r.data===Mt)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Dt,t+1));)s.push({type:7,index:i}),t+=Dt.length-1}i++}}static createElement(t,e){const o=Bt.createElement("template");return o.innerHTML=t,o}}function se(t,e,o=t,r){if(e===te)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const a=Ht(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=i:o._$Cl=i),void 0!==i&&(e=se(t,i._$AS(t,e.values),i,r)),e}class le{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=ee,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=se(this,t,e),Ht(t)?t===ee||null==t||""===t?(this._$AH!==ee&&this._$AR(),this._$AH=ee):t!==this._$AH&&t!==te&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>jt(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!==ee&&Ht(this._$AH)?this._$AA.nextSibling.data=t:this.$(Bt.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ne.createElement(ie(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??Bt).importNode(e,!0);re.currentNode=r;let i=re.nextNode(),a=0,n=0,s=o[0];for(;void 0!==s;){if(a===s.index){let e;2===s.type?e=new le(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new de(i,this,t)),this._$AV.push(e),s=o[++n]}a!==s?.index&&(i=re.nextNode(),a++)}return re.currentNode=Bt,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}}(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=oe.get(t.strings);return void 0===e&&oe.set(t.strings,e=new ne(t)),e}T(t){jt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let o,r=0;for(const i of t)r===e.length?e.push(o=new le(this.k(Pt()),this.k(Pt()),this,this.options)):o=e[r],o._$AI(i),r++;r<e.length&&(this._$AR(o&&o._$AB.nextSibling,r),e.length=r)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class ce{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=ee,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=ee}_$AI(t,e=this,o,r){const i=this.strings;let a=!1;if(void 0===i)t=se(this,t,e,0),a=!Ht(t)||t!==this._$AH&&t!==te,a&&(this._$AH=t);else{const r=t;let n,s;for(t=i[0],n=0;n<i.length-1;n++)s=se(this,r[o+n],e,n),s===te&&(s=this._$AH[n]),a||=!Ht(s)||s!==this._$AH[n],s===ee?t=ee:t!==ee&&(t+=(s??"")+i[n+1]),this._$AH[n]=s}a&&!r&&this.O(t)}O(t){t===ee?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class pe extends ce{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===ee?void 0:t}}class fe extends ce{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==ee)}}class he extends ce{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=se(this,t,e,0)??ee)===te)return;const o=this._$AH,r=t===ee&&o!==ee||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==ee&&(o===ee||r);r&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class de{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){se(this,t)}}const ye=zt.litHtmlPolyfillSupport;ye?.(ne,le),(zt.litHtmlVersions??=[]).push("3.1.0");
70
+ /**
71
+ * @license
72
+ * Copyright 2017 Google LLC
73
+ * SPDX-License-Identifier: BSD-3-Clause
74
+ */
75
+ class ge extends Lt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,o)=>{const r=o?.renderBefore??e;let i=r._$litPart$;if(void 0===i){const t=o?.renderBefore??null;r._$litPart$=i=new le(e.insertBefore(Pt(),t),t,void 0,o??{})}return i._$AI(t),i})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return te}}ge._$litElement$=!0,ge.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ge});const ue=globalThis.litElementPolyfillSupport;ue?.({LitElement:ge}),(globalThis.litElementVersions??=[]).push("4.0.2");const be=t=>"string"==typeof t?ut(t):t;class me{static create(t,e,o,r){const i=t=>be(null!=t?t:r),a=bt`var(${be(t)}, ${i(r)})`;return a.name=t,a.description=e,a.category=o,a.defaultValue=r,a.defaultCssValue=i,a.get=e=>bt`var(${be(t)}, ${i(e)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>r,a}static extend(t,e,o,r){const i=t=>o.get(null!=t?t:r),a=bt`var(${be(t)}, ${i(r)})`;return a.name=t,a.description=e,a.category=o.category,a.fallbackVariable=o,a.defaultValue=r,a.defaultCssValue=i,a.get=e=>bt`var(${be(t)}, ${i(e)})`,a.breadcrumb=()=>[o.name,...o.breadcrumb()],a.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),a}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):be(null!=e?e:t.lastResortDefaultValue()),r=bt`var(${be(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>bt`var(${be(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function xe(t,e){return be(`${t.name}: ${e}`)}const Oe={colorWhite:me.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:me.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:me.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:me.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:me.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:me.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:me.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:me.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:me.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:me.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:me.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:me.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:me.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:me.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:me.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:me.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:me.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:me.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:me.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:me.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:me.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:me.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:me.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:me.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:me.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:me.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:me.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:me.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:me.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:me.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:me.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:me.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:me.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:me.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:me.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:me.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:me.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:me.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:me.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:me.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:me.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:me.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:me.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:me.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:me.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:me.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:me.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:me.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:me.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:me.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:me.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:me.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:me.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:me.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:me.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:me.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:me.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:me.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:me.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:me.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:me.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:me.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:me.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:me.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:me.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:me.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:me.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:me.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:me.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:me.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:me.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:me.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:me.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:me.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:me.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:me.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:me.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:me.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:me.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:me.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:me.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:me.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:me.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:me.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:me.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:me.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:me.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:me.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:me.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:me.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:me.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:me.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:me.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:me.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:me.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:me.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:me.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:me.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:me.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:me.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:me.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:me.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:me.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:me.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:me.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:me.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:me.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:me.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:me.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:me.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:me.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:me.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:me.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:me.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:me.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:me.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:me.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:me.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:me.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:me.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:me.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:me.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:me.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:me.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:me.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:me.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:me.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:me.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:me.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:me.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:me.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:me.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:me.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:me.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:me.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:me.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:me.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:me.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:me.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:me.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:me.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:me.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:me.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:me.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:me.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:me.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:me.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:me.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:me.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:me.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:me.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:me.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:me.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:me.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:me.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:me.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:me.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:me.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:me.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:me.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:me.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:me.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:me.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:me.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:me.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:me.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:me.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:me.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:me.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:me.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:me.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:me.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:me.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:me.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:me.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:me.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:me.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:me.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:me.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:me.create("--ft-icon-size-6","","SIZE","48px"),opacity0:me.create("--ft-opacity-0","","NUMBER","0"),opacity8:me.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:me.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:me.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:me.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:me.create("--ft-opacity-80","","NUMBER","0.8")},Ne={display:{fontFamily:me.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:me.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:me.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:me.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:me.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:me.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:me.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:me.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:me.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:me.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:me.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:me.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:me.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:me.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:me.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:me.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:me.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:me.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:me.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:me.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:me.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:me.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:me.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:me.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:me.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:me.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:me.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:me.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:me.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:me.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:me.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:me.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:me.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:me.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:me.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:me.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:me.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:me.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:me.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:me.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:me.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:me.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:me.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:me.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:me.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:me.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:me.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:me.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:me.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:me.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:me.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:me.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:me.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:me.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:me.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:me.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:me.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:me.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:me.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:me.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:me.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:me.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:me.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:me.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:me.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:me.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:me.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:me.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:me.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:me.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:me.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:me.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:me.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:me.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:me.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:me.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:me.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:me.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:me.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:me.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:me.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:me.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:me.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:me.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:me.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:me.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:me.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:me.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:me.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:me.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:me.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:me.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:me.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:me.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:me.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:me.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:me.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:me.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:me.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:me.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:me.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:me.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:me.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:me.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:me.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:me.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:me.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:me.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:me.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:me.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:me.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:me.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:me.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:me.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:me.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:me.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:me.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},ve={backgroundActionPrimary:me.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Oe.colorBrand0),backgroundErrorPrimary:me.extend("--ft-background-error-primary","Used as background of error components.",Oe.colorRed0),backgroundErrorSubtle:me.extend("--ft-background-error-subtle","Used as background of subtle error components.",Oe.colorRed10),backgroundInfoPrimary:me.extend("--ft-background-info-primary","Used as background of information components.",Oe.colorCyan200),backgroundInfoSubtle:me.extend("--ft-background-info-subtle","Used as background of subtle information components.",Oe.colorCyan10),backgroundWarningPrimary:me.extend("--ft-background-warning-primary","Used as background of warning components.",Oe.colorOrange300),backgroundWarningSubtle:me.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Oe.colorOrange10),backgroundSuccessPrimary:me.extend("--ft-background-success-primary","Used as background of success components.",Oe.colorGreen200),backgroundSuccessSubtle:me.extend("--ft-background-success-subtle","Used as background of subtle success components.",Oe.colorGreen10),backgroundGlobalSurface:me.extend("--ft-background-global-surface","Used as app background.",Oe.colorWhite),backgroundGlobalOnSurface:me.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Oe.colorGray10),backgroundGlobalOnSurfaceDark:me.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Oe.colorGray30),contentActionPrimary:me.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Oe.colorBrand0),contentWarningPrimary:me.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Oe.colorOrange300),contentWarningIconOnly:me.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Oe.colorOrange0),contentErrorPrimary:me.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Oe.colorRed0),contentErrorIconOnly:me.extend("--ft-content-error-icon-only","Used on error status icons alone",Oe.colorRed0),contentInfoPrimary:me.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Oe.colorCyan200),contentInfoIconOnly:me.extend("--ft-content-info-icon-only","Used on info status icons alone",Oe.colorCyan0),contentSuccessIconOnly:me.extend("--ft-content-success-icon-only","Used on success status icons alone",Oe.colorGreen0),contentSuccessPrimary:me.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Oe.colorGreen200),contentGlobalPrimary:me.extend("--ft-content-global-primary","Used for main content on the page.",Oe.colorGray500),contentGlobalSecondary:me.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Oe.colorGray200),contentGlobalSubtle:me.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Oe.colorGray0),contentGlobalOnColor:me.extend("--ft-content-global-on-color","Used for content on a dominant color.",Oe.colorWhite),borderActionPrimary:me.extend("--ft-border-action-primary","Used as border for primary action components.",Oe.colorBrand0),borderActionFocusRing:me.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Oe.colorCyan0),borderWarningPrimary:me.extend("--ft-border-warning-primary","Used as border for warning components.",Oe.colorOrange30),borderSuccessPrimary:me.extend("--ft-border-success-primary","Used as border for success components.",Oe.colorGreen30),borderErrorPrimary:me.extend("--ft-border-error-primary","Used as border for error components.",Oe.colorRed30),borderInfoPrimary:me.extend("--ft-border-info-primary","Used as border for information components.",Oe.colorCyan30),borderGlobalSubtle:me.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Oe.colorGray30),borderGlobalPrimary:me.extend("--ft-border-global-primary","Used as border for element like input.",Oe.colorGray50),borderInputPrimary:me.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Oe.colorGray80)};me.create("--ft-button-large-height","","SIZE","40px"),me.extend("--ft-button-large-horizontal-padding","",Oe.spacing4),me.extend("--ft-button-large-gap","",Oe.spacing2),me.extend("--ft-button-large-border-radius","",Oe.borderRadiusS),me.extend("--ft-button-large-icon-size","",Oe.iconSize3),me.create("--ft-button-large-border-width","","SIZE","1px"),me.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),me.create("--ft-button-large-focus-outline-width","","SIZE","2px"),me.create("--ft-button-large-icon-only-width","","SIZE","40px"),me.create("--ft-button-small-height","","SIZE","30px"),me.extend("--ft-button-small-horizontal-padding","",Oe.spacing3),me.extend("--ft-button-small-gap","",Oe.spacing2),me.extend("--ft-button-small-border-radius","",Oe.borderRadiusS),me.extend("--ft-button-small-icon-size","",Oe.iconSize2),me.create("--ft-button-small-border-width","","SIZE","1px"),me.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),me.create("--ft-button-small-focus-outline-width","","SIZE","2px"),me.create("--ft-button-small-icon-only-width","","SIZE","30px"),me.extend("--ft-button-primary-background-color","",ve.backgroundActionPrimary),me.extend("--ft-button-primary-color","",ve.contentGlobalOnColor),me.extend("--ft-button-primary-icon-color","",ve.contentGlobalOnColor),me.extend("--ft-button-primary-state-layer-color","",ve.contentGlobalOnColor),me.extend("--ft-button-primary-state-layer-opacity-hover","",Oe.opacity16),me.extend("--ft-button-primary-state-layer-opacity-focus","",Oe.opacity16),me.extend("--ft-button-primary-state-layer-opacity-active","",Oe.opacity24),me.extend("--ft-button-primary-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-button-focus-focus-ring-color","",ve.borderActionFocusRing),me.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),me.extend("--ft-button-tertiary-color","",ve.contentActionPrimary),me.extend("--ft-button-tertiary-icon-color","",ve.contentActionPrimary),me.extend("--ft-button-tertiary-state-layer-color","",ve.contentActionPrimary),me.extend("--ft-button-tertiary-state-layer-opacity-hover","",Oe.opacity8),me.extend("--ft-button-tertiary-state-layer-opacity-focus","",Oe.opacity8),me.extend("--ft-button-tertiary-state-layer-opacity-active","",Oe.opacity16),me.extend("--ft-button-tertiary-component-opacity-disabled","",Oe.opacity40),me.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),me.extend("--ft-button-secondary-color","",ve.contentActionPrimary),me.extend("--ft-button-secondary-icon-color","",ve.contentActionPrimary),me.extend("--ft-button-secondary-state-layer-color","",ve.contentActionPrimary),me.extend("--ft-button-secondary-state-layer-opacity-hover","",Oe.opacity8),me.extend("--ft-button-secondary-state-layer-opacity-focus","",Oe.opacity8),me.extend("--ft-button-secondary-state-layer-opacity-active","",Oe.opacity16),me.extend("--ft-button-secondary-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-button-secondary-border-color","",ve.borderActionPrimary),me.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),me.extend("--ft-button-neutral-icon-color","",ve.contentGlobalSecondary),me.extend("--ft-button-neutral-color","",ve.contentGlobalSecondary),me.extend("--ft-button-neutral-state-layer-color","",ve.contentGlobalSecondary),me.extend("--ft-button-neutral-state-layer-opacity-hover","",Oe.opacity8),me.extend("--ft-button-neutral-state-layer-opacity-focus","",Oe.opacity8),me.extend("--ft-button-neutral-state-layer-opacity-active","",Oe.opacity16),me.extend("--ft-button-neutral-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-tabs-top-left-border-radius","",Oe.borderRadiusS),me.extend("--ft-tabs-top-right-border-radius","",Oe.borderRadiusS),me.extend("--ft-tabs-label-horizontal-padding","",Oe.spacing4),me.extend("--ft-tabs-label-vertical-padding","",Oe.spacing3),me.extend("--ft-tabs-label-gap","",Oe.spacing1),me.extend("--ft-switch-group-horizontal-padding","",Oe.spacing1),me.extend("--ft-switch-group-vertical-padding","",Oe.spacing1),me.extend("--ft-switch-group-gap","",Oe.spacing1),me.extend("--ft-switch-group-background-color","",ve.backgroundGlobalSurface),me.extend("--ft-switch-group-border-color","",ve.borderGlobalSubtle),me.create("--ft-switch-group-border-radius","","SIZE","6px"),me.extend("--ft-switch-label-horizontal-padding","",Oe.spacing2),me.extend("--ft-switch-label-vertical-padding","",Oe.spacing1),me.extend("--ft-switch-icon-horizontal-padding","",Oe.spacing1),me.extend("--ft-switch-icon-vertical-padding","",Oe.spacing1),me.create("--ft-switch-focus-outline-width","","SIZE","2px"),me.extend("--ft-switch-focus-focus-ring-color","",ve.borderActionFocusRing),me.extend("--ft-switch-option-border-radius","",Oe.borderRadiusS),me.extend("--ft-switch-off-state-layer-opacity-hover","",Oe.opacity8),me.extend("--ft-switch-off-state-layer-opacity-focus","",Oe.opacity8),me.extend("--ft-switch-off-state-layer-opacity-active","",Oe.opacity16),me.extend("--ft-switch-off-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-switch-off-color","",ve.contentGlobalSubtle),me.extend("--ft-switch-off-state-layer-color","",ve.contentGlobalSubtle),me.extend("--ft-chart-1-light","for area color charts",Oe.colorBrand40),me.extend("--ft-chart-1-base","for line charts",Oe.colorBrand0),me.extend("--ft-chart-2-light","for area color charts",Oe.colorYellow60),me.extend("--ft-chart-2-base","for line charts",Oe.colorYellow100),me.extend("--ft-chart-3-light","",Oe.colorUltramarine40),me.extend("--ft-chart-3-base","",Oe.colorUltramarine70),me.extend("--ft-chart-4-light","",Oe.colorCyan50),me.extend("--ft-chart-4-base","",Oe.colorCyan100),me.extend("--ft-chart-5-light","",Oe.colorRed40),me.extend("--ft-chart-5-base","",Oe.colorRed60),me.extend("--ft-chart-6-light","",Oe.colorGreen40),me.extend("--ft-chart-6-base","",Oe.colorGreen70),me.extend("--ft-chart-7-light","",Oe.colorOrange70),me.extend("--ft-chart-7-base","",Oe.colorOrange100),me.extend("--ft-chart-8-light","",Oe.colorAvocado70),me.extend("--ft-chart-8-base","",Oe.colorAvocado200),me.extend("--ft-chart-9-light","",Oe.colorBrown50),me.extend("--ft-chart-9-base","",Oe.colorBrown200),me.extend("--ft-chart-10-light","",Oe.colorGray50),me.extend("--ft-chart-10-base","",Oe.colorGray80),me.extend("--ft-chart-monochrome-10","",Oe.colorBrand10),me.extend("--ft-chart-monochrome-20","",Oe.colorBrand20),me.extend("--ft-chart-monochrome-30","",Oe.colorBrand40),me.extend("--ft-chart-monochrome-40","",Oe.colorBrand60),me.extend("--ft-chart-monochrome-50","",Oe.colorBrand0),me.extend("--ft-chart-monochrome-60","",Oe.colorBrand200),me.extend("--ft-chip-large-horizontal-padding","",Oe.spacing4),me.extend("--ft-chip-large-vertical-padding","",Oe.spacing2),me.extend("--ft-chip-large-gap","",Oe.spacing1),me.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),me.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),me.extend("--ft-chip-large-border-radius","",Oe.borderRadiusPill),me.create("--ft-chip-large-border-width","","SIZE","1px"),me.extend("--ft-chip-large-icon-size","",Oe.iconSize3),me.extend("--ft-chip-medium-horizontal-padding","",Oe.spacing3),me.extend("--ft-chip-medium-vertical-padding","",Oe.spacing1),me.extend("--ft-chip-medium-gap","",Oe.spacing1),me.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),me.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),me.extend("--ft-chip-medium-border-radius","",Oe.borderRadiusPill),me.create("--ft-chip-medium-border-width","","SIZE","1px"),me.extend("--ft-chip-medium-icon-size","",Oe.iconSize2),me.extend("--ft-chip-small-horizontal-padding","",Oe.spacing2),me.extend("--ft-chip-small-vertical-padding","",Oe.spacing05),me.extend("--ft-chip-small-gap","",Oe.spacing1),me.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),me.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),me.extend("--ft-chip-small-border-radius","",Oe.borderRadiusPill),me.create("--ft-chip-small-border-width","","SIZE","1px"),me.extend("--ft-chip-small-icon-size","",Oe.iconSize1),me.extend("--ft-chip-neutral-background-color","",ve.backgroundGlobalOnSurface),me.extend("--ft-chip-neutral-color","",ve.contentGlobalPrimary),me.extend("--ft-chip-neutral-border-color","",ve.borderGlobalSubtle),me.extend("--ft-chip-info-background-color","",ve.backgroundInfoSubtle),me.extend("--ft-chip-info-color","",ve.contentInfoPrimary),me.extend("--ft-chip-info-border-color","",ve.borderInfoPrimary),me.extend("--ft-chip-success-background-color","",ve.backgroundSuccessSubtle),me.extend("--ft-chip-success-color","",ve.contentSuccessPrimary),me.extend("--ft-chip-success-border-color","",ve.borderSuccessPrimary),me.extend("--ft-chip-warning-background-color","",ve.backgroundWarningSubtle),me.extend("--ft-chip-warning-color","",ve.contentWarningPrimary),me.extend("--ft-chip-warning-border-color","",ve.borderWarningPrimary),me.extend("--ft-chip-error-background-color","",ve.backgroundErrorSubtle),me.extend("--ft-chip-error-color","",ve.contentErrorPrimary),me.extend("--ft-chip-error-border-color","",ve.borderErrorPrimary),me.create("--ft-notice-border-width","","SIZE","1px"),me.extend("--ft-notice-horizontal-padding","",Oe.spacing2),me.extend("--ft-notice-vertical-padding","",Oe.spacing1),me.extend("--ft-notice-border-radius","",Oe.borderRadiusS),me.extend("--ft-notice-gap","",Oe.spacing2),me.extend("--ft-notice-icon-size","",Oe.iconSize3),me.extend("--ft-notice-info-background-color","",ve.backgroundInfoSubtle),me.extend("--ft-notice-info-border-color","",ve.borderInfoPrimary),me.extend("--ft-notice-info-color","",ve.contentInfoPrimary),me.extend("--ft-notice-warning-background-color","",ve.backgroundWarningSubtle),me.extend("--ft-notice-warning-border-color","",ve.borderWarningPrimary),me.extend("--ft-notice-warning-color","",ve.contentWarningPrimary),me.extend("--ft-checkbox-label-color","",ve.contentGlobalPrimary),me.extend("--ft-checkbox-checked-background-color","",ve.contentActionPrimary),me.extend("--ft-checkbox-checked-state-layer-color","",ve.contentActionPrimary),me.extend("--ft-checkbox-checked-color","",ve.contentGlobalOnColor),me.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Oe.opacity16),me.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Oe.opacity16),me.extend("--ft-checkbox-checked-state-layer-opacity-active","",Oe.opacity24),me.extend("--ft-checkbox-checked-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-checkbox-unchecked-border-color","",Oe.colorGray80),me.extend("--ft-checkbox-unchecked-state-layer-color","",Oe.colorGray80),me.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Oe.opacity16),me.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Oe.opacity16),me.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Oe.opacity24),me.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-checkbox-focus-focus-ring-color","",ve.borderActionFocusRing),me.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),me.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),me.extend("--ft-checkbox-gap","",Oe.spacing3),me.extend("--ft-toggle-off-state-layer-opacity-hover","",Oe.opacity16),me.extend("--ft-toggle-off-state-layer-opacity-focus","",Oe.opacity16),me.extend("--ft-toggle-off-state-layer-opacity-active","",Oe.opacity24),me.extend("--ft-toggle-off-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-toggle-off-background-color","",ve.contentGlobalSubtle),me.extend("--ft-toggle-off-icon-color","",ve.contentGlobalSubtle),me.extend("--ft-toggle-off-state-layer-color","",ve.contentGlobalSubtle),me.extend("--ft-toggle-on-state-layer-opacity-hover","",Oe.opacity16),me.extend("--ft-toggle-on-state-layer-opacity-focus","",Oe.opacity16),me.extend("--ft-toggle-on-state-layer-opacity-active","",Oe.opacity24),me.extend("--ft-toggle-on-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-toggle-on-background-color","",ve.contentActionPrimary),me.extend("--ft-toggle-on-icon-color","",ve.contentActionPrimary),me.extend("--ft-toggle-on-state-layer-color","",ve.contentActionPrimary),me.extend("--ft-toggle-label-color","",ve.contentGlobalPrimary),me.extend("--ft-toggle-focus-focus-ring-color","",ve.borderActionFocusRing),me.extend("--ft-toggle-gap","",Oe.spacing3),me.extend("--ft-radio-label-color","",ve.contentGlobalPrimary),me.extend("--ft-radio-selected-color","",ve.contentActionPrimary),me.extend("--ft-radio-selected-state-layer-color","",ve.contentActionPrimary),me.extend("--ft-radio-selected-state-layer-opacity-hover","",Oe.opacity16),me.extend("--ft-radio-selected-state-layer-opacity-focus","",Oe.opacity16),me.extend("--ft-radio-selected-state-layer-opacity-active","",Oe.opacity24),me.extend("--ft-radio-selected-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-radio-unselected-state-layer-color","",Oe.colorGray80),me.extend("--ft-radio-unselected-state-layer-opacity-hover","",Oe.opacity16),me.extend("--ft-radio-unselected-state-layer-opacity-focus","",Oe.opacity16),me.extend("--ft-radio-unselected-state-layer-opacity-active","",Oe.opacity24),me.extend("--ft-radio-unselected-component-opacity-disabled","",Oe.opacity40),me.extend("--ft-radio-focus-focus-ring-color","",ve.borderActionFocusRing),me.create("--ft-radio-focus-outline-offset","","SIZE","3px"),me.create("--ft-radio-focus-outline-width","","SIZE","2px"),me.extend("--ft-radio-gap","",Oe.spacing3),me.extend("--ft-notification-icon-size","",Oe.iconSize4),me.extend("--ft-notification-horizontal-padding","",Oe.spacing4),me.extend("--ft-notification-vertical-padding","",Oe.spacing4),me.extend("--ft-notification-info-background-color","",ve.backgroundInfoSubtle),me.extend("--ft-notification-info-color","",ve.contentInfoPrimary),me.extend("--ft-notification-info-border-color","",ve.borderInfoPrimary),me.extend("--ft-notification-success-background-color","",ve.backgroundSuccessSubtle),me.extend("--ft-notification-success-color","",ve.contentSuccessPrimary),me.extend("--ft-notification-success-border-color","",ve.borderSuccessPrimary),me.extend("--ft-notification-warning-background-color","",ve.backgroundWarningSubtle),me.extend("--ft-notification-warning-color","",ve.contentWarningPrimary),me.extend("--ft-notification-warning-border-color","",ve.borderWarningPrimary),me.extend("--ft-notification-error-background-color","",ve.backgroundErrorSubtle),me.extend("--ft-notification-error-color","",ve.contentErrorPrimary),me.extend("--ft-notification-error-border-color","",ve.borderErrorPrimary),me.extend("--ft-notification-border-radius","",Oe.borderRadiusPill),me.create("--ft-notification-border-width","","SIZE","1px"),me.extend("--ft-notification-gap-leading","",Oe.spacing2),me.extend("--ft-notification-gap-trailing","",Oe.spacing8);const Se={colorPrimary:me.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:me.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:me.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:me.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:me.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:me.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:me.create("--ft-color-error","","COLOR","#B00020"),colorOutline:me.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:me.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:me.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:me.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:me.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:me.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:me.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:me.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:me.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:me.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:me.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:me.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:me.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:me.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:me.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:me.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:me.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:me.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:me.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:me.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:me.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:me.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:me.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:me.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:me.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:me.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:me.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:me.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:me.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:me.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:me.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:me.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:me.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:me.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:me.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:me.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:me.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:me.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:me.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:me.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:me.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:me.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:me.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:me.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:me.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:me.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:me.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:me.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:me.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:me.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:me.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:me.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:me.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:me.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:me.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},we=window,Ce=we.ShadowRoot&&(void 0===we.ShadyCSS||we.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
76
+ /**
77
+ * @license
78
+ * Copyright 2019 Google LLC
79
+ * SPDX-License-Identifier: BSD-3-Clause
80
+ */class $e extends ge{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,o])=>t.registry.define(e,o))));const e={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{Ce?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=we.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Ee,Re=function(t,e,o,r){for(var i,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(e,o,n):i(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};const Ue=Symbol("constructorPrototype"),Ie=Symbol("constructorName"),We=Symbol("exportpartsDebouncer");class ke extends $e{constructor(){super(),this[Ee]=new e(5),this[Ie]=this.constructor.name,this[Ue]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ie]&&Object.setPrototypeOf(this,this[Ue])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,o;if((null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==o?o:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[We].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,i,a,n;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],o=null!==(n=null===(a=t.getAttribute("exportparts"))||void 0===a?void 0:a.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...e,...o).filter(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const p=[...c.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}Ee=We,Re([C()],ke.prototype,"exportpartsPrefix",void 0),Re([function(t,e){const o=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!U(t,e),...null!=e?e:{}})}([])],ke.prototype,"exportpartsPrefixes",void 0),Re([C()],ke.prototype,"customStylesheet",void 0);const Le=bt`
67
81
  .ft-no-text-select {
68
82
  -webkit-touch-callout: none;
69
83
  -webkit-user-select: none;
@@ -72,7 +86,7 @@ var pt,ft;let ht=class extends R{constructor(){super(...arguments),this.renderOp
72
86
  -ms-user-select: none;
73
87
  user-select: none;
74
88
  }
75
- `;g`
89
+ `;bt`
76
90
  .ft-word-wrap {
77
91
  white-space: normal;
78
92
  word-wrap: break-word;
@@ -84,7 +98,7 @@ var pt,ft;let ht=class extends R{constructor(){super(...arguments),this.renderOp
84
98
  -webkit-hyphens: auto;
85
99
  hyphens: auto
86
100
  }
87
- `,g`
101
+ `,bt`
88
102
  .ft-safari-ellipsis-fix {
89
103
  margin-right: 0;
90
104
 
@@ -95,140 +109,140 @@ var pt,ft;let ht=class extends R{constructor(){super(...arguments),this.renderOp
95
109
  display: inline-block;
96
110
  width: 0;
97
111
  }
98
- `,window.ftReduxStores||(window.ftReduxStores={});const Ut=Symbol("elementInternals");var It,Wt;navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Wt=null===(It=window.safari)||void 0===It?void 0:It.pushNotification)||void 0===Wt||Wt.toString());
112
+ `,window.ftReduxStores||(window.ftReduxStores={});const ze=Symbol("elementInternals");var Ke,Ze;navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Ze=null===(Ke=window.safari)||void 0===Ke?void 0:Ke.pushNotification)||void 0===Ze||Ze.toString());
99
113
  /**
100
- * @license
101
- * Copyright 2017 Google LLC
102
- * SPDX-License-Identifier: BSD-3-Clause
103
- */
104
- const kt=1,Lt=2,Kt=t=>(...o)=>({_$litDirective$:t,values:o});class zt{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)}}
114
+ * @license
115
+ * Copyright 2017 Google LLC
116
+ * SPDX-License-Identifier: BSD-3-Clause
117
+ */
118
+ const Fe=1,De=2,Me=t=>(...e)=>({_$litDirective$:t,values:e});let Ae=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o){this._$Ct=t,this._$AM=e,this._$Ci=o}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
105
119
  /**
106
- * @license
107
- * Copyright 2018 Google LLC
108
- * SPDX-License-Identifier: BSD-3-Clause
109
- */const Zt=Kt(class extends zt{constructor(t){var o;if(super(t),t.type!==kt||"class"!==t.name||(null===(o=t.strings)||void 0===o?void 0:o.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]){var e,r;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in o)o[t]&&!(null===(e=this.nt)||void 0===e?void 0:e.has(t))&&this.it.add(t);return this.render(o)}const i=t.element.classList;this.it.forEach((t=>{t in o||(i.remove(t),this.it.delete(t))}));for(const t in o){const e=!!o[t];e===this.it.has(t)||(null===(r=this.nt)||void 0===r?void 0:r.has(t))||(e?(i.add(t),this.it.add(t)):(i.remove(t),this.it.delete(t)))}return Y}}),Ft=Symbol.for(""),Dt=t=>{if((null==t?void 0:t.r)===Ft)return null==t?void 0:t._$litStatic$},Bt=t=>({_$litStatic$:t,r:Ft}),Mt=new Map,At=(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=Dt(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=Mt.get(t))&&(n.raw=n,Mt.set(t,o=n)),e=l}return t(o,...e)})(T);
120
+ * @license
121
+ * Copyright 2018 Google LLC
122
+ * SPDX-License-Identifier: BSD-3-Clause
123
+ */const Be=Me(class extends Ae{constructor(t){if(super(t),t.type!==Fe||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(e)}const o=t.element.classList;for(const t of this.it)t in e||(o.remove(t),this.it.delete(t));for(const t in e){const r=!!e[t];r===this.it.has(t)||this.st?.has(t)||(r?(o.add(t),this.it.add(t)):(o.remove(t),this.it.delete(t)))}return q}}),Pe=Symbol.for(""),He=t=>{if(t?.r===Pe)return t?._$litStatic$},je=t=>({_$litStatic$:t,r:Pe}),_e=new Map,Te=(t=>(e,...o)=>{const r=o.length;let i,a;const n=[],s=[];let l,c=0,p=!1;for(;c<r;){for(l=e[c];c<r&&void 0!==(a=o[c],i=He(a));)l+=i+e[++c],p=!0;c!==r&&s.push(a),n.push(l),c++}if(c===r&&n.push(e[r]),p){const t=n.join("$$lit$$");void 0===(e=_e.get(t))&&(n.raw=n,_e.set(t,e=n)),o=s}return t(e,...o)})(J);
110
124
  /**
111
- * @license
112
- * Copyright 2020 Google LLC
113
- * SPDX-License-Identifier: BSD-3-Clause
114
- */var Ht;!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"}(Ht||(Ht={}));const jt=gt.extend("--ft-typography-font-family","",Ot.titleFont),Pt=gt.extend("--ft-typography-font-family","",Ot.contentFont),Gt={fontFamily:Pt,fontSize:gt.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:gt.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:gt.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:gt.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:gt.create("--ft-typography-text-transform","","UNKNOWN","inherit")},_t=gt.extend("--ft-typography-title-font-family","",jt),Tt=gt.extend("--ft-typography-title-font-size","",Gt.fontSize,"20px"),Yt=gt.extend("--ft-typography-title-font-weight","",Gt.fontWeight,"normal"),Vt=gt.extend("--ft-typography-title-letter-spacing","",Gt.letterSpacing,"0.15px"),Jt=gt.extend("--ft-typography-title-line-height","",Gt.lineHeight,"1.2"),qt=gt.extend("--ft-typography-title-text-transform","",Gt.textTransform,"inherit"),Xt=gt.extend("--ft-typography-title-dense-font-family","",jt),Qt=gt.extend("--ft-typography-title-dense-font-size","",Gt.fontSize,"14px"),to=gt.extend("--ft-typography-title-dense-font-weight","",Gt.fontWeight,"normal"),oo=gt.extend("--ft-typography-title-dense-letter-spacing","",Gt.letterSpacing,"0.105px"),eo=gt.extend("--ft-typography-title-dense-line-height","",Gt.lineHeight,"1.7"),ro=gt.extend("--ft-typography-title-dense-text-transform","",Gt.textTransform,"inherit"),io=gt.extend("--ft-typography-subtitle1-font-family","",Pt),ao=gt.extend("--ft-typography-subtitle1-font-size","",Gt.fontSize,"16px"),no=gt.extend("--ft-typography-subtitle1-font-weight","",Gt.fontWeight,"600"),lo=gt.extend("--ft-typography-subtitle1-letter-spacing","",Gt.letterSpacing,"0.144px"),so=gt.extend("--ft-typography-subtitle1-line-height","",Gt.lineHeight,"1.5"),co=gt.extend("--ft-typography-subtitle1-text-transform","",Gt.textTransform,"inherit"),po=gt.extend("--ft-typography-subtitle2-font-family","",Pt),fo=gt.extend("--ft-typography-subtitle2-font-size","",Gt.fontSize,"14px"),ho=gt.extend("--ft-typography-subtitle2-font-weight","",Gt.fontWeight,"normal"),yo=gt.extend("--ft-typography-subtitle2-letter-spacing","",Gt.letterSpacing,"0.098px"),go=gt.extend("--ft-typography-subtitle2-line-height","",Gt.lineHeight,"1.7"),uo=gt.extend("--ft-typography-subtitle2-text-transform","",Gt.textTransform,"inherit"),bo={fontFamily:gt.extend("--ft-typography-body1-font-family","",Pt),fontSize:gt.extend("--ft-typography-body1-font-size","",Gt.fontSize,"16px"),fontWeight:gt.extend("--ft-typography-body1-font-weight","",Gt.fontWeight,"normal"),letterSpacing:gt.extend("--ft-typography-body1-letter-spacing","",Gt.letterSpacing,"0.496px"),lineHeight:gt.extend("--ft-typography-body1-line-height","",Gt.lineHeight,"1.5"),textTransform:gt.extend("--ft-typography-body1-text-transform","",Gt.textTransform,"inherit")},mo=gt.extend("--ft-typography-body2-font-family","",Pt),xo=gt.extend("--ft-typography-body2-font-size","",Gt.fontSize,"14px"),Oo=gt.extend("--ft-typography-body2-font-weight","",Gt.fontWeight,"normal"),vo=gt.extend("--ft-typography-body2-letter-spacing","",Gt.letterSpacing,"0.252px"),No=gt.extend("--ft-typography-body2-line-height","",Gt.lineHeight,"1.4"),So=gt.extend("--ft-typography-body2-text-transform","",Gt.textTransform,"inherit"),wo={fontFamily:gt.extend("--ft-typography-caption-font-family","",Pt),fontSize:gt.extend("--ft-typography-caption-font-size","",Gt.fontSize,"12px"),fontWeight:gt.extend("--ft-typography-caption-font-weight","",Gt.fontWeight,"normal"),letterSpacing:gt.extend("--ft-typography-caption-letter-spacing","",Gt.letterSpacing,"0.396px"),lineHeight:gt.extend("--ft-typography-caption-line-height","",Gt.lineHeight,"1.33"),textTransform:gt.extend("--ft-typography-caption-text-transform","",Gt.textTransform,"inherit")},Co=gt.extend("--ft-typography-breadcrumb-font-family","",Pt),Ro=gt.extend("--ft-typography-breadcrumb-font-size","",Gt.fontSize,"10px"),Eo=gt.extend("--ft-typography-breadcrumb-font-weight","",Gt.fontWeight,"normal"),$o=gt.extend("--ft-typography-breadcrumb-letter-spacing","",Gt.letterSpacing,"0.33px"),Uo=gt.extend("--ft-typography-breadcrumb-line-height","",Gt.lineHeight,"1.6"),Io=gt.extend("--ft-typography-breadcrumb-text-transform","",Gt.textTransform,"inherit"),Wo=gt.extend("--ft-typography-overline-font-family","",Pt),ko=gt.extend("--ft-typography-overline-font-size","",Gt.fontSize,"10px"),Lo=gt.extend("--ft-typography-overline-font-weight","",Gt.fontWeight,"normal"),Ko=gt.extend("--ft-typography-overline-letter-spacing","",Gt.letterSpacing,"1.5px"),zo=gt.extend("--ft-typography-overline-line-height","",Gt.lineHeight,"1.6"),Zo=gt.extend("--ft-typography-overline-text-transform","",Gt.textTransform,"uppercase"),Fo=gt.extend("--ft-typography-button-font-family","",Pt),Do=gt.extend("--ft-typography-button-font-size","",Gt.fontSize,"14px"),Bo=gt.extend("--ft-typography-button-font-weight","",Gt.fontWeight,"600"),Mo=gt.extend("--ft-typography-button-letter-spacing","",Gt.letterSpacing,"1.246px"),Ao=gt.extend("--ft-typography-button-line-height","",Gt.lineHeight,"1.15"),Ho=gt.extend("--ft-typography-button-text-transform","",Gt.textTransform,"uppercase"),jo=g`
125
+ * @license
126
+ * Copyright 2020 Google LLC
127
+ * SPDX-License-Identifier: BSD-3-Clause
128
+ */var Ge;!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"}(Ge||(Ge={}));const Ye=me.extend("--ft-typography-font-family","",Se.titleFont),Ve=me.extend("--ft-typography-font-family","",Se.contentFont),Je={fontFamily:Ve,fontSize:me.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:me.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:me.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:me.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:me.create("--ft-typography-text-transform","","UNKNOWN","inherit")},qe=me.extend("--ft-typography-title-font-family","",Ye),Xe=me.extend("--ft-typography-title-font-size","",Je.fontSize,"20px"),Qe=me.extend("--ft-typography-title-font-weight","",Je.fontWeight,"normal"),to=me.extend("--ft-typography-title-letter-spacing","",Je.letterSpacing,"0.15px"),eo=me.extend("--ft-typography-title-line-height","",Je.lineHeight,"1.2"),oo=me.extend("--ft-typography-title-text-transform","",Je.textTransform,"inherit"),ro=me.extend("--ft-typography-title-dense-font-family","",Ye),io=me.extend("--ft-typography-title-dense-font-size","",Je.fontSize,"14px"),ao=me.extend("--ft-typography-title-dense-font-weight","",Je.fontWeight,"normal"),no=me.extend("--ft-typography-title-dense-letter-spacing","",Je.letterSpacing,"0.105px"),so=me.extend("--ft-typography-title-dense-line-height","",Je.lineHeight,"1.7"),lo=me.extend("--ft-typography-title-dense-text-transform","",Je.textTransform,"inherit"),co=me.extend("--ft-typography-subtitle1-font-family","",Ve),po=me.extend("--ft-typography-subtitle1-font-size","",Je.fontSize,"16px"),fo=me.extend("--ft-typography-subtitle1-font-weight","",Je.fontWeight,"600"),ho=me.extend("--ft-typography-subtitle1-letter-spacing","",Je.letterSpacing,"0.144px"),yo=me.extend("--ft-typography-subtitle1-line-height","",Je.lineHeight,"1.5"),go=me.extend("--ft-typography-subtitle1-text-transform","",Je.textTransform,"inherit"),uo=me.extend("--ft-typography-subtitle2-font-family","",Ve),bo=me.extend("--ft-typography-subtitle2-font-size","",Je.fontSize,"14px"),mo=me.extend("--ft-typography-subtitle2-font-weight","",Je.fontWeight,"normal"),xo=me.extend("--ft-typography-subtitle2-letter-spacing","",Je.letterSpacing,"0.098px"),Oo=me.extend("--ft-typography-subtitle2-line-height","",Je.lineHeight,"1.7"),No=me.extend("--ft-typography-subtitle2-text-transform","",Je.textTransform,"inherit"),vo={fontFamily:me.extend("--ft-typography-body1-font-family","",Ve),fontSize:me.extend("--ft-typography-body1-font-size","",Je.fontSize,"16px"),fontWeight:me.extend("--ft-typography-body1-font-weight","",Je.fontWeight,"normal"),letterSpacing:me.extend("--ft-typography-body1-letter-spacing","",Je.letterSpacing,"0.496px"),lineHeight:me.extend("--ft-typography-body1-line-height","",Je.lineHeight,"1.5"),textTransform:me.extend("--ft-typography-body1-text-transform","",Je.textTransform,"inherit")},So=me.extend("--ft-typography-body2-font-family","",Ve),wo=me.extend("--ft-typography-body2-font-size","",Je.fontSize,"14px"),Co=me.extend("--ft-typography-body2-font-weight","",Je.fontWeight,"normal"),$o=me.extend("--ft-typography-body2-letter-spacing","",Je.letterSpacing,"0.252px"),Eo=me.extend("--ft-typography-body2-line-height","",Je.lineHeight,"1.4"),Ro=me.extend("--ft-typography-body2-text-transform","",Je.textTransform,"inherit"),Uo={fontFamily:me.extend("--ft-typography-caption-font-family","",Ve),fontSize:me.extend("--ft-typography-caption-font-size","",Je.fontSize,"12px"),fontWeight:me.extend("--ft-typography-caption-font-weight","",Je.fontWeight,"normal"),letterSpacing:me.extend("--ft-typography-caption-letter-spacing","",Je.letterSpacing,"0.396px"),lineHeight:me.extend("--ft-typography-caption-line-height","",Je.lineHeight,"1.33"),textTransform:me.extend("--ft-typography-caption-text-transform","",Je.textTransform,"inherit")},Io=me.extend("--ft-typography-breadcrumb-font-family","",Ve),Wo=me.extend("--ft-typography-breadcrumb-font-size","",Je.fontSize,"10px"),ko=me.extend("--ft-typography-breadcrumb-font-weight","",Je.fontWeight,"normal"),Lo=me.extend("--ft-typography-breadcrumb-letter-spacing","",Je.letterSpacing,"0.33px"),zo=me.extend("--ft-typography-breadcrumb-line-height","",Je.lineHeight,"1.6"),Ko=me.extend("--ft-typography-breadcrumb-text-transform","",Je.textTransform,"inherit"),Zo=me.extend("--ft-typography-overline-font-family","",Ve),Fo=me.extend("--ft-typography-overline-font-size","",Je.fontSize,"10px"),Do=me.extend("--ft-typography-overline-font-weight","",Je.fontWeight,"normal"),Mo=me.extend("--ft-typography-overline-letter-spacing","",Je.letterSpacing,"1.5px"),Ao=me.extend("--ft-typography-overline-line-height","",Je.lineHeight,"1.6"),Bo=me.extend("--ft-typography-overline-text-transform","",Je.textTransform,"uppercase"),Po=me.extend("--ft-typography-button-font-family","",Ve),Ho=me.extend("--ft-typography-button-font-size","",Je.fontSize,"14px"),jo=me.extend("--ft-typography-button-font-weight","",Je.fontWeight,"600"),_o=me.extend("--ft-typography-button-letter-spacing","",Je.letterSpacing,"1.246px"),To=me.extend("--ft-typography-button-line-height","",Je.lineHeight,"1.15"),Go=me.extend("--ft-typography-button-text-transform","",Je.textTransform,"uppercase"),Yo=bt`
115
129
  .ft-typography--title {
116
- font-family: ${_t};
117
- font-size: ${Tt};
118
- font-weight: ${Yt};
119
- letter-spacing: ${Vt};
120
- line-height: ${Jt};
121
- text-transform: ${qt};
122
- }
123
- `,Po=g`
124
- .ft-typography--title-dense {
125
- font-family: ${Xt};
126
- font-size: ${Qt};
127
- font-weight: ${to};
128
- letter-spacing: ${oo};
130
+ font-family: ${qe};
131
+ font-size: ${Xe};
132
+ font-weight: ${Qe};
133
+ letter-spacing: ${to};
129
134
  line-height: ${eo};
130
- text-transform: ${ro};
135
+ text-transform: ${oo};
131
136
  }
132
- `,Go=g`
133
- .ft-typography--subtitle1 {
134
- font-family: ${io};
135
- font-size: ${ao};
136
- font-weight: ${no};
137
- letter-spacing: ${lo};
137
+ `,Vo=bt`
138
+ .ft-typography--title-dense {
139
+ font-family: ${ro};
140
+ font-size: ${io};
141
+ font-weight: ${ao};
142
+ letter-spacing: ${no};
138
143
  line-height: ${so};
139
- text-transform: ${co};
144
+ text-transform: ${lo};
140
145
  }
141
- `,_o=g`
146
+ `,Jo=bt`
147
+ .ft-typography--subtitle1 {
148
+ font-family: ${co};
149
+ font-size: ${po};
150
+ font-weight: ${fo};
151
+ letter-spacing: ${ho};
152
+ line-height: ${yo};
153
+ text-transform: ${go};
154
+ }
155
+ `,qo=bt`
142
156
  .ft-typography--subtitle2 {
143
- font-family: ${po};
144
- font-size: ${fo};
145
- font-weight: ${ho};
146
- letter-spacing: ${yo};
147
- line-height: ${go};
148
- text-transform: ${uo};
157
+ font-family: ${uo};
158
+ font-size: ${bo};
159
+ font-weight: ${mo};
160
+ letter-spacing: ${xo};
161
+ line-height: ${Oo};
162
+ text-transform: ${No};
149
163
  }
150
164
 
151
- `,To=g`
165
+ `,Xo=bt`
152
166
  .ft-typography--body1 {
153
- font-family: ${bo.fontFamily};
154
- font-size: ${bo.fontSize};
155
- font-weight: ${bo.fontWeight};
156
- letter-spacing: ${bo.letterSpacing};
157
- line-height: ${bo.lineHeight};
158
- text-transform: ${bo.textTransform};
159
- }
160
- `,Yo=g`
167
+ font-family: ${vo.fontFamily};
168
+ font-size: ${vo.fontSize};
169
+ font-weight: ${vo.fontWeight};
170
+ letter-spacing: ${vo.letterSpacing};
171
+ line-height: ${vo.lineHeight};
172
+ text-transform: ${vo.textTransform};
173
+ }
174
+ `,Qo=bt`
161
175
  .ft-typography--body2 {
162
- font-family: ${mo};
163
- font-size: ${xo};
164
- font-weight: ${Oo};
165
- letter-spacing: ${vo};
166
- line-height: ${No};
167
- text-transform: ${So};
168
- }
169
- `,Vo=g`
170
- .ft-typography--caption {
171
- font-family: ${wo.fontFamily};
172
- font-size: ${wo.fontSize};
173
- font-weight: ${wo.fontWeight};
174
- letter-spacing: ${wo.letterSpacing};
175
- line-height: ${wo.lineHeight};
176
- text-transform: ${wo.textTransform};
177
- }
178
- `,Jo=g`
179
- .ft-typography--breadcrumb {
180
- font-family: ${Co};
181
- font-size: ${Ro};
182
- font-weight: ${Eo};
176
+ font-family: ${So};
177
+ font-size: ${wo};
178
+ font-weight: ${Co};
183
179
  letter-spacing: ${$o};
184
- line-height: ${Uo};
185
- text-transform: ${Io};
180
+ line-height: ${Eo};
181
+ text-transform: ${Ro};
186
182
  }
187
- `,qo=g`
188
- .ft-typography--overline {
189
- font-family: ${Wo};
190
- font-size: ${ko};
191
- font-weight: ${Lo};
192
- letter-spacing: ${Ko};
183
+ `,tr=bt`
184
+ .ft-typography--caption {
185
+ font-family: ${Uo.fontFamily};
186
+ font-size: ${Uo.fontSize};
187
+ font-weight: ${Uo.fontWeight};
188
+ letter-spacing: ${Uo.letterSpacing};
189
+ line-height: ${Uo.lineHeight};
190
+ text-transform: ${Uo.textTransform};
191
+ }
192
+ `,er=bt`
193
+ .ft-typography--breadcrumb {
194
+ font-family: ${Io};
195
+ font-size: ${Wo};
196
+ font-weight: ${ko};
197
+ letter-spacing: ${Lo};
193
198
  line-height: ${zo};
194
- text-transform: ${Zo};
199
+ text-transform: ${Ko};
195
200
  }
196
- `,Xo=g`
197
- .ft-typography--button {
198
- font-family: ${Fo};
199
- font-size: ${Do};
200
- font-weight: ${Bo};
201
+ `,or=bt`
202
+ .ft-typography--overline {
203
+ font-family: ${Zo};
204
+ font-size: ${Fo};
205
+ font-weight: ${Do};
201
206
  letter-spacing: ${Mo};
202
207
  line-height: ${Ao};
203
- text-transform: ${Ho};
208
+ text-transform: ${Bo};
204
209
  }
205
- `,Qo=g`
210
+ `,rr=bt`
211
+ .ft-typography--button {
212
+ font-family: ${Po};
213
+ font-size: ${Ho};
214
+ font-weight: ${jo};
215
+ letter-spacing: ${_o};
216
+ line-height: ${To};
217
+ text-transform: ${Go};
218
+ }
219
+ `,ir=bt`
206
220
  .ft-typography {
207
221
  vertical-align: inherit;
208
222
  }
209
- `,te=[Object.keys(mt).map((t=>function(t){const o=mt[t];return g`
210
- .ft-typography--${y(t)} {
211
- font-family: ${o.fontFamily};
212
- font-size: ${o.fontSize};
213
- font-weight: ${o.fontWeight};
214
- letter-spacing: ${o.letterSpacing};
215
- line-height: ${o.lineHeight};
216
- text-transform: ${o.textCase};
223
+ `,ar=[Object.keys(Ne).map((t=>function(t){const e=Ne[t];return bt`
224
+ .ft-typography--${ut(t)} {
225
+ font-family: ${e.fontFamily};
226
+ font-size: ${e.fontSize};
227
+ font-weight: ${e.fontWeight};
228
+ letter-spacing: ${e.letterSpacing};
229
+ line-height: ${e.lineHeight};
230
+ text-transform: ${e.textCase};
217
231
  }
218
- `}(t)))];var oe=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 ee extends Et{constructor(){super(...arguments),this.variant=Ht.body1}render(){return this.element?At`
219
- <${Bt(this.element)}
232
+ `}(t)))];var nr=function(t,e,o,r){for(var i,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(e,o,n):i(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class sr extends ke{constructor(){super(...arguments),this.variant=Ge.body1}render(){return this.element?Te`
233
+ <${je(this.element)}
220
234
  class="ft-typography ft-typography--${this.variant}">
221
235
  <slot></slot>
222
- </${Bt(this.element)}>
223
- `:At`
236
+ </${je(this.element)}>
237
+ `:Te`
224
238
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
225
- `}}ee.styles=[jo,Po,Go,_o,To,Yo,Vo,Jo,qo,Xo,Qo,...te],oe([r()],ee.prototype,"element",void 0),oe([r()],ee.prototype,"variant",void 0),s("ft-typography")(ee);
239
+ `}}sr.styles=[Yo,Vo,Jo,qo,Xo,Qo,tr,er,or,rr,ir,...ar],nr([C()],sr.prototype,"element",void 0),nr([C()],sr.prototype,"variant",void 0),I("ft-typography")(sr);
226
240
  /**
227
- * @license
228
- * Copyright 2017 Google LLC
229
- * SPDX-License-Identifier: BSD-3-Clause
230
- */
231
- class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===V||null==t)return this.ft=void 0,this.et=t;if(t===Y)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.ft;this.et=t;const o=[t];return o.raw=o,this.ft={_$litType$:this.constructor.resultType,strings:o,values:[]}}}re.directiveName="unsafeHTML",re.resultType=1;const ie=Kt(re);var ae,ne;!function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;"}(ae||(ae={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(ne||(ne={})),new Map([...["abw"].map((t=>[t,ne.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,ne.AUDIO])),...["avi"].map((t=>[t,ne.AVI])),...["chm","xhs"].map((t=>[t,ne.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,ne.CODE])),...["csv"].map((t=>[t,ne.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,ne.DITA])),...["epub"].map((t=>[t,ne.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,ne.EXCEL])),...["flac"].map((t=>[t,ne.FLAC])),...["gif"].map((t=>[t,ne.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,ne.GZIP])),...["html","htm","xhtml"].map((t=>[t,ne.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,ne.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,ne.JPEG])),...["json"].map((t=>[t,ne.JSON])),...["m4a","m4p"].map((t=>[t,ne.M4A])),...["mov","qt"].map((t=>[t,ne.MOV])),...["mp3"].map((t=>[t,ne.MP3])),...["mp4","m4v"].map((t=>[t,ne.MP4])),...["ogg","oga"].map((t=>[t,ne.OGG])),...["pdf","ps"].map((t=>[t,ne.PDF])),...["png"].map((t=>[t,ne.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,ne.POWERPOINT])),...["rar"].map((t=>[t,ne.RAR])),...["stp"].map((t=>[t,ne.STP])),...["txt","rtf","md","mdown"].map((t=>[t,ne.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,ne.VIDEO])),...["wav"].map((t=>[t,ne.WAV])),...["wma"].map((t=>[t,ne.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,ne.WORD])),...["xml","xsl","rdf"].map((t=>[t,ne.XML])),...["yaml","yml","x-yaml"].map((t=>[t,ne.YAML])),...["zip"].map((t=>[t,ne.ZIP]))]);const le=gt.create("--ft-icon-font-size","","SIZE","24px"),se=gt.extend("--ft-icon-fluid-topics-font-family","",gt.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),ce=gt.extend("--ft-icon-file-format-font-family","",gt.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),pe=gt.extend("--ft-icon-material-font-family","",gt.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),fe=gt.create("--ft-icon-vertical-align","","UNKNOWN","unset"),he=g`
241
+ * @license
242
+ * Copyright 2017 Google LLC
243
+ * SPDX-License-Identifier: BSD-3-Clause
244
+ */
245
+ class lr extends Ae{constructor(t){if(super(t),this.et=X,t.type!==De)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===X||null==t)return this.vt=void 0,this.et=t;if(t===q)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}}lr.directiveName="unsafeHTML",lr.resultType=1;const cr=Me(lr);var pr,fr;!function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;"}(pr||(pr={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(fr||(fr={})),new Map([...["abw"].map((t=>[t,fr.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,fr.AUDIO])),...["avi"].map((t=>[t,fr.AVI])),...["chm","xhs"].map((t=>[t,fr.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,fr.CODE])),...["csv"].map((t=>[t,fr.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,fr.DITA])),...["epub"].map((t=>[t,fr.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,fr.EXCEL])),...["flac"].map((t=>[t,fr.FLAC])),...["gif"].map((t=>[t,fr.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,fr.GZIP])),...["html","htm","xhtml"].map((t=>[t,fr.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,fr.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,fr.JPEG])),...["json"].map((t=>[t,fr.JSON])),...["m4a","m4p"].map((t=>[t,fr.M4A])),...["mov","qt"].map((t=>[t,fr.MOV])),...["mp3"].map((t=>[t,fr.MP3])),...["mp4","m4v"].map((t=>[t,fr.MP4])),...["ogg","oga"].map((t=>[t,fr.OGG])),...["pdf","ps"].map((t=>[t,fr.PDF])),...["png"].map((t=>[t,fr.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,fr.POWERPOINT])),...["rar"].map((t=>[t,fr.RAR])),...["stp"].map((t=>[t,fr.STP])),...["txt","rtf","md","mdown"].map((t=>[t,fr.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,fr.VIDEO])),...["wav"].map((t=>[t,fr.WAV])),...["wma"].map((t=>[t,fr.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,fr.WORD])),...["xml","xsl","rdf"].map((t=>[t,fr.XML])),...["yaml","yml","x-yaml"].map((t=>[t,fr.YAML])),...["zip"].map((t=>[t,fr.ZIP]))]);const hr=me.create("--ft-icon-font-size","","SIZE","24px"),dr=me.extend("--ft-icon-fluid-topics-font-family","",me.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),yr=me.extend("--ft-icon-file-format-font-family","",me.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),gr=me.extend("--ft-icon-material-font-family","",me.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),ur=me.create("--ft-icon-vertical-align","","UNKNOWN","unset"),br=bt`
232
246
  :host, i.ft-icon {
233
247
  display: inline-flex;
234
248
  align-items: center;
@@ -237,14 +251,14 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
237
251
  }
238
252
 
239
253
  :host {
240
- width: ${le};
241
- height: ${le};
254
+ width: ${hr};
255
+ height: ${hr};
242
256
  }
243
257
 
244
258
  i.ft-icon {
245
259
  width: 100%;
246
260
  height: 100%;
247
- font-size: ${le};
261
+ font-size: ${hr};
248
262
  line-height: 1;
249
263
  font-weight: normal;
250
264
  text-transform: none;
@@ -255,33 +269,33 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
255
269
  text-rendering: auto;
256
270
  -webkit-font-smoothing: antialiased;
257
271
  -moz-osx-font-smoothing: grayscale;
258
- vertical-align: ${fe};
272
+ vertical-align: ${ur};
259
273
  }
260
274
 
261
275
  i.ft-icon.ft-icon--fluid-topics {
262
- font-family: ${se}, ft-icons, fticons, sans-serif;
276
+ font-family: ${dr}, ft-icons, fticons, sans-serif;
263
277
 
264
278
  /* Ugly fix because font is broken */
265
- font-size: calc(0.75 * ${le});
266
- line-height: ${le};
279
+ font-size: calc(0.75 * ${hr});
280
+ line-height: ${hr};
267
281
  position: relative;
268
282
  top: -4%;
269
283
  justify-content: center;
270
284
  }
271
285
 
272
286
  .ft-icon--file-format {
273
- font-family: ${ce}, ft-mime, sans-serif;
287
+ font-family: ${yr}, ft-mime, sans-serif;
274
288
  }
275
289
 
276
290
  .ft-icon--material {
277
- font-family: ${pe}, "Material Icons", sans-serif;
291
+ font-family: ${gr}, "Material Icons", sans-serif;
278
292
  }
279
- `;var de;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(de||(de={}));var ye=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 ge extends Et{constructor(){super(...arguments),this.resolvedIcon=V}render(){const t=this.variant&&Object.values(de).includes(this.variant)?this.variant:de.fluid_topics,o=t!==de.material||!!this.value;return T`
293
+ `;var mr;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(mr||(mr={}));var xr=function(t,e,o,r){for(var i,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(e,o,n):i(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class Or extends ke{constructor(){super(...arguments),this.resolvedIcon=ee}render(){const t=this.variant&&Object.values(mr).includes(this.variant)?this.variant:mr.fluid_topics,e=t!==mr.material||!!this.value;return Qt`
280
294
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
281
- ${ie(this.resolvedIcon)}
282
- <slot ?hidden=${o}></slot>
295
+ ${cr(this.resolvedIcon)}
296
+ <slot ?hidden=${e}></slot>
283
297
  </i>
284
- `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let e=this.value||this.textContent;switch(this.variant){case de.file_format:this.resolvedIcon=null!==(t=ne[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case de.material:this.resolvedIcon=this.value||V;break;default:this.resolvedIcon=null!==(o=ae[e.replace("-","_").toUpperCase()])&&void 0!==o?o:e}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}ge.elementDefinitions={},ge.styles=he,ye([r()],ge.prototype,"variant",void 0),ye([r()],ge.prototype,"value",void 0),ye([i()],ge.prototype,"resolvedIcon",void 0),ye([a("slot")],ge.prototype,"slottedContent",void 0),s("ft-icon")(ge);const ue=gt.external(Ot.colorOutline,"Design system"),be=gt.external(Ot.colorOnSurfaceMedium,"Design system"),me=g`
298
+ `}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let o=this.value||this.textContent;switch(this.variant){case mr.file_format:this.resolvedIcon=null!==(t=fr[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case mr.material:this.resolvedIcon=this.value||ee;break;default:this.resolvedIcon=null!==(e=pr[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Or.elementDefinitions={},Or.styles=br,xr([C()],Or.prototype,"variant",void 0),xr([C()],Or.prototype,"value",void 0),xr([$()],Or.prototype,"resolvedIcon",void 0),xr([R("slot")],Or.prototype,"slottedContent",void 0),I("ft-icon")(Or);const Nr=me.external(Se.colorOutline,"Design system"),vr=me.external(Se.colorOnSurfaceMedium,"Design system"),Sr=bt`
285
299
  :host {
286
300
  display: block;
287
301
  }
@@ -292,17 +306,17 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
292
306
 
293
307
  ft-icon {
294
308
  transform: rotate(-45deg);
295
- color: ${ue};
309
+ color: ${Nr};
296
310
  }
297
311
 
298
312
  .ft-resizer--dragging ft-icon,
299
313
  .ft-resizer:hover ft-icon {
300
- color: ${be};
314
+ color: ${vr};
301
315
  }
302
- `;var xe=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 Oe extends CustomEvent{constructor(t,o){super("resize",{detail:{width:t,height:o}})}}class ve extends Et{constructor(){super(...arguments),this.initialWidth=0,this.initialHeight=0,this.icon="drag_handle",this.iconVariant=de.material,this.cursor="nwse-resize",this.dragging=!1,this.fixedWidth=0,this.fixedHeight=0,this.startX=0,this.startY=0,this.doDragFromMouse=t=>this.doDrag(t.clientX,t.clientY),this.doDragFromTouch=t=>this.doDrag(t.touches[0].clientX,t.touches[0].clientY),this.stopDrag=()=>{this.dragging=!1,document.removeEventListener("mousemove",this.doDragFromMouse,!1),document.removeEventListener("mouseup",this.stopDrag,!1),document.removeEventListener("touchmove",this.doDragFromTouch,!1),document.removeEventListener("touchend",this.stopDrag,!1),document.removeEventListener("touchcancel",this.stopDrag,!1)}}render(){return T`
316
+ `;var wr=function(t,e,o,r){for(var i,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(e,o,n):i(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class Cr extends CustomEvent{constructor(t,e){super("resize",{detail:{width:t,height:e}})}}class $r extends ke{constructor(){super(...arguments),this.initialWidth=0,this.initialHeight=0,this.icon="drag_handle",this.iconVariant=mr.material,this.cursor="nwse-resize",this.dragging=!1,this.fixedWidth=0,this.fixedHeight=0,this.startX=0,this.startY=0,this.doDragFromMouse=t=>this.doDrag(t.clientX,t.clientY),this.doDragFromTouch=t=>this.doDrag(t.touches[0].clientX,t.touches[0].clientY),this.stopDrag=()=>{this.dragging=!1,document.removeEventListener("mousemove",this.doDragFromMouse,!1),document.removeEventListener("mouseup",this.stopDrag,!1),document.removeEventListener("touchmove",this.doDragFromTouch,!1),document.removeEventListener("touchend",this.stopDrag,!1),document.removeEventListener("touchcancel",this.stopDrag,!1)}}render(){return Qt`
303
317
  <style>
304
318
  .ft-resizer {
305
- cursor: ${y(this.cursor)}
319
+ cursor: ${ut(this.cursor)}
306
320
  }
307
321
  </style>
308
322
  <div class="ft-resizer ft-no-text-select ${this.dragging?"ft-resizer--dragging":""}"
@@ -310,25 +324,25 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
310
324
  @touchstart=${this.initDragFromTouch}>
311
325
  <ft-icon .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
312
326
  </div>
313
- `}initDragFromMouse(t){this.initDrag(t.clientX,t.clientY)}initDragFromTouch(t){t.preventDefault(),t.stopPropagation(),this.initDrag(t.touches[0].clientX,t.touches[0].clientY)}initDrag(t,o){this.dragging=!0,this.startX=t,this.startY=o,this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,this.installDocumentEventListeners()}installDocumentEventListeners(){document.addEventListener("mousemove",this.doDragFromMouse,!1),document.addEventListener("mouseup",this.stopDrag,!1),document.addEventListener("touchmove",this.doDragFromTouch,!1),document.addEventListener("touchend",this.stopDrag,!1),document.addEventListener("touchcancel",this.stopDrag,!1)}doDrag(t,o){let e=this.fixedWidth+t-this.startX,r=this.fixedHeight+o-this.startY;this.dispatchEvent(new Oe(e,r))}}ve.elementDefinitions={"ft-icon":ge},ve.styles=[$t,me],xe([r({type:Number})],ve.prototype,"initialWidth",void 0),xe([r({type:Number})],ve.prototype,"initialHeight",void 0),xe([r()],ve.prototype,"icon",void 0),xe([r()],ve.prototype,"iconVariant",void 0),xe([r()],ve.prototype,"cursor",void 0),xe([i()],ve.prototype,"dragging",void 0),s("ft-resizer")(ve);const Ne={fontSize:gt.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:gt.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:gt.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:gt.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:gt.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:gt.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:gt.extend("--ft-input-label-border-color","",Ot.colorOutline),textColor:gt.extend("--ft-input-label-text-color","",Ot.colorOnSurfaceMedium),disabledTextColor:gt.extend("--ft-input-label-disabled-text-color","",Ot.colorOnSurfaceDisabled),colorSurface:gt.external(Ot.colorSurface,"Design system"),borderRadiusS:gt.external(Ot.borderRadiusS,"Design system"),colorError:gt.external(Ot.colorError,"Design system")},Se=g`
327
+ `}initDragFromMouse(t){this.initDrag(t.clientX,t.clientY)}initDragFromTouch(t){t.preventDefault(),t.stopPropagation(),this.initDrag(t.touches[0].clientX,t.touches[0].clientY)}initDrag(t,e){this.dragging=!0,this.startX=t,this.startY=e,this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,this.installDocumentEventListeners()}installDocumentEventListeners(){document.addEventListener("mousemove",this.doDragFromMouse,!1),document.addEventListener("mouseup",this.stopDrag,!1),document.addEventListener("touchmove",this.doDragFromTouch,!1),document.addEventListener("touchend",this.stopDrag,!1),document.addEventListener("touchcancel",this.stopDrag,!1)}doDrag(t,e){let o=this.fixedWidth+t-this.startX,r=this.fixedHeight+e-this.startY;this.dispatchEvent(new Cr(o,r))}}$r.elementDefinitions={"ft-icon":Or},$r.styles=[Le,Sr],wr([C({type:Number})],$r.prototype,"initialWidth",void 0),wr([C({type:Number})],$r.prototype,"initialHeight",void 0),wr([C()],$r.prototype,"icon",void 0),wr([C()],$r.prototype,"iconVariant",void 0),wr([C()],$r.prototype,"cursor",void 0),wr([$()],$r.prototype,"dragging",void 0),I("ft-resizer")($r);const Er={fontSize:me.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:me.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:me.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:me.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:me.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:me.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:me.extend("--ft-input-label-border-color","",Se.colorOutline),textColor:me.extend("--ft-input-label-text-color","",Se.colorOnSurfaceMedium),disabledTextColor:me.extend("--ft-input-label-disabled-text-color","",Se.colorOnSurfaceDisabled),colorSurface:me.external(Se.colorSurface,"Design system"),borderRadiusS:me.external(Se.borderRadiusS,"Design system"),colorError:me.external(Se.colorError,"Design system")},Rr=bt`
314
328
  .ft-input-label {
315
329
  position: absolute;
316
330
  inset: 0;
317
331
  display: flex;
318
- background-color: ${Ne.colorSurface};
319
- border-radius: ${Ne.borderRadiusS} ${Ne.borderRadiusS} 0 0;
332
+ background-color: ${Er.colorSurface};
333
+ border-radius: ${Er.borderRadiusS} ${Er.borderRadiusS} 0 0;
320
334
  }
321
335
 
322
336
  .ft-input-label--outlined {
323
- border-radius: ${Ne.borderRadiusS};
337
+ border-radius: ${Er.borderRadiusS};
324
338
  }
325
339
 
326
340
  .ft-input-label {
327
- border-color: ${Ne.borderColor};
341
+ border-color: ${Er.borderColor};
328
342
  }
329
343
 
330
344
  .ft-input-label.ft-input-label--in-error {
331
- border-color: ${Ne.colorError}
345
+ border-color: ${Er.colorError}
332
346
  }
333
347
 
334
348
  .ft-input-label:before,
@@ -341,7 +355,7 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
341
355
  }
342
356
 
343
357
  .ft-input-label:before {
344
- width: calc(${Ne.horizontalSpacing} - 4px);
358
+ width: calc(${Er.horizontalSpacing} - 4px);
345
359
  flex-shrink: 0;
346
360
  }
347
361
 
@@ -357,20 +371,20 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
357
371
  border-bottom-width: 1px;
358
372
  border-bottom-style: solid;
359
373
  border-color: inherit;
360
- color: ${Ne.textColor};
374
+ color: ${Er.textColor};
361
375
  transition: font-size 250ms, line-height 250ms, color 250ms;
362
- max-width: calc(${Ne.labelMaxWidth} - 2 * (${Ne.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
376
+ max-width: calc(${Er.labelMaxWidth} - 2 * (${Er.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
363
377
  text-overflow: ellipsis;
364
- ${ut(wo.fontSize,Ne.fontSize)};
365
- ${ut(wo.lineHeight,Ne.fontSize)};
378
+ ${xe(Uo.fontSize,Er.fontSize)};
379
+ ${xe(Uo.lineHeight,Er.fontSize)};
366
380
  }
367
381
 
368
382
  .ft-input-label--in-error .ft-input-label--text {
369
- color: ${Ne.colorError}
383
+ color: ${Er.colorError}
370
384
  }
371
385
 
372
386
  .ft-input-label--disabled .ft-input-label--text {
373
- color: ${Ne.disabledTextColor};
387
+ color: ${Er.disabledTextColor};
374
388
  }
375
389
 
376
390
  .ft-input-label--hidden-text {
@@ -387,19 +401,19 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
387
401
  overflow: hidden;
388
402
  white-space: nowrap;
389
403
  text-overflow: ellipsis;
390
- padding: ${Ne.verticalSpacing} 4px;
391
- margin: calc(${Ne.verticalSpacing} * -1) 0;
404
+ padding: ${Er.verticalSpacing} 4px;
405
+ margin: calc(${Er.verticalSpacing} * -1) 0;
392
406
  max-width: 100%;
393
407
  box-sizing: border-box;
394
408
  }
395
409
 
396
410
  .ft-input-label--raised .ft-input-label--text {
397
- ${ut(wo.fontSize,Ne.raisedFontSize)};
398
- ${ut(wo.lineHeight,Ne.raisedFontSize)};
411
+ ${xe(Uo.fontSize,Er.raisedFontSize)};
412
+ ${xe(Uo.lineHeight,Er.raisedFontSize)};
399
413
  }
400
414
 
401
415
  .ft-input-label--raised .ft-input-label--floating-text {
402
- top: ${Ne.verticalSpacing};
416
+ top: ${Er.verticalSpacing};
403
417
  }
404
418
 
405
419
  .ft-input-label--outlined .ft-input-label--text,
@@ -412,36 +426,36 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
412
426
  .ft-input-label--outlined:before {
413
427
  border-left-width: 1px;
414
428
  border-left-style: solid;
415
- border-radius: ${Ne.borderRadiusS} 0 0 ${Ne.borderRadiusS};
429
+ border-radius: ${Er.borderRadiusS} 0 0 ${Er.borderRadiusS};
416
430
  }
417
431
 
418
432
  .ft-input-label--outlined:after {
419
433
  border-right-width: 1px;
420
434
  border-right-style: solid;
421
- border-radius: 0 ${Ne.borderRadiusS} ${Ne.borderRadiusS} 0;
435
+ border-radius: 0 ${Er.borderRadiusS} ${Er.borderRadiusS} 0;
422
436
  }
423
437
 
424
438
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
425
439
  padding: 2px 4px;
426
- z-index: ${Ne.raisedZIndex};
427
- background-color: ${Ne.colorSurface};
428
- border-radius: ${Ne.borderRadiusS};
440
+ z-index: ${Er.raisedZIndex};
441
+ background-color: ${Er.colorSurface};
442
+ border-radius: ${Er.borderRadiusS};
429
443
  top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
430
444
  }
431
445
 
432
446
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
433
447
  border-top: none;
434
448
  }
435
- `;var we=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 Ce extends Et{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 T`
436
- <div class="${Zt(t)}">
437
- ${this.text?T`
449
+ `;var Ur=function(t,e,o,r){for(var i,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(e,o,n):i(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class Ir extends ke{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 Qt`
450
+ <div class="${Be(t)}">
451
+ ${this.text?Qt`
438
452
  <div class="ft-input-label--text ft-typography--caption">
439
453
  <span class="ft-input-label--floating-text">${this.text}</span>
440
454
  <span class="ft-input-label--hidden-text" aria-hidden="true">${this.text}</span>
441
455
  </div>
442
456
  `:null}
443
457
  </div>
444
- `}}Ce.elementDefinitions={},Ce.styles=[Vo,Se],we([r({type:String})],Ce.prototype,"text",void 0),we([r({type:Boolean})],Ce.prototype,"raised",void 0),we([r({type:Boolean})],Ce.prototype,"outlined",void 0),we([r({type:Boolean})],Ce.prototype,"disabled",void 0),we([r({type:Boolean})],Ce.prototype,"error",void 0),s("ft-input-label")(Ce);const Re=gt.extend("--ft-ripple-color","",Ot.colorContent),Ee={color:Re,backgroundColor:gt.extend("--ft-ripple-background-color","",Re),opacityContentOnSurfacePressed:gt.external(Ot.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:gt.external(Ot.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:gt.external(Ot.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:gt.external(Ot.opacityContentOnSurfaceSelected,"Design system"),borderRadius:gt.create("--ft-ripple-border-radius","","SIZE","0px")},$e=gt.extend("--ft-ripple-color","",Ot.colorPrimary),Ue=$e,Ie=gt.extend("--ft-ripple-background-color","",$e),We=gt.extend("--ft-ripple-color","",Ot.colorSecondary),ke=We,Le=gt.extend("--ft-ripple-background-color","",We),Ke=g`
458
+ `}}Ir.elementDefinitions={},Ir.styles=[tr,Rr],Ur([C({type:String})],Ir.prototype,"text",void 0),Ur([C({type:Boolean})],Ir.prototype,"raised",void 0),Ur([C({type:Boolean})],Ir.prototype,"outlined",void 0),Ur([C({type:Boolean})],Ir.prototype,"disabled",void 0),Ur([C({type:Boolean})],Ir.prototype,"error",void 0),I("ft-input-label")(Ir);const Wr=me.extend("--ft-ripple-color","",Se.colorContent),kr={color:Wr,backgroundColor:me.extend("--ft-ripple-background-color","",Wr),opacityContentOnSurfacePressed:me.external(Se.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:me.external(Se.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:me.external(Se.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:me.external(Se.opacityContentOnSurfaceSelected,"Design system"),borderRadius:me.create("--ft-ripple-border-radius","","SIZE","0px")},Lr=me.extend("--ft-ripple-color","",Se.colorPrimary),zr=Lr,Kr=me.extend("--ft-ripple-background-color","",Lr),Zr=me.extend("--ft-ripple-color","",Se.colorSecondary),Fr=Zr,Dr=me.extend("--ft-ripple-background-color","",Zr),Mr=bt`
445
459
  :host {
446
460
  display: contents;
447
461
  }
@@ -454,7 +468,7 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
454
468
 
455
469
  .ft-ripple:not(.ft-ripple--unbounded) {
456
470
  overflow: hidden;
457
- border-radius: ${Ee.borderRadius};
471
+ border-radius: ${kr.borderRadius};
458
472
  }
459
473
 
460
474
  .ft-ripple .ft-ripple--background,
@@ -488,27 +502,27 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
488
502
  }
489
503
 
490
504
  .ft-ripple .ft-ripple--background {
491
- background-color: ${Ee.backgroundColor};
505
+ background-color: ${kr.backgroundColor};
492
506
  }
493
507
 
494
508
  .ft-ripple .ft-ripple--effect {
495
- background-color: ${Ee.color};
509
+ background-color: ${kr.color};
496
510
  }
497
511
 
498
512
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
499
- background-color: ${Le};
513
+ background-color: ${Dr};
500
514
  }
501
515
 
502
516
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
503
- background-color: ${ke};
517
+ background-color: ${Fr};
504
518
  }
505
519
 
506
520
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
507
- background-color: ${Ie};
521
+ background-color: ${Kr};
508
522
  }
509
523
 
510
524
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
511
- background-color: ${Ue};
525
+ background-color: ${zr};
512
526
  }
513
527
 
514
528
  .ft-ripple .ft-ripple--background {
@@ -538,33 +552,33 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
538
552
  }
539
553
 
540
554
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
541
- opacity: ${Ee.opacityContentOnSurfaceHover};
555
+ opacity: ${kr.opacityContentOnSurfaceHover};
542
556
  }
543
557
 
544
558
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
545
- opacity: ${Ee.opacityContentOnSurfaceSelected};
559
+ opacity: ${kr.opacityContentOnSurfaceSelected};
546
560
  }
547
561
 
548
562
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
549
- opacity: ${Ee.opacityContentOnSurfaceFocused};
563
+ opacity: ${kr.opacityContentOnSurfaceFocused};
550
564
  }
551
565
 
552
566
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
553
- opacity: ${Ee.opacityContentOnSurfacePressed};
567
+ opacity: ${kr.opacityContentOnSurfacePressed};
554
568
  transform: translate(-50%, -50%) scale(1);
555
569
  }
556
- `;var ze=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 Ze extends Et{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 T`
570
+ `;var Ar=function(t,e,o,r){for(var i,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(e,o,n):i(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class Br extends ke{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 e(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 e(10),this.moveRipple=t=>{var e,o;let{x:r,y:i}=this.getCoordinates(t),a=null!==(o=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==o?o:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-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 Qt`
557
571
  <style>
558
572
  .ft-ripple .ft-ripple--effect {
559
573
  left: ${this.originX}px;
560
574
  top: ${this.originY}px;
561
575
  }
562
576
  </style>
563
- <div class="${Zt(t)}">
577
+ <div class="${Be(t)}">
564
578
  <div class="ft-ripple--background"></div>
565
579
  <div class="ft-ripple--effect"></div>
566
580
  </div>
567
- `}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)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",r),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",i),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",r),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",i),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const 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()}}Ze.elementDefinitions={},Ze.styles=Ke,ze([r({type:Boolean})],Ze.prototype,"primary",void 0),ze([r({type:Boolean})],Ze.prototype,"secondary",void 0),ze([r({type:Boolean})],Ze.prototype,"unbounded",void 0),ze([r({type:Boolean})],Ze.prototype,"activated",void 0),ze([r({type:Boolean})],Ze.prototype,"selected",void 0),ze([r({type:Boolean})],Ze.prototype,"disabled",void 0),ze([i()],Ze.prototype,"hovered",void 0),ze([i()],Ze.prototype,"focused",void 0),ze([i()],Ze.prototype,"pressed",void 0),ze([i()],Ze.prototype,"rippling",void 0),ze([i()],Ze.prototype,"originX",void 0),ze([i()],Ze.prototype,"originY",void 0),ze([a(".ft-ripple")],Ze.prototype,"ripple",void 0),ze([a(".ft-ripple--effect")],Ze.prototype,"rippleEffect",void 0),s("ft-ripple")(Ze);const Fe={fontSize:gt.create("--ft-text-area-font-size","","SIZE","14px"),labelSize:gt.create("--ft-text-area-label-size","","SIZE","11px"),verticalSpacing:gt.create("--ft-text-area-vertical-spacing","","SIZE","4px"),horizontalSpacing:gt.create("--ft-text-area-horizontal-spacing","","SIZE","16px"),helperColor:gt.extend("--ft-text-area-helper-color","",Ot.colorOnSurfaceMedium),colorPrimary:gt.external(Ot.colorPrimary,"Design system"),colorOnSurface:gt.external(Ot.colorOnSurface,"Design system"),colorOnSurfaceDisabled:gt.external(Ot.colorOnSurfaceDisabled,"Design system"),borderRadiusS:gt.external(Ot.borderRadiusS,"Design system"),colorError:gt.external(Ot.colorError,"Design system")},De=g`
581
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var e,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(o=this.target)||void 0===o||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,e;const o=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;o&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:o)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},o=e("mouseup","contextmenu"),r=e("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",o),t.addEventListener("touchstart",r),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",i),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",o),t.removeEventListener("touchstart",r),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",i),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let r,i;return null!=e.x?({x:r,y:i}=e):null!=o.touches&&(r=o.touches[0].clientX,i=o.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}Br.elementDefinitions={},Br.styles=Mr,Ar([C({type:Boolean})],Br.prototype,"primary",void 0),Ar([C({type:Boolean})],Br.prototype,"secondary",void 0),Ar([C({type:Boolean})],Br.prototype,"unbounded",void 0),Ar([C({type:Boolean})],Br.prototype,"activated",void 0),Ar([C({type:Boolean})],Br.prototype,"selected",void 0),Ar([C({type:Boolean})],Br.prototype,"disabled",void 0),Ar([$()],Br.prototype,"hovered",void 0),Ar([$()],Br.prototype,"focused",void 0),Ar([$()],Br.prototype,"pressed",void 0),Ar([$()],Br.prototype,"rippling",void 0),Ar([$()],Br.prototype,"originX",void 0),Ar([$()],Br.prototype,"originY",void 0),Ar([R(".ft-ripple")],Br.prototype,"ripple",void 0),Ar([R(".ft-ripple--effect")],Br.prototype,"rippleEffect",void 0),I("ft-ripple")(Br);const Pr={fontSize:me.create("--ft-text-area-font-size","","SIZE","14px"),labelSize:me.create("--ft-text-area-label-size","","SIZE","11px"),verticalSpacing:me.create("--ft-text-area-vertical-spacing","","SIZE","4px"),horizontalSpacing:me.create("--ft-text-area-horizontal-spacing","","SIZE","16px"),helperColor:me.extend("--ft-text-area-helper-color","",Se.colorOnSurfaceMedium),colorPrimary:me.external(Se.colorPrimary,"Design system"),colorOnSurface:me.external(Se.colorOnSurface,"Design system"),colorOnSurfaceDisabled:me.external(Se.colorOnSurfaceDisabled,"Design system"),borderRadiusS:me.external(Se.borderRadiusS,"Design system"),colorError:me.external(Se.colorError,"Design system")},Hr=bt`
568
582
  *:focus {
569
583
  outline: none;
570
584
  }
@@ -576,10 +590,10 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
576
590
  }
577
591
 
578
592
  ft-input-label {
579
- ${ut(Ne.fontSize,Fe.fontSize)};
580
- ${ut(Ne.raisedFontSize,Fe.labelSize)};
581
- ${ut(Ne.verticalSpacing,Fe.verticalSpacing)};
582
- ${ut(Ne.horizontalSpacing,Fe.horizontalSpacing)};
593
+ ${xe(Er.fontSize,Pr.fontSize)};
594
+ ${xe(Er.raisedFontSize,Pr.labelSize)};
595
+ ${xe(Er.verticalSpacing,Pr.verticalSpacing)};
596
+ ${xe(Er.horizontalSpacing,Pr.horizontalSpacing)};
583
597
  }
584
598
 
585
599
  .ft-text-area--main-panel {
@@ -597,8 +611,8 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
597
611
  }
598
612
 
599
613
  .ft-text-area--input-panel ft-ripple {
600
- ${ut(Ee.opacityContentOnSurfaceHover,"0.08")};
601
- ${ut(Ee.opacityContentOnSurfacePressed,"0.04")};
614
+ ${xe(kr.opacityContentOnSurfaceHover,"0.08")};
615
+ ${xe(kr.opacityContentOnSurfacePressed,"0.04")};
602
616
  }
603
617
 
604
618
  .ft-text-area--input {
@@ -610,12 +624,12 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
610
624
  align-self: stretch;
611
625
  resize: none;
612
626
 
613
- ${ut(bo.fontSize,Fe.fontSize)};
614
- ${ut(bo.lineHeight,Fe.fontSize)};
615
- color: ${Fe.colorOnSurface};
627
+ ${xe(vo.fontSize,Pr.fontSize)};
628
+ ${xe(vo.lineHeight,Pr.fontSize)};
629
+ color: ${Pr.colorOnSurface};
616
630
 
617
- padding: 0 ${Fe.horizontalSpacing};
618
- margin: calc(${Fe.verticalSpacing} + ${Fe.labelSize} / 2) 0 ${Fe.verticalSpacing} 0;
631
+ padding: 0 ${Pr.horizontalSpacing};
632
+ margin: calc(${Pr.verticalSpacing} + ${Pr.labelSize} / 2) 0 ${Pr.verticalSpacing} 0;
619
633
 
620
634
  border: none;
621
635
  background: none;
@@ -624,7 +638,7 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
624
638
  }
625
639
 
626
640
  .ft-text-area--disabled .ft-text-area--input {
627
- color: ${Fe.colorOnSurfaceDisabled};
641
+ color: ${Pr.colorOnSurfaceDisabled};
628
642
  }
629
643
 
630
644
  .ft-text-area:not(.ft-text-area--disabled) .ft-text-area--input-panel {
@@ -632,49 +646,49 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
632
646
  }
633
647
 
634
648
  .ft-text-area:not(.ft-text-area--disabled):focus-within ft-input-label {
635
- ${ut(Ne.borderColor,Fe.colorPrimary)};
636
- ${ut(Ne.textColor,Fe.colorPrimary)};
649
+ ${xe(Er.borderColor,Pr.colorPrimary)};
650
+ ${xe(Er.textColor,Pr.colorPrimary)};
637
651
  }
638
652
 
639
653
  .ft-text-area--filled .ft-text-area--input-panel {
640
- border-radius: ${Fe.borderRadiusS} ${Fe.borderRadiusS} 0 0;
654
+ border-radius: ${Pr.borderRadiusS} ${Pr.borderRadiusS} 0 0;
641
655
  }
642
656
 
643
657
  .ft-text-area--filled:not(.ft-text-area--no-label) .ft-text-area--input {
644
658
  align-self: stretch;
645
- margin-bottom: ${Fe.verticalSpacing};
646
- margin-top: calc(${Fe.labelSize} + 2 * ${Fe.verticalSpacing});
659
+ margin-bottom: ${Pr.verticalSpacing};
660
+ margin-top: calc(${Pr.labelSize} + 2 * ${Pr.verticalSpacing});
647
661
  }
648
662
 
649
663
  .ft-text-area--outlined .ft-text-area--input-panel {
650
- border-radius: ${Fe.borderRadiusS};
664
+ border-radius: ${Pr.borderRadiusS};
651
665
  }
652
666
 
653
667
  .ft-text-area--helper-text {
654
- padding: 0 12px 0 ${Fe.horizontalSpacing};
655
- color: ${Fe.helperColor};
668
+ padding: 0 12px 0 ${Pr.horizontalSpacing};
669
+ color: ${Pr.helperColor};
656
670
  }
657
671
 
658
672
  .ft-text-area--in-error .ft-text-area--input,
659
673
  .ft-text-area--in-error .ft-text-area--helper-text {
660
- color: ${Fe.colorError};
674
+ color: ${Pr.colorError};
661
675
  }
662
676
 
663
677
  ft-resizer {
664
678
  position: absolute;
665
679
  bottom: 0;
666
680
  }
667
- `;var Be=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 Me extends(function(t,o){return class extends t{static get formAssociated(){return!0}get form(){return this[Ut].form}constructor(...t){super(t),this[Ut]=this.attachInternals(),this[Ut].role=o}setFormValue(t){this[Ut].setFormValue(t)}}}(Et,"textbox")){constructor(){super(...arguments),this.label="",this.value="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.height=50,this.focused=!1}render(){const t={"ft-text-area":!0,"ft-text-area--filled":!this.outlined,"ft-text-area--outlined":this.outlined,"ft-text-area--disabled":this.disabled,"ft-text-area--has-value":!!this.value,"ft-text-area--no-label":!this.label,"ft-text-area--in-error":this.error};return T`
681
+ `;var jr=function(t,e,o,r){for(var i,a=arguments.length,n=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(e,o,n):i(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class _r extends(function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[ze].form}constructor(...t){super(t),this[ze]=this.attachInternals(),this[ze].role=e}setFormValue(t){this[ze].setFormValue(t)}}}(ke,"textbox")){constructor(){super(...arguments),this.label="",this.value="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.height=50,this.focused=!1}render(){const t={"ft-text-area":!0,"ft-text-area--filled":!this.outlined,"ft-text-area--outlined":this.outlined,"ft-text-area--disabled":this.disabled,"ft-text-area--has-value":!!this.value,"ft-text-area--no-label":!this.label,"ft-text-area--in-error":this.error};return Qt`
668
682
  <style>
669
683
  .ft-text-area--main-panel {
670
- height: calc(4 * ${Fe.verticalSpacing} + ${Fe.labelSize} + ${Fe.fontSize} + ${this.height}px);
684
+ height: calc(4 * ${Pr.verticalSpacing} + ${Pr.labelSize} + ${Pr.fontSize} + ${this.height}px);
671
685
  }
672
686
 
673
687
  ft-resizer {
674
688
  right: ${null!=this.textarea?this.textarea.offsetWidth-this.textarea.clientWidth:0}px;
675
689
  }
676
690
  </style>
677
- <div class="${Zt(t)}">
691
+ <div class="${Be(t)}">
678
692
  <div class="ft-text-area--main-panel">
679
693
  <ft-input-label text="${this.label}"
680
694
  ?disabled=${this.disabled}
@@ -684,7 +698,7 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
684
698
  ></ft-input-label>
685
699
  <div class="ft-text-area--input-panel"
686
700
  aria-label="${this.label}">
687
- ${this.outlined?null:T`
701
+ ${this.outlined?null:Qt`
688
702
  <ft-ripple ?disabled=${this.disabled} activated></ft-ripple>
689
703
  `}
690
704
  <textarea class="ft-typography--body1 ft-text-area--input"
@@ -701,9 +715,9 @@ class re extends zt{constructor(t){if(super(t),this.et=V,t.type!==Lt)throw Error
701
715
  initialHeight="${this.height}"
702
716
  cursor="ns-resize"></ft-resizer>
703
717
  </div>
704
- ${this.helper?T`
718
+ ${this.helper?Qt`
705
719
  <ft-typography class="ft-text-area--helper-text" variant="caption">
706
720
  ${this.helper}
707
721
  </ft-typography>`:void 0}
708
722
  </div>
709
- `}setValue(t,o=!1){this.value=t,this.setFormValue(t),o&&(this.dispatchEvent(new CustomEvent("live-change",{detail:this.value})),this.dispatchEvent(new CustomEvent("change",{detail:this.value})))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.requestUpdate()}onKeyDown(t){"Enter"!==t.key&&" "!==t.key||t.stopPropagation()}updateValueFromInputField(){this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}liveUpdateValueFromInputField(){var t;this.value=(null===(t=this.textarea)||void 0===t?void 0:t.value)||"",this.setFormValue(this.value),this.dispatchEvent(new CustomEvent("live-change",{detail:this.value}))}onResize(t){t.detail.height>=50&&(this.height=t.detail.height)}}Me.elementDefinitions={"ft-input-label":Ce,"ft-resizer":ve,"ft-ripple":Ze,"ft-typography":ee},Me.styles=[To,De],Be([r({type:String})],Me.prototype,"label",void 0),Be([r({reflect:!0})],Me.prototype,"value",void 0),Be([r({type:String})],Me.prototype,"helper",void 0),Be([r({type:Boolean})],Me.prototype,"outlined",void 0),Be([r({type:Boolean})],Me.prototype,"disabled",void 0),Be([r({type:Boolean})],Me.prototype,"error",void 0),Be([r({type:Number,reflect:!0})],Me.prototype,"height",void 0),Be([a("textarea")],Me.prototype,"textarea",void 0),Be([i()],Me.prototype,"focused",void 0),s("ft-text-area")(Me),t.FtTextArea=Me,t.FtTextAreaCssVariables=Fe,t.styles=De}({});
723
+ `}setValue(t,e=!1){this.value=t,this.setFormValue(t),e&&(this.dispatchEvent(new CustomEvent("live-change",{detail:this.value})),this.dispatchEvent(new CustomEvent("change",{detail:this.value})))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.requestUpdate()}onKeyDown(t){"Enter"!==t.key&&" "!==t.key||t.stopPropagation()}updateValueFromInputField(){this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}liveUpdateValueFromInputField(){var t;this.value=(null===(t=this.textarea)||void 0===t?void 0:t.value)||"",this.setFormValue(this.value),this.dispatchEvent(new CustomEvent("live-change",{detail:this.value}))}onResize(t){t.detail.height>=50&&(this.height=t.detail.height)}}_r.elementDefinitions={"ft-input-label":Ir,"ft-resizer":$r,"ft-ripple":Br,"ft-typography":sr},_r.styles=[Xo,Hr],jr([C({type:String})],_r.prototype,"label",void 0),jr([C({reflect:!0})],_r.prototype,"value",void 0),jr([C({type:String})],_r.prototype,"helper",void 0),jr([C({type:Boolean})],_r.prototype,"outlined",void 0),jr([C({type:Boolean})],_r.prototype,"disabled",void 0),jr([C({type:Boolean})],_r.prototype,"error",void 0),jr([C({type:Number,reflect:!0})],_r.prototype,"height",void 0),jr([R("textarea")],_r.prototype,"textarea",void 0),jr([$()],_r.prototype,"focused",void 0),I("ft-text-area")(_r),t.FtTextArea=_r,t.FtTextAreaCssVariables=Pr,t.styles=Hr}({});