@fluid-topics/ft-icon 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.
@@ -8,7 +8,7 @@ export declare class FtIcon extends FtLitElement implements FtIconProperties {
8
8
  value?: string;
9
9
  private resolvedIcon;
10
10
  private slottedContent?;
11
- protected render(): import("lit-html").TemplateResult<1>;
11
+ protected render(): import("lit").TemplateResult<1>;
12
12
  get textContent(): string;
13
13
  protected update(changedProperties: PropertyValues): void;
14
14
  private resolveIcon;
@@ -1,59 +1,85 @@
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,a=new WeakMap,i=new WeakMap,n=new WeakMap,l=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,a){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(a))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=a.prototype.attributeChangedCallback,c=new Set(a.observedAttributes||[]);d(a,c,l);const s={elementClass:a,connectedCallback:a.prototype.connectedCallback,disconnectedCallback:a.prototype.disconnectedCallback,adoptedCallback:a.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:a.formAssociated,formAssociatedCallback:a.prototype.formAssociatedCallback,formDisabledCallback:a.prototype.formDisabledCallback,formResetCallback:a.prototype.formResetCallback,formStateRestoreCallback:a.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,s),this._definitionsByClass.set(a,s);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(a,s),s.standInClass=p);const h=this._awaitingUpgrade.get(t);if(h){this._awaitingUpgrade.delete(t);for(const t of h)i.delete(t),y(t,s,!0)}const u=this._whenDefinedPromises.get(t);return void 0!==u&&(u.resolve(a),this._whenDefinedPromises.delete(t)),a}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=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),a.set(o,e),o},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!s(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),s(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,a=r._getDefinition(o);return a?y(e,a):i.set(e,r),e}connectedCallback(){const t=a.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=a.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=a.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=a.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=a.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=a.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=a.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},d=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,a){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);r.call(this,i,a),e.call(this,i,t,a)}else r.call(this,i,a)});const a=t.prototype.removeAttribute;a&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);a.call(this,r),e.call(this,r,t,null)}else a.call(this,r)})},h=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t||"HTMLElement"===e?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):h(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),a.set(t,o),c=t;try{new o.elementClass}catch(t){h(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)},u=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=u.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){g.push(this),e.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0!==a.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 i{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),a=o.get(r)||[];this[+e]=t,a.push(t),o.set(r,a)})),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=a.get(e);t&&!0!==t.formAssociated||o.push(e)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(Rt){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,a=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)}a(!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,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,a=new WeakMap,n=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=i.prototype.attributeChangedCallback,c=new Set(i.observedAttributes||[]);h(i,c,s);const l={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(i,l);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(i,l),l.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)a.delete(t),y(t,l,!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=c;if(o)return c=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 l=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!l(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,i=r._getDefinition(o);return i?y(e,i):a.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const a=t.toLowerCase();if(o.has(a)){const t=this.getAttribute(a);r.call(this,a,i),e.call(this,a,t,i)}else r.call(this,a,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.call(this,r,t,null)}else i.call(this,r)});const a=t.prototype.toggleAttribute;a&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);a.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else a.call(this,i,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&s.set(t,this),u.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){u.push(this),e.set.call(this,t),u.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class a{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new a(o)}})}}try{window.customElements.define("custom-element",null)}catch(Wo){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}}
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 e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,i=Symbol(),a=new WeakMap;const n=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==i)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(r&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=a.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&a.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,i),s=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return n(o)})(t):t
23
21
  /**
24
- * @license
25
- * Copyright 2017 Google LLC
26
- * SPDX-License-Identifier: BSD-3-Clause
27
- */}
22
+ * @license
23
+ * Copyright 2017 Google LLC
24
+ * SPDX-License-Identifier: BSD-3-Clause
25
+ */,{is:c,defineProperty:l,getOwnPropertyDescriptor:p,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:d}=Object,y=globalThis,g=y.trustedTypes,u=g?g.emptyScript:"",b=y.reactiveElementPolyfillSupport,m=(t,o)=>t,O={toAttribute(t,o){switch(o){case Boolean:t=t?u:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},x=(t,o)=>!c(t,o),N={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:x};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,o=N){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=p(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??N}static _$Ei(){if(this.hasOwnProperty(m("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,o=[...f(t),...h(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(s(t))}else void 0!==t&&o.push(s(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),i=e.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=r.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:O).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:O;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??x)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};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 2021 Google LLC
31
- * SPDX-License-Identifier: BSD-3-Clause
32
- */
33
- var a;function i(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,a;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!i(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(!i(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=(a=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,a[r]))return!1;for(r=e;0!=r--;){var n=a[r];if(!i(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}null===(a=window.HTMLSlotElement)||void 0===a||a.prototype.assignedElements;
27
+ * @license
28
+ * Copyright 2017 Google LLC
29
+ * SPDX-License-Identifier: BSD-3-Clause
30
+ */
31
+ const w={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:x},S=(t=w,o,e)=>{const{kind:r,metadata:i}=e;let a=globalThis.litPropertyMetadata.get(i);if(void 0===a&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const i=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,i,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const i=this[r];o.call(this,e),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};function C(t){return(o,e)=>"object"==typeof e?S(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)
34
32
  /**
35
- * @license
36
- * Copyright 2019 Google LLC
37
- * SPDX-License-Identifier: BSD-3-Clause
38
- */
39
- const n=window,l=n.ShadowRoot&&(void 0===n.ShadyCSS||n.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),s=new WeakMap;let p=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==c)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(l&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=s.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&s.set(o,t))}return t}toString(){return this.cssText}};const f=t=>new p("string"==typeof t?t:t+"",void 0,c),d=(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 p(e,t,c)},h=(t,o)=>{l?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=n.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))},y=l?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return f(o)})(t):t
33
+ * @license
34
+ * Copyright 2017 Google LLC
35
+ * SPDX-License-Identifier: BSD-3-Clause
36
+ */}
40
37
  /**
41
- * @license
42
- * Copyright 2017 Google LLC
43
- * SPDX-License-Identifier: BSD-3-Clause
44
- */;var u;const g=window,b=g.trustedTypes,m=b?b.emptyScript:"",O=g.reactiveElementPolyfillSupport,x={toAttribute(t,o){switch(o){case Boolean:t=t?m:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},N=(t,o)=>o!==t&&(o==o||t==t),v={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:N};let w=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=v){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 a=this[t];this[o]=r,this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||v}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(y(t))}else void 0!==t&&o.push(y(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 h(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=v){var r;const a=this.constructor._$Ep(t,e);if(void 0!==a&&!0===e.reflect){const i=(void 0!==(null===(r=e.converter)||void 0===r?void 0:r.toAttribute)?e.converter:x).toAttribute(o,e.type);this._$El=t,null==i?this.removeAttribute(a):this.setAttribute(a,i),this._$El=null}}_$AK(t,o){var e;const r=this.constructor,a=r._$Ev.get(t);if(void 0!==a&&this._$El!==a){const t=r.getPropertyOptions(a),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(e=t.converter)||void 0===e?void 0:e.fromAttribute)?t.converter:x;this._$El=a,this[a]=i.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,e){let r=!0;void 0!==t&&(((e=e||this.constructor.getPropertyOptions(t)).hasChanged||N)(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){}};
38
+ * @license
39
+ * Copyright 2017 Google LLC
40
+ * SPDX-License-Identifier: BSD-3-Clause
41
+ */
42
+ const R=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
45
43
  /**
46
- * @license
47
- * Copyright 2017 Google LLC
48
- * SPDX-License-Identifier: BSD-3-Clause
49
- */
50
- var C;w.finalized=!0,w.elementProperties=new Map,w.elementStyles=[],w.shadowRootOptions={mode:"open"},null==O||O({ReactiveElement:w}),(null!==(u=g.reactiveElementVersions)&&void 0!==u?u:g.reactiveElementVersions=[]).push("1.6.1");const S=window,R=S.trustedTypes,U=R?R.createPolicy("lit-html",{createHTML:t=>t}):void 0,E="$lit$",L=`lit$${(Math.random()+"").slice(9)}$`,I="?"+L,W=`<${I}>`,k=document,K=()=>k.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,F=Array.isArray,B="[ \t\n\f\r]",A=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,z=/-->/g,M=/>/g,$=RegExp(`>|${B}(?:([^\\s"'>=/]+)(${B}*=${B}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),D=/'/g,j=/"/g,G=/^(?:script|style|textarea|title)$/i,H=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),_=Symbol.for("lit-noChange"),P=Symbol.for("lit-nothing"),T=new WeakMap,Y=k.createTreeWalker(k,129,null,!1),J=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=A;for(let o=0;o<e;o++){const e=t[o];let l,c,s=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===A?"!--"===c[1]?n=z:void 0!==c[1]?n=M:void 0!==c[2]?(G.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=$):void 0!==c[3]&&(n=$):n===$?">"===c[0]?(n=null!=a?a:A,s=-1):void 0===c[1]?s=-2:(s=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?$:'"'===c[3]?j:D):n===j||n===D?n=$:n===z||n===M?n=A:(n=$,a=void 0);const f=n===$&&t[o+1].startsWith("/>")?" ":"";i+=n===A?e+W:s>=0?(r.push(l),e.slice(0,s)+E+e.slice(s)+L+f):e+L+(-2===s?(r.push(void 0),o):f)}const l=i+(t[e]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==U?U.createHTML(l):l,r]};class V{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,s]=J(t,o);if(this.el=V.createElement(c,e),Y.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(r=Y.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const o of r.getAttributeNames())if(o.endsWith(E)||o.startsWith(L)){const e=s[i++];if(t.push(o),void 0!==e){const t=r.getAttribute(e.toLowerCase()+E).split(L),o=/([.?@])?(.*)/.exec(e);l.push({type:1,index:a,name:o[2],strings:t,ctor:"."===o[1]?ot:"?"===o[1]?rt:"@"===o[1]?at:tt})}else l.push({type:6,index:a})}for(const o of t)r.removeAttribute(o)}if(G.test(r.tagName)){const t=r.textContent.split(L),o=t.length-1;if(o>0){r.textContent=R?R.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],K()),Y.nextNode(),l.push({type:2,index:++a});r.append(t[o],K())}}}else if(8===r.nodeType)if(r.data===I)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(L,t+1));)l.push({type:7,index:a}),t+=L.length-1}a++}}static createElement(t,o){const e=k.createElement("template");return e.innerHTML=t,e}}function q(t,o,e=t,r){var a,i,n,l;if(o===_)return o;let c=void 0!==r?null===(a=e._$Co)||void 0===a?void 0:a[r]:e._$Cl;const s=Z(o)?void 0:o._$litDirective$;return(null==c?void 0:c.constructor)!==s&&(null===(i=null==c?void 0:c._$AO)||void 0===i||i.call(c,!1),void 0===s?c=void 0:(c=new s(t),c._$AT(t,e,r)),void 0!==r?(null!==(n=(l=e)._$Co)&&void 0!==n?n:l._$Co=[])[r]=c:e._$Cl=c),void 0!==c&&(o=q(t,c._$AS(t,o.values),c,r)),o}class X{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,a=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:k).importNode(e,!0);Y.currentNode=a;let i=Y.nextNode(),n=0,l=0,c=r[0];for(;void 0!==c;){if(n===c.index){let o;2===c.type?o=new Q(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new it(i,this,t)),this._$AV.push(o),c=r[++l]}n!==(null==c?void 0:c.index)&&(i=Y.nextNode(),n++)}return a}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 Q{constructor(t,o,e,r){var a;this.type=2,this._$AH=P,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cp=null===(a=null==r?void 0:r.isConnected)||void 0===a||a}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=q(this,t,o),Z(t)?t===P||null==t||""===t?(this._$AH!==P&&this._$AR(),this._$AH=P):t!==this._$AH&&t!==_&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>F(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!==P&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.$(k.createTextNode(t)),this._$AH=t}g(t){var o;const{values:e,_$litType$:r}=t,a="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=V.createElement(r.h,this.options)),r);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===a)this._$AH.v(e);else{const t=new X(a,this),o=t.u(this.options);t.v(e),this.$(o),this._$AH=t}}_$AC(t){let o=T.get(t.strings);return void 0===o&&T.set(t.strings,o=new V(t)),o}T(t){F(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new Q(this.k(K()),this.k(K()),this,this.options)):e=o[r],e._$AI(a),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 tt{constructor(t,o,e,r,a){this.type=1,this._$AH=P,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=P}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=q(this,t,o,0),i=!Z(t)||t!==this._$AH&&t!==_,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=q(this,r[e+n],o,n),l===_&&(l=this._$AH[n]),i||(i=!Z(l)||l!==this._$AH[n]),l===P?t=P:t!==P&&(t+=(null!=l?l:"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.j(t)}j(t){t===P?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class ot extends tt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===P?void 0:t}}const et=R?R.emptyScript:"";class rt extends tt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==P?this.element.setAttribute(this.name,et):this.element.removeAttribute(this.name)}}class at extends tt{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){var e;if((t=null!==(e=q(this,t,o,0))&&void 0!==e?e:P)===_)return;const r=this._$AH,a=t===P&&r!==P||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,i=t!==P&&(r===P||a);a&&this.element.removeEventListener(this.name,this,r),i&&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 it{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){q(this,t)}}const nt=S.litHtmlPolyfillSupport;null==nt||nt(V,Q),(null!==(C=S.litHtmlVersions)&&void 0!==C?C:S.litHtmlVersions=[]).push("2.7.3");
44
+ * @license
45
+ * Copyright 2017 Google LLC
46
+ * SPDX-License-Identifier: BSD-3-Clause
47
+ */;function U(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(!U(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(!U(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(!U(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}
51
48
  /**
52
- * @license
53
- * Copyright 2017 Google LLC
54
- * SPDX-License-Identifier: BSD-3-Clause
55
- */
56
- var lt,ct;class st extends w{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,a;const i=null!==(r=null==e?void 0:e.renderBefore)&&void 0!==r?r:o;let n=i._$litPart$;if(void 0===n){const t=null!==(a=null==e?void 0:e.renderBefore)&&void 0!==a?a:null;i._$litPart$=n=new Q(o.insertBefore(K(),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 _}}st.finalized=!0,st._$litElement$=!0,null===(lt=globalThis.litElementHydrateSupport)||void 0===lt||lt.call(globalThis,{LitElement:st});const pt=globalThis.litElementPolyfillSupport;null==pt||pt({LitElement:st}),(null!==(ct=globalThis.litElementVersions)&&void 0!==ct?ct:globalThis.litElementVersions=[]).push("3.3.2");const ft=t=>"string"==typeof t?f(t):t;class dt{static create(t,o,e,r){const a=t=>ft(null!=t?t:r),i=d`var(${ft(t)}, ${a(r)})`;return i.name=t,i.description=t,i.category=e,i.defaultValue=r,i.defaultCssValue=a,i.get=o=>d`var(${ft(t)}, ${a(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,o,e,r){const a=t=>e.get(null!=t?t:r),i=d`var(${ft(t)}, ${a(r)})`;return i.name=t,i.description=o,i.category=e.category,i.fallbackVariable=e,i.defaultValue=r,i.defaultCssValue=a,i.get=o=>d`var(${ft(t)}, ${a(o)})`,i.breadcrumb=()=>[e.name,...e.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),i}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):ft(null!=o?o:t.lastResortDefaultValue()),r=d`var(${ft(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=>d`var(${ft(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const ht={colorWhite:dt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:dt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:dt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:dt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:dt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:dt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:dt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:dt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:dt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:dt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:dt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:dt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:dt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:dt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:dt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:dt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:dt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:dt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:dt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:dt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:dt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:dt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:dt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:dt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:dt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:dt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:dt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:dt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:dt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:dt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:dt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:dt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:dt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:dt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:dt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:dt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:dt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:dt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:dt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:dt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:dt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:dt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:dt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:dt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:dt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:dt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:dt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:dt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:dt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:dt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:dt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:dt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:dt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:dt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:dt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:dt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:dt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:dt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:dt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:dt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:dt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:dt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:dt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:dt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:dt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:dt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:dt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:dt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:dt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:dt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:dt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:dt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:dt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:dt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:dt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:dt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:dt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:dt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:dt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:dt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:dt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:dt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:dt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:dt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:dt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:dt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:dt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:dt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:dt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:dt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:dt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:dt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:dt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:dt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:dt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:dt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:dt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:dt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:dt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:dt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:dt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:dt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:dt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:dt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:dt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:dt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:dt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:dt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:dt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:dt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:dt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:dt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:dt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:dt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:dt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:dt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:dt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:dt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:dt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:dt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:dt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:dt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:dt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:dt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:dt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:dt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:dt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:dt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:dt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:dt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:dt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:dt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:dt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:dt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:dt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:dt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:dt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:dt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:dt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:dt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:dt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:dt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:dt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:dt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:dt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:dt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:dt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:dt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:dt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:dt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:dt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:dt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:dt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:dt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:dt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:dt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:dt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:dt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:dt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:dt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:dt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:dt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:dt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:dt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:dt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:dt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:dt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:dt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:dt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:dt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:dt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:dt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:dt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:dt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:dt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:dt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:dt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:dt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:dt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:dt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:dt.create("--ft-opacity-0","","NUMBER","0"),opacity8:dt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:dt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:dt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:dt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:dt.create("--ft-opacity-80","","NUMBER","0.8")};dt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-display-lineHeight","","SIZE","120%"),dt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),dt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),dt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-display-textCase","","UNKNOWN","none"),dt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),dt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),dt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),dt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),dt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),dt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),dt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),dt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),dt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),dt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),dt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),dt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),dt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),dt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),dt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),dt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),dt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),dt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),dt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),dt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),dt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),dt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),dt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),dt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none");const yt={backgroundActionPrimary:dt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",ht.colorBrand0),backgroundErrorPrimary:dt.extend("--ft-background-error-primary","Used as background of error components.",ht.colorRed0),backgroundErrorSubtle:dt.extend("--ft-background-error-subtle","Used as background of subtle error components.",ht.colorRed10),backgroundInfoPrimary:dt.extend("--ft-background-info-primary","Used as background of information components.",ht.colorCyan200),backgroundInfoSubtle:dt.extend("--ft-background-info-subtle","Used as background of subtle information components.",ht.colorCyan10),backgroundWarningPrimary:dt.extend("--ft-background-warning-primary","Used as background of warning components.",ht.colorOrange300),backgroundWarningSubtle:dt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",ht.colorOrange10),backgroundSuccessPrimary:dt.extend("--ft-background-success-primary","Used as background of success components.",ht.colorGreen200),backgroundSuccessSubtle:dt.extend("--ft-background-success-subtle","Used as background of subtle success components.",ht.colorGreen10),backgroundGlobalSurface:dt.extend("--ft-background-global-surface","Used as app background.",ht.colorWhite),backgroundGlobalOnSurface:dt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",ht.colorGray10),backgroundGlobalOnSurfaceDark:dt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",ht.colorGray30),contentActionPrimary:dt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",ht.colorBrand0),contentWarningPrimary:dt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",ht.colorOrange300),contentWarningIconOnly:dt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",ht.colorOrange0),contentErrorPrimary:dt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",ht.colorRed0),contentErrorIconOnly:dt.extend("--ft-content-error-icon-only","Used on error status icons alone",ht.colorRed0),contentInfoPrimary:dt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",ht.colorCyan200),contentInfoIconOnly:dt.extend("--ft-content-info-icon-only","Used on info status icons alone",ht.colorCyan0),contentSuccessIconOnly:dt.extend("--ft-content-success-icon-only","Used on success status icons alone",ht.colorGreen0),contentSuccessPrimary:dt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",ht.colorGreen200),contentGlobalPrimary:dt.extend("--ft-content-global-primary","Used for main content on the page.",ht.colorGray500),contentGlobalSecondary:dt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",ht.colorGray200),contentGlobalSubtle:dt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",ht.colorGray0),contentGlobalOnColor:dt.extend("--ft-content-global-on-color","Used for content on a dominant color.",ht.colorWhite),borderActionPrimary:dt.extend("--ft-border-action-primary","Used as border for primary action components.",ht.colorBrand0),borderActionFocusRing:dt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",ht.colorCyan0),borderWarningPrimary:dt.extend("--ft-border-warning-primary","Used as border for warning components.",ht.colorOrange30),borderSuccessPrimary:dt.extend("--ft-border-success-primary","Used as border for success components.",ht.colorGreen30),borderErrorPrimary:dt.extend("--ft-border-error-primary","Used as border for error components.",ht.colorRed30),borderInfoPrimary:dt.extend("--ft-border-info-primary","Used as border for information components.",ht.colorCyan30),borderGlobalSubtle:dt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",ht.colorGray30),borderGlobalPrimary:dt.extend("--ft-border-global-primary","Used as border for element like input.",ht.colorGray50),borderInputPrimary:dt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",ht.colorGray80)};dt.create("--ft-button-large-height","","SIZE","40px"),dt.extend("--ft-button-large-horizontal-padding","",ht.spacing4),dt.extend("--ft-button-large-gap","",ht.spacing2),dt.extend("--ft-button-large-border-radius","",ht.borderRadiusS),dt.extend("--ft-button-large-icon-size","",ht.iconSize3),dt.create("--ft-button-large-border-width","","SIZE","1px"),dt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),dt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),dt.create("--ft-button-large-icon-only-width","","SIZE","40px"),dt.create("--ft-button-small-height","","SIZE","30px"),dt.extend("--ft-button-small-horizontal-padding","",ht.spacing3),dt.extend("--ft-button-small-gap","",ht.spacing2),dt.extend("--ft-button-small-border-radius","",ht.borderRadiusS),dt.extend("--ft-button-small-icon-size","",ht.iconSize2),dt.create("--ft-button-small-border-width","","SIZE","1px"),dt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),dt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),dt.create("--ft-button-small-icon-only-width","","SIZE","30px"),dt.extend("--ft-button-primary-background-color","",yt.backgroundActionPrimary),dt.extend("--ft-button-primary-color","",yt.contentGlobalOnColor),dt.extend("--ft-button-primary-icon-color","",yt.contentGlobalOnColor),dt.extend("--ft-button-primary-state-layer-color","",yt.contentGlobalOnColor),dt.extend("--ft-button-primary-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-button-primary-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-button-primary-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-button-primary-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-button-focus-focus-ring-color","",yt.borderActionFocusRing),dt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),dt.extend("--ft-button-tertiary-color","",yt.contentActionPrimary),dt.extend("--ft-button-tertiary-icon-color","",yt.contentActionPrimary),dt.extend("--ft-button-tertiary-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-button-tertiary-state-layer-opacity-hover","",ht.opacity8),dt.extend("--ft-button-tertiary-state-layer-opacity-focus","",ht.opacity8),dt.extend("--ft-button-tertiary-state-layer-opacity-active","",ht.opacity16),dt.extend("--ft-button-tertiary-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-button-secondary-background-color","",ht.colorWhite),dt.extend("--ft-button-secondary-color","",yt.contentActionPrimary),dt.extend("--ft-button-secondary-icon-color","",yt.contentActionPrimary),dt.extend("--ft-button-secondary-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-button-secondary-state-layer-opacity-hover","",ht.opacity8),dt.extend("--ft-button-secondary-state-layer-opacity-focus","",ht.opacity8),dt.extend("--ft-button-secondary-state-layer-opacity-active","",ht.opacity16),dt.extend("--ft-button-secondary-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-button-secondary-border-color","",yt.borderActionPrimary),dt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),dt.extend("--ft-button-neutral-icon-color","",yt.contentGlobalSecondary),dt.extend("--ft-button-neutral-color","",yt.contentGlobalSecondary),dt.extend("--ft-button-neutral-state-layer-color","",yt.contentGlobalSecondary),dt.extend("--ft-button-neutral-state-layer-opacity-hover","",ht.opacity8),dt.extend("--ft-button-neutral-state-layer-opacity-focus","",ht.opacity8),dt.extend("--ft-button-neutral-state-layer-opacity-active","",ht.opacity16),dt.extend("--ft-button-neutral-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-tabs-top-left-border-radius","",ht.borderRadiusS),dt.extend("--ft-tabs-top-right-border-radius","",ht.borderRadiusS),dt.extend("--ft-tabs-label-horizontal-padding","",ht.spacing4),dt.extend("--ft-tabs-label-vertical-padding","",ht.spacing3),dt.extend("--ft-tabs-label-gap","",ht.spacing1),dt.extend("--ft-switch-group-horizontal-padding","",ht.spacing1),dt.extend("--ft-switch-group-vertical-padding","",ht.spacing1),dt.extend("--ft-switch-group-gap","",ht.spacing1),dt.extend("--ft-switch-group-background-color","",yt.backgroundGlobalSurface),dt.extend("--ft-switch-group-border-color","",yt.borderGlobalSubtle),dt.create("--ft-switch-group-border-radius","","SIZE","6px"),dt.extend("--ft-switch-label-horizontal-padding","",ht.spacing2),dt.extend("--ft-switch-label-vertical-padding","",ht.spacing1),dt.extend("--ft-switch-icon-horizontal-padding","",ht.spacing1),dt.extend("--ft-switch-icon-vertical-padding","",ht.spacing1),dt.create("--ft-switch-focus-outline-width","","SIZE","2px"),dt.extend("--ft-switch-focus-focus-ring-color","",yt.borderActionFocusRing),dt.extend("--ft-switch-option-border-radius","",ht.borderRadiusS),dt.extend("--ft-switch-off-state-layer-opacity-hover","",ht.opacity8),dt.extend("--ft-switch-off-state-layer-opacity-focus","",ht.opacity8),dt.extend("--ft-switch-off-state-layer-opacity-active","",ht.opacity16),dt.extend("--ft-switch-off-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-switch-off-color","",yt.contentGlobalSubtle),dt.extend("--ft-switch-off-state-layer-color","",yt.contentGlobalSubtle),dt.extend("--ft-chart-1-light","for area color charts",ht.colorBrand40),dt.extend("--ft-chart-1-base","for line charts",ht.colorBrand0),dt.extend("--ft-chart-2-light","for area color charts",ht.colorYellow60),dt.extend("--ft-chart-2-base","for line charts",ht.colorYellow100),dt.extend("--ft-chart-3-light","",ht.colorUltramarine40),dt.extend("--ft-chart-3-base","",ht.colorUltramarine70),dt.extend("--ft-chart-4-light","",ht.colorCyan50),dt.extend("--ft-chart-4-base","",ht.colorCyan100),dt.extend("--ft-chart-5-light","",ht.colorRed40),dt.extend("--ft-chart-5-base","",ht.colorRed60),dt.extend("--ft-chart-6-light","",ht.colorGreen40),dt.extend("--ft-chart-6-base","",ht.colorGreen70),dt.extend("--ft-chart-7-light","",ht.colorOrange70),dt.extend("--ft-chart-7-base","",ht.colorOrange100),dt.extend("--ft-chart-8-light","",ht.colorAvocado70),dt.extend("--ft-chart-8-base","",ht.colorAvocado200),dt.extend("--ft-chart-9-light","",ht.colorBrown50),dt.extend("--ft-chart-9-base","",ht.colorBrown200),dt.extend("--ft-chart-10-light","",ht.colorGray50),dt.extend("--ft-chart-10-base","",ht.colorGray80),dt.extend("--ft-chart-monochrome-10","",ht.colorBrand10),dt.extend("--ft-chart-monochrome-20","",ht.colorBrand20),dt.extend("--ft-chart-monochrome-30","",ht.colorBrand40),dt.extend("--ft-chart-monochrome-40","",ht.colorBrand60),dt.extend("--ft-chart-monochrome-50","",ht.colorBrand0),dt.extend("--ft-chart-monochrome-60","",ht.colorBrand200),dt.extend("--ft-chip-large-horizontal-padding","",ht.spacing4),dt.extend("--ft-chip-large-vertical-padding","",ht.spacing2),dt.extend("--ft-chip-large-gap","",ht.spacing1),dt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-large-border-radius","",ht.borderRadiusPill),dt.create("--ft-chip-large-border-width","","SIZE","1px"),dt.extend("--ft-chip-large-icon-size","",ht.iconSize3),dt.extend("--ft-chip-medium-horizontal-padding","",ht.spacing3),dt.extend("--ft-chip-medium-vertical-padding","",ht.spacing1),dt.extend("--ft-chip-medium-gap","",ht.spacing1),dt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-medium-border-radius","",ht.borderRadiusPill),dt.create("--ft-chip-medium-border-width","","SIZE","1px"),dt.extend("--ft-chip-medium-icon-size","",ht.iconSize2),dt.extend("--ft-chip-small-horizontal-padding","",ht.spacing2),dt.extend("--ft-chip-small-vertical-padding","",ht.spacing05),dt.extend("--ft-chip-small-gap","",ht.spacing1),dt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-small-border-radius","",ht.borderRadiusPill),dt.create("--ft-chip-small-border-width","","SIZE","1px"),dt.extend("--ft-chip-small-icon-size","",ht.iconSize1),dt.extend("--ft-chip-neutral-background-color","",yt.backgroundGlobalOnSurface),dt.extend("--ft-chip-neutral-color","",yt.contentGlobalPrimary),dt.extend("--ft-chip-neutral-border-color","",yt.borderGlobalSubtle),dt.extend("--ft-chip-info-background-color","",yt.backgroundInfoSubtle),dt.extend("--ft-chip-info-color","",yt.contentInfoPrimary),dt.extend("--ft-chip-info-border-color","",yt.borderInfoPrimary),dt.extend("--ft-chip-success-background-color","",yt.backgroundSuccessSubtle),dt.extend("--ft-chip-success-color","",yt.contentSuccessPrimary),dt.extend("--ft-chip-success-border-color","",yt.borderSuccessPrimary),dt.extend("--ft-chip-warning-background-color","",yt.backgroundWarningSubtle),dt.extend("--ft-chip-warning-color","",yt.contentWarningPrimary),dt.extend("--ft-chip-warning-border-color","",yt.borderWarningPrimary),dt.extend("--ft-chip-error-background-color","",yt.backgroundErrorSubtle),dt.extend("--ft-chip-error-color","",yt.contentErrorPrimary),dt.extend("--ft-chip-error-border-color","",yt.borderErrorPrimary),dt.create("--ft-notice-border-width","","SIZE","1px"),dt.extend("--ft-notice-horizontal-padding","",ht.spacing2),dt.extend("--ft-notice-vertical-padding","",ht.spacing1),dt.extend("--ft-notice-border-radius","",ht.borderRadiusS),dt.extend("--ft-notice-gap","",ht.spacing2),dt.extend("--ft-notice-icon-size","",ht.iconSize3),dt.extend("--ft-notice-info-background-color","",yt.backgroundInfoSubtle),dt.extend("--ft-notice-info-border-color","",yt.borderInfoPrimary),dt.extend("--ft-notice-info-color","",yt.contentInfoPrimary),dt.extend("--ft-notice-warning-background-color","",yt.backgroundWarningSubtle),dt.extend("--ft-notice-warning-border-color","",yt.borderWarningPrimary),dt.extend("--ft-notice-warning-color","",yt.contentWarningPrimary),dt.extend("--ft-checkbox-label-color","",yt.contentGlobalPrimary),dt.extend("--ft-checkbox-checked-background-color","",yt.contentActionPrimary),dt.extend("--ft-checkbox-checked-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-checkbox-checked-color","",yt.contentGlobalOnColor),dt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-checkbox-checked-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-checkbox-checked-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-checkbox-unchecked-border-color","",ht.colorGray80),dt.extend("--ft-checkbox-unchecked-state-layer-color","",ht.colorGray80),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-checkbox-focus-focus-ring-color","",yt.borderActionFocusRing),dt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),dt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),dt.extend("--ft-checkbox-gap","",ht.spacing3),dt.extend("--ft-toggle-off-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-toggle-off-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-toggle-off-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-toggle-off-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-toggle-off-background-color","",yt.contentGlobalSubtle),dt.extend("--ft-toggle-off-icon-color","",yt.contentGlobalSubtle),dt.extend("--ft-toggle-off-state-layer-color","",yt.contentGlobalSubtle),dt.extend("--ft-toggle-on-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-toggle-on-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-toggle-on-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-toggle-on-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-toggle-on-background-color","",yt.contentActionPrimary),dt.extend("--ft-toggle-on-icon-color","",yt.contentActionPrimary),dt.extend("--ft-toggle-on-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-toggle-label-color","",yt.contentGlobalPrimary),dt.extend("--ft-toggle-focus-focus-ring-color","",yt.borderActionFocusRing),dt.extend("--ft-toggle-gap","",ht.spacing3),dt.extend("--ft-radio-label-color","",yt.contentGlobalPrimary),dt.extend("--ft-radio-selected-color","",yt.contentActionPrimary),dt.extend("--ft-radio-selected-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-radio-selected-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-radio-selected-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-radio-selected-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-radio-selected-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-radio-unselected-state-layer-color","",ht.colorGray80),dt.extend("--ft-radio-unselected-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-radio-unselected-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-radio-unselected-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-radio-unselected-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-radio-focus-focus-ring-color","",yt.borderActionFocusRing),dt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),dt.create("--ft-radio-focus-outline-width","","SIZE","2px"),dt.extend("--ft-radio-gap","",ht.spacing3),dt.extend("--ft-notification-icon-size","",ht.iconSize4),dt.extend("--ft-notification-horizontal-padding","",ht.spacing4),dt.extend("--ft-notification-vertical-padding","",ht.spacing4),dt.extend("--ft-notification-info-background-color","",yt.backgroundInfoSubtle),dt.extend("--ft-notification-info-color","",yt.contentInfoPrimary),dt.extend("--ft-notification-info-border-color","",yt.borderInfoPrimary),dt.extend("--ft-notification-success-background-color","",yt.backgroundSuccessSubtle),dt.extend("--ft-notification-success-color","",yt.contentSuccessPrimary),dt.extend("--ft-notification-success-border-color","",yt.borderSuccessPrimary),dt.extend("--ft-notification-warning-background-color","",yt.backgroundWarningSubtle),dt.extend("--ft-notification-warning-color","",yt.contentWarningPrimary),dt.extend("--ft-notification-warning-border-color","",yt.borderWarningPrimary),dt.extend("--ft-notification-error-background-color","",yt.backgroundErrorSubtle),dt.extend("--ft-notification-error-color","",yt.contentErrorPrimary),dt.extend("--ft-notification-error-border-color","",yt.borderErrorPrimary),dt.extend("--ft-notification-border-radius","",ht.borderRadiusPill),dt.create("--ft-notification-border-width","","SIZE","1px"),dt.extend("--ft-notification-gap-leading","",ht.spacing2),dt.extend("--ft-notification-gap-trailing","",ht.spacing8),dt.create("--ft-color-primary","","COLOR","#2196F3"),dt.create("--ft-color-primary-variant","","COLOR","#1976D2"),dt.create("--ft-color-secondary","","COLOR","#FFCC80"),dt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),dt.create("--ft-color-surface","","COLOR","#FFFFFF"),dt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),dt.create("--ft-color-error","","COLOR","#B00020"),dt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),dt.create("--ft-color-opacity-high","","NUMBER","1"),dt.create("--ft-color-opacity-medium","","NUMBER","0.74"),dt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),dt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),dt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),dt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),dt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),dt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),dt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),dt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),dt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),dt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),dt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),dt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),dt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),dt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),dt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),dt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),dt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),dt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),dt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),dt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),dt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),dt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),dt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),dt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),dt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),dt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),dt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),dt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),dt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),dt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),dt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),dt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),dt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),dt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),dt.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)"),dt.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)"),dt.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)"),dt.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)"),dt.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)"),dt.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)"),dt.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)"),dt.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)"),dt.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)"),dt.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)"),dt.create("--ft-border-radius-S","","SIZE","4px"),dt.create("--ft-border-radius-M","","SIZE","8px"),dt.create("--ft-border-radius-L","","SIZE","12px"),dt.create("--ft-border-radius-XL","","SIZE","16px"),dt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),dt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),dt.create("--ft-transition-duration","","UNKNOWN","250ms"),dt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out");class ut extends st{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 h(e,t.elementStyles),e}}var gt,bt=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};const mt=Symbol("constructorPrototype"),Ot=Symbol("constructorName"),xt=Symbol("exportpartsDebouncer");class Nt extends ut{constructor(){super(),this[gt]=new o(5),this[Ot]=this.constructor.name,this[mt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ot]&&Object.setPrototypeOf(this,this[mt])}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[xt].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,a,i,n;const l=t=>null!=t&&t.trim().length>0,c=t.filter(l).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const s=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!==(a=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==a?a:[],e=null!==(n=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...o,...e).filter(l).map((t=>t.trim())).forEach((t=>s.add(t)))}if(0===s.size)return void this.removeAttribute("exportparts");const p=[...s.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}var vt,wt;gt=xt,bt([r()],Nt.prototype,"exportpartsPrefix",void 0),bt([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)=>!i(t,o),...null!=o?o:{}})}([])],Nt.prototype,"exportpartsPrefixes",void 0),bt([r()],Nt.prototype,"customStylesheet",void 0),d`
49
+ * @license
50
+ * Copyright 2017 Google LLC
51
+ * SPDX-License-Identifier: BSD-3-Clause
52
+ */
53
+ const E=globalThis,I=E.trustedTypes,L=I?I.createPolicy("lit-html",{createHTML:t=>t}):void 0,W="$lit$",k=`lit$${(Math.random()+"").slice(9)}$`,K="?"+k,Z=`<${K}>`,$=document,A=()=>$.createComment(""),F=t=>null===t||"object"!=typeof t&&"function"!=typeof t,M=Array.isArray,z="[ \t\n\f\r]",B=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,D=/-->/g,P=/>/g,_=RegExp(`>|${z}(?:([^\\s"'>=/]+)(${z}*=${z}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),j=/'/g,G=/"/g,T=/^(?:script|style|textarea|title)$/i,H=Symbol.for("lit-noChange"),Y=Symbol.for("lit-nothing"),J=new WeakMap,q=$.createTreeWalker($,129);function V(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==L?L.createHTML(o):o}let X=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let a=0,n=0;const s=o.length-1,c=this.parts,[l,p]=((t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=B;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===B?"!--"===c[1]?n=D:void 0!==c[1]?n=P:void 0!==c[2]?(T.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=_):void 0!==c[3]&&(n=_):n===_?">"===c[0]?(n=i??B,l=-1):void 0===c[1]?l=-2:(l=n.lastIndex-c[2].length,s=c[1],n=void 0===c[3]?_:'"'===c[3]?G:j):n===G||n===j?n=_:n===D||n===P?n=B:(n=_,i=void 0);const f=n===_&&t[o+1].startsWith("/>")?" ":"";a+=n===B?e+Z:l>=0?(r.push(s),e.slice(0,l)+W+e.slice(l)+k+f):e+k+(-2===l?o:f)}return[V(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(l,r),q.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=q.nextNode())&&c.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(W)){const o=p[n++],e=i.getAttribute(t).split(k),r=/([.?@])?(.*)/.exec(o);c.push({type:1,index:a,name:r[2],strings:e,ctor:"."===r[1]?et:"?"===r[1]?rt:"@"===r[1]?it:ot}),i.removeAttribute(t)}else t.startsWith(k)&&(c.push({type:6,index:a}),i.removeAttribute(t));if(T.test(i.tagName)){const t=i.textContent.split(k),o=t.length-1;if(o>0){i.textContent=I?I.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],A()),q.nextNode(),c.push({type:2,index:++a});i.append(t[o],A())}}}else if(8===i.nodeType)if(i.data===K)c.push({type:2,index:a});else{let t=-1;for(;-1!==(t=i.data.indexOf(k,t+1));)c.push({type:7,index:a}),t+=k.length-1}a++}}static createElement(t,o){const e=$.createElement("template");return e.innerHTML=t,e}};function Q(t,o,e=t,r){if(o===H)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=F(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=Q(t,i._$AS(t,o.values),i,r)),o}let tt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Y,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Q(this,t,o),F(t)?t===Y||null==t||""===t?(this._$AH!==Y&&this._$AR(),this._$AH=Y):t!==this._$AH&&t!==H&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>M(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!==Y&&F(this._$AH)?this._$AA.nextSibling.data=t:this.$($.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=X.createElement(V(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??$).importNode(o,!0);q.currentNode=r;let i=q.nextNode(),a=0,n=0,s=e[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new tt(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new at(i,this,t)),this._$AV.push(o),s=e[++n]}a!==s?.index&&(i=q.nextNode(),a++)}return q.currentNode=$,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=J.get(t.strings);return void 0===o&&J.set(t.strings,o=new X(t)),o}T(o){M(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const a of o)i===e.length?e.push(r=new t(this.k(A()),this.k(A()),this,this.options)):r=e[i],r._$AI(a),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ot=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Y,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=Y}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=Q(this,t,o,0),a=!F(t)||t!==this._$AH&&t!==H,a&&(this._$AH=t);else{const r=t;let n,s;for(t=i[0],n=0;n<i.length-1;n++)s=Q(this,r[e+n],o,n),s===H&&(s=this._$AH[n]),a||=!F(s)||s!==this._$AH[n],s===Y?t=Y:t!==Y&&(t+=(s??"")+i[n+1]),this._$AH[n]=s}a&&!r&&this.O(t)}O(t){t===Y?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},et=class extends ot{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Y?void 0:t}},rt=class extends ot{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Y)}},it=class extends ot{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=Q(this,t,o,0)??Y)===H)return;const e=this._$AH,r=t===Y&&e!==Y||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Y&&(e===Y||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},at=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Q(this,t)}};const nt=E.litHtmlPolyfillSupport;nt?.(X,tt),(E.litHtmlVersions??=[]).push("3.1.0");
54
+ /**
55
+ * @license
56
+ * Copyright 2019 Google LLC
57
+ * SPDX-License-Identifier: BSD-3-Clause
58
+ */
59
+ const st=globalThis,ct=st.ShadowRoot&&(void 0===st.ShadyCSS||st.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,lt=Symbol(),pt=new WeakMap;let ft=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==lt)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(ct&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=pt.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&pt.set(o,t))}return t}toString(){return this.cssText}};const ht=t=>new ft("string"==typeof t?t:t+"",void 0,lt),dt=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+t[r+1]),t[0]);return new ft(e,t,lt)},yt=ct?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return ht(o)})(t):t
60
+ /**
61
+ * @license
62
+ * Copyright 2017 Google LLC
63
+ * SPDX-License-Identifier: BSD-3-Clause
64
+ */,{is:gt,defineProperty:ut,getOwnPropertyDescriptor:bt,getOwnPropertyNames:mt,getOwnPropertySymbols:Ot,getPrototypeOf:xt}=Object,Nt=globalThis,vt=Nt.trustedTypes,wt=vt?vt.emptyScript:"",St=Nt.reactiveElementPolyfillSupport,Ct=(t,o)=>t,Rt={toAttribute(t,o){switch(o){case Boolean:t=t?wt: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}},Ut=(t,o)=>!gt(t,o),Et={attribute:!0,type:String,converter:Rt,reflect:!1,hasChanged:Ut};Symbol.metadata??=Symbol("metadata"),Nt.litPropertyMetadata??=new WeakMap;class It extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=Et){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&ut(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=bt(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Et}static _$Ei(){if(this.hasOwnProperty(Ct("elementProperties")))return;const t=xt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Ct("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Ct("properties"))){const t=this.properties,o=[...mt(t),...Ot(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(yt(t))}else void 0!==t&&o.push(yt(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(ct)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=st.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:Rt).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Rt;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??Ut)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}}It.elementStyles=[],It.shadowRootOptions={mode:"open"},It[Ct("elementProperties")]=new Map,It[Ct("finalized")]=new Map,St?.({ReactiveElement:It}),(Nt.reactiveElementVersions??=[]).push("2.0.2");
65
+ /**
66
+ * @license
67
+ * Copyright 2017 Google LLC
68
+ * SPDX-License-Identifier: BSD-3-Clause
69
+ */
70
+ const Lt=globalThis,Wt=Lt.trustedTypes,kt=Wt?Wt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Kt="$lit$",Zt=`lit$${(Math.random()+"").slice(9)}$`,$t="?"+Zt,At=`<${$t}>`,Ft=document,Mt=()=>Ft.createComment(""),zt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Bt=Array.isArray,Dt="[ \t\n\f\r]",Pt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_t=/-->/g,jt=/>/g,Gt=RegExp(`>|${Dt}(?:([^\\s"'>=/]+)(${Dt}*=${Dt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Tt=/'/g,Ht=/"/g,Yt=/^(?:script|style|textarea|title)$/i,Jt=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),qt=Symbol.for("lit-noChange"),Vt=Symbol.for("lit-nothing"),Xt=new WeakMap,Qt=Ft.createTreeWalker(Ft,129);function to(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==kt?kt.createHTML(o):o}const oo=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=Pt;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===Pt?"!--"===c[1]?n=_t:void 0!==c[1]?n=jt:void 0!==c[2]?(Yt.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=Gt):void 0!==c[3]&&(n=Gt):n===Gt?">"===c[0]?(n=i??Pt,l=-1):void 0===c[1]?l=-2:(l=n.lastIndex-c[2].length,s=c[1],n=void 0===c[3]?Gt:'"'===c[3]?Ht:Tt):n===Ht||n===Tt?n=Gt:n===_t||n===jt?n=Pt:(n=Gt,i=void 0);const f=n===Gt&&t[o+1].startsWith("/>")?" ":"";a+=n===Pt?e+At:l>=0?(r.push(s),e.slice(0,l)+Kt+e.slice(l)+Zt+f):e+Zt+(-2===l?o:f)}return[to(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class eo{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,s=this.parts,[c,l]=oo(t,o);if(this.el=eo.createElement(c,e),Qt.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=Qt.nextNode())&&s.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Kt)){const o=l[a++],e=r.getAttribute(t).split(Zt),n=/([.?@])?(.*)/.exec(o);s.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?no:"?"===n[1]?so:"@"===n[1]?co:ao}),r.removeAttribute(t)}else t.startsWith(Zt)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(Yt.test(r.tagName)){const t=r.textContent.split(Zt),o=t.length-1;if(o>0){r.textContent=Wt?Wt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],Mt()),Qt.nextNode(),s.push({type:2,index:++i});r.append(t[o],Mt())}}}else if(8===r.nodeType)if(r.data===$t)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Zt,t+1));)s.push({type:7,index:i}),t+=Zt.length-1}i++}}static createElement(t,o){const e=Ft.createElement("template");return e.innerHTML=t,e}}function ro(t,o,e=t,r){if(o===qt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=zt(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=ro(t,i._$AS(t,o.values),i,r)),o}class io{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Vt,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ro(this,t,o),zt(t)?t===Vt||null==t||""===t?(this._$AH!==Vt&&this._$AR(),this._$AH=Vt):t!==this._$AH&&t!==qt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Bt(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!==Vt&&zt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Ft.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=eo.createElement(to(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??Ft).importNode(o,!0);Qt.currentNode=r;let i=Qt.nextNode(),a=0,n=0,s=e[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new io(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new lo(i,this,t)),this._$AV.push(o),s=e[++n]}a!==s?.index&&(i=Qt.nextNode(),a++)}return Qt.currentNode=Ft,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=Xt.get(t.strings);return void 0===o&&Xt.set(t.strings,o=new eo(t)),o}T(t){Bt(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 io(this.k(Mt()),this.k(Mt()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class ao{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Vt,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=Vt}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=ro(this,t,o,0),a=!zt(t)||t!==this._$AH&&t!==qt,a&&(this._$AH=t);else{const r=t;let n,s;for(t=i[0],n=0;n<i.length-1;n++)s=ro(this,r[e+n],o,n),s===qt&&(s=this._$AH[n]),a||=!zt(s)||s!==this._$AH[n],s===Vt?t=Vt:t!==Vt&&(t+=(s??"")+i[n+1]),this._$AH[n]=s}a&&!r&&this.O(t)}O(t){t===Vt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class no extends ao{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Vt?void 0:t}}class so extends ao{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Vt)}}class co extends ao{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=ro(this,t,o,0)??Vt)===qt)return;const e=this._$AH,r=t===Vt&&e!==Vt||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Vt&&(e===Vt||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class lo{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){ro(this,t)}}const po=Lt.litHtmlPolyfillSupport;po?.(eo,io),(Lt.litHtmlVersions??=[]).push("3.1.0");
71
+ /**
72
+ * @license
73
+ * Copyright 2017 Google LLC
74
+ * SPDX-License-Identifier: BSD-3-Clause
75
+ */
76
+ class fo extends It{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new io(o.insertBefore(Mt(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return qt}}fo._$litElement$=!0,fo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:fo});const ho=globalThis.litElementPolyfillSupport;ho?.({LitElement:fo}),(globalThis.litElementVersions??=[]).push("4.0.2");const yo=t=>"string"==typeof t?ht(t):t;class go{static create(t,o,e,r){const i=t=>yo(null!=t?t:r),a=dt`var(${yo(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>dt`var(${yo(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=dt`var(${yo(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=>dt`var(${yo(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):yo(null!=o?o:t.lastResortDefaultValue()),r=dt`var(${yo(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>dt`var(${yo(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const uo={colorWhite:go.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:go.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:go.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:go.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:go.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:go.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:go.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:go.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:go.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:go.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:go.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:go.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:go.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:go.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:go.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:go.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:go.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:go.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:go.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:go.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:go.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:go.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:go.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:go.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:go.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:go.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:go.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:go.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:go.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:go.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:go.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:go.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:go.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:go.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:go.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:go.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:go.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:go.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:go.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:go.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:go.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:go.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:go.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:go.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:go.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:go.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:go.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:go.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:go.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:go.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:go.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:go.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:go.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:go.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:go.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:go.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:go.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:go.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:go.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:go.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:go.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:go.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:go.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:go.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:go.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:go.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:go.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:go.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:go.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:go.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:go.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:go.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:go.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:go.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:go.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:go.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:go.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:go.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:go.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:go.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:go.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:go.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:go.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:go.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:go.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:go.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:go.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:go.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:go.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:go.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:go.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:go.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:go.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:go.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:go.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:go.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:go.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:go.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:go.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:go.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:go.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:go.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:go.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:go.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:go.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:go.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:go.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:go.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:go.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:go.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:go.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:go.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:go.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:go.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:go.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:go.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:go.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:go.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:go.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:go.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:go.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:go.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:go.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:go.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:go.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:go.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:go.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:go.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:go.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:go.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:go.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:go.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:go.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:go.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:go.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:go.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:go.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:go.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:go.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:go.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:go.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:go.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:go.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:go.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:go.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:go.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:go.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:go.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:go.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:go.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:go.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:go.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:go.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:go.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:go.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:go.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:go.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:go.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:go.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:go.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:go.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:go.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:go.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:go.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:go.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:go.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:go.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:go.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:go.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:go.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:go.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:go.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:go.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:go.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:go.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:go.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:go.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:go.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:go.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:go.create("--ft-icon-size-6","","SIZE","48px"),opacity0:go.create("--ft-opacity-0","","NUMBER","0"),opacity8:go.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:go.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:go.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:go.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:go.create("--ft-opacity-80","","NUMBER","0.8")};go.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-display-lineHeight","","SIZE","120%"),go.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),go.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),go.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-display-textCase","","UNKNOWN","none"),go.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),go.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),go.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),go.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),go.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),go.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),go.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),go.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),go.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),go.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),go.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),go.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),go.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),go.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),go.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),go.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),go.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),go.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),go.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),go.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),go.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),go.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),go.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),go.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),go.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),go.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),go.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),go.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),go.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),go.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),go.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),go.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),go.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),go.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),go.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),go.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),go.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),go.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),go.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),go.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),go.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),go.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),go.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),go.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),go.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),go.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),go.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),go.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),go.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),go.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),go.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),go.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),go.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),go.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),go.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),go.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),go.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),go.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),go.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),go.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),go.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),go.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),go.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),go.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),go.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),go.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),go.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),go.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),go.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),go.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),go.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),go.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),go.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),go.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),go.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),go.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),go.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),go.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),go.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),go.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),go.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),go.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),go.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),go.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),go.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),go.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),go.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),go.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),go.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),go.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),go.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),go.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),go.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),go.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),go.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),go.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),go.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),go.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),go.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),go.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),go.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),go.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none");const bo={backgroundActionPrimary:go.extend("--ft-background-action-primary","Used as backgorund of primary action components.",uo.colorBrand0),backgroundErrorPrimary:go.extend("--ft-background-error-primary","Used as background of error components.",uo.colorRed0),backgroundErrorSubtle:go.extend("--ft-background-error-subtle","Used as background of subtle error components.",uo.colorRed10),backgroundInfoPrimary:go.extend("--ft-background-info-primary","Used as background of information components.",uo.colorCyan200),backgroundInfoSubtle:go.extend("--ft-background-info-subtle","Used as background of subtle information components.",uo.colorCyan10),backgroundWarningPrimary:go.extend("--ft-background-warning-primary","Used as background of warning components.",uo.colorOrange300),backgroundWarningSubtle:go.extend("--ft-background-warning-subtle","Used as background of subtle information components.",uo.colorOrange10),backgroundSuccessPrimary:go.extend("--ft-background-success-primary","Used as background of success components.",uo.colorGreen200),backgroundSuccessSubtle:go.extend("--ft-background-success-subtle","Used as background of subtle success components.",uo.colorGreen10),backgroundGlobalSurface:go.extend("--ft-background-global-surface","Used as app background.",uo.colorWhite),backgroundGlobalOnSurface:go.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",uo.colorGray10),backgroundGlobalOnSurfaceDark:go.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",uo.colorGray30),contentActionPrimary:go.extend("--ft-content-action-primary","Used on label of primary action on light surface.",uo.colorBrand0),contentWarningPrimary:go.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",uo.colorOrange300),contentWarningIconOnly:go.extend("--ft-content-warning-icon-only","Used on warning status icons alone",uo.colorOrange0),contentErrorPrimary:go.extend("--ft-content-error-primary","Used on label of error messages on light surface.",uo.colorRed0),contentErrorIconOnly:go.extend("--ft-content-error-icon-only","Used on error status icons alone",uo.colorRed0),contentInfoPrimary:go.extend("--ft-content-info-primary","Used on label of information messages on light surface.",uo.colorCyan200),contentInfoIconOnly:go.extend("--ft-content-info-icon-only","Used on info status icons alone",uo.colorCyan0),contentSuccessIconOnly:go.extend("--ft-content-success-icon-only","Used on success status icons alone",uo.colorGreen0),contentSuccessPrimary:go.extend("--ft-content-success-primary","Used on label of success messages on light surface.",uo.colorGreen200),contentGlobalPrimary:go.extend("--ft-content-global-primary","Used for main content on the page.",uo.colorGray500),contentGlobalSecondary:go.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",uo.colorGray200),contentGlobalSubtle:go.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",uo.colorGray0),contentGlobalOnColor:go.extend("--ft-content-global-on-color","Used for content on a dominant color.",uo.colorWhite),borderActionPrimary:go.extend("--ft-border-action-primary","Used as border for primary action components.",uo.colorBrand0),borderActionFocusRing:go.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",uo.colorCyan0),borderWarningPrimary:go.extend("--ft-border-warning-primary","Used as border for warning components.",uo.colorOrange30),borderSuccessPrimary:go.extend("--ft-border-success-primary","Used as border for success components.",uo.colorGreen30),borderErrorPrimary:go.extend("--ft-border-error-primary","Used as border for error components.",uo.colorRed30),borderInfoPrimary:go.extend("--ft-border-info-primary","Used as border for information components.",uo.colorCyan30),borderGlobalSubtle:go.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",uo.colorGray30),borderGlobalPrimary:go.extend("--ft-border-global-primary","Used as border for element like input.",uo.colorGray50),borderInputPrimary:go.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",uo.colorGray80)};go.create("--ft-button-large-height","","SIZE","40px"),go.extend("--ft-button-large-horizontal-padding","",uo.spacing4),go.extend("--ft-button-large-gap","",uo.spacing2),go.extend("--ft-button-large-border-radius","",uo.borderRadiusS),go.extend("--ft-button-large-icon-size","",uo.iconSize3),go.create("--ft-button-large-border-width","","SIZE","1px"),go.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),go.create("--ft-button-large-focus-outline-width","","SIZE","2px"),go.create("--ft-button-large-icon-only-width","","SIZE","40px"),go.create("--ft-button-small-height","","SIZE","30px"),go.extend("--ft-button-small-horizontal-padding","",uo.spacing3),go.extend("--ft-button-small-gap","",uo.spacing2),go.extend("--ft-button-small-border-radius","",uo.borderRadiusS),go.extend("--ft-button-small-icon-size","",uo.iconSize2),go.create("--ft-button-small-border-width","","SIZE","1px"),go.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),go.create("--ft-button-small-focus-outline-width","","SIZE","2px"),go.create("--ft-button-small-icon-only-width","","SIZE","30px"),go.extend("--ft-button-primary-background-color","",bo.backgroundActionPrimary),go.extend("--ft-button-primary-color","",bo.contentGlobalOnColor),go.extend("--ft-button-primary-icon-color","",bo.contentGlobalOnColor),go.extend("--ft-button-primary-state-layer-color","",bo.contentGlobalOnColor),go.extend("--ft-button-primary-state-layer-opacity-hover","",uo.opacity16),go.extend("--ft-button-primary-state-layer-opacity-focus","",uo.opacity16),go.extend("--ft-button-primary-state-layer-opacity-active","",uo.opacity24),go.extend("--ft-button-primary-component-opacity-disabled","",uo.opacity40),go.extend("--ft-button-focus-focus-ring-color","",bo.borderActionFocusRing),go.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),go.extend("--ft-button-tertiary-color","",bo.contentActionPrimary),go.extend("--ft-button-tertiary-icon-color","",bo.contentActionPrimary),go.extend("--ft-button-tertiary-state-layer-color","",bo.contentActionPrimary),go.extend("--ft-button-tertiary-state-layer-opacity-hover","",uo.opacity8),go.extend("--ft-button-tertiary-state-layer-opacity-focus","",uo.opacity8),go.extend("--ft-button-tertiary-state-layer-opacity-active","",uo.opacity16),go.extend("--ft-button-tertiary-component-opacity-disabled","",uo.opacity40),go.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),go.extend("--ft-button-secondary-color","",bo.contentActionPrimary),go.extend("--ft-button-secondary-icon-color","",bo.contentActionPrimary),go.extend("--ft-button-secondary-state-layer-color","",bo.contentActionPrimary),go.extend("--ft-button-secondary-state-layer-opacity-hover","",uo.opacity8),go.extend("--ft-button-secondary-state-layer-opacity-focus","",uo.opacity8),go.extend("--ft-button-secondary-state-layer-opacity-active","",uo.opacity16),go.extend("--ft-button-secondary-component-opacity-disabled","",uo.opacity40),go.extend("--ft-button-secondary-border-color","",bo.borderActionPrimary),go.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),go.extend("--ft-button-neutral-icon-color","",bo.contentGlobalSecondary),go.extend("--ft-button-neutral-color","",bo.contentGlobalSecondary),go.extend("--ft-button-neutral-state-layer-color","",bo.contentGlobalSecondary),go.extend("--ft-button-neutral-state-layer-opacity-hover","",uo.opacity8),go.extend("--ft-button-neutral-state-layer-opacity-focus","",uo.opacity8),go.extend("--ft-button-neutral-state-layer-opacity-active","",uo.opacity16),go.extend("--ft-button-neutral-component-opacity-disabled","",uo.opacity40),go.extend("--ft-tabs-top-left-border-radius","",uo.borderRadiusS),go.extend("--ft-tabs-top-right-border-radius","",uo.borderRadiusS),go.extend("--ft-tabs-label-horizontal-padding","",uo.spacing4),go.extend("--ft-tabs-label-vertical-padding","",uo.spacing3),go.extend("--ft-tabs-label-gap","",uo.spacing1),go.extend("--ft-switch-group-horizontal-padding","",uo.spacing1),go.extend("--ft-switch-group-vertical-padding","",uo.spacing1),go.extend("--ft-switch-group-gap","",uo.spacing1),go.extend("--ft-switch-group-background-color","",bo.backgroundGlobalSurface),go.extend("--ft-switch-group-border-color","",bo.borderGlobalSubtle),go.create("--ft-switch-group-border-radius","","SIZE","6px"),go.extend("--ft-switch-label-horizontal-padding","",uo.spacing2),go.extend("--ft-switch-label-vertical-padding","",uo.spacing1),go.extend("--ft-switch-icon-horizontal-padding","",uo.spacing1),go.extend("--ft-switch-icon-vertical-padding","",uo.spacing1),go.create("--ft-switch-focus-outline-width","","SIZE","2px"),go.extend("--ft-switch-focus-focus-ring-color","",bo.borderActionFocusRing),go.extend("--ft-switch-option-border-radius","",uo.borderRadiusS),go.extend("--ft-switch-off-state-layer-opacity-hover","",uo.opacity8),go.extend("--ft-switch-off-state-layer-opacity-focus","",uo.opacity8),go.extend("--ft-switch-off-state-layer-opacity-active","",uo.opacity16),go.extend("--ft-switch-off-component-opacity-disabled","",uo.opacity40),go.extend("--ft-switch-off-color","",bo.contentGlobalSubtle),go.extend("--ft-switch-off-state-layer-color","",bo.contentGlobalSubtle),go.extend("--ft-chart-1-light","for area color charts",uo.colorBrand40),go.extend("--ft-chart-1-base","for line charts",uo.colorBrand0),go.extend("--ft-chart-2-light","for area color charts",uo.colorYellow60),go.extend("--ft-chart-2-base","for line charts",uo.colorYellow100),go.extend("--ft-chart-3-light","",uo.colorUltramarine40),go.extend("--ft-chart-3-base","",uo.colorUltramarine70),go.extend("--ft-chart-4-light","",uo.colorCyan50),go.extend("--ft-chart-4-base","",uo.colorCyan100),go.extend("--ft-chart-5-light","",uo.colorRed40),go.extend("--ft-chart-5-base","",uo.colorRed60),go.extend("--ft-chart-6-light","",uo.colorGreen40),go.extend("--ft-chart-6-base","",uo.colorGreen70),go.extend("--ft-chart-7-light","",uo.colorOrange70),go.extend("--ft-chart-7-base","",uo.colorOrange100),go.extend("--ft-chart-8-light","",uo.colorAvocado70),go.extend("--ft-chart-8-base","",uo.colorAvocado200),go.extend("--ft-chart-9-light","",uo.colorBrown50),go.extend("--ft-chart-9-base","",uo.colorBrown200),go.extend("--ft-chart-10-light","",uo.colorGray50),go.extend("--ft-chart-10-base","",uo.colorGray80),go.extend("--ft-chart-monochrome-10","",uo.colorBrand10),go.extend("--ft-chart-monochrome-20","",uo.colorBrand20),go.extend("--ft-chart-monochrome-30","",uo.colorBrand40),go.extend("--ft-chart-monochrome-40","",uo.colorBrand60),go.extend("--ft-chart-monochrome-50","",uo.colorBrand0),go.extend("--ft-chart-monochrome-60","",uo.colorBrand200),go.extend("--ft-chip-large-horizontal-padding","",uo.spacing4),go.extend("--ft-chip-large-vertical-padding","",uo.spacing2),go.extend("--ft-chip-large-gap","",uo.spacing1),go.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),go.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),go.extend("--ft-chip-large-border-radius","",uo.borderRadiusPill),go.create("--ft-chip-large-border-width","","SIZE","1px"),go.extend("--ft-chip-large-icon-size","",uo.iconSize3),go.extend("--ft-chip-medium-horizontal-padding","",uo.spacing3),go.extend("--ft-chip-medium-vertical-padding","",uo.spacing1),go.extend("--ft-chip-medium-gap","",uo.spacing1),go.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),go.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),go.extend("--ft-chip-medium-border-radius","",uo.borderRadiusPill),go.create("--ft-chip-medium-border-width","","SIZE","1px"),go.extend("--ft-chip-medium-icon-size","",uo.iconSize2),go.extend("--ft-chip-small-horizontal-padding","",uo.spacing2),go.extend("--ft-chip-small-vertical-padding","",uo.spacing05),go.extend("--ft-chip-small-gap","",uo.spacing1),go.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),go.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),go.extend("--ft-chip-small-border-radius","",uo.borderRadiusPill),go.create("--ft-chip-small-border-width","","SIZE","1px"),go.extend("--ft-chip-small-icon-size","",uo.iconSize1),go.extend("--ft-chip-neutral-background-color","",bo.backgroundGlobalOnSurface),go.extend("--ft-chip-neutral-color","",bo.contentGlobalPrimary),go.extend("--ft-chip-neutral-border-color","",bo.borderGlobalSubtle),go.extend("--ft-chip-info-background-color","",bo.backgroundInfoSubtle),go.extend("--ft-chip-info-color","",bo.contentInfoPrimary),go.extend("--ft-chip-info-border-color","",bo.borderInfoPrimary),go.extend("--ft-chip-success-background-color","",bo.backgroundSuccessSubtle),go.extend("--ft-chip-success-color","",bo.contentSuccessPrimary),go.extend("--ft-chip-success-border-color","",bo.borderSuccessPrimary),go.extend("--ft-chip-warning-background-color","",bo.backgroundWarningSubtle),go.extend("--ft-chip-warning-color","",bo.contentWarningPrimary),go.extend("--ft-chip-warning-border-color","",bo.borderWarningPrimary),go.extend("--ft-chip-error-background-color","",bo.backgroundErrorSubtle),go.extend("--ft-chip-error-color","",bo.contentErrorPrimary),go.extend("--ft-chip-error-border-color","",bo.borderErrorPrimary),go.create("--ft-notice-border-width","","SIZE","1px"),go.extend("--ft-notice-horizontal-padding","",uo.spacing2),go.extend("--ft-notice-vertical-padding","",uo.spacing1),go.extend("--ft-notice-border-radius","",uo.borderRadiusS),go.extend("--ft-notice-gap","",uo.spacing2),go.extend("--ft-notice-icon-size","",uo.iconSize3),go.extend("--ft-notice-info-background-color","",bo.backgroundInfoSubtle),go.extend("--ft-notice-info-border-color","",bo.borderInfoPrimary),go.extend("--ft-notice-info-color","",bo.contentInfoPrimary),go.extend("--ft-notice-warning-background-color","",bo.backgroundWarningSubtle),go.extend("--ft-notice-warning-border-color","",bo.borderWarningPrimary),go.extend("--ft-notice-warning-color","",bo.contentWarningPrimary),go.extend("--ft-checkbox-label-color","",bo.contentGlobalPrimary),go.extend("--ft-checkbox-checked-background-color","",bo.contentActionPrimary),go.extend("--ft-checkbox-checked-state-layer-color","",bo.contentActionPrimary),go.extend("--ft-checkbox-checked-color","",bo.contentGlobalOnColor),go.extend("--ft-checkbox-checked-state-layer-opacity-hover","",uo.opacity16),go.extend("--ft-checkbox-checked-state-layer-opacity-focus","",uo.opacity16),go.extend("--ft-checkbox-checked-state-layer-opacity-active","",uo.opacity24),go.extend("--ft-checkbox-checked-component-opacity-disabled","",uo.opacity40),go.extend("--ft-checkbox-unchecked-border-color","",uo.colorGray80),go.extend("--ft-checkbox-unchecked-state-layer-color","",uo.colorGray80),go.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",uo.opacity16),go.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",uo.opacity16),go.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",uo.opacity24),go.extend("--ft-checkbox-unchecked-component-opacity-disabled","",uo.opacity40),go.extend("--ft-checkbox-focus-focus-ring-color","",bo.borderActionFocusRing),go.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),go.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),go.extend("--ft-checkbox-gap","",uo.spacing3),go.extend("--ft-toggle-off-state-layer-opacity-hover","",uo.opacity16),go.extend("--ft-toggle-off-state-layer-opacity-focus","",uo.opacity16),go.extend("--ft-toggle-off-state-layer-opacity-active","",uo.opacity24),go.extend("--ft-toggle-off-component-opacity-disabled","",uo.opacity40),go.extend("--ft-toggle-off-background-color","",bo.contentGlobalSubtle),go.extend("--ft-toggle-off-icon-color","",bo.contentGlobalSubtle),go.extend("--ft-toggle-off-state-layer-color","",bo.contentGlobalSubtle),go.extend("--ft-toggle-on-state-layer-opacity-hover","",uo.opacity16),go.extend("--ft-toggle-on-state-layer-opacity-focus","",uo.opacity16),go.extend("--ft-toggle-on-state-layer-opacity-active","",uo.opacity24),go.extend("--ft-toggle-on-component-opacity-disabled","",uo.opacity40),go.extend("--ft-toggle-on-background-color","",bo.contentActionPrimary),go.extend("--ft-toggle-on-icon-color","",bo.contentActionPrimary),go.extend("--ft-toggle-on-state-layer-color","",bo.contentActionPrimary),go.extend("--ft-toggle-label-color","",bo.contentGlobalPrimary),go.extend("--ft-toggle-focus-focus-ring-color","",bo.borderActionFocusRing),go.extend("--ft-toggle-gap","",uo.spacing3),go.extend("--ft-radio-label-color","",bo.contentGlobalPrimary),go.extend("--ft-radio-selected-color","",bo.contentActionPrimary),go.extend("--ft-radio-selected-state-layer-color","",bo.contentActionPrimary),go.extend("--ft-radio-selected-state-layer-opacity-hover","",uo.opacity16),go.extend("--ft-radio-selected-state-layer-opacity-focus","",uo.opacity16),go.extend("--ft-radio-selected-state-layer-opacity-active","",uo.opacity24),go.extend("--ft-radio-selected-component-opacity-disabled","",uo.opacity40),go.extend("--ft-radio-unselected-state-layer-color","",uo.colorGray80),go.extend("--ft-radio-unselected-state-layer-opacity-hover","",uo.opacity16),go.extend("--ft-radio-unselected-state-layer-opacity-focus","",uo.opacity16),go.extend("--ft-radio-unselected-state-layer-opacity-active","",uo.opacity24),go.extend("--ft-radio-unselected-component-opacity-disabled","",uo.opacity40),go.extend("--ft-radio-focus-focus-ring-color","",bo.borderActionFocusRing),go.create("--ft-radio-focus-outline-offset","","SIZE","3px"),go.create("--ft-radio-focus-outline-width","","SIZE","2px"),go.extend("--ft-radio-gap","",uo.spacing3),go.extend("--ft-notification-icon-size","",uo.iconSize4),go.extend("--ft-notification-horizontal-padding","",uo.spacing4),go.extend("--ft-notification-vertical-padding","",uo.spacing4),go.extend("--ft-notification-info-background-color","",bo.backgroundInfoSubtle),go.extend("--ft-notification-info-color","",bo.contentInfoPrimary),go.extend("--ft-notification-info-border-color","",bo.borderInfoPrimary),go.extend("--ft-notification-success-background-color","",bo.backgroundSuccessSubtle),go.extend("--ft-notification-success-color","",bo.contentSuccessPrimary),go.extend("--ft-notification-success-border-color","",bo.borderSuccessPrimary),go.extend("--ft-notification-warning-background-color","",bo.backgroundWarningSubtle),go.extend("--ft-notification-warning-color","",bo.contentWarningPrimary),go.extend("--ft-notification-warning-border-color","",bo.borderWarningPrimary),go.extend("--ft-notification-error-background-color","",bo.backgroundErrorSubtle),go.extend("--ft-notification-error-color","",bo.contentErrorPrimary),go.extend("--ft-notification-error-border-color","",bo.borderErrorPrimary),go.extend("--ft-notification-border-radius","",uo.borderRadiusPill),go.create("--ft-notification-border-width","","SIZE","1px"),go.extend("--ft-notification-gap-leading","",uo.spacing2),go.extend("--ft-notification-gap-trailing","",uo.spacing8),go.create("--ft-color-primary","","COLOR","#2196F3"),go.create("--ft-color-primary-variant","","COLOR","#1976D2"),go.create("--ft-color-secondary","","COLOR","#FFCC80"),go.create("--ft-color-secondary-variant","","COLOR","#F57C00"),go.create("--ft-color-surface","","COLOR","#FFFFFF"),go.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),go.create("--ft-color-error","","COLOR","#B00020"),go.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),go.create("--ft-color-opacity-high","","NUMBER","1"),go.create("--ft-color-opacity-medium","","NUMBER","0.74"),go.create("--ft-color-opacity-disabled","","NUMBER","0.38"),go.create("--ft-color-on-primary","","COLOR","#FFFFFF"),go.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),go.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),go.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),go.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),go.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),go.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),go.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),go.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),go.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),go.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),go.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),go.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),go.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),go.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),go.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),go.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),go.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),go.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),go.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),go.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),go.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),go.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),go.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),go.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),go.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),go.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),go.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),go.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),go.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),go.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),go.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),go.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),go.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)"),go.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)"),go.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)"),go.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)"),go.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)"),go.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)"),go.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)"),go.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)"),go.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)"),go.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)"),go.create("--ft-border-radius-S","","SIZE","4px"),go.create("--ft-border-radius-M","","SIZE","8px"),go.create("--ft-border-radius-L","","SIZE","12px"),go.create("--ft-border-radius-XL","","SIZE","16px"),go.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),go.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),go.create("--ft-transition-duration","","UNKNOWN","250ms"),go.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out");
77
+ /**
78
+ * @license
79
+ * Copyright 2019 Google LLC
80
+ * SPDX-License-Identifier: BSD-3-Clause
81
+ */
82
+ const mo=window,Oo=mo.ShadowRoot&&(void 0===mo.ShadyCSS||mo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class xo extends fo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{Oo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=mo.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var No,vo=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};const wo=Symbol("constructorPrototype"),So=Symbol("constructorName"),Co=Symbol("exportpartsDebouncer");class Ro extends xo{constructor(){super(),this[No]=new o(5),this[So]=this.constructor.name,this[wo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[So]&&Object.setPrototypeOf(this,this[wo])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Co].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 s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(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(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const p=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}var Uo,Eo;No=Co,vo([C()],Ro.prototype,"exportpartsPrefix",void 0),vo([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!U(t,o),...null!=o?o:{}})}([])],Ro.prototype,"exportpartsPrefixes",void 0),vo([C()],Ro.prototype,"customStylesheet",void 0),dt`
57
83
  .ft-no-text-select {
58
84
  -webkit-touch-callout: none;
59
85
  -webkit-user-select: none;
@@ -62,7 +88,7 @@ var lt,ct;class st extends w{constructor(){super(...arguments),this.renderOption
62
88
  -ms-user-select: none;
63
89
  user-select: none;
64
90
  }
65
- `,d`
91
+ `,dt`
66
92
  .ft-word-wrap {
67
93
  white-space: normal;
68
94
  word-wrap: break-word;
@@ -74,7 +100,7 @@ var lt,ct;class st extends w{constructor(){super(...arguments),this.renderOption
74
100
  -webkit-hyphens: auto;
75
101
  hyphens: auto
76
102
  }
77
- `,d`
103
+ `,dt`
78
104
  .ft-safari-ellipsis-fix {
79
105
  margin-right: 0;
80
106
 
@@ -85,18 +111,18 @@ var lt,ct;class st extends w{constructor(){super(...arguments),this.renderOption
85
111
  display: inline-block;
86
112
  width: 0;
87
113
  }
88
- `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(wt=null===(vt=window.safari)||void 0===vt?void 0:vt.pushNotification)||void 0===wt||wt.toString());
114
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Eo=null===(Uo=window.safari)||void 0===Uo?void 0:Uo.pushNotification)||void 0===Eo||Eo.toString());
89
115
  /**
90
- * @license
91
- * Copyright 2017 Google LLC
92
- * SPDX-License-Identifier: BSD-3-Clause
93
- */
94
- const Ct=2;class St{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)}}
116
+ * @license
117
+ * Copyright 2017 Google LLC
118
+ * SPDX-License-Identifier: BSD-3-Clause
119
+ */
120
+ const Io=2;class Lo{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)}}
95
121
  /**
96
- * @license
97
- * Copyright 2017 Google LLC
98
- * SPDX-License-Identifier: BSD-3-Clause
99
- */class Rt extends St{constructor(t){if(super(t),this.et=P,t.type!==Ct)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===P||null==t)return this.ft=void 0,this.et=t;if(t===_)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:[]}}}Rt.directiveName="unsafeHTML",Rt.resultType=1;const Ut=(t=>(...o)=>({_$litDirective$:t,values:o}))(Rt);var Et,Lt;t.FtIcons=void 0,(Et=t.FtIcons||(t.FtIcons={})).THUMBS_DOWN="&#xe94d;",Et.THUMBS_DOWN_PLAIN="&#xe94e;",Et.THUMBS_UP="&#xe94f;",Et.THUMBS_UP_PLAIN="&#xe950;",Et.STAR="&#xe94c;",Et.STAR_PLAIN="&#xe900;",Et.DESKTOP="&#xe95e;",Et.LIFE_RING="&#xe975;",Et.GLOBE="&#xe976;",Et.PIGGY_BANK="&#xe977;",Et.TABLET_LANDSCAPE="&#xe95f;",Et.TABLET_PORTRAIT="&#xe960;",Et.MOBILE_LANDSCAPE="&#xe961;",Et.MOBILE_PORTRAIT="&#xe962;",Et.ARROW_RIGHT_TO_LINE="&#xe95d;",Et.THIN_ARROW_UP="&#xe95c;",Et.CONTEXTUAL="&#xe95b;",Et.CHART_SIMPLE="&#xe968;",Et.BARS_PROGRESS="&#xe969;",Et.LINE_CHART="&#xe96c;",Et.STACKED_CHART="&#xe96d;",Et.BOOK_OPEN_GEAR="&#xe96a;",Et.BOOK_OPEN_GEAR_SLASH="&#xe96b;",Et.DIAGRAM_SUNBURST="&#xe963;",Et.DIAGRAM_SANKEY="&#xe964;",Et.UNSTRUCTURED_DOC="&#xe95a;",Et.RESET="&#xe958;",Et.THIN_ARROW_LEFT="&#xe956;",Et.THIN_ARROW_RIGHT="&#xe957;",Et.MY_COLLECTIONS="&#xe955;",Et.OFFLINE_SETTINGS="&#xe954;",Et.MY_LIBRARY="&#xe959;",Et.RATE_PLAIN="&#xe952;",Et.RATE="&#xe953;",Et.FEEDBACK_PLAIN="&#xe951;",Et.PAUSE="&#xe949;",Et.PLAY="&#xe94a;",Et.RELATIVES_PLAIN="&#xe947;",Et.RELATIVES="&#xe948;",Et.SHORTCUT_MENU="&#xe946;",Et.PRINT="&#xe944;",Et.DEFAULT_ROLES="&#xe945;",Et.ACCOUNT_SETTINGS="&#xe943;",Et.ONLINE="&#xe941;",Et.OFFLINE="&#xe816;",Et.UPLOAD="&#xe940;",Et.BOOK_PLAIN="&#xe93f;",Et.SYNC="&#xe93d;",Et.SHARED_PBK="&#xe931;",Et.COLLECTIONS="&#xe92a;",Et.SEARCH_IN_PUBLICATION="&#xe92f;",Et.BOOKS="&#xe806;",Et.LOCKER="&#xe93b;",Et.ARROW_DOWN="&#xe92b;",Et.ARROW_LEFT="&#xe92c;",Et.ARROW_RIGHT="&#xe92d;",Et.ARROW_UP="&#xe92e;",Et.SAVE="&#xe93a;",Et.MAILS_AND_NOTIFICATIONS="&#xe939;",Et.DOT="&#xe936;",Et.MINUS="&#xe937;",Et.PLUS="&#xe938;",Et.FILTERS="&#xe935;",Et.STRIPE_ARROW_RIGHT="&#xe934;",Et.STRIPE_ARROW_LEFT="&#xe933;",Et.ATTACHMENTS="&#xe932;",Et.ADD_BOOKMARK="&#xe804;",Et.BOOKMARK="&#xe805;",Et.EXPORT="&#xe80f;",Et.MENU="&#xe807;",Et.TAG="&#xe93e;",Et.TAG_PLAIN="&#xe942;",Et.COPY_TO_CLIPBOARD="&#xe930;",Et.COLUMNS="&#xe928;",Et.ARTICLE="&#xe927;",Et.CLOSE_PLAIN="&#xe925;",Et.CHECK_PLAIN="&#xe926;",Et.LOGOUT="&#xe923;",Et.SIGN_IN="&#xe922;",Et.THIN_ARROW="&#xe921;",Et.TRIANGLE_BOTTOM="&#xe91d;",Et.TRIANGLE_LEFT="&#xe91e;",Et.TRIANGLE_RIGHT="&#xe91f;",Et.TRIANGLE_TOP="&#xe920;",Et.FACET_HAS_DESCENDANT="&#xe91c;",Et.MINUS_PLAIN="&#xe91a;",Et.PLUS_PLAIN="&#xe91b;",Et.INFO="&#xe919;",Et.ICON_EXPAND="&#xe917;",Et.ICON_COLLAPSE="&#xe918;",Et.ADD_TO_PBK="&#xe800;",Et.ALERT="&#xe801;",Et.ADD_ALERT="&#xe802;",Et.BACK_TO_SEARCH="&#xe803;",Et.DOWNLOAD="&#xe808;",Et.EDIT="&#xe809;",Et.FEEDBACK="&#xe80a;",Et.MODIFY_PBK="&#xe80c;",Et.SCHEDULED="&#xe80d;",Et.SEARCH="&#xe80e;",Et.SHARE="&#xe80f1;",Et.TOC="&#xe810;",Et.WRITE_UGC="&#xe811;",Et.TRASH="&#xe812;",Et.EXTLINK="&#xe814;",Et.EXTLINK_LIGHT="&#xe978;",Et.CALENDAR="&#xe815;",Et.BOOK="&#xe817;",Et.DOWNLOAD_PLAIN="&#xe818;",Et.CHECK="&#xe819;",Et.TOPICS="&#xe901;",Et.EYE="&#xf06e;",Et.EYE_SLASH="&#xe970;",Et.DISC="&#xe902;",Et.CIRCLE="&#xe903;",Et.SHARED="&#xe904;",Et.SORT_UNSORTED="&#xe905;",Et.SORT_UP="&#xe906;",Et.SORT_DOWN="&#xe907;",Et.WORKING="&#xe908;",Et.CLOSE="&#xe909;",Et.ZOOM_OUT="&#xe90a;",Et.ZOOM_IN="&#xe90b;",Et.ZOOM_REALSIZE="&#xe90c;",Et.ZOOM_FULLSCREEN="&#xe90d;",Et.ADMIN_RESTRICTED="&#xe90e;",Et.ADMIN_THEME="&#xe911;",Et.WARNING="&#xe913;",Et.CONTEXT="&#xe914;",Et.SEARCH_HOME="&#xe915;",Et.STEPS="&#xe916;",Et.HOME="&#xe80b;",Et.TRANSLATE="&#xe924;",Et.USER="&#xe813;",Et.ADMIN="&#xe90f;",Et.ANALYTICS="&#xe929;",Et.ADMIN_KHUB="&#xe910;",Et.ADMIN_USERS="&#xe912;",Et.ADMIN_INTEGRATION="&#xe93c;",Et.ADMIN_PORTAL="&#xe94b;",Et.COMMENT_QUESTION="&#xe965;",Et.COMMENT_QUESTION_PLAIN="&#xe966;",Et.MESSAGE_BOT="&#xe967;",Et.PIP="&#xe973;",Et.PIP_WIDE="&#xe974;",Et.EXPAND_WIDE="&#xe972;",Et.X_MARK="&#xe971;",t.FtFileFormatIcons=void 0,(Lt=t.FtFileFormatIcons||(t.FtFileFormatIcons={})).UNKNOWN="&#xe90a;",Lt.ABW="&#xe900;",Lt.AUDIO="&#xe901;",Lt.AVI="&#xe902;",Lt.CHM="&#xe904;",Lt.CODE="&#xe905;",Lt.CSV="&#xe903;",Lt.DITA="&#xe906;",Lt.EPUB="&#xe907;",Lt.EXCEL="&#xe908;",Lt.FLAC="&#xe909;",Lt.GIF="&#xe90b;",Lt.GZIP="&#xe90c;",Lt.HTML="&#xe90d;",Lt.IMAGE="&#xe90e;",Lt.JPEG="&#xe90f;",Lt.JSON="&#xe910;",Lt.M4A="&#xe911;",Lt.MOV="&#xe912;",Lt.MP3="&#xe913;",Lt.MP4="&#xe914;",Lt.OGG="&#xe915;",Lt.PDF="&#xe916;",Lt.PNG="&#xe917;",Lt.POWERPOINT="&#xe918;",Lt.RAR="&#xe91a;",Lt.STP="&#xe91b;",Lt.TEXT="&#xe91c;",Lt.VIDEO="&#xe91e;",Lt.WAV="&#xe91f;",Lt.WMA="&#xe920;",Lt.WORD="&#xe921;",Lt.XML="&#xe922;",Lt.YAML="&#xe919;",Lt.ZIP="&#xe923;";const It=new Map([...["abw"].map((o=>[o,t.FtFileFormatIcons.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((o=>[o,t.FtFileFormatIcons.AUDIO])),...["avi"].map((o=>[o,t.FtFileFormatIcons.AVI])),...["chm","xhs"].map((o=>[o,t.FtFileFormatIcons.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((o=>[o,t.FtFileFormatIcons.CODE])),...["csv"].map((o=>[o,t.FtFileFormatIcons.CSV])),...["dita","ditamap","ditaval"].map((o=>[o,t.FtFileFormatIcons.DITA])),...["epub"].map((o=>[o,t.FtFileFormatIcons.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((o=>[o,t.FtFileFormatIcons.EXCEL])),...["flac"].map((o=>[o,t.FtFileFormatIcons.FLAC])),...["gif"].map((o=>[o,t.FtFileFormatIcons.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((o=>[o,t.FtFileFormatIcons.GZIP])),...["html","htm","xhtml"].map((o=>[o,t.FtFileFormatIcons.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((o=>[o,t.FtFileFormatIcons.IMAGE])),...["jpeg","jpg","jpe"].map((o=>[o,t.FtFileFormatIcons.JPEG])),...["json"].map((o=>[o,t.FtFileFormatIcons.JSON])),...["m4a","m4p"].map((o=>[o,t.FtFileFormatIcons.M4A])),...["mov","qt"].map((o=>[o,t.FtFileFormatIcons.MOV])),...["mp3"].map((o=>[o,t.FtFileFormatIcons.MP3])),...["mp4","m4v"].map((o=>[o,t.FtFileFormatIcons.MP4])),...["ogg","oga"].map((o=>[o,t.FtFileFormatIcons.OGG])),...["pdf","ps"].map((o=>[o,t.FtFileFormatIcons.PDF])),...["png"].map((o=>[o,t.FtFileFormatIcons.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((o=>[o,t.FtFileFormatIcons.POWERPOINT])),...["rar"].map((o=>[o,t.FtFileFormatIcons.RAR])),...["stp"].map((o=>[o,t.FtFileFormatIcons.STP])),...["txt","rtf","md","mdown"].map((o=>[o,t.FtFileFormatIcons.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((o=>[o,t.FtFileFormatIcons.VIDEO])),...["wav"].map((o=>[o,t.FtFileFormatIcons.WAV])),...["wma"].map((o=>[o,t.FtFileFormatIcons.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((o=>[o,t.FtFileFormatIcons.WORD])),...["xml","xsl","rdf"].map((o=>[o,t.FtFileFormatIcons.XML])),...["yaml","yml","x-yaml"].map((o=>[o,t.FtFileFormatIcons.YAML])),...["zip"].map((o=>[o,t.FtFileFormatIcons.ZIP]))]),Wt=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);const kt={size:dt.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:dt.extend("--ft-icon-fluid-topics-font-family","",dt.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:dt.extend("--ft-icon-file-format-font-family","",dt.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:dt.extend("--ft-icon-material-font-family","",dt.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:dt.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Kt=d`
122
+ * @license
123
+ * Copyright 2017 Google LLC
124
+ * SPDX-License-Identifier: BSD-3-Clause
125
+ */class Wo extends Lo{constructor(t){if(super(t),this.et=Y,t.type!==Io)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Y||null==t)return this.vt=void 0,this.et=t;if(t===H)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const o=[t];return o.raw=o,this.vt={_$litType$:this.constructor.resultType,strings:o,values:[]}}}Wo.directiveName="unsafeHTML",Wo.resultType=1;const ko=(t=>(...o)=>({_$litDirective$:t,values:o}))(Wo);var Ko,Zo;t.FtIcons=void 0,(Ko=t.FtIcons||(t.FtIcons={})).THUMBS_DOWN="&#xe94d;",Ko.THUMBS_DOWN_PLAIN="&#xe94e;",Ko.THUMBS_UP="&#xe94f;",Ko.THUMBS_UP_PLAIN="&#xe950;",Ko.STAR="&#xe94c;",Ko.STAR_PLAIN="&#xe900;",Ko.DESKTOP="&#xe95e;",Ko.LIFE_RING="&#xe975;",Ko.GLOBE="&#xe976;",Ko.PIGGY_BANK="&#xe977;",Ko.TABLET_LANDSCAPE="&#xe95f;",Ko.TABLET_PORTRAIT="&#xe960;",Ko.MOBILE_LANDSCAPE="&#xe961;",Ko.MOBILE_PORTRAIT="&#xe962;",Ko.ARROW_RIGHT_TO_LINE="&#xe95d;",Ko.THIN_ARROW_UP="&#xe95c;",Ko.CONTEXTUAL="&#xe95b;",Ko.CHART_SIMPLE="&#xe968;",Ko.BARS_PROGRESS="&#xe969;",Ko.LINE_CHART="&#xe96c;",Ko.STACKED_CHART="&#xe96d;",Ko.BOOK_OPEN_GEAR="&#xe96a;",Ko.BOOK_OPEN_GEAR_SLASH="&#xe96b;",Ko.DIAGRAM_SUNBURST="&#xe963;",Ko.DIAGRAM_SANKEY="&#xe964;",Ko.UNSTRUCTURED_DOC="&#xe95a;",Ko.RESET="&#xe958;",Ko.THIN_ARROW_LEFT="&#xe956;",Ko.THIN_ARROW_RIGHT="&#xe957;",Ko.MY_COLLECTIONS="&#xe955;",Ko.OFFLINE_SETTINGS="&#xe954;",Ko.MY_LIBRARY="&#xe959;",Ko.RATE_PLAIN="&#xe952;",Ko.RATE="&#xe953;",Ko.FEEDBACK_PLAIN="&#xe951;",Ko.PAUSE="&#xe949;",Ko.PLAY="&#xe94a;",Ko.RELATIVES_PLAIN="&#xe947;",Ko.RELATIVES="&#xe948;",Ko.SHORTCUT_MENU="&#xe946;",Ko.PRINT="&#xe944;",Ko.DEFAULT_ROLES="&#xe945;",Ko.ACCOUNT_SETTINGS="&#xe943;",Ko.ONLINE="&#xe941;",Ko.OFFLINE="&#xe816;",Ko.UPLOAD="&#xe940;",Ko.BOOK_PLAIN="&#xe93f;",Ko.SYNC="&#xe93d;",Ko.SHARED_PBK="&#xe931;",Ko.COLLECTIONS="&#xe92a;",Ko.SEARCH_IN_PUBLICATION="&#xe92f;",Ko.BOOKS="&#xe806;",Ko.LOCKER="&#xe93b;",Ko.ARROW_DOWN="&#xe92b;",Ko.ARROW_LEFT="&#xe92c;",Ko.ARROW_RIGHT="&#xe92d;",Ko.ARROW_UP="&#xe92e;",Ko.SAVE="&#xe93a;",Ko.MAILS_AND_NOTIFICATIONS="&#xe939;",Ko.DOT="&#xe936;",Ko.MINUS="&#xe937;",Ko.PLUS="&#xe938;",Ko.FILTERS="&#xe935;",Ko.STRIPE_ARROW_RIGHT="&#xe934;",Ko.STRIPE_ARROW_LEFT="&#xe933;",Ko.ATTACHMENTS="&#xe932;",Ko.ADD_BOOKMARK="&#xe804;",Ko.BOOKMARK="&#xe805;",Ko.EXPORT="&#xe80f;",Ko.MENU="&#xe807;",Ko.TAG="&#xe93e;",Ko.TAG_PLAIN="&#xe942;",Ko.COPY_TO_CLIPBOARD="&#xe930;",Ko.COLUMNS="&#xe928;",Ko.ARTICLE="&#xe927;",Ko.CLOSE_PLAIN="&#xe925;",Ko.CHECK_PLAIN="&#xe926;",Ko.LOGOUT="&#xe923;",Ko.SIGN_IN="&#xe922;",Ko.THIN_ARROW="&#xe921;",Ko.TRIANGLE_BOTTOM="&#xe91d;",Ko.TRIANGLE_LEFT="&#xe91e;",Ko.TRIANGLE_RIGHT="&#xe91f;",Ko.TRIANGLE_TOP="&#xe920;",Ko.FACET_HAS_DESCENDANT="&#xe91c;",Ko.MINUS_PLAIN="&#xe91a;",Ko.PLUS_PLAIN="&#xe91b;",Ko.INFO="&#xe919;",Ko.ICON_EXPAND="&#xe917;",Ko.ICON_COLLAPSE="&#xe918;",Ko.ADD_TO_PBK="&#xe800;",Ko.ALERT="&#xe801;",Ko.ADD_ALERT="&#xe802;",Ko.BACK_TO_SEARCH="&#xe803;",Ko.DOWNLOAD="&#xe808;",Ko.EDIT="&#xe809;",Ko.FEEDBACK="&#xe80a;",Ko.MODIFY_PBK="&#xe80c;",Ko.SCHEDULED="&#xe80d;",Ko.SEARCH="&#xe80e;",Ko.SHARE="&#xe80f1;",Ko.TOC="&#xe810;",Ko.WRITE_UGC="&#xe811;",Ko.TRASH="&#xe812;",Ko.EXTLINK="&#xe814;",Ko.EXTLINK_LIGHT="&#xe978;",Ko.CALENDAR="&#xe815;",Ko.BOOK="&#xe817;",Ko.DOWNLOAD_PLAIN="&#xe818;",Ko.CHECK="&#xe819;",Ko.TOPICS="&#xe901;",Ko.EYE="&#xf06e;",Ko.EYE_SLASH="&#xe970;",Ko.DISC="&#xe902;",Ko.CIRCLE="&#xe903;",Ko.SHARED="&#xe904;",Ko.SORT_UNSORTED="&#xe905;",Ko.SORT_UP="&#xe906;",Ko.SORT_DOWN="&#xe907;",Ko.WORKING="&#xe908;",Ko.CLOSE="&#xe909;",Ko.ZOOM_OUT="&#xe90a;",Ko.ZOOM_IN="&#xe90b;",Ko.ZOOM_REALSIZE="&#xe90c;",Ko.ZOOM_FULLSCREEN="&#xe90d;",Ko.ADMIN_RESTRICTED="&#xe90e;",Ko.ADMIN_THEME="&#xe911;",Ko.WARNING="&#xe913;",Ko.CONTEXT="&#xe914;",Ko.SEARCH_HOME="&#xe915;",Ko.STEPS="&#xe916;",Ko.HOME="&#xe80b;",Ko.TRANSLATE="&#xe924;",Ko.USER="&#xe813;",Ko.ADMIN="&#xe90f;",Ko.ANALYTICS="&#xe929;",Ko.ADMIN_KHUB="&#xe910;",Ko.ADMIN_USERS="&#xe912;",Ko.ADMIN_INTEGRATION="&#xe93c;",Ko.ADMIN_PORTAL="&#xe94b;",Ko.COMMENT_QUESTION="&#xe965;",Ko.COMMENT_QUESTION_PLAIN="&#xe966;",Ko.MESSAGE_BOT="&#xe967;",Ko.PIP="&#xe973;",Ko.PIP_WIDE="&#xe974;",Ko.EXPAND_WIDE="&#xe972;",Ko.X_MARK="&#xe971;",t.FtFileFormatIcons=void 0,(Zo=t.FtFileFormatIcons||(t.FtFileFormatIcons={})).UNKNOWN="&#xe90a;",Zo.ABW="&#xe900;",Zo.AUDIO="&#xe901;",Zo.AVI="&#xe902;",Zo.CHM="&#xe904;",Zo.CODE="&#xe905;",Zo.CSV="&#xe903;",Zo.DITA="&#xe906;",Zo.EPUB="&#xe907;",Zo.EXCEL="&#xe908;",Zo.FLAC="&#xe909;",Zo.GIF="&#xe90b;",Zo.GZIP="&#xe90c;",Zo.HTML="&#xe90d;",Zo.IMAGE="&#xe90e;",Zo.JPEG="&#xe90f;",Zo.JSON="&#xe910;",Zo.M4A="&#xe911;",Zo.MOV="&#xe912;",Zo.MP3="&#xe913;",Zo.MP4="&#xe914;",Zo.OGG="&#xe915;",Zo.PDF="&#xe916;",Zo.PNG="&#xe917;",Zo.POWERPOINT="&#xe918;",Zo.RAR="&#xe91a;",Zo.STP="&#xe91b;",Zo.TEXT="&#xe91c;",Zo.VIDEO="&#xe91e;",Zo.WAV="&#xe91f;",Zo.WMA="&#xe920;",Zo.WORD="&#xe921;",Zo.XML="&#xe922;",Zo.YAML="&#xe919;",Zo.ZIP="&#xe923;";const $o=new Map([...["abw"].map((o=>[o,t.FtFileFormatIcons.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((o=>[o,t.FtFileFormatIcons.AUDIO])),...["avi"].map((o=>[o,t.FtFileFormatIcons.AVI])),...["chm","xhs"].map((o=>[o,t.FtFileFormatIcons.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((o=>[o,t.FtFileFormatIcons.CODE])),...["csv"].map((o=>[o,t.FtFileFormatIcons.CSV])),...["dita","ditamap","ditaval"].map((o=>[o,t.FtFileFormatIcons.DITA])),...["epub"].map((o=>[o,t.FtFileFormatIcons.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((o=>[o,t.FtFileFormatIcons.EXCEL])),...["flac"].map((o=>[o,t.FtFileFormatIcons.FLAC])),...["gif"].map((o=>[o,t.FtFileFormatIcons.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((o=>[o,t.FtFileFormatIcons.GZIP])),...["html","htm","xhtml"].map((o=>[o,t.FtFileFormatIcons.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((o=>[o,t.FtFileFormatIcons.IMAGE])),...["jpeg","jpg","jpe"].map((o=>[o,t.FtFileFormatIcons.JPEG])),...["json"].map((o=>[o,t.FtFileFormatIcons.JSON])),...["m4a","m4p"].map((o=>[o,t.FtFileFormatIcons.M4A])),...["mov","qt"].map((o=>[o,t.FtFileFormatIcons.MOV])),...["mp3"].map((o=>[o,t.FtFileFormatIcons.MP3])),...["mp4","m4v"].map((o=>[o,t.FtFileFormatIcons.MP4])),...["ogg","oga"].map((o=>[o,t.FtFileFormatIcons.OGG])),...["pdf","ps"].map((o=>[o,t.FtFileFormatIcons.PDF])),...["png"].map((o=>[o,t.FtFileFormatIcons.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((o=>[o,t.FtFileFormatIcons.POWERPOINT])),...["rar"].map((o=>[o,t.FtFileFormatIcons.RAR])),...["stp"].map((o=>[o,t.FtFileFormatIcons.STP])),...["txt","rtf","md","mdown"].map((o=>[o,t.FtFileFormatIcons.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((o=>[o,t.FtFileFormatIcons.VIDEO])),...["wav"].map((o=>[o,t.FtFileFormatIcons.WAV])),...["wma"].map((o=>[o,t.FtFileFormatIcons.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((o=>[o,t.FtFileFormatIcons.WORD])),...["xml","xsl","rdf"].map((o=>[o,t.FtFileFormatIcons.XML])),...["yaml","yml","x-yaml"].map((o=>[o,t.FtFileFormatIcons.YAML])),...["zip"].map((o=>[o,t.FtFileFormatIcons.ZIP]))]),Ao=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);const Fo={size:go.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:go.extend("--ft-icon-fluid-topics-font-family","",go.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:go.extend("--ft-icon-file-format-font-family","",go.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:go.extend("--ft-icon-material-font-family","",go.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:go.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Mo=dt`
100
126
  :host, i.ft-icon {
101
127
  display: inline-flex;
102
128
  align-items: center;
@@ -105,14 +131,14 @@ const Ct=2;class St{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e)
105
131
  }
106
132
 
107
133
  :host {
108
- width: ${kt.size};
109
- height: ${kt.size};
134
+ width: ${Fo.size};
135
+ height: ${Fo.size};
110
136
  }
111
137
 
112
138
  i.ft-icon {
113
139
  width: 100%;
114
140
  height: 100%;
115
- font-size: ${kt.size};
141
+ font-size: ${Fo.size};
116
142
  line-height: 1;
117
143
  font-weight: normal;
118
144
  text-transform: none;
@@ -123,41 +149,30 @@ const Ct=2;class St{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e)
123
149
  text-rendering: auto;
124
150
  -webkit-font-smoothing: antialiased;
125
151
  -moz-osx-font-smoothing: grayscale;
126
- vertical-align: ${kt.verticalAlign};
152
+ vertical-align: ${Fo.verticalAlign};
127
153
  }
128
154
 
129
155
  i.ft-icon.ft-icon--fluid-topics {
130
- font-family: ${kt.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
156
+ font-family: ${Fo.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
131
157
 
132
158
  /* Ugly fix because font is broken */
133
- font-size: calc(0.75 * ${kt.size});
134
- line-height: ${kt.size};
159
+ font-size: calc(0.75 * ${Fo.size});
160
+ line-height: ${Fo.size};
135
161
  position: relative;
136
162
  top: -4%;
137
163
  justify-content: center;
138
164
  }
139
165
 
140
166
  .ft-icon--file-format {
141
- font-family: ${kt.fileFormatFontFamily}, ft-mime, sans-serif;
167
+ font-family: ${Fo.fileFormatFontFamily}, ft-mime, sans-serif;
142
168
  }
143
169
 
144
170
  .ft-icon--material {
145
- font-family: ${kt.materialFontFamily}, "Material Icons", sans-serif;
171
+ font-family: ${Fo.materialFontFamily}, "Material Icons", sans-serif;
146
172
  }
147
- `;var Zt;t.FtIconVariants=void 0,(Zt=t.FtIconVariants||(t.FtIconVariants={})).fluid_topics="fluid-topics",Zt.file_format="file-format",Zt.material="material";var Ft,Bt=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class At extends Nt{constructor(){super(...arguments),this.resolvedIcon=P}render(){const o=this.variant&&Object.values(t.FtIconVariants).includes(this.variant)?this.variant:t.FtIconVariants.fluid_topics,e=o!==t.FtIconVariants.material||!!this.value;return H`
173
+ `;var zo;t.FtIconVariants=void 0,(zo=t.FtIconVariants||(t.FtIconVariants={})).fluid_topics="fluid-topics",zo.file_format="file-format",zo.material="material";var Bo,Do=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(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 Po extends Ro{constructor(){super(...arguments),this.resolvedIcon=Vt}render(){const o=this.variant&&Object.values(t.FtIconVariants).includes(this.variant)?this.variant:t.FtIconVariants.fluid_topics,e=o!==t.FtIconVariants.material||!!this.value;return Jt`
148
174
  <i class="ft-icon ft-icon--${o}" part="icon icon-${o}">
149
- ${Ut(this.resolvedIcon)}
175
+ ${ko(this.resolvedIcon)}
150
176
  <slot ?hidden=${e}></slot>
151
177
  </i>
152
- `}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 o,e;let r=this.value||this.textContent;switch(this.variant){case t.FtIconVariants.file_format:this.resolvedIcon=null!==(o=t.FtFileFormatIcons[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r;break;case t.FtIconVariants.material:this.resolvedIcon=this.value||P;break;default:this.resolvedIcon=null!==(e=t.FtIcons[r.replace("-","_").toUpperCase()])&&void 0!==e?e:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}At.elementDefinitions={},At.styles=Kt,Bt([r()],At.prototype,"variant",void 0),Bt([r()],At.prototype,"value",void 0),Bt([function(t){return r({...t,state:!0})}
153
- /**
154
- * @license
155
- * Copyright 2017 Google LLC
156
- * SPDX-License-Identifier: BSD-3-Clause
157
- */()],At.prototype,"resolvedIcon",void 0),Bt([
158
- /**
159
- * @license
160
- * Copyright 2017 Google LLC
161
- * SPDX-License-Identifier: BSD-3-Clause
162
- */
163
- function(t,o){return(({finisher:t,descriptor:o})=>(e,r)=>{var a;if(void 0===r){const r=null!==(a=e.originalKey)&&void 0!==a?a:e.key,i=null!=o?{kind:"method",placement:"prototype",key:r,descriptor:o(e.key)}:{...e,key:r};return null!=t&&(i.finisher=function(o){t(o,r)}),i}{const a=e.constructor;void 0!==o&&Object.defineProperty(e,r,o(r)),null==t||t(a,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}})}("slot")],At.prototype,"slottedContent",void 0),(Ft="ft-icon",t=>{window.customElements.get(Ft)||window.customElements.define(Ft,t)})(At),t.FtIcon=At,t.FtIconCssVariables=kt,t.resolveFileFormatIcon=function(o,e){var r,a,i,n;o=(null!=o?o:"").toLowerCase(),e=(null!=e?e:"").toLowerCase();const[l,c]=((null!==(r=Wt.get(o))&&void 0!==r?r:o)+"/").split("/");return null!==(n=null!==(i=null!==(a=It.get(c))&&void 0!==a?a:It.get(e))&&void 0!==i?i:It.get(l))&&void 0!==n?n:t.FtFileFormatIcons.UNKNOWN},t.styles=Kt}({});
178
+ `}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 o,e;let r=this.value||this.textContent;switch(this.variant){case t.FtIconVariants.file_format:this.resolvedIcon=null!==(o=t.FtFileFormatIcons[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r;break;case t.FtIconVariants.material:this.resolvedIcon=this.value||Vt;break;default:this.resolvedIcon=null!==(e=t.FtIcons[r.replace("-","_").toUpperCase()])&&void 0!==e?e:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Po.elementDefinitions={},Po.styles=Mo,Do([C()],Po.prototype,"variant",void 0),Do([C()],Po.prototype,"value",void 0),Do([function(t){return C({...t,state:!0,attribute:!1})}()],Po.prototype,"resolvedIcon",void 0),Do([function(t,o){return(e,r,i)=>{const a=o=>o.renderRoot?.querySelector(t)??null;if(o){const{get:t,set:o}="object"==typeof r?e:i??(()=>{const t=Symbol();return{get(){return this[t]},set(o){this[t]=o}}})();return R(0,0,{get(){let e=t.call(this);return void 0===e&&(e=a(this),(null!==e||this.hasUpdated)&&o.call(this,e)),e}})}return R(0,0,{get(){return a(this)}})}}("slot")],Po.prototype,"slottedContent",void 0),(Bo="ft-icon",t=>{window.customElements.get(Bo)||window.customElements.define(Bo,t)})(Po),t.FtIcon=Po,t.FtIconCssVariables=Fo,t.resolveFileFormatIcon=function(o,e){var r,i,a,n;o=(null!=o?o:"").toLowerCase(),e=(null!=e?e:"").toLowerCase();const[s,c]=((null!==(r=Ao.get(o))&&void 0!==r?r:o)+"/").split("/");return null!==(n=null!==(a=null!==(i=$o.get(c))&&void 0!==i?i:$o.get(e))&&void 0!==a?a:$o.get(s))&&void 0!==n?n:t.FtFileFormatIcons.UNKNOWN},t.styles=Mo}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "1.0.63",
3
+ "version": "1.1.0",
4
4
  "description": "Typography components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,8 +20,8 @@
20
20
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
21
21
  },
22
22
  "dependencies": {
23
- "@fluid-topics/ft-wc-utils": "1.0.63",
24
- "lit": "2.7.2"
23
+ "@fluid-topics/ft-wc-utils": "1.1.0",
24
+ "lit": "3.1.0"
25
25
  },
26
- "gitHead": "020d13bf82a28437f4d7a7395ad9b628bc4342f1"
26
+ "gitHead": "3f2a051fc84a0e27b942f311efee39954f6d2883"
27
27
  }