@fluid-topics/ft-tabs 1.0.63 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,68 +1,88 @@
1
1
  !function(t){
2
2
  /**
3
- * @license
4
- * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
- * This code may only be used under the BSD style license found at
6
- * http://polymer.github.io/LICENSE.txt
7
- * The complete set of authors may be found at
8
- * http://polymer.github.io/AUTHORS.txt
9
- * The complete set of contributors may be found at
10
- * http://polymer.github.io/CONTRIBUTORS.txt
11
- * Code distributed by Google as part of the polymer project is also
12
- * subject to an additional IP rights grant found at
13
- * http://polymer.github.io/PATENTS.txt
14
- *
15
- * @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
16
- */
17
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,a=new WeakMap,n=new WeakMap,l=new WeakMap;let s;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=i.prototype.attributeChangedCallback,s=new Set(i.observedAttributes||[]);h(i,s,l);const c={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:s};this._definitionsByTag.set(t,c),this._definitionsByClass.set(i,c);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(i,c),c.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)a.delete(t),y(t,c,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=s;if(o)return s=void 0,o;const e=n.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),i.set(o,e),o},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!c(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),c(o)||(o=l.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,i=r._getDefinition(o);return i?y(e,i):a.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const a=t.toLowerCase();if(o.has(a)){const t=this.getAttribute(a);r.call(this,a,i),e.call(this,a,t,i)}else r.call(this,a,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.call(this,r,t,null)}else i.call(this,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t||"HTMLElement"===e?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),s=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),u.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){u.push(this),e.set.call(this,t),u.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0!==i.get(e).formAssociated)throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`);r?.call(this,...o)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class a{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new a(o)}})}}try{window.customElements.define("custom-element",null)}catch(He){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
3
+ * @license
4
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
+ * This code may only be used under the BSD style license found at
6
+ * http://polymer.github.io/LICENSE.txt
7
+ * The complete set of authors may be found at
8
+ * http://polymer.github.io/AUTHORS.txt
9
+ * The complete set of contributors may be found at
10
+ * http://polymer.github.io/CONTRIBUTORS.txt
11
+ * Code distributed by Google as part of the polymer project is also
12
+ * subject to an additional IP rights grant found at
13
+ * http://polymer.github.io/PATENTS.txt
14
+ */
15
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,i=window.customElements,r=new WeakMap,a=new WeakMap,n=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);h(r,l,s);const c={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(r,c);let p=e.call(i,t);p||(p=f(t),o.call(i,t,p)),this===window.customElements&&(n.set(r,c),c.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)a.delete(t),y(t,c,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){u.push(this),i.upgrade.apply(i,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 i=this._awaitingUpgrade.get(o);i||this._awaitingUpgrade.set(o,i=new Set),e?i.add(t):i.delete(t)}},window.HTMLElement=function(){let o=l;if(o)return l=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),r.set(o,e),o},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!c(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),c(o)||(o=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 i=p(e)||window.customElements,r=i._getDefinition(o);return r?y(e,r):a.set(e,i),e}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const i=t.prototype.setAttribute;i&&(t.prototype.setAttribute=function(t,r){const a=t.toLowerCase();if(o.has(a)){const t=this.getAttribute(a);i.call(this,a,r),e.call(this,a,t,r)}else i.call(this,a,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);r.call(this,i),e.call(this,i,t,null)}else r.call(this,i)});const a=t.prototype.toggleAttribute;a&&(t.prototype.toggleAttribute=function(t,i){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);a.call(this,r,i);const o=this.getAttribute(r);e.call(this,r,t,o)}else a.call(this,r,i)})},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),r.set(t,o),l=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},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 i=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=i.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 i=o.call(this,...e);return t.set(i,this),i},e.forEach((o=>{const e=window.ElementInternals.prototype,i=e[o];e[o]=function(...o){const e=t.get(this);if(!0===r.get(e).formAssociated)return i?.call(this,...o);throw new DOMException(`Failed to execute ${i} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class i extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class a{constructor(t){const o=new Map;t.forEach(((t,e)=>{const i=t.getAttribute("name"),r=o.get(i)||[];this[+e]=t,r.push(t),o.set(i,r)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new i(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=r.get(e);t&&!0!==t.formAssociated||o.push(e)}return new a(o)}})}}try{window.customElements.define("custom-element",null)}catch(Yi){const t=window.customElements.define;window.customElements.define=(o,e,i)=>{if(null!==e)try{t.bind(window.customElements)(o,e,i)}catch(t){console.info(o,e,i,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 i=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void i(t)}r(!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,i=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),a=new WeakMap;const n=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(i&&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,r),s=i?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
- */}function i(t){return r({...t,state:!0})}
22
+ * @license
23
+ * Copyright 2017 Google LLC
24
+ * SPDX-License-Identifier: BSD-3-Clause
25
+ */,{is:l,defineProperty:c,getOwnPropertyDescriptor:p,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:d}=Object,y=globalThis,g=y.trustedTypes,u=g?g.emptyScript:"",b=y.reactiveElementPolyfillSupport,m=(t,o)=>t,x={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}},O=(t,o)=>!l(t,o),v={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:O};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;let N=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=v){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),i=this.getPropertyDescriptor(t,e,o);void 0!==i&&c(this.prototype,t,i)}}static getPropertyDescriptor(t,o,e){const{get:i,set:r}=p(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return i?.call(this)},set(o){const a=i?.call(this);r.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??v}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(i)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const i of o){const o=document.createElement("style"),r=e.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=i.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),i=this.constructor._$Eu(t,e);if(void 0!==i&&!0===e.reflect){const r=(void 0!==e.converter?.toAttribute?e.converter:x).toAttribute(o,e.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,o){const e=this.constructor,i=e._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=e.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:x;this._$Em=i,this[i]=r.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,i=!1,r){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??O)(i?r: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){}};N.elementStyles=[],N.shadowRootOptions={mode:"open"},N[m("elementProperties")]=new Map,N[m("finalized")]=new Map,b?.({ReactiveElement:N}),(y.reactiveElementVersions??=[]).push("2.0.2");
28
26
  /**
29
- * @license
30
- * Copyright 2017 Google LLC
31
- * SPDX-License-Identifier: BSD-3-Clause
32
- */const a=({finisher:t,descriptor:o})=>(e,r)=>{var i;if(void 0===r){const r=null!==(i=e.originalKey)&&void 0!==i?i:e.key,a=null!=o?{kind:"method",placement:"prototype",key:r,descriptor:o(e.key)}:{...e,key:r};return null!=t&&(a.finisher=function(o){t(o,r)}),a}{const i=e.constructor;void 0!==o&&Object.defineProperty(e,r,o(r)),null==t||t(i,r)}}
27
+ * @license
28
+ * Copyright 2017 Google LLC
29
+ * SPDX-License-Identifier: BSD-3-Clause
30
+ */
31
+ const S={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:O},w=(t=S,o,e)=>{const{kind:i,metadata:r}=e;let a=globalThis.litPropertyMetadata.get(r);if(void 0===a&&globalThis.litPropertyMetadata.set(r,a=new Map),a.set(e.name,t),"accessor"===i){const{name:i}=e;return{set(e){const r=o.get.call(this);o.set.call(this,e),this.requestUpdate(i,r,t)},init(o){return void 0!==o&&this.C(i,void 0,t),o}}}if("setter"===i){const{name:i}=e;return function(e){const r=this[i];o.call(this,e),this.requestUpdate(i,r,t)}}throw Error("Unsupported decorator location: "+i)};function C(t){return(o,e)=>"object"==typeof e?w(t,o,e):((t,o,e)=>{const i=o.hasOwnProperty(e);return o.constructor.createProperty(e,i?{...t,wrapped:!0}:t),i?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)
33
32
  /**
34
- * @license
35
- * Copyright 2017 Google LLC
36
- * SPDX-License-Identifier: BSD-3-Clause
37
- */;function n(t,o){return a({descriptor:e=>{const r={get(){var o,e;return null!==(e=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(t))&&void 0!==e?e:null},enumerable:!0,configurable:!0};if(o){const o="symbol"==typeof e?Symbol():"__"+e;r.get=function(){var e,r;return void 0===this[o]&&(this[o]=null!==(r=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==r?r:null),this[o]}}return r}})}
33
+ * @license
34
+ * Copyright 2017 Google LLC
35
+ * SPDX-License-Identifier: BSD-3-Clause
36
+ */}function R(t){return C({...t,state:!0,attribute:!1})}
38
37
  /**
39
- * @license
40
- * Copyright 2021 Google LLC
41
- * SPDX-License-Identifier: BSD-3-Clause
42
- */var l;const s=null!=(null===(l=window.HTMLSlotElement)||void 0===l?void 0:l.prototype.assignedElements)?(t,o)=>t.assignedElements(o):(t,o)=>t.assignedNodes(o).filter((t=>t.nodeType===Node.ELEMENT_NODE));function c(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(!c(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(!c(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(!c(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const p=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};
38
+ * @license
39
+ * Copyright 2017 Google LLC
40
+ * SPDX-License-Identifier: BSD-3-Clause
41
+ */const E=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
43
42
  /**
44
- * @license
45
- * Copyright 2019 Google LLC
46
- * SPDX-License-Identifier: BSD-3-Clause
47
- */
48
- const f=window,h=f.ShadowRoot&&(void 0===f.ShadyCSS||f.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,d=Symbol(),y=new WeakMap;let g=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==d)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(h&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=y.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&y.set(o,t))}return t}toString(){return this.cssText}};const u=t=>new g("string"==typeof t?t:t+"",void 0,d),b=(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 g(e,t,d)},m=(t,o)=>{h?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=f.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))},x=h?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return u(o)})(t):t
43
+ * @license
44
+ * Copyright 2017 Google LLC
45
+ * SPDX-License-Identifier: BSD-3-Clause
46
+ */;function U(t,o){return(e,i,r)=>{const a=o=>o.renderRoot?.querySelector(t)??null;if(o){const{get:t,set:o}="object"==typeof i?e:r??(()=>{const t=Symbol();return{get(){return this[t]},set(o){this[t]=o}}})();return E(0,0,{get(){let e=t.call(this);return void 0===e&&(e=a(this),(null!==e||this.hasUpdated)&&o.call(this,e)),e}})}return E(0,0,{get(){return a(this)}})}}
49
47
  /**
50
- * @license
51
- * Copyright 2017 Google LLC
52
- * SPDX-License-Identifier: BSD-3-Clause
53
- */;var O;const v=window,N=v.trustedTypes,S=N?N.emptyScript:"",w=v.reactiveElementPolyfillSupport,C={toAttribute(t,o){switch(o){case Boolean:t=t?S: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}},R=(t,o)=>o!==t&&(o==o||t==t),U={attribute:!0,type:String,converter:C,reflect:!1,hasChanged:R};let E=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=U){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const e="symbol"==typeof t?Symbol():"__"+t,r=this.getPropertyDescriptor(t,e,o);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){return{get(){return this[o]},set(r){const i=this[t];this[o]=r,this.requestUpdate(t,i,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||U}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(x(t))}else void 0!==t&&o.push(x(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 m(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=U){var r;const i=this.constructor._$Ep(t,e);if(void 0!==i&&!0===e.reflect){const a=(void 0!==(null===(r=e.converter)||void 0===r?void 0:r.toAttribute)?e.converter:C).toAttribute(o,e.type);this._$El=t,null==a?this.removeAttribute(i):this.setAttribute(i,a),this._$El=null}}_$AK(t,o){var e;const r=this.constructor,i=r._$Ev.get(t);if(void 0!==i&&this._$El!==i){const t=r.getPropertyOptions(i),a="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(e=t.converter)||void 0===e?void 0:e.fromAttribute)?t.converter:C;this._$El=i,this[i]=a.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,e){let r=!0;void 0!==t&&(((e=e||this.constructor.getPropertyOptions(t)).hasChanged||R)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,e))):r=!1),!this.isUpdatePending&&r&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,o)=>this[o]=t)),this._$Ei=void 0);let o=!1;const e=this._$AL;try{o=this.shouldUpdate(e),o?(this.willUpdate(e),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostUpdate)||void 0===o?void 0:o.call(t)})),this.update(e)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(e)}willUpdate(t){}_$AE(t){var o;null===(o=this._$ES)||void 0===o||o.forEach((t=>{var o;return null===(o=t.hostUpdated)||void 0===o?void 0:o.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,o)=>this._$EO(o,this[o],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
48
+ * @license
49
+ * Copyright 2017 Google LLC
50
+ * SPDX-License-Identifier: BSD-3-Clause
51
+ */function $(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,i,r;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(i=e;0!=i--;)if(!$(t[i],o[i]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(i of t.entries())if(!o.has(i[0]))return!1;for(i of t.entries())if(!$(i[1],o.get(i[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(i of t.entries())if(!o.has(i[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=(r=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(i=e;0!=i--;)if(!Object.prototype.hasOwnProperty.call(o,r[i]))return!1;for(i=e;0!=i--;){var a=r[i];if(!$(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const I=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};
54
52
  /**
55
- * @license
56
- * Copyright 2017 Google LLC
57
- * SPDX-License-Identifier: BSD-3-Clause
58
- */
59
- var I;E.finalized=!0,E.elementProperties=new Map,E.elementStyles=[],E.shadowRootOptions={mode:"open"},null==w||w({ReactiveElement:E}),(null!==(O=v.reactiveElementVersions)&&void 0!==O?O:v.reactiveElementVersions=[]).push("1.6.1");const $=window,k=$.trustedTypes,W=k?k.createPolicy("lit-html",{createHTML:t=>t}):void 0,L="$lit$",K=`lit$${(Math.random()+"").slice(9)}$`,Z="?"+K,z=`<${Z}>`,F=document,D=()=>F.createComment(""),M=t=>null===t||"object"!=typeof t&&"function"!=typeof t,B=Array.isArray,A=t=>B(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),j="[ \t\n\f\r]",H=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,P=/-->/g,T=/>/g,G=RegExp(`>|${j}(?:([^\\s"'>=/]+)(${j}*=${j}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,Y=/"/g,V=/^(?:script|style|textarea|title)$/i,J=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),q=Symbol.for("lit-noChange"),X=Symbol.for("lit-nothing"),Q=new WeakMap,tt=F.createTreeWalker(F,129,null,!1),ot=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=H;for(let o=0;o<e;o++){const e=t[o];let l,s,c=-1,p=0;for(;p<e.length&&(n.lastIndex=p,s=n.exec(e),null!==s);)p=n.lastIndex,n===H?"!--"===s[1]?n=P:void 0!==s[1]?n=T:void 0!==s[2]?(V.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=G):void 0!==s[3]&&(n=G):n===G?">"===s[0]?(n=null!=i?i:H,c=-1):void 0===s[1]?c=-2:(c=n.lastIndex-s[2].length,l=s[1],n=void 0===s[3]?G:'"'===s[3]?Y:_):n===Y||n===_?n=G:n===P||n===T?n=H:(n=G,i=void 0);const f=n===G&&t[o+1].startsWith("/>")?" ":"";a+=n===H?e+z:c>=0?(r.push(l),e.slice(0,c)+L+e.slice(c)+K+f):e+K+(-2===c?(r.push(void 0),o):f)}const l=a+(t[e]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==W?W.createHTML(l):l,r]};class et{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,l=this.parts,[s,c]=ot(t,o);if(this.el=et.createElement(s,e),tt.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(r=tt.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const o of r.getAttributeNames())if(o.endsWith(L)||o.startsWith(K)){const e=c[a++];if(t.push(o),void 0!==e){const t=r.getAttribute(e.toLowerCase()+L).split(K),o=/([.?@])?(.*)/.exec(e);l.push({type:1,index:i,name:o[2],strings:t,ctor:"."===o[1]?lt:"?"===o[1]?ct:"@"===o[1]?pt:nt})}else l.push({type:6,index:i})}for(const o of t)r.removeAttribute(o)}if(V.test(r.tagName)){const t=r.textContent.split(K),o=t.length-1;if(o>0){r.textContent=k?k.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],D()),tt.nextNode(),l.push({type:2,index:++i});r.append(t[o],D())}}}else if(8===r.nodeType)if(r.data===Z)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(K,t+1));)l.push({type:7,index:i}),t+=K.length-1}i++}}static createElement(t,o){const e=F.createElement("template");return e.innerHTML=t,e}}function rt(t,o,e=t,r){var i,a,n,l;if(o===q)return o;let s=void 0!==r?null===(i=e._$Co)||void 0===i?void 0:i[r]:e._$Cl;const c=M(o)?void 0:o._$litDirective$;return(null==s?void 0:s.constructor)!==c&&(null===(a=null==s?void 0:s._$AO)||void 0===a||a.call(s,!1),void 0===c?s=void 0:(s=new c(t),s._$AT(t,e,r)),void 0!==r?(null!==(n=(l=e)._$Co)&&void 0!==n?n:l._$Co=[])[r]=s:e._$Cl=s),void 0!==s&&(o=rt(t,s._$AS(t,o.values),s,r)),o}class it{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var o;const{el:{content:e},parts:r}=this._$AD,i=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:F).importNode(e,!0);tt.currentNode=i;let a=tt.nextNode(),n=0,l=0,s=r[0];for(;void 0!==s;){if(n===s.index){let o;2===s.type?o=new at(a,a.nextSibling,this,t):1===s.type?o=new s.ctor(a,s.name,s.strings,this,t):6===s.type&&(o=new ft(a,this,t)),this._$AV.push(o),s=r[++l]}n!==(null==s?void 0:s.index)&&(a=tt.nextNode(),n++)}return i}v(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class at{constructor(t,o,e,r){var i;this.type=2,this._$AH=X,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cp=null===(i=null==r?void 0:r.isConnected)||void 0===i||i}get _$AU(){var t,o;return null!==(o=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==o?o:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===(null==t?void 0:t.nodeType)&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=rt(this,t,o),M(t)?t===X||null==t||""===t?(this._$AH!==X&&this._$AR(),this._$AH=X):t!==this._$AH&&t!==q&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):A(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==X&&M(this._$AH)?this._$AA.nextSibling.data=t:this.$(F.createTextNode(t)),this._$AH=t}g(t){var o;const{values:e,_$litType$:r}=t,i="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=et.createElement(r.h,this.options)),r);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===i)this._$AH.v(e);else{const t=new it(i,this),o=t.u(this.options);t.v(e),this.$(o),this._$AH=t}}_$AC(t){let o=Q.get(t.strings);return void 0===o&&Q.set(t.strings,o=new et(t)),o}T(t){B(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 at(this.k(D()),this.k(D()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class nt{constructor(t,o,e,r,i){this.type=1,this._$AH=X,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=X}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=rt(this,t,o,0),a=!M(t)||t!==this._$AH&&t!==q,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=rt(this,r[e+n],o,n),l===q&&(l=this._$AH[n]),a||(a=!M(l)||l!==this._$AH[n]),l===X?t=X:t!==X&&(t+=(null!=l?l:"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.j(t)}j(t){t===X?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class lt extends nt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===X?void 0:t}}const st=k?k.emptyScript:"";class ct extends nt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==X?this.element.setAttribute(this.name,st):this.element.removeAttribute(this.name)}}class pt extends nt{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){var e;if((t=null!==(e=rt(this,t,o,0))&&void 0!==e?e:X)===q)return;const r=this._$AH,i=t===X&&r!==X||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,a=t!==X&&(r===X||i);i&&this.element.removeEventListener(this.name,this,r),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class ft{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){rt(this,t)}}const ht={O:L,P:K,A:Z,C:1,M:ot,L:it,D:A,R:rt,I:at,V:nt,H:ct,N:pt,U:lt,F:ft},dt=$.litHtmlPolyfillSupport;null==dt||dt(et,at),(null!==(I=$.litHtmlVersions)&&void 0!==I?I:$.litHtmlVersions=[]).push("2.7.3");
53
+ * @license
54
+ * Copyright 2017 Google LLC
55
+ * SPDX-License-Identifier: BSD-3-Clause
56
+ */
57
+ const k=globalThis,W=k.trustedTypes,L=W?W.createPolicy("lit-html",{createHTML:t=>t}):void 0,K="$lit$",Z=`lit$${(Math.random()+"").slice(9)}$`,z="?"+Z,F=`<${z}>`,M=document,D=()=>M.createComment(""),A=t=>null===t||"object"!=typeof t&&"function"!=typeof t,B=Array.isArray,P=t=>B(t)||"function"==typeof t?.[Symbol.iterator],j="[ \t\n\f\r]",H=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,T=/>/g,G=RegExp(`>|${j}(?:([^\\s"'>=/]+)(${j}*=${j}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Y=/'/g,V=/"/g,J=/^(?:script|style|textarea|title)$/i,q=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),X=Symbol.for("lit-noChange"),Q=Symbol.for("lit-nothing"),tt=new WeakMap,ot=M.createTreeWalker(M,129);function et(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==L?L.createHTML(o):o}const it=(t,o)=>{const e=t.length-1,i=[];let r,a=2===o?"<svg>":"",n=H;for(let o=0;o<e;o++){const e=t[o];let s,l,c=-1,p=0;for(;p<e.length&&(n.lastIndex=p,l=n.exec(e),null!==l);)p=n.lastIndex,n===H?"!--"===l[1]?n=_:void 0!==l[1]?n=T:void 0!==l[2]?(J.test(l[2])&&(r=RegExp("</"+l[2],"g")),n=G):void 0!==l[3]&&(n=G):n===G?">"===l[0]?(n=r??H,c=-1):void 0===l[1]?c=-2:(c=n.lastIndex-l[2].length,s=l[1],n=void 0===l[3]?G:'"'===l[3]?V:Y):n===V||n===Y?n=G:n===_||n===T?n=H:(n=G,r=void 0);const f=n===G&&t[o+1].startsWith("/>")?" ":"";a+=n===H?e+F:c>=0?(i.push(s),e.slice(0,c)+K+e.slice(c)+Z+f):e+Z+(-2===c?o:f)}return[et(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),i]};let rt=class t{constructor({strings:o,_$litType$:e},i){let r;this.parts=[];let a=0,n=0;const s=o.length-1,l=this.parts,[c,p]=it(o,e);if(this.el=t.createElement(c,i),ot.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ot.nextNode())&&l.length<s;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(K)){const o=p[n++],e=r.getAttribute(t).split(Z),i=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:i[2],strings:e,ctor:"."===i[1]?ct:"?"===i[1]?pt:"@"===i[1]?ft:lt}),r.removeAttribute(t)}else t.startsWith(Z)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(J.test(r.tagName)){const t=r.textContent.split(Z),o=t.length-1;if(o>0){r.textContent=W?W.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],D()),ot.nextNode(),l.push({type:2,index:++a});r.append(t[o],D())}}}else if(8===r.nodeType)if(r.data===z)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(Z,t+1));)l.push({type:7,index:a}),t+=Z.length-1}a++}}static createElement(t,o){const e=M.createElement("template");return e.innerHTML=t,e}};function at(t,o,e=t,i){if(o===X)return o;let r=void 0!==i?e._$Co?.[i]:e._$Cl;const a=A(o)?void 0:o._$litDirective$;return r?.constructor!==a&&(r?._$AO?.(!1),void 0===a?r=void 0:(r=new a(t),r._$AT(t,e,i)),void 0!==i?(e._$Co??=[])[i]=r:e._$Cl=r),void 0!==r&&(o=at(t,r._$AS(t,o.values),r,i)),o}let nt=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,i=(t?.creationScope??M).importNode(o,!0);ot.currentNode=i;let r=ot.nextNode(),a=0,n=0,s=e[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new st(r,r.nextSibling,this,t):1===s.type?o=new s.ctor(r,s.name,s.strings,this,t):6===s.type&&(o=new ht(r,this,t)),this._$AV.push(o),s=e[++n]}a!==s?.index&&(r=ot.nextNode(),a++)}return ot.currentNode=M,i}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++}},st=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,i){this.type=2,this._$AH=Q,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=i,this._$Cv=i?.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=at(this,t,o),A(t)?t===Q||null==t||""===t?(this._$AH!==Q&&this._$AR(),this._$AH=Q):t!==this._$AH&&t!==X&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):P(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Q&&A(this._$AH)?this._$AA.nextSibling.data=t:this.$(M.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,i="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=rt.createElement(et(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===i)this._$AH.p(o);else{const t=new nt(i,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=tt.get(t.strings);return void 0===o&&tt.set(t.strings,o=new rt(t)),o}T(o){B(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,r=0;for(const a of o)r===e.length?e.push(i=new t(this.k(D()),this.k(D()),this,this.options)):i=e[r],i._$AI(a),r++;r<e.length&&(this._$AR(i&&i._$AB.nextSibling,r),e.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))}},lt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,i,r){this.type=1,this._$AH=Q,this._$AN=void 0,this.element=t,this.name=o,this._$AM=i,this.options=r,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=Q}_$AI(t,o=this,e,i){const r=this.strings;let a=!1;if(void 0===r)t=at(this,t,o,0),a=!A(t)||t!==this._$AH&&t!==X,a&&(this._$AH=t);else{const i=t;let n,s;for(t=r[0],n=0;n<r.length-1;n++)s=at(this,i[e+n],o,n),s===X&&(s=this._$AH[n]),a||=!A(s)||s!==this._$AH[n],s===Q?t=Q:t!==Q&&(t+=(s??"")+r[n+1]),this._$AH[n]=s}a&&!i&&this.O(t)}O(t){t===Q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},ct=class extends lt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Q?void 0:t}},pt=class extends lt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Q)}},ft=class extends lt{constructor(t,o,e,i,r){super(t,o,e,i,r),this.type=5}_$AI(t,o=this){if((t=at(this,t,o,0)??Q)===X)return;const e=this._$AH,i=t===Q&&e!==Q||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,r=t!==Q&&(e===Q||i);i&&this.element.removeEventListener(this.name,this,e),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ht=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){at(this,t)}};const dt={j:K,P:Z,A:z,C:1,M:it,L:nt,R:P,V:at,D:st,I:lt,H:pt,N:ft,U:ct,B:ht},yt=k.litHtmlPolyfillSupport;yt?.(rt,st),(k.litHtmlVersions??=[]).push("3.1.0");
60
58
  /**
61
- * @license
62
- * Copyright 2017 Google LLC
63
- * SPDX-License-Identifier: BSD-3-Clause
64
- */
65
- var yt,gt;let ut=class extends E{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const e=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=e.firstChild),e}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{var r,i;const a=null!==(r=null==e?void 0:e.renderBefore)&&void 0!==r?r:o;let n=a._$litPart$;if(void 0===n){const t=null!==(i=null==e?void 0:e.renderBefore)&&void 0!==i?i:null;a._$litPart$=n=new at(o.insertBefore(D(),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 q}};ut.finalized=!0,ut._$litElement$=!0,null===(yt=globalThis.litElementHydrateSupport)||void 0===yt||yt.call(globalThis,{LitElement:ut});const bt=globalThis.litElementPolyfillSupport;null==bt||bt({LitElement:ut}),(null!==(gt=globalThis.litElementVersions)&&void 0!==gt?gt:globalThis.litElementVersions=[]).push("3.3.2");const mt=t=>"string"==typeof t?u(t):t;class xt{static create(t,o,e,r){const i=t=>mt(null!=t?t:r),a=b`var(${mt(t)}, ${i(r)})`;return a.name=t,a.description=t,a.category=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>b`var(${mt(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=b`var(${mt(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=>b`var(${mt(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):mt(null!=o?o:t.lastResortDefaultValue()),r=b`var(${mt(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=>b`var(${mt(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const Ot={colorWhite:xt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:xt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:xt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:xt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:xt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:xt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:xt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:xt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:xt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:xt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:xt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:xt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:xt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:xt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:xt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:xt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:xt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:xt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:xt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:xt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:xt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:xt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:xt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:xt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:xt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:xt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:xt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:xt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:xt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:xt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:xt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:xt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:xt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:xt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:xt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:xt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:xt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:xt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:xt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:xt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:xt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:xt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:xt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:xt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:xt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:xt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:xt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:xt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:xt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:xt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:xt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:xt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:xt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:xt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:xt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:xt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:xt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:xt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:xt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:xt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:xt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:xt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:xt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:xt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:xt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:xt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:xt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:xt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:xt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:xt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:xt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:xt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:xt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:xt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:xt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:xt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:xt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:xt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:xt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:xt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:xt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:xt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:xt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:xt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:xt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:xt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:xt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:xt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:xt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:xt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:xt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:xt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:xt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:xt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:xt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:xt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:xt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:xt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:xt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:xt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:xt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:xt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:xt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:xt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:xt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:xt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:xt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:xt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:xt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:xt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:xt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:xt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:xt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:xt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:xt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:xt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:xt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:xt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:xt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:xt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:xt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:xt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:xt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:xt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:xt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:xt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:xt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:xt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:xt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:xt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:xt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:xt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:xt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:xt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:xt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:xt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:xt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:xt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:xt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:xt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:xt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:xt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:xt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:xt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:xt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:xt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:xt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:xt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:xt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:xt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:xt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:xt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:xt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:xt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:xt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:xt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:xt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:xt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:xt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:xt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:xt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:xt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:xt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:xt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:xt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:xt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:xt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:xt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:xt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:xt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:xt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:xt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:xt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:xt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:xt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:xt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:xt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:xt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:xt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:xt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:xt.create("--ft-opacity-0","","NUMBER","0"),opacity8:xt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:xt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:xt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:xt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:xt.create("--ft-opacity-80","","NUMBER","0.8")},vt={display:{fontFamily:xt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:xt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:xt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:xt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:xt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:xt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:xt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:xt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:xt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:xt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:xt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:xt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:xt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:xt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:xt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:xt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:xt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:xt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:xt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:xt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:xt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:xt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:xt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:xt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:xt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:xt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:xt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:xt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:xt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:xt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:xt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:xt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:xt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:xt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:xt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:xt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:xt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:xt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:xt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:xt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:xt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:xt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:xt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:xt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:xt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:xt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:xt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:xt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:xt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:xt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:xt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:xt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:xt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:xt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:xt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:xt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:xt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:xt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:xt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:xt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:xt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:xt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:xt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:xt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:xt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:xt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:xt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:xt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:xt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:xt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:xt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:xt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:xt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:xt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:xt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:xt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:xt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:xt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:xt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:xt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:xt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:xt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:xt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:xt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:xt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:xt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:xt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:xt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:xt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:xt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:xt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:xt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:xt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:xt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:xt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:xt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:xt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:xt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:xt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:xt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:xt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:xt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:xt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Nt={backgroundActionPrimary:xt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Ot.colorBrand0),backgroundErrorPrimary:xt.extend("--ft-background-error-primary","Used as background of error components.",Ot.colorRed0),backgroundErrorSubtle:xt.extend("--ft-background-error-subtle","Used as background of subtle error components.",Ot.colorRed10),backgroundInfoPrimary:xt.extend("--ft-background-info-primary","Used as background of information components.",Ot.colorCyan200),backgroundInfoSubtle:xt.extend("--ft-background-info-subtle","Used as background of subtle information components.",Ot.colorCyan10),backgroundWarningPrimary:xt.extend("--ft-background-warning-primary","Used as background of warning components.",Ot.colorOrange300),backgroundWarningSubtle:xt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Ot.colorOrange10),backgroundSuccessPrimary:xt.extend("--ft-background-success-primary","Used as background of success components.",Ot.colorGreen200),backgroundSuccessSubtle:xt.extend("--ft-background-success-subtle","Used as background of subtle success components.",Ot.colorGreen10),backgroundGlobalSurface:xt.extend("--ft-background-global-surface","Used as app background.",Ot.colorWhite),backgroundGlobalOnSurface:xt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Ot.colorGray10),backgroundGlobalOnSurfaceDark:xt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Ot.colorGray30),contentActionPrimary:xt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Ot.colorBrand0),contentWarningPrimary:xt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Ot.colorOrange300),contentWarningIconOnly:xt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Ot.colorOrange0),contentErrorPrimary:xt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Ot.colorRed0),contentErrorIconOnly:xt.extend("--ft-content-error-icon-only","Used on error status icons alone",Ot.colorRed0),contentInfoPrimary:xt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Ot.colorCyan200),contentInfoIconOnly:xt.extend("--ft-content-info-icon-only","Used on info status icons alone",Ot.colorCyan0),contentSuccessIconOnly:xt.extend("--ft-content-success-icon-only","Used on success status icons alone",Ot.colorGreen0),contentSuccessPrimary:xt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Ot.colorGreen200),contentGlobalPrimary:xt.extend("--ft-content-global-primary","Used for main content on the page.",Ot.colorGray500),contentGlobalSecondary:xt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Ot.colorGray200),contentGlobalSubtle:xt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Ot.colorGray0),contentGlobalOnColor:xt.extend("--ft-content-global-on-color","Used for content on a dominant color.",Ot.colorWhite),borderActionPrimary:xt.extend("--ft-border-action-primary","Used as border for primary action components.",Ot.colorBrand0),borderActionFocusRing:xt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Ot.colorCyan0),borderWarningPrimary:xt.extend("--ft-border-warning-primary","Used as border for warning components.",Ot.colorOrange30),borderSuccessPrimary:xt.extend("--ft-border-success-primary","Used as border for success components.",Ot.colorGreen30),borderErrorPrimary:xt.extend("--ft-border-error-primary","Used as border for error components.",Ot.colorRed30),borderInfoPrimary:xt.extend("--ft-border-info-primary","Used as border for information components.",Ot.colorCyan30),borderGlobalSubtle:xt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Ot.colorGray30),borderGlobalPrimary:xt.extend("--ft-border-global-primary","Used as border for element like input.",Ot.colorGray50),borderInputPrimary:xt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Ot.colorGray80)};xt.create("--ft-button-large-height","","SIZE","40px"),xt.extend("--ft-button-large-horizontal-padding","",Ot.spacing4),xt.extend("--ft-button-large-gap","",Ot.spacing2),xt.extend("--ft-button-large-border-radius","",Ot.borderRadiusS),xt.extend("--ft-button-large-icon-size","",Ot.iconSize3),xt.create("--ft-button-large-border-width","","SIZE","1px"),xt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),xt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),xt.create("--ft-button-large-icon-only-width","","SIZE","40px"),xt.create("--ft-button-small-height","","SIZE","30px"),xt.extend("--ft-button-small-horizontal-padding","",Ot.spacing3),xt.extend("--ft-button-small-gap","",Ot.spacing2),xt.extend("--ft-button-small-border-radius","",Ot.borderRadiusS),xt.extend("--ft-button-small-icon-size","",Ot.iconSize2),xt.create("--ft-button-small-border-width","","SIZE","1px"),xt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),xt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),xt.create("--ft-button-small-icon-only-width","","SIZE","30px"),xt.extend("--ft-button-primary-background-color","",Nt.backgroundActionPrimary),xt.extend("--ft-button-primary-color","",Nt.contentGlobalOnColor),xt.extend("--ft-button-primary-icon-color","",Nt.contentGlobalOnColor),xt.extend("--ft-button-primary-state-layer-color","",Nt.contentGlobalOnColor),xt.extend("--ft-button-primary-state-layer-opacity-hover","",Ot.opacity16),xt.extend("--ft-button-primary-state-layer-opacity-focus","",Ot.opacity16),xt.extend("--ft-button-primary-state-layer-opacity-active","",Ot.opacity24),xt.extend("--ft-button-primary-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-button-focus-focus-ring-color","",Nt.borderActionFocusRing),xt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),xt.extend("--ft-button-tertiary-color","",Nt.contentActionPrimary),xt.extend("--ft-button-tertiary-icon-color","",Nt.contentActionPrimary),xt.extend("--ft-button-tertiary-state-layer-color","",Nt.contentActionPrimary),xt.extend("--ft-button-tertiary-state-layer-opacity-hover","",Ot.opacity8),xt.extend("--ft-button-tertiary-state-layer-opacity-focus","",Ot.opacity8),xt.extend("--ft-button-tertiary-state-layer-opacity-active","",Ot.opacity16),xt.extend("--ft-button-tertiary-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-button-secondary-background-color","",Ot.colorWhite),xt.extend("--ft-button-secondary-color","",Nt.contentActionPrimary),xt.extend("--ft-button-secondary-icon-color","",Nt.contentActionPrimary),xt.extend("--ft-button-secondary-state-layer-color","",Nt.contentActionPrimary),xt.extend("--ft-button-secondary-state-layer-opacity-hover","",Ot.opacity8),xt.extend("--ft-button-secondary-state-layer-opacity-focus","",Ot.opacity8),xt.extend("--ft-button-secondary-state-layer-opacity-active","",Ot.opacity16),xt.extend("--ft-button-secondary-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-button-secondary-border-color","",Nt.borderActionPrimary),xt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),xt.extend("--ft-button-neutral-icon-color","",Nt.contentGlobalSecondary),xt.extend("--ft-button-neutral-color","",Nt.contentGlobalSecondary),xt.extend("--ft-button-neutral-state-layer-color","",Nt.contentGlobalSecondary),xt.extend("--ft-button-neutral-state-layer-opacity-hover","",Ot.opacity8),xt.extend("--ft-button-neutral-state-layer-opacity-focus","",Ot.opacity8),xt.extend("--ft-button-neutral-state-layer-opacity-active","",Ot.opacity16),xt.extend("--ft-button-neutral-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-tabs-top-left-border-radius","",Ot.borderRadiusS),xt.extend("--ft-tabs-top-right-border-radius","",Ot.borderRadiusS),xt.extend("--ft-tabs-label-horizontal-padding","",Ot.spacing4),xt.extend("--ft-tabs-label-vertical-padding","",Ot.spacing3),xt.extend("--ft-tabs-label-gap","",Ot.spacing1),xt.extend("--ft-switch-group-horizontal-padding","",Ot.spacing1),xt.extend("--ft-switch-group-vertical-padding","",Ot.spacing1),xt.extend("--ft-switch-group-gap","",Ot.spacing1),xt.extend("--ft-switch-group-background-color","",Nt.backgroundGlobalSurface),xt.extend("--ft-switch-group-border-color","",Nt.borderGlobalSubtle),xt.create("--ft-switch-group-border-radius","","SIZE","6px"),xt.extend("--ft-switch-label-horizontal-padding","",Ot.spacing2),xt.extend("--ft-switch-label-vertical-padding","",Ot.spacing1),xt.extend("--ft-switch-icon-horizontal-padding","",Ot.spacing1),xt.extend("--ft-switch-icon-vertical-padding","",Ot.spacing1),xt.create("--ft-switch-focus-outline-width","","SIZE","2px"),xt.extend("--ft-switch-focus-focus-ring-color","",Nt.borderActionFocusRing),xt.extend("--ft-switch-option-border-radius","",Ot.borderRadiusS),xt.extend("--ft-switch-off-state-layer-opacity-hover","",Ot.opacity8),xt.extend("--ft-switch-off-state-layer-opacity-focus","",Ot.opacity8),xt.extend("--ft-switch-off-state-layer-opacity-active","",Ot.opacity16),xt.extend("--ft-switch-off-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-switch-off-color","",Nt.contentGlobalSubtle),xt.extend("--ft-switch-off-state-layer-color","",Nt.contentGlobalSubtle),xt.extend("--ft-chart-1-light","for area color charts",Ot.colorBrand40),xt.extend("--ft-chart-1-base","for line charts",Ot.colorBrand0),xt.extend("--ft-chart-2-light","for area color charts",Ot.colorYellow60),xt.extend("--ft-chart-2-base","for line charts",Ot.colorYellow100),xt.extend("--ft-chart-3-light","",Ot.colorUltramarine40),xt.extend("--ft-chart-3-base","",Ot.colorUltramarine70),xt.extend("--ft-chart-4-light","",Ot.colorCyan50),xt.extend("--ft-chart-4-base","",Ot.colorCyan100),xt.extend("--ft-chart-5-light","",Ot.colorRed40),xt.extend("--ft-chart-5-base","",Ot.colorRed60),xt.extend("--ft-chart-6-light","",Ot.colorGreen40),xt.extend("--ft-chart-6-base","",Ot.colorGreen70),xt.extend("--ft-chart-7-light","",Ot.colorOrange70),xt.extend("--ft-chart-7-base","",Ot.colorOrange100),xt.extend("--ft-chart-8-light","",Ot.colorAvocado70),xt.extend("--ft-chart-8-base","",Ot.colorAvocado200),xt.extend("--ft-chart-9-light","",Ot.colorBrown50),xt.extend("--ft-chart-9-base","",Ot.colorBrown200),xt.extend("--ft-chart-10-light","",Ot.colorGray50),xt.extend("--ft-chart-10-base","",Ot.colorGray80),xt.extend("--ft-chart-monochrome-10","",Ot.colorBrand10),xt.extend("--ft-chart-monochrome-20","",Ot.colorBrand20),xt.extend("--ft-chart-monochrome-30","",Ot.colorBrand40),xt.extend("--ft-chart-monochrome-40","",Ot.colorBrand60),xt.extend("--ft-chart-monochrome-50","",Ot.colorBrand0),xt.extend("--ft-chart-monochrome-60","",Ot.colorBrand200),xt.extend("--ft-chip-large-horizontal-padding","",Ot.spacing4),xt.extend("--ft-chip-large-vertical-padding","",Ot.spacing2),xt.extend("--ft-chip-large-gap","",Ot.spacing1),xt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),xt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),xt.extend("--ft-chip-large-border-radius","",Ot.borderRadiusPill),xt.create("--ft-chip-large-border-width","","SIZE","1px"),xt.extend("--ft-chip-large-icon-size","",Ot.iconSize3),xt.extend("--ft-chip-medium-horizontal-padding","",Ot.spacing3),xt.extend("--ft-chip-medium-vertical-padding","",Ot.spacing1),xt.extend("--ft-chip-medium-gap","",Ot.spacing1),xt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),xt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),xt.extend("--ft-chip-medium-border-radius","",Ot.borderRadiusPill),xt.create("--ft-chip-medium-border-width","","SIZE","1px"),xt.extend("--ft-chip-medium-icon-size","",Ot.iconSize2),xt.extend("--ft-chip-small-horizontal-padding","",Ot.spacing2),xt.extend("--ft-chip-small-vertical-padding","",Ot.spacing05),xt.extend("--ft-chip-small-gap","",Ot.spacing1),xt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),xt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),xt.extend("--ft-chip-small-border-radius","",Ot.borderRadiusPill),xt.create("--ft-chip-small-border-width","","SIZE","1px"),xt.extend("--ft-chip-small-icon-size","",Ot.iconSize1),xt.extend("--ft-chip-neutral-background-color","",Nt.backgroundGlobalOnSurface),xt.extend("--ft-chip-neutral-color","",Nt.contentGlobalPrimary),xt.extend("--ft-chip-neutral-border-color","",Nt.borderGlobalSubtle),xt.extend("--ft-chip-info-background-color","",Nt.backgroundInfoSubtle),xt.extend("--ft-chip-info-color","",Nt.contentInfoPrimary),xt.extend("--ft-chip-info-border-color","",Nt.borderInfoPrimary),xt.extend("--ft-chip-success-background-color","",Nt.backgroundSuccessSubtle),xt.extend("--ft-chip-success-color","",Nt.contentSuccessPrimary),xt.extend("--ft-chip-success-border-color","",Nt.borderSuccessPrimary),xt.extend("--ft-chip-warning-background-color","",Nt.backgroundWarningSubtle),xt.extend("--ft-chip-warning-color","",Nt.contentWarningPrimary),xt.extend("--ft-chip-warning-border-color","",Nt.borderWarningPrimary),xt.extend("--ft-chip-error-background-color","",Nt.backgroundErrorSubtle),xt.extend("--ft-chip-error-color","",Nt.contentErrorPrimary),xt.extend("--ft-chip-error-border-color","",Nt.borderErrorPrimary),xt.create("--ft-notice-border-width","","SIZE","1px"),xt.extend("--ft-notice-horizontal-padding","",Ot.spacing2),xt.extend("--ft-notice-vertical-padding","",Ot.spacing1),xt.extend("--ft-notice-border-radius","",Ot.borderRadiusS),xt.extend("--ft-notice-gap","",Ot.spacing2),xt.extend("--ft-notice-icon-size","",Ot.iconSize3),xt.extend("--ft-notice-info-background-color","",Nt.backgroundInfoSubtle),xt.extend("--ft-notice-info-border-color","",Nt.borderInfoPrimary),xt.extend("--ft-notice-info-color","",Nt.contentInfoPrimary),xt.extend("--ft-notice-warning-background-color","",Nt.backgroundWarningSubtle),xt.extend("--ft-notice-warning-border-color","",Nt.borderWarningPrimary),xt.extend("--ft-notice-warning-color","",Nt.contentWarningPrimary),xt.extend("--ft-checkbox-label-color","",Nt.contentGlobalPrimary),xt.extend("--ft-checkbox-checked-background-color","",Nt.contentActionPrimary),xt.extend("--ft-checkbox-checked-state-layer-color","",Nt.contentActionPrimary),xt.extend("--ft-checkbox-checked-color","",Nt.contentGlobalOnColor),xt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Ot.opacity16),xt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Ot.opacity16),xt.extend("--ft-checkbox-checked-state-layer-opacity-active","",Ot.opacity24),xt.extend("--ft-checkbox-checked-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-checkbox-unchecked-border-color","",Ot.colorGray80),xt.extend("--ft-checkbox-unchecked-state-layer-color","",Ot.colorGray80),xt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Ot.opacity16),xt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Ot.opacity16),xt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Ot.opacity24),xt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-checkbox-focus-focus-ring-color","",Nt.borderActionFocusRing),xt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),xt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),xt.extend("--ft-checkbox-gap","",Ot.spacing3),xt.extend("--ft-toggle-off-state-layer-opacity-hover","",Ot.opacity16),xt.extend("--ft-toggle-off-state-layer-opacity-focus","",Ot.opacity16),xt.extend("--ft-toggle-off-state-layer-opacity-active","",Ot.opacity24),xt.extend("--ft-toggle-off-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-toggle-off-background-color","",Nt.contentGlobalSubtle),xt.extend("--ft-toggle-off-icon-color","",Nt.contentGlobalSubtle),xt.extend("--ft-toggle-off-state-layer-color","",Nt.contentGlobalSubtle),xt.extend("--ft-toggle-on-state-layer-opacity-hover","",Ot.opacity16),xt.extend("--ft-toggle-on-state-layer-opacity-focus","",Ot.opacity16),xt.extend("--ft-toggle-on-state-layer-opacity-active","",Ot.opacity24),xt.extend("--ft-toggle-on-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-toggle-on-background-color","",Nt.contentActionPrimary),xt.extend("--ft-toggle-on-icon-color","",Nt.contentActionPrimary),xt.extend("--ft-toggle-on-state-layer-color","",Nt.contentActionPrimary),xt.extend("--ft-toggle-label-color","",Nt.contentGlobalPrimary),xt.extend("--ft-toggle-focus-focus-ring-color","",Nt.borderActionFocusRing),xt.extend("--ft-toggle-gap","",Ot.spacing3),xt.extend("--ft-radio-label-color","",Nt.contentGlobalPrimary),xt.extend("--ft-radio-selected-color","",Nt.contentActionPrimary),xt.extend("--ft-radio-selected-state-layer-color","",Nt.contentActionPrimary),xt.extend("--ft-radio-selected-state-layer-opacity-hover","",Ot.opacity16),xt.extend("--ft-radio-selected-state-layer-opacity-focus","",Ot.opacity16),xt.extend("--ft-radio-selected-state-layer-opacity-active","",Ot.opacity24),xt.extend("--ft-radio-selected-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-radio-unselected-state-layer-color","",Ot.colorGray80),xt.extend("--ft-radio-unselected-state-layer-opacity-hover","",Ot.opacity16),xt.extend("--ft-radio-unselected-state-layer-opacity-focus","",Ot.opacity16),xt.extend("--ft-radio-unselected-state-layer-opacity-active","",Ot.opacity24),xt.extend("--ft-radio-unselected-component-opacity-disabled","",Ot.opacity40),xt.extend("--ft-radio-focus-focus-ring-color","",Nt.borderActionFocusRing),xt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),xt.create("--ft-radio-focus-outline-width","","SIZE","2px"),xt.extend("--ft-radio-gap","",Ot.spacing3),xt.extend("--ft-notification-icon-size","",Ot.iconSize4),xt.extend("--ft-notification-horizontal-padding","",Ot.spacing4),xt.extend("--ft-notification-vertical-padding","",Ot.spacing4),xt.extend("--ft-notification-info-background-color","",Nt.backgroundInfoSubtle),xt.extend("--ft-notification-info-color","",Nt.contentInfoPrimary),xt.extend("--ft-notification-info-border-color","",Nt.borderInfoPrimary),xt.extend("--ft-notification-success-background-color","",Nt.backgroundSuccessSubtle),xt.extend("--ft-notification-success-color","",Nt.contentSuccessPrimary),xt.extend("--ft-notification-success-border-color","",Nt.borderSuccessPrimary),xt.extend("--ft-notification-warning-background-color","",Nt.backgroundWarningSubtle),xt.extend("--ft-notification-warning-color","",Nt.contentWarningPrimary),xt.extend("--ft-notification-warning-border-color","",Nt.borderWarningPrimary),xt.extend("--ft-notification-error-background-color","",Nt.backgroundErrorSubtle),xt.extend("--ft-notification-error-color","",Nt.contentErrorPrimary),xt.extend("--ft-notification-error-border-color","",Nt.borderErrorPrimary),xt.extend("--ft-notification-border-radius","",Ot.borderRadiusPill),xt.create("--ft-notification-border-width","","SIZE","1px"),xt.extend("--ft-notification-gap-leading","",Ot.spacing2),xt.extend("--ft-notification-gap-trailing","",Ot.spacing8);const St={colorPrimary:xt.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:xt.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:xt.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:xt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:xt.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:xt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:xt.create("--ft-color-error","","COLOR","#B00020"),colorOutline:xt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:xt.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:xt.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:xt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:xt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:xt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:xt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:xt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:xt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:xt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:xt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:xt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:xt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:xt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:xt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:xt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:xt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:xt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:xt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:xt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:xt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:xt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:xt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:xt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:xt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:xt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:xt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:xt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:xt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:xt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:xt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:xt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:xt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:xt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:xt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:xt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:xt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:xt.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:xt.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:xt.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:xt.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:xt.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:xt.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:xt.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:xt.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:xt.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:xt.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:xt.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:xt.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:xt.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:xt.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:xt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:xt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:xt.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:xt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class wt extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Ct extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}class Rt extends ut{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 m(e,t.elementStyles),e}}var Ut,Et=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};const It=Symbol("constructorPrototype"),$t=Symbol("constructorName"),kt=Symbol("exportpartsDebouncer");class Wt extends Rt{constructor(){super(),this[Ut]=new o(5),this[$t]=this.constructor.name,this[It]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[$t]&&Object.setPrototypeOf(this,this[It])}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[kt].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,a,n;const l=t=>null!=t&&t.trim().length>0,s=t.filter(l).map((t=>t.trim()));if(0===s.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],e=null!==(n=null===(a=t.getAttribute("exportparts"))||void 0===a?void 0:a.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...o,...e).filter(l).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const p=[...c.values()].flatMap((t=>s.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}var Lt,Kt;Ut=kt,Et([r()],Wt.prototype,"exportpartsPrefix",void 0),Et([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)=>!c(t,o),...null!=o?o:{}})}([])],Wt.prototype,"exportpartsPrefixes",void 0),Et([r()],Wt.prototype,"customStylesheet",void 0),b`
59
+ * @license
60
+ * Copyright 2019 Google LLC
61
+ * SPDX-License-Identifier: BSD-3-Clause
62
+ */
63
+ const gt=globalThis,ut=gt.ShadowRoot&&(void 0===gt.ShadyCSS||gt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,bt=Symbol(),mt=new WeakMap;let xt=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==bt)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(ut&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=mt.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&mt.set(o,t))}return t}toString(){return this.cssText}};const Ot=t=>new xt("string"==typeof t?t:t+"",void 0,bt),vt=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,i)=>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[i+1]),t[0]);return new xt(e,t,bt)},Nt=ut?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return Ot(o)})(t):t
64
+ /**
65
+ * @license
66
+ * Copyright 2017 Google LLC
67
+ * SPDX-License-Identifier: BSD-3-Clause
68
+ */,{is:St,defineProperty:wt,getOwnPropertyDescriptor:Ct,getOwnPropertyNames:Rt,getOwnPropertySymbols:Et,getPrototypeOf:Ut}=Object,$t=globalThis,It=$t.trustedTypes,kt=It?It.emptyScript:"",Wt=$t.reactiveElementPolyfillSupport,Lt=(t,o)=>t,Kt={toAttribute(t,o){switch(o){case Boolean:t=t?kt: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}},Zt=(t,o)=>!St(t,o),zt={attribute:!0,type:String,converter:Kt,reflect:!1,hasChanged:Zt};Symbol.metadata??=Symbol("metadata"),$t.litPropertyMetadata??=new WeakMap;class Ft 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=zt){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),i=this.getPropertyDescriptor(t,e,o);void 0!==i&&wt(this.prototype,t,i)}}static getPropertyDescriptor(t,o,e){const{get:i,set:r}=Ct(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return i?.call(this)},set(o){const a=i?.call(this);r.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??zt}static _$Ei(){if(this.hasOwnProperty(Lt("elementProperties")))return;const t=Ut(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Lt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Lt("properties"))){const t=this.properties,o=[...Rt(t),...Et(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(Nt(t))}else void 0!==t&&o.push(Nt(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(ut)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),i=gt.litNonce;void 0!==i&&o.setAttribute("nonce",i),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),i=this.constructor._$Eu(t,e);if(void 0!==i&&!0===e.reflect){const r=(void 0!==e.converter?.toAttribute?e.converter:Kt).toAttribute(o,e.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,o){const e=this.constructor,i=e._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=e.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Kt;this._$Em=i,this[i]=r.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,i=!1,r){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??Zt)(i?r: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){}}Ft.elementStyles=[],Ft.shadowRootOptions={mode:"open"},Ft[Lt("elementProperties")]=new Map,Ft[Lt("finalized")]=new Map,Wt?.({ReactiveElement:Ft}),($t.reactiveElementVersions??=[]).push("2.0.2");
69
+ /**
70
+ * @license
71
+ * Copyright 2017 Google LLC
72
+ * SPDX-License-Identifier: BSD-3-Clause
73
+ */
74
+ const Mt=globalThis,Dt=Mt.trustedTypes,At=Dt?Dt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Bt="$lit$",Pt=`lit$${(Math.random()+"").slice(9)}$`,jt="?"+Pt,Ht=`<${jt}>`,_t=document,Tt=()=>_t.createComment(""),Gt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Yt=Array.isArray,Vt="[ \t\n\f\r]",Jt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,qt=/-->/g,Xt=/>/g,Qt=RegExp(`>|${Vt}(?:([^\\s"'>=/]+)(${Vt}*=${Vt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),to=/'/g,oo=/"/g,eo=/^(?:script|style|textarea|title)$/i,io=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),ro=Symbol.for("lit-noChange"),ao=Symbol.for("lit-nothing"),no=new WeakMap,so=_t.createTreeWalker(_t,129);function lo(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==At?At.createHTML(o):o}const co=(t,o)=>{const e=t.length-1,i=[];let r,a=2===o?"<svg>":"",n=Jt;for(let o=0;o<e;o++){const e=t[o];let s,l,c=-1,p=0;for(;p<e.length&&(n.lastIndex=p,l=n.exec(e),null!==l);)p=n.lastIndex,n===Jt?"!--"===l[1]?n=qt:void 0!==l[1]?n=Xt:void 0!==l[2]?(eo.test(l[2])&&(r=RegExp("</"+l[2],"g")),n=Qt):void 0!==l[3]&&(n=Qt):n===Qt?">"===l[0]?(n=r??Jt,c=-1):void 0===l[1]?c=-2:(c=n.lastIndex-l[2].length,s=l[1],n=void 0===l[3]?Qt:'"'===l[3]?oo:to):n===oo||n===to?n=Qt:n===qt||n===Xt?n=Jt:(n=Qt,r=void 0);const f=n===Qt&&t[o+1].startsWith("/>")?" ":"";a+=n===Jt?e+Ht:c>=0?(i.push(s),e.slice(0,c)+Bt+e.slice(c)+Pt+f):e+Pt+(-2===c?o:f)}return[lo(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),i]};class po{constructor({strings:t,_$litType$:o},e){let i;this.parts=[];let r=0,a=0;const n=t.length-1,s=this.parts,[l,c]=co(t,o);if(this.el=po.createElement(l,e),so.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=so.nextNode())&&s.length<n;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(Bt)){const o=c[a++],e=i.getAttribute(t).split(Pt),n=/([.?@])?(.*)/.exec(o);s.push({type:1,index:r,name:n[2],strings:e,ctor:"."===n[1]?go:"?"===n[1]?uo:"@"===n[1]?bo:yo}),i.removeAttribute(t)}else t.startsWith(Pt)&&(s.push({type:6,index:r}),i.removeAttribute(t));if(eo.test(i.tagName)){const t=i.textContent.split(Pt),o=t.length-1;if(o>0){i.textContent=Dt?Dt.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],Tt()),so.nextNode(),s.push({type:2,index:++r});i.append(t[o],Tt())}}}else if(8===i.nodeType)if(i.data===jt)s.push({type:2,index:r});else{let t=-1;for(;-1!==(t=i.data.indexOf(Pt,t+1));)s.push({type:7,index:r}),t+=Pt.length-1}r++}}static createElement(t,o){const e=_t.createElement("template");return e.innerHTML=t,e}}function fo(t,o,e=t,i){if(o===ro)return o;let r=void 0!==i?e._$Co?.[i]:e._$Cl;const a=Gt(o)?void 0:o._$litDirective$;return r?.constructor!==a&&(r?._$AO?.(!1),void 0===a?r=void 0:(r=new a(t),r._$AT(t,e,i)),void 0!==i?(e._$Co??=[])[i]=r:e._$Cl=r),void 0!==r&&(o=fo(t,r._$AS(t,o.values),r,i)),o}class ho{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,i){this.type=2,this._$AH=ao,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=i,this._$Cv=i?.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=fo(this,t,o),Gt(t)?t===ao||null==t||""===t?(this._$AH!==ao&&this._$AR(),this._$AH=ao):t!==this._$AH&&t!==ro&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Yt(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!==ao&&Gt(this._$AH)?this._$AA.nextSibling.data=t:this.$(_t.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,i="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=po.createElement(lo(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===i)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,i=(t?.creationScope??_t).importNode(o,!0);so.currentNode=i;let r=so.nextNode(),a=0,n=0,s=e[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new ho(r,r.nextSibling,this,t):1===s.type?o=new s.ctor(r,s.name,s.strings,this,t):6===s.type&&(o=new mo(r,this,t)),this._$AV.push(o),s=e[++n]}a!==s?.index&&(r=so.nextNode(),a++)}return so.currentNode=_t,i}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++}}(i,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=no.get(t.strings);return void 0===o&&no.set(t.strings,o=new po(t)),o}T(t){Yt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,i=0;for(const r of t)i===o.length?o.push(e=new ho(this.k(Tt()),this.k(Tt()),this,this.options)):e=o[i],e._$AI(r),i++;i<o.length&&(this._$AR(e&&e._$AB.nextSibling,i),o.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))}}class yo{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,i,r){this.type=1,this._$AH=ao,this._$AN=void 0,this.element=t,this.name=o,this._$AM=i,this.options=r,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=ao}_$AI(t,o=this,e,i){const r=this.strings;let a=!1;if(void 0===r)t=fo(this,t,o,0),a=!Gt(t)||t!==this._$AH&&t!==ro,a&&(this._$AH=t);else{const i=t;let n,s;for(t=r[0],n=0;n<r.length-1;n++)s=fo(this,i[e+n],o,n),s===ro&&(s=this._$AH[n]),a||=!Gt(s)||s!==this._$AH[n],s===ao?t=ao:t!==ao&&(t+=(s??"")+r[n+1]),this._$AH[n]=s}a&&!i&&this.O(t)}O(t){t===ao?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class go extends yo{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===ao?void 0:t}}class uo extends yo{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==ao)}}class bo extends yo{constructor(t,o,e,i,r){super(t,o,e,i,r),this.type=5}_$AI(t,o=this){if((t=fo(this,t,o,0)??ao)===ro)return;const e=this._$AH,i=t===ao&&e!==ao||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,r=t!==ao&&(e===ao||i);i&&this.element.removeEventListener(this.name,this,e),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class mo{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){fo(this,t)}}const xo=Mt.litHtmlPolyfillSupport;xo?.(po,ho),(Mt.litHtmlVersions??=[]).push("3.1.0");
75
+ /**
76
+ * @license
77
+ * Copyright 2017 Google LLC
78
+ * SPDX-License-Identifier: BSD-3-Clause
79
+ */
80
+ let Oo=class extends Ft{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 i=e?.renderBefore??o;let r=i._$litPart$;if(void 0===r){const t=e?.renderBefore??null;i._$litPart$=r=new ho(o.insertBefore(Tt(),t),t,void 0,e??{})}return r._$AI(t),r})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ro}};Oo._$litElement$=!0,Oo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Oo});const vo=globalThis.litElementPolyfillSupport;vo?.({LitElement:Oo}),(globalThis.litElementVersions??=[]).push("4.0.2");const No=t=>"string"==typeof t?Ot(t):t;class So{static create(t,o,e,i){const r=t=>No(null!=t?t:i),a=vt`var(${No(t)}, ${r(i)})`;return a.name=t,a.description=o,a.category=e,a.defaultValue=i,a.defaultCssValue=r,a.get=o=>vt`var(${No(t)}, ${r(o)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>i,a}static extend(t,o,e,i){const r=t=>e.get(null!=t?t:i),a=vt`var(${No(t)}, ${r(i)})`;return a.name=t,a.description=o,a.category=e.category,a.fallbackVariable=e,a.defaultValue=i,a.defaultCssValue=r,a.get=o=>vt`var(${No(t)}, ${r(o)})`,a.breadcrumb=()=>[e.name,...e.breadcrumb()],a.lastResortDefaultValue=()=>null!=i?i:e.lastResortDefaultValue(),a}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):No(null!=o?o:t.lastResortDefaultValue()),i=vt`var(${No(t.name)}, ${e(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=o,i.defaultCssValue=e,i.get=o=>vt`var(${No(t.name)}, ${e(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const wo={colorWhite:So.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:So.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:So.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:So.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:So.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:So.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:So.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:So.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:So.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:So.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:So.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:So.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:So.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:So.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:So.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:So.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:So.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:So.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:So.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:So.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:So.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:So.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:So.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:So.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:So.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:So.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:So.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:So.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:So.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:So.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:So.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:So.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:So.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:So.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:So.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:So.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:So.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:So.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:So.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:So.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:So.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:So.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:So.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:So.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:So.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:So.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:So.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:So.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:So.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:So.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:So.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:So.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:So.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:So.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:So.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:So.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:So.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:So.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:So.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:So.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:So.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:So.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:So.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:So.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:So.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:So.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:So.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:So.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:So.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:So.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:So.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:So.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:So.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:So.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:So.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:So.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:So.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:So.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:So.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:So.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:So.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:So.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:So.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:So.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:So.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:So.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:So.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:So.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:So.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:So.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:So.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:So.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:So.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:So.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:So.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:So.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:So.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:So.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:So.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:So.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:So.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:So.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:So.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:So.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:So.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:So.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:So.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:So.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:So.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:So.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:So.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:So.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:So.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:So.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:So.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:So.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:So.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:So.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:So.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:So.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:So.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:So.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:So.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:So.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:So.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:So.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:So.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:So.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:So.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:So.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:So.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:So.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:So.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:So.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:So.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:So.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:So.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:So.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:So.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:So.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:So.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:So.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:So.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:So.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:So.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:So.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:So.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:So.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:So.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:So.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:So.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:So.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:So.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:So.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:So.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:So.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:So.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:So.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:So.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:So.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:So.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:So.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:So.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:So.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:So.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:So.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:So.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:So.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:So.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:So.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:So.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:So.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:So.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:So.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:So.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:So.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:So.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:So.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:So.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:So.create("--ft-icon-size-6","","SIZE","48px"),opacity0:So.create("--ft-opacity-0","","NUMBER","0"),opacity8:So.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:So.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:So.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:So.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:So.create("--ft-opacity-80","","NUMBER","0.8")},Co={display:{fontFamily:So.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:So.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:So.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:So.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:So.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:So.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:So.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:So.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:So.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:So.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:So.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:So.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:So.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:So.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:So.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:So.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:So.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:So.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:So.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:So.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:So.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:So.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:So.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:So.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:So.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:So.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:So.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:So.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:So.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:So.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:So.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:So.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:So.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:So.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:So.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:So.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:So.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:So.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:So.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:So.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:So.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:So.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:So.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:So.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:So.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:So.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:So.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:So.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:So.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:So.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:So.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:So.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:So.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:So.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:So.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:So.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:So.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:So.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:So.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:So.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:So.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:So.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:So.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:So.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:So.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:So.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:So.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:So.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:So.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:So.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:So.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:So.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:So.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:So.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:So.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:So.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:So.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:So.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:So.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:So.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:So.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:So.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:So.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:So.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:So.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:So.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:So.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:So.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:So.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:So.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:So.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:So.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:So.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:So.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:So.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:So.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:So.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:So.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:So.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:So.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:So.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:So.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:So.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:So.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:So.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:So.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:So.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:So.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:So.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:So.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:So.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:So.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:So.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:So.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:So.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:So.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:So.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Ro={backgroundActionPrimary:So.extend("--ft-background-action-primary","Used as backgorund of primary action components.",wo.colorBrand0),backgroundErrorPrimary:So.extend("--ft-background-error-primary","Used as background of error components.",wo.colorRed0),backgroundErrorSubtle:So.extend("--ft-background-error-subtle","Used as background of subtle error components.",wo.colorRed10),backgroundInfoPrimary:So.extend("--ft-background-info-primary","Used as background of information components.",wo.colorCyan200),backgroundInfoSubtle:So.extend("--ft-background-info-subtle","Used as background of subtle information components.",wo.colorCyan10),backgroundWarningPrimary:So.extend("--ft-background-warning-primary","Used as background of warning components.",wo.colorOrange300),backgroundWarningSubtle:So.extend("--ft-background-warning-subtle","Used as background of subtle information components.",wo.colorOrange10),backgroundSuccessPrimary:So.extend("--ft-background-success-primary","Used as background of success components.",wo.colorGreen200),backgroundSuccessSubtle:So.extend("--ft-background-success-subtle","Used as background of subtle success components.",wo.colorGreen10),backgroundGlobalSurface:So.extend("--ft-background-global-surface","Used as app background.",wo.colorWhite),backgroundGlobalOnSurface:So.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",wo.colorGray10),backgroundGlobalOnSurfaceDark:So.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",wo.colorGray30),contentActionPrimary:So.extend("--ft-content-action-primary","Used on label of primary action on light surface.",wo.colorBrand0),contentWarningPrimary:So.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",wo.colorOrange300),contentWarningIconOnly:So.extend("--ft-content-warning-icon-only","Used on warning status icons alone",wo.colorOrange0),contentErrorPrimary:So.extend("--ft-content-error-primary","Used on label of error messages on light surface.",wo.colorRed0),contentErrorIconOnly:So.extend("--ft-content-error-icon-only","Used on error status icons alone",wo.colorRed0),contentInfoPrimary:So.extend("--ft-content-info-primary","Used on label of information messages on light surface.",wo.colorCyan200),contentInfoIconOnly:So.extend("--ft-content-info-icon-only","Used on info status icons alone",wo.colorCyan0),contentSuccessIconOnly:So.extend("--ft-content-success-icon-only","Used on success status icons alone",wo.colorGreen0),contentSuccessPrimary:So.extend("--ft-content-success-primary","Used on label of success messages on light surface.",wo.colorGreen200),contentGlobalPrimary:So.extend("--ft-content-global-primary","Used for main content on the page.",wo.colorGray500),contentGlobalSecondary:So.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",wo.colorGray200),contentGlobalSubtle:So.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",wo.colorGray0),contentGlobalOnColor:So.extend("--ft-content-global-on-color","Used for content on a dominant color.",wo.colorWhite),borderActionPrimary:So.extend("--ft-border-action-primary","Used as border for primary action components.",wo.colorBrand0),borderActionFocusRing:So.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",wo.colorCyan0),borderWarningPrimary:So.extend("--ft-border-warning-primary","Used as border for warning components.",wo.colorOrange30),borderSuccessPrimary:So.extend("--ft-border-success-primary","Used as border for success components.",wo.colorGreen30),borderErrorPrimary:So.extend("--ft-border-error-primary","Used as border for error components.",wo.colorRed30),borderInfoPrimary:So.extend("--ft-border-info-primary","Used as border for information components.",wo.colorCyan30),borderGlobalSubtle:So.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",wo.colorGray30),borderGlobalPrimary:So.extend("--ft-border-global-primary","Used as border for element like input.",wo.colorGray50),borderInputPrimary:So.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",wo.colorGray80)};So.create("--ft-button-large-height","","SIZE","40px"),So.extend("--ft-button-large-horizontal-padding","",wo.spacing4),So.extend("--ft-button-large-gap","",wo.spacing2),So.extend("--ft-button-large-border-radius","",wo.borderRadiusS),So.extend("--ft-button-large-icon-size","",wo.iconSize3),So.create("--ft-button-large-border-width","","SIZE","1px"),So.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),So.create("--ft-button-large-focus-outline-width","","SIZE","2px"),So.create("--ft-button-large-icon-only-width","","SIZE","40px"),So.create("--ft-button-small-height","","SIZE","30px"),So.extend("--ft-button-small-horizontal-padding","",wo.spacing3),So.extend("--ft-button-small-gap","",wo.spacing2),So.extend("--ft-button-small-border-radius","",wo.borderRadiusS),So.extend("--ft-button-small-icon-size","",wo.iconSize2),So.create("--ft-button-small-border-width","","SIZE","1px"),So.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),So.create("--ft-button-small-focus-outline-width","","SIZE","2px"),So.create("--ft-button-small-icon-only-width","","SIZE","30px"),So.extend("--ft-button-primary-background-color","",Ro.backgroundActionPrimary),So.extend("--ft-button-primary-color","",Ro.contentGlobalOnColor),So.extend("--ft-button-primary-icon-color","",Ro.contentGlobalOnColor),So.extend("--ft-button-primary-state-layer-color","",Ro.contentGlobalOnColor),So.extend("--ft-button-primary-state-layer-opacity-hover","",wo.opacity16),So.extend("--ft-button-primary-state-layer-opacity-focus","",wo.opacity16),So.extend("--ft-button-primary-state-layer-opacity-active","",wo.opacity24),So.extend("--ft-button-primary-component-opacity-disabled","",wo.opacity40),So.extend("--ft-button-focus-focus-ring-color","",Ro.borderActionFocusRing),So.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),So.extend("--ft-button-tertiary-color","",Ro.contentActionPrimary),So.extend("--ft-button-tertiary-icon-color","",Ro.contentActionPrimary),So.extend("--ft-button-tertiary-state-layer-color","",Ro.contentActionPrimary),So.extend("--ft-button-tertiary-state-layer-opacity-hover","",wo.opacity8),So.extend("--ft-button-tertiary-state-layer-opacity-focus","",wo.opacity8),So.extend("--ft-button-tertiary-state-layer-opacity-active","",wo.opacity16),So.extend("--ft-button-tertiary-component-opacity-disabled","",wo.opacity40),So.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),So.extend("--ft-button-secondary-color","",Ro.contentActionPrimary),So.extend("--ft-button-secondary-icon-color","",Ro.contentActionPrimary),So.extend("--ft-button-secondary-state-layer-color","",Ro.contentActionPrimary),So.extend("--ft-button-secondary-state-layer-opacity-hover","",wo.opacity8),So.extend("--ft-button-secondary-state-layer-opacity-focus","",wo.opacity8),So.extend("--ft-button-secondary-state-layer-opacity-active","",wo.opacity16),So.extend("--ft-button-secondary-component-opacity-disabled","",wo.opacity40),So.extend("--ft-button-secondary-border-color","",Ro.borderActionPrimary),So.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),So.extend("--ft-button-neutral-icon-color","",Ro.contentGlobalSecondary),So.extend("--ft-button-neutral-color","",Ro.contentGlobalSecondary),So.extend("--ft-button-neutral-state-layer-color","",Ro.contentGlobalSecondary),So.extend("--ft-button-neutral-state-layer-opacity-hover","",wo.opacity8),So.extend("--ft-button-neutral-state-layer-opacity-focus","",wo.opacity8),So.extend("--ft-button-neutral-state-layer-opacity-active","",wo.opacity16),So.extend("--ft-button-neutral-component-opacity-disabled","",wo.opacity40),So.extend("--ft-tabs-top-left-border-radius","",wo.borderRadiusS),So.extend("--ft-tabs-top-right-border-radius","",wo.borderRadiusS),So.extend("--ft-tabs-label-horizontal-padding","",wo.spacing4),So.extend("--ft-tabs-label-vertical-padding","",wo.spacing3),So.extend("--ft-tabs-label-gap","",wo.spacing1),So.extend("--ft-switch-group-horizontal-padding","",wo.spacing1),So.extend("--ft-switch-group-vertical-padding","",wo.spacing1),So.extend("--ft-switch-group-gap","",wo.spacing1),So.extend("--ft-switch-group-background-color","",Ro.backgroundGlobalSurface),So.extend("--ft-switch-group-border-color","",Ro.borderGlobalSubtle),So.create("--ft-switch-group-border-radius","","SIZE","6px"),So.extend("--ft-switch-label-horizontal-padding","",wo.spacing2),So.extend("--ft-switch-label-vertical-padding","",wo.spacing1),So.extend("--ft-switch-icon-horizontal-padding","",wo.spacing1),So.extend("--ft-switch-icon-vertical-padding","",wo.spacing1),So.create("--ft-switch-focus-outline-width","","SIZE","2px"),So.extend("--ft-switch-focus-focus-ring-color","",Ro.borderActionFocusRing),So.extend("--ft-switch-option-border-radius","",wo.borderRadiusS),So.extend("--ft-switch-off-state-layer-opacity-hover","",wo.opacity8),So.extend("--ft-switch-off-state-layer-opacity-focus","",wo.opacity8),So.extend("--ft-switch-off-state-layer-opacity-active","",wo.opacity16),So.extend("--ft-switch-off-component-opacity-disabled","",wo.opacity40),So.extend("--ft-switch-off-color","",Ro.contentGlobalSubtle),So.extend("--ft-switch-off-state-layer-color","",Ro.contentGlobalSubtle),So.extend("--ft-chart-1-light","for area color charts",wo.colorBrand40),So.extend("--ft-chart-1-base","for line charts",wo.colorBrand0),So.extend("--ft-chart-2-light","for area color charts",wo.colorYellow60),So.extend("--ft-chart-2-base","for line charts",wo.colorYellow100),So.extend("--ft-chart-3-light","",wo.colorUltramarine40),So.extend("--ft-chart-3-base","",wo.colorUltramarine70),So.extend("--ft-chart-4-light","",wo.colorCyan50),So.extend("--ft-chart-4-base","",wo.colorCyan100),So.extend("--ft-chart-5-light","",wo.colorRed40),So.extend("--ft-chart-5-base","",wo.colorRed60),So.extend("--ft-chart-6-light","",wo.colorGreen40),So.extend("--ft-chart-6-base","",wo.colorGreen70),So.extend("--ft-chart-7-light","",wo.colorOrange70),So.extend("--ft-chart-7-base","",wo.colorOrange100),So.extend("--ft-chart-8-light","",wo.colorAvocado70),So.extend("--ft-chart-8-base","",wo.colorAvocado200),So.extend("--ft-chart-9-light","",wo.colorBrown50),So.extend("--ft-chart-9-base","",wo.colorBrown200),So.extend("--ft-chart-10-light","",wo.colorGray50),So.extend("--ft-chart-10-base","",wo.colorGray80),So.extend("--ft-chart-monochrome-10","",wo.colorBrand10),So.extend("--ft-chart-monochrome-20","",wo.colorBrand20),So.extend("--ft-chart-monochrome-30","",wo.colorBrand40),So.extend("--ft-chart-monochrome-40","",wo.colorBrand60),So.extend("--ft-chart-monochrome-50","",wo.colorBrand0),So.extend("--ft-chart-monochrome-60","",wo.colorBrand200),So.extend("--ft-chip-large-horizontal-padding","",wo.spacing4),So.extend("--ft-chip-large-vertical-padding","",wo.spacing2),So.extend("--ft-chip-large-gap","",wo.spacing1),So.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),So.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),So.extend("--ft-chip-large-border-radius","",wo.borderRadiusPill),So.create("--ft-chip-large-border-width","","SIZE","1px"),So.extend("--ft-chip-large-icon-size","",wo.iconSize3),So.extend("--ft-chip-medium-horizontal-padding","",wo.spacing3),So.extend("--ft-chip-medium-vertical-padding","",wo.spacing1),So.extend("--ft-chip-medium-gap","",wo.spacing1),So.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),So.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),So.extend("--ft-chip-medium-border-radius","",wo.borderRadiusPill),So.create("--ft-chip-medium-border-width","","SIZE","1px"),So.extend("--ft-chip-medium-icon-size","",wo.iconSize2),So.extend("--ft-chip-small-horizontal-padding","",wo.spacing2),So.extend("--ft-chip-small-vertical-padding","",wo.spacing05),So.extend("--ft-chip-small-gap","",wo.spacing1),So.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),So.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),So.extend("--ft-chip-small-border-radius","",wo.borderRadiusPill),So.create("--ft-chip-small-border-width","","SIZE","1px"),So.extend("--ft-chip-small-icon-size","",wo.iconSize1),So.extend("--ft-chip-neutral-background-color","",Ro.backgroundGlobalOnSurface),So.extend("--ft-chip-neutral-color","",Ro.contentGlobalPrimary),So.extend("--ft-chip-neutral-border-color","",Ro.borderGlobalSubtle),So.extend("--ft-chip-info-background-color","",Ro.backgroundInfoSubtle),So.extend("--ft-chip-info-color","",Ro.contentInfoPrimary),So.extend("--ft-chip-info-border-color","",Ro.borderInfoPrimary),So.extend("--ft-chip-success-background-color","",Ro.backgroundSuccessSubtle),So.extend("--ft-chip-success-color","",Ro.contentSuccessPrimary),So.extend("--ft-chip-success-border-color","",Ro.borderSuccessPrimary),So.extend("--ft-chip-warning-background-color","",Ro.backgroundWarningSubtle),So.extend("--ft-chip-warning-color","",Ro.contentWarningPrimary),So.extend("--ft-chip-warning-border-color","",Ro.borderWarningPrimary),So.extend("--ft-chip-error-background-color","",Ro.backgroundErrorSubtle),So.extend("--ft-chip-error-color","",Ro.contentErrorPrimary),So.extend("--ft-chip-error-border-color","",Ro.borderErrorPrimary),So.create("--ft-notice-border-width","","SIZE","1px"),So.extend("--ft-notice-horizontal-padding","",wo.spacing2),So.extend("--ft-notice-vertical-padding","",wo.spacing1),So.extend("--ft-notice-border-radius","",wo.borderRadiusS),So.extend("--ft-notice-gap","",wo.spacing2),So.extend("--ft-notice-icon-size","",wo.iconSize3),So.extend("--ft-notice-info-background-color","",Ro.backgroundInfoSubtle),So.extend("--ft-notice-info-border-color","",Ro.borderInfoPrimary),So.extend("--ft-notice-info-color","",Ro.contentInfoPrimary),So.extend("--ft-notice-warning-background-color","",Ro.backgroundWarningSubtle),So.extend("--ft-notice-warning-border-color","",Ro.borderWarningPrimary),So.extend("--ft-notice-warning-color","",Ro.contentWarningPrimary),So.extend("--ft-checkbox-label-color","",Ro.contentGlobalPrimary),So.extend("--ft-checkbox-checked-background-color","",Ro.contentActionPrimary),So.extend("--ft-checkbox-checked-state-layer-color","",Ro.contentActionPrimary),So.extend("--ft-checkbox-checked-color","",Ro.contentGlobalOnColor),So.extend("--ft-checkbox-checked-state-layer-opacity-hover","",wo.opacity16),So.extend("--ft-checkbox-checked-state-layer-opacity-focus","",wo.opacity16),So.extend("--ft-checkbox-checked-state-layer-opacity-active","",wo.opacity24),So.extend("--ft-checkbox-checked-component-opacity-disabled","",wo.opacity40),So.extend("--ft-checkbox-unchecked-border-color","",wo.colorGray80),So.extend("--ft-checkbox-unchecked-state-layer-color","",wo.colorGray80),So.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",wo.opacity16),So.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",wo.opacity16),So.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",wo.opacity24),So.extend("--ft-checkbox-unchecked-component-opacity-disabled","",wo.opacity40),So.extend("--ft-checkbox-focus-focus-ring-color","",Ro.borderActionFocusRing),So.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),So.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),So.extend("--ft-checkbox-gap","",wo.spacing3),So.extend("--ft-toggle-off-state-layer-opacity-hover","",wo.opacity16),So.extend("--ft-toggle-off-state-layer-opacity-focus","",wo.opacity16),So.extend("--ft-toggle-off-state-layer-opacity-active","",wo.opacity24),So.extend("--ft-toggle-off-component-opacity-disabled","",wo.opacity40),So.extend("--ft-toggle-off-background-color","",Ro.contentGlobalSubtle),So.extend("--ft-toggle-off-icon-color","",Ro.contentGlobalSubtle),So.extend("--ft-toggle-off-state-layer-color","",Ro.contentGlobalSubtle),So.extend("--ft-toggle-on-state-layer-opacity-hover","",wo.opacity16),So.extend("--ft-toggle-on-state-layer-opacity-focus","",wo.opacity16),So.extend("--ft-toggle-on-state-layer-opacity-active","",wo.opacity24),So.extend("--ft-toggle-on-component-opacity-disabled","",wo.opacity40),So.extend("--ft-toggle-on-background-color","",Ro.contentActionPrimary),So.extend("--ft-toggle-on-icon-color","",Ro.contentActionPrimary),So.extend("--ft-toggle-on-state-layer-color","",Ro.contentActionPrimary),So.extend("--ft-toggle-label-color","",Ro.contentGlobalPrimary),So.extend("--ft-toggle-focus-focus-ring-color","",Ro.borderActionFocusRing),So.extend("--ft-toggle-gap","",wo.spacing3),So.extend("--ft-radio-label-color","",Ro.contentGlobalPrimary),So.extend("--ft-radio-selected-color","",Ro.contentActionPrimary),So.extend("--ft-radio-selected-state-layer-color","",Ro.contentActionPrimary),So.extend("--ft-radio-selected-state-layer-opacity-hover","",wo.opacity16),So.extend("--ft-radio-selected-state-layer-opacity-focus","",wo.opacity16),So.extend("--ft-radio-selected-state-layer-opacity-active","",wo.opacity24),So.extend("--ft-radio-selected-component-opacity-disabled","",wo.opacity40),So.extend("--ft-radio-unselected-state-layer-color","",wo.colorGray80),So.extend("--ft-radio-unselected-state-layer-opacity-hover","",wo.opacity16),So.extend("--ft-radio-unselected-state-layer-opacity-focus","",wo.opacity16),So.extend("--ft-radio-unselected-state-layer-opacity-active","",wo.opacity24),So.extend("--ft-radio-unselected-component-opacity-disabled","",wo.opacity40),So.extend("--ft-radio-focus-focus-ring-color","",Ro.borderActionFocusRing),So.create("--ft-radio-focus-outline-offset","","SIZE","3px"),So.create("--ft-radio-focus-outline-width","","SIZE","2px"),So.extend("--ft-radio-gap","",wo.spacing3),So.extend("--ft-notification-icon-size","",wo.iconSize4),So.extend("--ft-notification-horizontal-padding","",wo.spacing4),So.extend("--ft-notification-vertical-padding","",wo.spacing4),So.extend("--ft-notification-info-background-color","",Ro.backgroundInfoSubtle),So.extend("--ft-notification-info-color","",Ro.contentInfoPrimary),So.extend("--ft-notification-info-border-color","",Ro.borderInfoPrimary),So.extend("--ft-notification-success-background-color","",Ro.backgroundSuccessSubtle),So.extend("--ft-notification-success-color","",Ro.contentSuccessPrimary),So.extend("--ft-notification-success-border-color","",Ro.borderSuccessPrimary),So.extend("--ft-notification-warning-background-color","",Ro.backgroundWarningSubtle),So.extend("--ft-notification-warning-color","",Ro.contentWarningPrimary),So.extend("--ft-notification-warning-border-color","",Ro.borderWarningPrimary),So.extend("--ft-notification-error-background-color","",Ro.backgroundErrorSubtle),So.extend("--ft-notification-error-color","",Ro.contentErrorPrimary),So.extend("--ft-notification-error-border-color","",Ro.borderErrorPrimary),So.extend("--ft-notification-border-radius","",wo.borderRadiusPill),So.create("--ft-notification-border-width","","SIZE","1px"),So.extend("--ft-notification-gap-leading","",wo.spacing2),So.extend("--ft-notification-gap-trailing","",wo.spacing8);const Eo={colorPrimary:So.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:So.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:So.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:So.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:So.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:So.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:So.create("--ft-color-error","","COLOR","#B00020"),colorOutline:So.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:So.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:So.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:So.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:So.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:So.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:So.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:So.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:So.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:So.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:So.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:So.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:So.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:So.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:So.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:So.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:So.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:So.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:So.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:So.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:So.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:So.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:So.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:So.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:So.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:So.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:So.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:So.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:So.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:So.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:So.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:So.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:So.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:So.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:So.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:So.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:So.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:So.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:So.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:So.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:So.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:So.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:So.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:So.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:So.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:So.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:So.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:So.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:So.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:So.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:So.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:So.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:So.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:So.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:So.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class Uo extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class $o extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}
81
+ /**
82
+ * @license
83
+ * Copyright 2019 Google LLC
84
+ * SPDX-License-Identifier: BSD-3-Clause
85
+ */const Io=window,ko=Io.ShadowRoot&&(void 0===Io.ShadyCSS||Io.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Wo extends Oo{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)=>{ko?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),i=Io.litNonce;void 0!==i&&e.setAttribute("nonce",i),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var Lo,Ko=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};const Zo=Symbol("constructorPrototype"),zo=Symbol("constructorName"),Fo=Symbol("exportpartsDebouncer");class Mo extends Wo{constructor(){super(),this[Lo]=new o(5),this[zo]=this.constructor.name,this[Zo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[zo]&&Object.setPrototypeOf(this,this[Zo])}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[Fo].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,i,r,a,n;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(r=null===(i=t.getAttribute("part"))||void 0===i?void 0:i.split(" "))&&void 0!==r?r:[],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=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const p=[...c.values()].flatMap((t=>l.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}var Do,Ao;Lo=Fo,Ko([C()],Mo.prototype,"exportpartsPrefix",void 0),Ko([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!$(t,o),...null!=o?o:{}})}([])],Mo.prototype,"exportpartsPrefixes",void 0),Ko([C()],Mo.prototype,"customStylesheet",void 0),vt`
66
86
  .ft-no-text-select {
67
87
  -webkit-touch-callout: none;
68
88
  -webkit-user-select: none;
@@ -71,7 +91,7 @@ var yt,gt;let ut=class extends E{constructor(){super(...arguments),this.renderOp
71
91
  -ms-user-select: none;
72
92
  user-select: none;
73
93
  }
74
- `,b`
94
+ `,vt`
75
95
  .ft-word-wrap {
76
96
  white-space: normal;
77
97
  word-wrap: break-word;
@@ -83,7 +103,7 @@ var yt,gt;let ut=class extends E{constructor(){super(...arguments),this.renderOp
83
103
  -webkit-hyphens: auto;
84
104
  hyphens: auto
85
105
  }
86
- `,b`
106
+ `,vt`
87
107
  .ft-safari-ellipsis-fix {
88
108
  margin-right: 0;
89
109
 
@@ -94,25 +114,25 @@ var yt,gt;let ut=class extends E{constructor(){super(...arguments),this.renderOp
94
114
  display: inline-block;
95
115
  width: 0;
96
116
  }
97
- `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Kt=null===(Lt=window.safari)||void 0===Lt?void 0:Lt.pushNotification)||void 0===Kt||Kt.toString());var Zt=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class zt extends Wt{constructor(){super(...arguments),this.label="",this.icon="",this.active=!1,this.disabled=!1,this.uniqueId=(""+Math.floor(1e5*Math.random())).padStart(5,"0")}render(){return J`
117
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Ao=null===(Do=window.safari)||void 0===Do?void 0:Do.pushNotification)||void 0===Ao||Ao.toString());var Bo=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Po extends Mo{constructor(){super(...arguments),this.label="",this.icon="",this.active=!1,this.disabled=!1,this.uniqueId=(""+Math.floor(1e5*Math.random())).padStart(5,"0")}render(){return io`
98
118
  <style>
99
119
  :host {
100
- display: ${u(this.active?"block":"none")};
120
+ display: ${Ot(this.active?"block":"none")};
101
121
  }
102
122
  </style>
103
123
  <slot></slot>
104
- `}update(t){super.update(t),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control"}updated(t){super.updated(t),this.dispatchEvent(new Event("updated"))}}zt.elementDefinitions={},Zt([r({type:String})],zt.prototype,"label",void 0),Zt([r({type:String})],zt.prototype,"icon",void 0),Zt([r()],zt.prototype,"iconVariant",void 0),Zt([r({type:Boolean,reflect:!0})],zt.prototype,"active",void 0),Zt([r({type:Boolean})],zt.prototype,"disabled",void 0),Zt([r({reflect:!0})],zt.prototype,"id",void 0),Zt([r()],zt.prototype,"color",void 0),Zt([r()],zt.prototype,"rippleColor",void 0),Zt([r({reflect:!0,attribute:"aria-labelledby"})],zt.prototype,"ariaLabelledBy",void 0);
124
+ `}update(t){super.update(t),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control"}updated(t){super.updated(t),this.dispatchEvent(new Event("updated"))}}Po.elementDefinitions={},Bo([C({type:String})],Po.prototype,"label",void 0),Bo([C({type:String})],Po.prototype,"icon",void 0),Bo([C()],Po.prototype,"iconVariant",void 0),Bo([C({type:Boolean,reflect:!0})],Po.prototype,"active",void 0),Bo([C({type:Boolean})],Po.prototype,"disabled",void 0),Bo([C({reflect:!0})],Po.prototype,"id",void 0),Bo([C()],Po.prototype,"color",void 0),Bo([C()],Po.prototype,"rippleColor",void 0),Bo([C({reflect:!0,attribute:"aria-labelledby"})],Po.prototype,"ariaLabelledBy",void 0);
105
125
  /**
106
- * @license
107
- * Copyright 2017 Google LLC
108
- * SPDX-License-Identifier: BSD-3-Clause
109
- */
110
- const Ft=1,Dt=2,Mt=t=>(...o)=>({_$litDirective$:t,values:o});class Bt{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)}}
126
+ * @license
127
+ * Copyright 2017 Google LLC
128
+ * SPDX-License-Identifier: BSD-3-Clause
129
+ */
130
+ const jo=1,Ho=2,_o=t=>(...o)=>({_$litDirective$:t,values:o});let To=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e){this._$Ct=t,this._$AM=o,this._$Ci=e}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}};
111
131
  /**
112
- * @license
113
- * Copyright 2020 Google LLC
114
- * SPDX-License-Identifier: BSD-3-Clause
115
- */const{I:At}=ht,jt=()=>document.createComment(""),Ht=(t,o,e)=>{var r;const i=t._$AA.parentNode,a=void 0===o?t._$AB:o._$AA;if(void 0===e){const o=i.insertBefore(jt(),a),r=i.insertBefore(jt(),a);e=new At(o,r,t,t.options)}else{const o=e._$AB.nextSibling,n=e._$AM,l=n!==t;if(l){let o;null===(r=e._$AQ)||void 0===r||r.call(e,t),e._$AM=t,void 0!==e._$AP&&(o=t._$AU)!==n._$AU&&e._$AP(o)}if(o!==a||l){let t=e._$AA;for(;t!==o;){const o=t.nextSibling;i.insertBefore(t,a),t=o}}}return e},Pt=(t,o,e=t)=>(t._$AI(o,e),t),Tt={},Gt=t=>{var o;null===(o=t._$AP)||void 0===o||o.call(t,!1,!0);let e=t._$AA;const r=t._$AB.nextSibling;for(;e!==r;){const t=e.nextSibling;e.remove(),e=t}},_t=(t,o,e)=>{const r=new Map;for(let i=o;i<=e;i++)r.set(t[i],i);return r},Yt=Mt(class extends Bt{constructor(t){if(super(t),t.type!==Dt)throw Error("repeat() can only be used in text expressions")}dt(t,o,e){let r;void 0===e?e=o:void 0!==o&&(r=o);const i=[],a=[];let n=0;for(const o of t)i[n]=r?r(o,n):n,a[n]=e(o,n),n++;return{values:a,keys:i}}render(t,o,e){return this.dt(t,o,e).values}update(t,[o,e,r]){var i;const a=(t=>t._$AH)(t),{values:n,keys:l}=this.dt(o,e,r);if(!Array.isArray(a))return this.ht=l,n;const s=null!==(i=this.ht)&&void 0!==i?i:this.ht=[],c=[];let p,f,h=0,d=a.length-1,y=0,g=n.length-1;for(;h<=d&&y<=g;)if(null===a[h])h++;else if(null===a[d])d--;else if(s[h]===l[y])c[y]=Pt(a[h],n[y]),h++,y++;else if(s[d]===l[g])c[g]=Pt(a[d],n[g]),d--,g--;else if(s[h]===l[g])c[g]=Pt(a[h],n[g]),Ht(t,c[g+1],a[h]),h++,g--;else if(s[d]===l[y])c[y]=Pt(a[d],n[y]),Ht(t,a[h],a[d]),d--,y++;else if(void 0===p&&(p=_t(l,y,g),f=_t(s,h,d)),p.has(s[h]))if(p.has(s[d])){const o=f.get(l[y]),e=void 0!==o?a[o]:null;if(null===e){const o=Ht(t,a[h]);Pt(o,n[y]),c[y]=o}else c[y]=Pt(e,n[y]),Ht(t,a[h],e),a[o]=null;y++}else Gt(a[d]),d--;else Gt(a[h]),h++;for(;y<=g;){const o=Ht(t,c[g+1]);Pt(o,n[y]),c[y++]=o}for(;h<=d;){const t=a[h++];null!==t&&Gt(t)}return this.ht=l,((t,o=Tt)=>{t._$AH=o})(t,c),q}}),Vt=Mt(class extends Bt{constructor(t){var o;if(super(t),t.type!==Ft||"class"!==t.name||(null===(o=t.strings)||void 0===o?void 0:o.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((o=>t[o])).join(" ")+" "}update(t,[o]){var e,r;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in o)o[t]&&!(null===(e=this.nt)||void 0===e?void 0:e.has(t))&&this.it.add(t);return this.render(o)}const i=t.element.classList;this.it.forEach((t=>{t in o||(i.remove(t),this.it.delete(t))}));for(const t in o){const e=!!o[t];e===this.it.has(t)||(null===(r=this.nt)||void 0===r?void 0:r.has(t))||(e?(i.add(t),this.it.add(t)):(i.remove(t),this.it.delete(t)))}return q}}),Jt=xt.extend("--ft-ripple-color","",St.colorContent),qt=Jt,Xt=xt.extend("--ft-ripple-background-color","",Jt),Qt=xt.external(St.opacityContentOnSurfacePressed,"Design system"),to=xt.external(St.opacityContentOnSurfaceHover,"Design system"),oo=xt.external(St.opacityContentOnSurfaceFocused,"Design system"),eo=xt.external(St.opacityContentOnSurfaceSelected,"Design system"),ro=xt.create("--ft-ripple-border-radius","","SIZE","0px"),io=xt.extend("--ft-ripple-color","",St.colorPrimary),ao=io,no=xt.extend("--ft-ripple-background-color","",io),lo=xt.extend("--ft-ripple-color","",St.colorSecondary),so=lo,co=xt.extend("--ft-ripple-background-color","",lo),po=b`
132
+ * @license
133
+ * Copyright 2020 Google LLC
134
+ * SPDX-License-Identifier: BSD-3-Clause
135
+ */const{D:Go}=dt,Yo=()=>document.createComment(""),Vo=(t,o,e)=>{const i=t._$AA.parentNode,r=void 0===o?t._$AB:o._$AA;if(void 0===e){const o=i.insertBefore(Yo(),r),a=i.insertBefore(Yo(),r);e=new Go(o,a,t,t.options)}else{const o=e._$AB.nextSibling,a=e._$AM,n=a!==t;if(n){let o;e._$AQ?.(t),e._$AM=t,void 0!==e._$AP&&(o=t._$AU)!==a._$AU&&e._$AP(o)}if(o!==r||n){let t=e._$AA;for(;t!==o;){const o=t.nextSibling;i.insertBefore(t,r),t=o}}}return e},Jo=(t,o,e=t)=>(t._$AI(o,e),t),qo={},Xo=t=>{t._$AP?.(!1,!0);let o=t._$AA;const e=t._$AB.nextSibling;for(;o!==e;){const t=o.nextSibling;o.remove(),o=t}},Qo=(t,o,e)=>{const i=new Map;for(let r=o;r<=e;r++)i.set(t[r],r);return i},te=_o(class extends To{constructor(t){if(super(t),t.type!==Ho)throw Error("repeat() can only be used in text expressions")}ht(t,o,e){let i;void 0===e?e=o:void 0!==o&&(i=o);const r=[],a=[];let n=0;for(const o of t)r[n]=i?i(o,n):n,a[n]=e(o,n),n++;return{values:a,keys:r}}render(t,o,e){return this.ht(t,o,e).values}update(t,[o,e,i]){const r=(t=>t._$AH)(t),{values:a,keys:n}=this.ht(o,e,i);if(!Array.isArray(r))return this.dt=n,a;const s=this.dt??=[],l=[];let c,p,f=0,h=r.length-1,d=0,y=a.length-1;for(;f<=h&&d<=y;)if(null===r[f])f++;else if(null===r[h])h--;else if(s[f]===n[d])l[d]=Jo(r[f],a[d]),f++,d++;else if(s[h]===n[y])l[y]=Jo(r[h],a[y]),h--,y--;else if(s[f]===n[y])l[y]=Jo(r[f],a[y]),Vo(t,l[y+1],r[f]),f++,y--;else if(s[h]===n[d])l[d]=Jo(r[h],a[d]),Vo(t,r[f],r[h]),h--,d++;else if(void 0===c&&(c=Qo(n,d,y),p=Qo(s,f,h)),c.has(s[f]))if(c.has(s[h])){const o=p.get(n[d]),e=void 0!==o?r[o]:null;if(null===e){const o=Vo(t,r[f]);Jo(o,a[d]),l[d]=o}else l[d]=Jo(e,a[d]),Vo(t,r[f],e),r[o]=null;d++}else Xo(r[h]),h--;else Xo(r[f]),f++;for(;d<=y;){const o=Vo(t,l[y+1]);Jo(o,a[d]),l[d++]=o}for(;f<=h;){const t=r[f++];null!==t&&Xo(t)}return this.dt=n,((t,o=qo)=>{t._$AH=o})(t,l),X}}),oe=_o(class extends To{constructor(t){if(super(t),t.type!==jo||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((o=>t[o])).join(" ")+" "}update(t,[o]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in o)o[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(o)}const e=t.element.classList;for(const t of this.it)t in o||(e.remove(t),this.it.delete(t));for(const t in o){const i=!!o[t];i===this.it.has(t)||this.st?.has(t)||(i?(e.add(t),this.it.add(t)):(e.remove(t),this.it.delete(t)))}return X}}),ee=So.extend("--ft-ripple-color","",Eo.colorContent),ie=ee,re=So.extend("--ft-ripple-background-color","",ee),ae=So.external(Eo.opacityContentOnSurfacePressed,"Design system"),ne=So.external(Eo.opacityContentOnSurfaceHover,"Design system"),se=So.external(Eo.opacityContentOnSurfaceFocused,"Design system"),le=So.external(Eo.opacityContentOnSurfaceSelected,"Design system"),ce=So.create("--ft-ripple-border-radius","","SIZE","0px"),pe=So.extend("--ft-ripple-color","",Eo.colorPrimary),fe=pe,he=So.extend("--ft-ripple-background-color","",pe),de=So.extend("--ft-ripple-color","",Eo.colorSecondary),ye=de,ge=So.extend("--ft-ripple-background-color","",de),ue=vt`
116
136
  :host {
117
137
  display: contents;
118
138
  }
@@ -125,7 +145,7 @@ const Ft=1,Dt=2,Mt=t=>(...o)=>({_$litDirective$:t,values:o});class Bt{constructo
125
145
 
126
146
  .ft-ripple:not(.ft-ripple--unbounded) {
127
147
  overflow: hidden;
128
- border-radius: ${ro};
148
+ border-radius: ${ce};
129
149
  }
130
150
 
131
151
  .ft-ripple .ft-ripple--background,
@@ -159,27 +179,27 @@ const Ft=1,Dt=2,Mt=t=>(...o)=>({_$litDirective$:t,values:o});class Bt{constructo
159
179
  }
160
180
 
161
181
  .ft-ripple .ft-ripple--background {
162
- background-color: ${Xt};
182
+ background-color: ${re};
163
183
  }
164
184
 
165
185
  .ft-ripple .ft-ripple--effect {
166
- background-color: ${qt};
186
+ background-color: ${ie};
167
187
  }
168
188
 
169
189
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
170
- background-color: ${co};
190
+ background-color: ${ge};
171
191
  }
172
192
 
173
193
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
174
- background-color: ${so};
194
+ background-color: ${ye};
175
195
  }
176
196
 
177
197
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
178
- background-color: ${no};
198
+ background-color: ${he};
179
199
  }
180
200
 
181
201
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
182
- background-color: ${ao};
202
+ background-color: ${fe};
183
203
  }
184
204
 
185
205
  .ft-ripple .ft-ripple--background {
@@ -209,140 +229,140 @@ const Ft=1,Dt=2,Mt=t=>(...o)=>({_$litDirective$:t,values:o});class Bt{constructo
209
229
  }
210
230
 
211
231
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
212
- opacity: ${to};
232
+ opacity: ${ne};
213
233
  }
214
234
 
215
235
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
216
- opacity: ${eo};
236
+ opacity: ${le};
217
237
  }
218
238
 
219
239
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
220
- opacity: ${oo};
240
+ opacity: ${se};
221
241
  }
222
242
 
223
243
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
224
- opacity: ${Qt};
244
+ opacity: ${ae};
225
245
  transform: translate(-50%, -50%) scale(1);
226
246
  }
227
247
  `;
228
248
  /**
229
- * @license
230
- * Copyright 2017 Google LLC
231
- * SPDX-License-Identifier: BSD-3-Clause
232
- */var fo=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class ho extends Wt{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o(10),this.moveRipple=t=>{var o,e;let{x:r,y:i}=this.getCoordinates(t),a=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-a.x:a.width/2),this.originY=Math.round(null!=i?i-a.y:a.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return J`
249
+ * @license
250
+ * Copyright 2017 Google LLC
251
+ * SPDX-License-Identifier: BSD-3-Clause
252
+ */var be=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class me extends Mo{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o(10),this.moveRipple=t=>{var o,e;let{x:i,y:r}=this.getCoordinates(t),a=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=i?i-a.x:a.width/2),this.originY=Math.round(null!=r?r-a.y:a.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return io`
233
253
  <style>
234
254
  .ft-ripple .ft-ripple--effect {
235
255
  left: ${this.originX}px;
236
256
  top: ${this.originY}px;
237
257
  }
238
258
  </style>
239
- <div class="${Vt(t)}">
259
+ <div class="${oe(t)}">
240
260
  <div class="ft-ripple--background"></div>
241
261
  <div class="ft-ripple--effect"></div>
242
262
  </div>
243
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",r),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",i),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",r),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",i),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,i;return null!=o.x?({x:r,y:i}=o):null!=e.touches&&(r=e.touches[0].clientX,i=e.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}ho.elementDefinitions={},ho.styles=po,fo([r({type:Boolean})],ho.prototype,"primary",void 0),fo([r({type:Boolean})],ho.prototype,"secondary",void 0),fo([r({type:Boolean})],ho.prototype,"unbounded",void 0),fo([r({type:Boolean})],ho.prototype,"activated",void 0),fo([r({type:Boolean})],ho.prototype,"selected",void 0),fo([r({type:Boolean})],ho.prototype,"disabled",void 0),fo([i()],ho.prototype,"hovered",void 0),fo([i()],ho.prototype,"focused",void 0),fo([i()],ho.prototype,"pressed",void 0),fo([i()],ho.prototype,"rippling",void 0),fo([i()],ho.prototype,"originX",void 0),fo([i()],ho.prototype,"originY",void 0),fo([n(".ft-ripple")],ho.prototype,"ripple",void 0),fo([n(".ft-ripple--effect")],ho.prototype,"rippleEffect",void 0),p("ft-ripple")(ho);
263
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),i=o("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",i),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",r),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",i),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",r),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let i,r;return null!=o.x?({x:i,y:r}=o):null!=e.touches&&(i=e.touches[0].clientX,r=e.touches[0].clientY),{x:i,y:r}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}me.elementDefinitions={},me.styles=ue,be([C({type:Boolean})],me.prototype,"primary",void 0),be([C({type:Boolean})],me.prototype,"secondary",void 0),be([C({type:Boolean})],me.prototype,"unbounded",void 0),be([C({type:Boolean})],me.prototype,"activated",void 0),be([C({type:Boolean})],me.prototype,"selected",void 0),be([C({type:Boolean})],me.prototype,"disabled",void 0),be([R()],me.prototype,"hovered",void 0),be([R()],me.prototype,"focused",void 0),be([R()],me.prototype,"pressed",void 0),be([R()],me.prototype,"rippling",void 0),be([R()],me.prototype,"originX",void 0),be([R()],me.prototype,"originY",void 0),be([U(".ft-ripple")],me.prototype,"ripple",void 0),be([U(".ft-ripple--effect")],me.prototype,"rippleEffect",void 0),I("ft-ripple")(me);
244
264
  /**
245
- * @license
246
- * Copyright 2020 Google LLC
247
- * SPDX-License-Identifier: BSD-3-Clause
248
- */
249
- const yo=Symbol.for(""),go=t=>{if((null==t?void 0:t.r)===yo)return null==t?void 0:t._$litStatic$},uo=t=>({_$litStatic$:t,r:yo}),bo=new Map,mo=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],l=[];let s,c=0,p=!1;for(;c<r;){for(s=o[c];c<r&&void 0!==(a=e[c],i=go(a));)s+=i+o[++c],p=!0;c!==r&&l.push(a),n.push(s),c++}if(c===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=bo.get(t))&&(n.raw=n,bo.set(t,o=n)),e=l}return t(o,...e)})(J);var xo;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(xo||(xo={}));const Oo=xt.extend("--ft-typography-font-family","",St.titleFont),vo=xt.extend("--ft-typography-font-family","",St.contentFont),No={fontFamily:vo,fontSize:xt.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:xt.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:xt.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:xt.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:xt.create("--ft-typography-text-transform","","UNKNOWN","inherit")},So=xt.extend("--ft-typography-title-font-family","",Oo),wo=xt.extend("--ft-typography-title-font-size","",No.fontSize,"20px"),Co=xt.extend("--ft-typography-title-font-weight","",No.fontWeight,"normal"),Ro=xt.extend("--ft-typography-title-letter-spacing","",No.letterSpacing,"0.15px"),Uo=xt.extend("--ft-typography-title-line-height","",No.lineHeight,"1.2"),Eo=xt.extend("--ft-typography-title-text-transform","",No.textTransform,"inherit"),Io=xt.extend("--ft-typography-title-dense-font-family","",Oo),$o=xt.extend("--ft-typography-title-dense-font-size","",No.fontSize,"14px"),ko=xt.extend("--ft-typography-title-dense-font-weight","",No.fontWeight,"normal"),Wo=xt.extend("--ft-typography-title-dense-letter-spacing","",No.letterSpacing,"0.105px"),Lo=xt.extend("--ft-typography-title-dense-line-height","",No.lineHeight,"1.7"),Ko=xt.extend("--ft-typography-title-dense-text-transform","",No.textTransform,"inherit"),Zo=xt.extend("--ft-typography-subtitle1-font-family","",vo),zo=xt.extend("--ft-typography-subtitle1-font-size","",No.fontSize,"16px"),Fo=xt.extend("--ft-typography-subtitle1-font-weight","",No.fontWeight,"600"),Do=xt.extend("--ft-typography-subtitle1-letter-spacing","",No.letterSpacing,"0.144px"),Mo=xt.extend("--ft-typography-subtitle1-line-height","",No.lineHeight,"1.5"),Bo=xt.extend("--ft-typography-subtitle1-text-transform","",No.textTransform,"inherit"),Ao=xt.extend("--ft-typography-subtitle2-font-family","",vo),jo=xt.extend("--ft-typography-subtitle2-font-size","",No.fontSize,"14px"),Ho=xt.extend("--ft-typography-subtitle2-font-weight","",No.fontWeight,"normal"),Po=xt.extend("--ft-typography-subtitle2-letter-spacing","",No.letterSpacing,"0.098px"),To=xt.extend("--ft-typography-subtitle2-line-height","",No.lineHeight,"1.7"),Go=xt.extend("--ft-typography-subtitle2-text-transform","",No.textTransform,"inherit"),_o=xt.extend("--ft-typography-body1-font-family","",vo),Yo=xt.extend("--ft-typography-body1-font-size","",No.fontSize,"16px"),Vo=xt.extend("--ft-typography-body1-font-weight","",No.fontWeight,"normal"),Jo=xt.extend("--ft-typography-body1-letter-spacing","",No.letterSpacing,"0.496px"),qo=xt.extend("--ft-typography-body1-line-height","",No.lineHeight,"1.5"),Xo=xt.extend("--ft-typography-body1-text-transform","",No.textTransform,"inherit"),Qo=xt.extend("--ft-typography-body2-font-family","",vo),te=xt.extend("--ft-typography-body2-font-size","",No.fontSize,"14px"),oe=xt.extend("--ft-typography-body2-font-weight","",No.fontWeight,"normal"),ee=xt.extend("--ft-typography-body2-letter-spacing","",No.letterSpacing,"0.252px"),re=xt.extend("--ft-typography-body2-line-height","",No.lineHeight,"1.4"),ie=xt.extend("--ft-typography-body2-text-transform","",No.textTransform,"inherit"),ae=xt.extend("--ft-typography-caption-font-family","",vo),ne=xt.extend("--ft-typography-caption-font-size","",No.fontSize,"12px"),le=xt.extend("--ft-typography-caption-font-weight","",No.fontWeight,"normal"),se=xt.extend("--ft-typography-caption-letter-spacing","",No.letterSpacing,"0.396px"),ce=xt.extend("--ft-typography-caption-line-height","",No.lineHeight,"1.33"),pe=xt.extend("--ft-typography-caption-text-transform","",No.textTransform,"inherit"),fe=xt.extend("--ft-typography-breadcrumb-font-family","",vo),he=xt.extend("--ft-typography-breadcrumb-font-size","",No.fontSize,"10px"),de=xt.extend("--ft-typography-breadcrumb-font-weight","",No.fontWeight,"normal"),ye=xt.extend("--ft-typography-breadcrumb-letter-spacing","",No.letterSpacing,"0.33px"),ge=xt.extend("--ft-typography-breadcrumb-line-height","",No.lineHeight,"1.6"),ue=xt.extend("--ft-typography-breadcrumb-text-transform","",No.textTransform,"inherit"),be=xt.extend("--ft-typography-overline-font-family","",vo),me=xt.extend("--ft-typography-overline-font-size","",No.fontSize,"10px"),xe=xt.extend("--ft-typography-overline-font-weight","",No.fontWeight,"normal"),Oe=xt.extend("--ft-typography-overline-letter-spacing","",No.letterSpacing,"1.5px"),ve=xt.extend("--ft-typography-overline-line-height","",No.lineHeight,"1.6"),Ne=xt.extend("--ft-typography-overline-text-transform","",No.textTransform,"uppercase"),Se=xt.extend("--ft-typography-button-font-family","",vo),we=xt.extend("--ft-typography-button-font-size","",No.fontSize,"14px"),Ce=xt.extend("--ft-typography-button-font-weight","",No.fontWeight,"600"),Re=xt.extend("--ft-typography-button-letter-spacing","",No.letterSpacing,"1.246px"),Ue=xt.extend("--ft-typography-button-line-height","",No.lineHeight,"1.15"),Ee=xt.extend("--ft-typography-button-text-transform","",No.textTransform,"uppercase"),Ie=b`
265
+ * @license
266
+ * Copyright 2020 Google LLC
267
+ * SPDX-License-Identifier: BSD-3-Clause
268
+ */
269
+ const xe=Symbol.for(""),Oe=t=>{if(t?.r===xe)return t?._$litStatic$},ve=t=>({_$litStatic$:t,r:xe}),Ne=new Map,Se=(t=>(o,...e)=>{const i=e.length;let r,a;const n=[],s=[];let l,c=0,p=!1;for(;c<i;){for(l=o[c];c<i&&void 0!==(a=e[c],r=Oe(a));)l+=r+o[++c],p=!0;c!==i&&s.push(a),n.push(l),c++}if(c===i&&n.push(o[i]),p){const t=n.join("$$lit$$");void 0===(o=Ne.get(t))&&(n.raw=n,Ne.set(t,o=n)),e=s}return t(o,...e)})(q);var we;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(we||(we={}));const Ce=So.extend("--ft-typography-font-family","",Eo.titleFont),Re=So.extend("--ft-typography-font-family","",Eo.contentFont),Ee={fontFamily:Re,fontSize:So.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:So.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:So.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:So.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:So.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ue=So.extend("--ft-typography-title-font-family","",Ce),$e=So.extend("--ft-typography-title-font-size","",Ee.fontSize,"20px"),Ie=So.extend("--ft-typography-title-font-weight","",Ee.fontWeight,"normal"),ke=So.extend("--ft-typography-title-letter-spacing","",Ee.letterSpacing,"0.15px"),We=So.extend("--ft-typography-title-line-height","",Ee.lineHeight,"1.2"),Le=So.extend("--ft-typography-title-text-transform","",Ee.textTransform,"inherit"),Ke=So.extend("--ft-typography-title-dense-font-family","",Ce),Ze=So.extend("--ft-typography-title-dense-font-size","",Ee.fontSize,"14px"),ze=So.extend("--ft-typography-title-dense-font-weight","",Ee.fontWeight,"normal"),Fe=So.extend("--ft-typography-title-dense-letter-spacing","",Ee.letterSpacing,"0.105px"),Me=So.extend("--ft-typography-title-dense-line-height","",Ee.lineHeight,"1.7"),De=So.extend("--ft-typography-title-dense-text-transform","",Ee.textTransform,"inherit"),Ae=So.extend("--ft-typography-subtitle1-font-family","",Re),Be=So.extend("--ft-typography-subtitle1-font-size","",Ee.fontSize,"16px"),Pe=So.extend("--ft-typography-subtitle1-font-weight","",Ee.fontWeight,"600"),je=So.extend("--ft-typography-subtitle1-letter-spacing","",Ee.letterSpacing,"0.144px"),He=So.extend("--ft-typography-subtitle1-line-height","",Ee.lineHeight,"1.5"),_e=So.extend("--ft-typography-subtitle1-text-transform","",Ee.textTransform,"inherit"),Te=So.extend("--ft-typography-subtitle2-font-family","",Re),Ge=So.extend("--ft-typography-subtitle2-font-size","",Ee.fontSize,"14px"),Ye=So.extend("--ft-typography-subtitle2-font-weight","",Ee.fontWeight,"normal"),Ve=So.extend("--ft-typography-subtitle2-letter-spacing","",Ee.letterSpacing,"0.098px"),Je=So.extend("--ft-typography-subtitle2-line-height","",Ee.lineHeight,"1.7"),qe=So.extend("--ft-typography-subtitle2-text-transform","",Ee.textTransform,"inherit"),Xe=So.extend("--ft-typography-body1-font-family","",Re),Qe=So.extend("--ft-typography-body1-font-size","",Ee.fontSize,"16px"),ti=So.extend("--ft-typography-body1-font-weight","",Ee.fontWeight,"normal"),oi=So.extend("--ft-typography-body1-letter-spacing","",Ee.letterSpacing,"0.496px"),ei=So.extend("--ft-typography-body1-line-height","",Ee.lineHeight,"1.5"),ii=So.extend("--ft-typography-body1-text-transform","",Ee.textTransform,"inherit"),ri=So.extend("--ft-typography-body2-font-family","",Re),ai=So.extend("--ft-typography-body2-font-size","",Ee.fontSize,"14px"),ni=So.extend("--ft-typography-body2-font-weight","",Ee.fontWeight,"normal"),si=So.extend("--ft-typography-body2-letter-spacing","",Ee.letterSpacing,"0.252px"),li=So.extend("--ft-typography-body2-line-height","",Ee.lineHeight,"1.4"),ci=So.extend("--ft-typography-body2-text-transform","",Ee.textTransform,"inherit"),pi=So.extend("--ft-typography-caption-font-family","",Re),fi=So.extend("--ft-typography-caption-font-size","",Ee.fontSize,"12px"),hi=So.extend("--ft-typography-caption-font-weight","",Ee.fontWeight,"normal"),di=So.extend("--ft-typography-caption-letter-spacing","",Ee.letterSpacing,"0.396px"),yi=So.extend("--ft-typography-caption-line-height","",Ee.lineHeight,"1.33"),gi=So.extend("--ft-typography-caption-text-transform","",Ee.textTransform,"inherit"),ui=So.extend("--ft-typography-breadcrumb-font-family","",Re),bi=So.extend("--ft-typography-breadcrumb-font-size","",Ee.fontSize,"10px"),mi=So.extend("--ft-typography-breadcrumb-font-weight","",Ee.fontWeight,"normal"),xi=So.extend("--ft-typography-breadcrumb-letter-spacing","",Ee.letterSpacing,"0.33px"),Oi=So.extend("--ft-typography-breadcrumb-line-height","",Ee.lineHeight,"1.6"),vi=So.extend("--ft-typography-breadcrumb-text-transform","",Ee.textTransform,"inherit"),Ni=So.extend("--ft-typography-overline-font-family","",Re),Si=So.extend("--ft-typography-overline-font-size","",Ee.fontSize,"10px"),wi=So.extend("--ft-typography-overline-font-weight","",Ee.fontWeight,"normal"),Ci=So.extend("--ft-typography-overline-letter-spacing","",Ee.letterSpacing,"1.5px"),Ri=So.extend("--ft-typography-overline-line-height","",Ee.lineHeight,"1.6"),Ei=So.extend("--ft-typography-overline-text-transform","",Ee.textTransform,"uppercase"),Ui=So.extend("--ft-typography-button-font-family","",Re),$i=So.extend("--ft-typography-button-font-size","",Ee.fontSize,"14px"),Ii=So.extend("--ft-typography-button-font-weight","",Ee.fontWeight,"600"),ki=So.extend("--ft-typography-button-letter-spacing","",Ee.letterSpacing,"1.246px"),Wi=So.extend("--ft-typography-button-line-height","",Ee.lineHeight,"1.15"),Li=So.extend("--ft-typography-button-text-transform","",Ee.textTransform,"uppercase"),Ki=vt`
250
270
  .ft-typography--title {
251
- font-family: ${So};
252
- font-size: ${wo};
253
- font-weight: ${Co};
254
- letter-spacing: ${Ro};
255
- line-height: ${Uo};
256
- text-transform: ${Eo};
257
- }
258
- `,$e=b`
271
+ font-family: ${Ue};
272
+ font-size: ${$e};
273
+ font-weight: ${Ie};
274
+ letter-spacing: ${ke};
275
+ line-height: ${We};
276
+ text-transform: ${Le};
277
+ }
278
+ `,Zi=vt`
259
279
  .ft-typography--title-dense {
260
- font-family: ${Io};
261
- font-size: ${$o};
262
- font-weight: ${ko};
263
- letter-spacing: ${Wo};
264
- line-height: ${Lo};
265
- text-transform: ${Ko};
266
- }
267
- `,ke=b`
280
+ font-family: ${Ke};
281
+ font-size: ${Ze};
282
+ font-weight: ${ze};
283
+ letter-spacing: ${Fe};
284
+ line-height: ${Me};
285
+ text-transform: ${De};
286
+ }
287
+ `,zi=vt`
268
288
  .ft-typography--subtitle1 {
269
- font-family: ${Zo};
270
- font-size: ${zo};
271
- font-weight: ${Fo};
272
- letter-spacing: ${Do};
273
- line-height: ${Mo};
274
- text-transform: ${Bo};
275
- }
276
- `,We=b`
289
+ font-family: ${Ae};
290
+ font-size: ${Be};
291
+ font-weight: ${Pe};
292
+ letter-spacing: ${je};
293
+ line-height: ${He};
294
+ text-transform: ${_e};
295
+ }
296
+ `,Fi=vt`
277
297
  .ft-typography--subtitle2 {
278
- font-family: ${Ao};
279
- font-size: ${jo};
280
- font-weight: ${Ho};
281
- letter-spacing: ${Po};
282
- line-height: ${To};
283
- text-transform: ${Go};
298
+ font-family: ${Te};
299
+ font-size: ${Ge};
300
+ font-weight: ${Ye};
301
+ letter-spacing: ${Ve};
302
+ line-height: ${Je};
303
+ text-transform: ${qe};
284
304
  }
285
305
 
286
- `,Le=b`
306
+ `,Mi=vt`
287
307
  .ft-typography--body1 {
288
- font-family: ${_o};
289
- font-size: ${Yo};
290
- font-weight: ${Vo};
291
- letter-spacing: ${Jo};
292
- line-height: ${qo};
293
- text-transform: ${Xo};
294
- }
295
- `,Ke=b`
308
+ font-family: ${Xe};
309
+ font-size: ${Qe};
310
+ font-weight: ${ti};
311
+ letter-spacing: ${oi};
312
+ line-height: ${ei};
313
+ text-transform: ${ii};
314
+ }
315
+ `,Di=vt`
296
316
  .ft-typography--body2 {
297
- font-family: ${Qo};
298
- font-size: ${te};
299
- font-weight: ${oe};
300
- letter-spacing: ${ee};
301
- line-height: ${re};
302
- text-transform: ${ie};
303
- }
304
- `,Ze=b`
317
+ font-family: ${ri};
318
+ font-size: ${ai};
319
+ font-weight: ${ni};
320
+ letter-spacing: ${si};
321
+ line-height: ${li};
322
+ text-transform: ${ci};
323
+ }
324
+ `,Ai=vt`
305
325
  .ft-typography--caption {
306
- font-family: ${ae};
307
- font-size: ${ne};
308
- font-weight: ${le};
309
- letter-spacing: ${se};
310
- line-height: ${ce};
311
- text-transform: ${pe};
312
- }
313
- `,ze=b`
326
+ font-family: ${pi};
327
+ font-size: ${fi};
328
+ font-weight: ${hi};
329
+ letter-spacing: ${di};
330
+ line-height: ${yi};
331
+ text-transform: ${gi};
332
+ }
333
+ `,Bi=vt`
314
334
  .ft-typography--breadcrumb {
315
- font-family: ${fe};
316
- font-size: ${he};
317
- font-weight: ${de};
318
- letter-spacing: ${ye};
319
- line-height: ${ge};
320
- text-transform: ${ue};
321
- }
322
- `,Fe=b`
335
+ font-family: ${ui};
336
+ font-size: ${bi};
337
+ font-weight: ${mi};
338
+ letter-spacing: ${xi};
339
+ line-height: ${Oi};
340
+ text-transform: ${vi};
341
+ }
342
+ `,Pi=vt`
323
343
  .ft-typography--overline {
324
- font-family: ${be};
325
- font-size: ${me};
326
- font-weight: ${xe};
327
- letter-spacing: ${Oe};
328
- line-height: ${ve};
329
- text-transform: ${Ne};
330
- }
331
- `,De=b`
344
+ font-family: ${Ni};
345
+ font-size: ${Si};
346
+ font-weight: ${wi};
347
+ letter-spacing: ${Ci};
348
+ line-height: ${Ri};
349
+ text-transform: ${Ei};
350
+ }
351
+ `,ji=vt`
332
352
  .ft-typography--button {
333
- font-family: ${Se};
334
- font-size: ${we};
335
- font-weight: ${Ce};
336
- letter-spacing: ${Re};
337
- line-height: ${Ue};
338
- text-transform: ${Ee};
339
- }
340
- `,Me=b`
353
+ font-family: ${Ui};
354
+ font-size: ${$i};
355
+ font-weight: ${Ii};
356
+ letter-spacing: ${ki};
357
+ line-height: ${Wi};
358
+ text-transform: ${Li};
359
+ }
360
+ `,Hi=vt`
341
361
  .ft-typography {
342
362
  vertical-align: inherit;
343
363
  }
344
- `,Be=[Object.keys(vt).map((t=>function(t){const o=vt[t];return b`
345
- .ft-typography--${u(t)} {
364
+ `,_i=[Object.keys(Co).map((t=>function(t){const o=Co[t];return vt`
365
+ .ft-typography--${Ot(t)} {
346
366
  font-family: ${o.fontFamily};
347
367
  font-size: ${o.fontSize};
348
368
  font-weight: ${o.fontWeight};
@@ -350,20 +370,20 @@ const yo=Symbol.for(""),go=t=>{if((null==t?void 0:t.r)===yo)return null==t?void
350
370
  line-height: ${o.lineHeight};
351
371
  text-transform: ${o.textCase};
352
372
  }
353
- `}(t)))];var Ae=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class je extends Wt{constructor(){super(...arguments),this.variant=xo.body1}render(){return this.element?mo`
354
- <${uo(this.element)}
373
+ `}(t)))];var Ti=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Gi extends Mo{constructor(){super(...arguments),this.variant=we.body1}render(){return this.element?Se`
374
+ <${ve(this.element)}
355
375
  class="ft-typography ft-typography--${this.variant}">
356
376
  <slot></slot>
357
- </${uo(this.element)}>
358
- `:mo`
377
+ </${ve(this.element)}>
378
+ `:Se`
359
379
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
360
- `}}je.styles=[Ie,$e,ke,We,Le,Ke,Ze,ze,Fe,De,Me,...Be],Ae([r()],je.prototype,"element",void 0),Ae([r()],je.prototype,"variant",void 0),p("ft-typography")(je);
380
+ `}}Gi.styles=[Ki,Zi,zi,Fi,Mi,Di,Ai,Bi,Pi,ji,Hi,..._i],Ti([C()],Gi.prototype,"element",void 0),Ti([C()],Gi.prototype,"variant",void 0),I("ft-typography")(Gi);
361
381
  /**
362
- * @license
363
- * Copyright 2017 Google LLC
364
- * SPDX-License-Identifier: BSD-3-Clause
365
- */
366
- class He extends Bt{constructor(t){if(super(t),this.et=X,t.type!==Dt)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===X||null==t)return this.ft=void 0,this.et=t;if(t===q)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.ft;this.et=t;const o=[t];return o.raw=o,this.ft={_$litType$:this.constructor.resultType,strings:o,values:[]}}}He.directiveName="unsafeHTML",He.resultType=1;const Pe=Mt(He);var Te,Ge;!function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;"}(Te||(Te={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(Ge||(Ge={})),new Map([...["abw"].map((t=>[t,Ge.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,Ge.AUDIO])),...["avi"].map((t=>[t,Ge.AVI])),...["chm","xhs"].map((t=>[t,Ge.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,Ge.CODE])),...["csv"].map((t=>[t,Ge.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Ge.DITA])),...["epub"].map((t=>[t,Ge.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Ge.EXCEL])),...["flac"].map((t=>[t,Ge.FLAC])),...["gif"].map((t=>[t,Ge.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Ge.GZIP])),...["html","htm","xhtml"].map((t=>[t,Ge.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Ge.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Ge.JPEG])),...["json"].map((t=>[t,Ge.JSON])),...["m4a","m4p"].map((t=>[t,Ge.M4A])),...["mov","qt"].map((t=>[t,Ge.MOV])),...["mp3"].map((t=>[t,Ge.MP3])),...["mp4","m4v"].map((t=>[t,Ge.MP4])),...["ogg","oga"].map((t=>[t,Ge.OGG])),...["pdf","ps"].map((t=>[t,Ge.PDF])),...["png"].map((t=>[t,Ge.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Ge.POWERPOINT])),...["rar"].map((t=>[t,Ge.RAR])),...["stp"].map((t=>[t,Ge.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Ge.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,Ge.VIDEO])),...["wav"].map((t=>[t,Ge.WAV])),...["wma"].map((t=>[t,Ge.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Ge.WORD])),...["xml","xsl","rdf"].map((t=>[t,Ge.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Ge.YAML])),...["zip"].map((t=>[t,Ge.ZIP]))]);const _e=xt.create("--ft-icon-font-size","","SIZE","24px"),Ye=xt.extend("--ft-icon-fluid-topics-font-family","",xt.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),Ve=xt.extend("--ft-icon-file-format-font-family","",xt.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),Je=xt.extend("--ft-icon-material-font-family","",xt.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),qe=xt.create("--ft-icon-vertical-align","","UNKNOWN","unset"),Xe=b`
382
+ * @license
383
+ * Copyright 2017 Google LLC
384
+ * SPDX-License-Identifier: BSD-3-Clause
385
+ */
386
+ class Yi extends To{constructor(t){if(super(t),this.et=Q,t.type!==Ho)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Q||null==t)return this.vt=void 0,this.et=t;if(t===X)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:[]}}}Yi.directiveName="unsafeHTML",Yi.resultType=1;const Vi=_o(Yi);var Ji,qi;!function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;"}(Ji||(Ji={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(qi||(qi={})),new Map([...["abw"].map((t=>[t,qi.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,qi.AUDIO])),...["avi"].map((t=>[t,qi.AVI])),...["chm","xhs"].map((t=>[t,qi.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,qi.CODE])),...["csv"].map((t=>[t,qi.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,qi.DITA])),...["epub"].map((t=>[t,qi.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,qi.EXCEL])),...["flac"].map((t=>[t,qi.FLAC])),...["gif"].map((t=>[t,qi.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,qi.GZIP])),...["html","htm","xhtml"].map((t=>[t,qi.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,qi.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,qi.JPEG])),...["json"].map((t=>[t,qi.JSON])),...["m4a","m4p"].map((t=>[t,qi.M4A])),...["mov","qt"].map((t=>[t,qi.MOV])),...["mp3"].map((t=>[t,qi.MP3])),...["mp4","m4v"].map((t=>[t,qi.MP4])),...["ogg","oga"].map((t=>[t,qi.OGG])),...["pdf","ps"].map((t=>[t,qi.PDF])),...["png"].map((t=>[t,qi.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,qi.POWERPOINT])),...["rar"].map((t=>[t,qi.RAR])),...["stp"].map((t=>[t,qi.STP])),...["txt","rtf","md","mdown"].map((t=>[t,qi.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,qi.VIDEO])),...["wav"].map((t=>[t,qi.WAV])),...["wma"].map((t=>[t,qi.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,qi.WORD])),...["xml","xsl","rdf"].map((t=>[t,qi.XML])),...["yaml","yml","x-yaml"].map((t=>[t,qi.YAML])),...["zip"].map((t=>[t,qi.ZIP]))]);const Xi=So.create("--ft-icon-font-size","","SIZE","24px"),Qi=So.extend("--ft-icon-fluid-topics-font-family","",So.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),tr=So.extend("--ft-icon-file-format-font-family","",So.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),or=So.extend("--ft-icon-material-font-family","",So.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),er=So.create("--ft-icon-vertical-align","","UNKNOWN","unset"),ir=vt`
367
387
  :host, i.ft-icon {
368
388
  display: inline-flex;
369
389
  align-items: center;
@@ -372,14 +392,14 @@ class He extends Bt{constructor(t){if(super(t),this.et=X,t.type!==Dt)throw Error
372
392
  }
373
393
 
374
394
  :host {
375
- width: ${_e};
376
- height: ${_e};
395
+ width: ${Xi};
396
+ height: ${Xi};
377
397
  }
378
398
 
379
399
  i.ft-icon {
380
400
  width: 100%;
381
401
  height: 100%;
382
- font-size: ${_e};
402
+ font-size: ${Xi};
383
403
  line-height: 1;
384
404
  font-weight: normal;
385
405
  text-transform: none;
@@ -390,37 +410,37 @@ class He extends Bt{constructor(t){if(super(t),this.et=X,t.type!==Dt)throw Error
390
410
  text-rendering: auto;
391
411
  -webkit-font-smoothing: antialiased;
392
412
  -moz-osx-font-smoothing: grayscale;
393
- vertical-align: ${qe};
413
+ vertical-align: ${er};
394
414
  }
395
415
 
396
416
  i.ft-icon.ft-icon--fluid-topics {
397
- font-family: ${Ye}, ft-icons, fticons, sans-serif;
417
+ font-family: ${Qi}, ft-icons, fticons, sans-serif;
398
418
 
399
419
  /* Ugly fix because font is broken */
400
- font-size: calc(0.75 * ${_e});
401
- line-height: ${_e};
420
+ font-size: calc(0.75 * ${Xi});
421
+ line-height: ${Xi};
402
422
  position: relative;
403
423
  top: -4%;
404
424
  justify-content: center;
405
425
  }
406
426
 
407
427
  .ft-icon--file-format {
408
- font-family: ${Ve}, ft-mime, sans-serif;
428
+ font-family: ${tr}, ft-mime, sans-serif;
409
429
  }
410
430
 
411
431
  .ft-icon--material {
412
- font-family: ${Je}, "Material Icons", sans-serif;
432
+ font-family: ${or}, "Material Icons", sans-serif;
413
433
  }
414
- `;var Qe;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Qe||(Qe={}));var tr,or=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class er extends Wt{constructor(){super(...arguments),this.resolvedIcon=X}render(){const t=this.variant&&Object.values(Qe).includes(this.variant)?this.variant:Qe.fluid_topics,o=t!==Qe.material||!!this.value;return J`
434
+ `;var rr;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(rr||(rr={}));var ar,nr=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class sr extends Mo{constructor(){super(...arguments),this.resolvedIcon=ao}render(){const t=this.variant&&Object.values(rr).includes(this.variant)?this.variant:rr.fluid_topics,o=t!==rr.material||!!this.value;return io`
415
435
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
416
- ${Pe(this.resolvedIcon)}
436
+ ${Vi(this.resolvedIcon)}
417
437
  <slot ?hidden=${o}></slot>
418
438
  </i>
419
- `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let e=this.value||this.textContent;switch(this.variant){case Qe.file_format:this.resolvedIcon=null!==(t=Ge[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case Qe.material:this.resolvedIcon=this.value||X;break;default:this.resolvedIcon=null!==(o=Te[e.replace("-","_").toUpperCase()])&&void 0!==o?o:e}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}er.elementDefinitions={},er.styles=Xe,or([r()],er.prototype,"variant",void 0),or([r()],er.prototype,"value",void 0),or([i()],er.prototype,"resolvedIcon",void 0),or([n("slot")],er.prototype,"slottedContent",void 0),p("ft-icon")(er),t.FtTabsAlignment=void 0,(tr=t.FtTabsAlignment||(t.FtTabsAlignment={})).left="left",tr.right="right",tr.justify="justify";const rr={colorSurface:xt.external(St.colorSurface,"Design system"),colorPrimary:xt.external(St.colorPrimary,"Design system"),colorOnSurfaceMedium:xt.external(St.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:xt.external(St.colorOnSurfaceDisabled,"Design system")},ir=b`
439
+ `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let e=this.value||this.textContent;switch(this.variant){case rr.file_format:this.resolvedIcon=null!==(t=qi[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case rr.material:this.resolvedIcon=this.value||ao;break;default:this.resolvedIcon=null!==(o=Ji[e.replace("-","_").toUpperCase()])&&void 0!==o?o:e}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}sr.elementDefinitions={},sr.styles=ir,nr([C()],sr.prototype,"variant",void 0),nr([C()],sr.prototype,"value",void 0),nr([R()],sr.prototype,"resolvedIcon",void 0),nr([U("slot")],sr.prototype,"slottedContent",void 0),I("ft-icon")(sr),t.FtTabsAlignment=void 0,(ar=t.FtTabsAlignment||(t.FtTabsAlignment={})).left="left",ar.right="right",ar.justify="justify";const lr={colorSurface:So.external(Eo.colorSurface,"Design system"),colorPrimary:So.external(Eo.colorPrimary,"Design system"),colorOnSurfaceMedium:So.external(Eo.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:So.external(Eo.colorOnSurfaceDisabled,"Design system")},cr=vt`
420
440
  .ft-tabs {
421
441
  display: flex;
422
442
  flex-direction: column;
423
- background-color: ${rr.colorSurface};
443
+ background-color: ${lr.colorSurface};
424
444
  height: 100%;
425
445
  }
426
446
 
@@ -460,15 +480,15 @@ class He extends Bt{constructor(t){if(super(t),this.et=X,t.type!==Dt)throw Error
460
480
  outline: none;
461
481
  font-size: 16px;
462
482
  line-height: 1;
463
- color: ${rr.colorOnSurfaceMedium};
483
+ color: ${lr.colorOnSurfaceMedium};
464
484
  }
465
485
 
466
486
  [role='tab'][aria-selected='true'] {
467
- color: ${rr.colorPrimary};
487
+ color: ${lr.colorPrimary};
468
488
  }
469
489
 
470
490
  [role='tab'][disabled] {
471
- color: ${rr.colorOnSurfaceDisabled};
491
+ color: ${lr.colorOnSurfaceDisabled};
472
492
  }
473
493
 
474
494
  .ft-tabs--align-justify [role='tab'],
@@ -500,7 +520,7 @@ class He extends Bt{constructor(t){if(super(t),this.et=X,t.type!==Dt)throw Error
500
520
  position: absolute;
501
521
  height: 3px;
502
522
  border-radius: 2px;
503
- background-color: ${rr.colorPrimary};
523
+ background-color: ${lr.colorPrimary};
504
524
  transition: width 200ms ease, left 200ms ease, top 200ms ease;
505
525
  }
506
526
 
@@ -509,7 +529,7 @@ class He extends Bt{constructor(t){if(super(t),this.et=X,t.type!==Dt)throw Error
509
529
  flex-grow: 1;
510
530
  overflow: auto;
511
531
  }
512
- `,ar=xt.create("--ft-tooltip-distance","","SIZE","4px"),nr=xt.create("--ft-tooltip-color","","COLOR","#FFFFFF"),lr=xt.create("--ft-tooltip-background-color","","COLOR","#666666"),sr=xt.create("--ft-tooltip-z-index","","NUMBER","100"),cr=xt.external(St.borderRadiusS,"Design system"),pr=xt.create("--ft-tooltip-max-width","","SIZE","150px"),fr=b`
532
+ `,pr=So.create("--ft-tooltip-distance","","SIZE","4px"),fr=So.create("--ft-tooltip-color","","COLOR","#FFFFFF"),hr=So.create("--ft-tooltip-background-color","","COLOR","#666666"),dr=So.create("--ft-tooltip-z-index","","NUMBER","100"),yr=So.external(Eo.borderRadiusS,"Design system"),gr=So.create("--ft-tooltip-max-width","","SIZE","150px"),ur=vt`
513
533
  .ft-tooltip--container {
514
534
  display: block;
515
535
  }
@@ -524,21 +544,21 @@ class He extends Bt{constructor(t){if(super(t),this.et=X,t.type!==Dt)throw Error
524
544
  box-sizing: border-box;
525
545
  overflow: hidden;
526
546
  width: max-content;
527
- max-width: ${pr};
547
+ max-width: ${gr};
528
548
  text-align: center;
529
- padding: ${ar};
530
- z-index: ${sr};
549
+ padding: ${pr};
550
+ z-index: ${dr};
531
551
  }
532
552
 
533
553
  .ft-tooltip--content {
534
554
  padding: 4px 8px;
535
- border-radius: ${cr};
536
- background-color: ${lr};
537
- color: ${nr};
555
+ border-radius: ${yr};
556
+ background-color: ${hr};
557
+ color: ${fr};
538
558
  position: relative;
539
559
  word-break: break-word;
540
560
  }
541
- `;var hr=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class dr extends Wt{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o,this.revealDebouncer=new o}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return J`
561
+ `;var br=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class mr extends Mo{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o,this.revealDebouncer=new o}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return io`
542
562
  <div part="container"
543
563
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
544
564
  @mouseenter=${this.onHover}
@@ -556,17 +576,11 @@ class He extends Bt{constructor(t){if(super(t),this.et=X,t.type!==Dt)throw Error
556
576
  </div>
557
577
  </div>
558
578
  </div>
559
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const o=this.tooltip.offsetWidth,e=this.tooltip.offsetHeight,r=(t.offsetHeight-e)/2,i=(t.offsetWidth-o)/2;let a=0,n=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":n=t.offsetTop-e-this.tooltip.offsetTop,a=t.offsetLeft+i-this.tooltip.offsetLeft;break;case"bottom":n=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,a=t.offsetLeft+i-this.tooltip.offsetLeft;break;case"left":n=t.offsetTop+r-this.tooltip.offsetTop,a=t.offsetLeft-o-this.tooltip.offsetLeft;break;case"right":n=t.offsetTop+r-this.tooltip.offsetTop,a=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const l=this.tooltip.style;l.left=a+"px",l.top=n+"px";const s=this.tooltip.getBoundingClientRect();let c=-s.x,p=s.x+s.width-window.innerWidth;l.left=a+Math.round(this.correctOutOfWindowPixels(c,p))+"px";let f=-s.y,h=s.y+s.height-window.innerHeight;l.top=n+Math.round(this.correctOutOfWindowPixels(f,h))+"px",l.maxWidth=`max(${t.offsetWidth}px, ${pr})`}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}dr.elementDefinitions={"ft-typography":je},dr.styles=fr,hr([r()],dr.prototype,"text",void 0),hr([r({type:Boolean})],dr.prototype,"manual",void 0),hr([r({type:Boolean})],dr.prototype,"inline",void 0),hr([r({type:Number})],dr.prototype,"delay",void 0),hr([r()],dr.prototype,"position",void 0),hr([
560
- /**
561
- * @license
562
- * Copyright 2017 Google LLC
563
- * SPDX-License-Identifier: BSD-3-Clause
564
- */
565
- function(t,o,e){let r,i=t;return"object"==typeof t?(i=t.slot,r=t):r={flatten:o},e?function(t){const{slot:o,selector:e}=null!=t?t:{};return a({descriptor:r=>({get(){var r;const i="slot"+(o?`[name=${o}]`:":not([name])"),a=null===(r=this.renderRoot)||void 0===r?void 0:r.querySelector(i),n=null!=a?s(a,t):[];return e?n.filter((t=>t.matches(e))):n},enumerable:!0,configurable:!0})})}({slot:i,flatten:o,selector:e}):a({descriptor:t=>({get(){var t,o;const e="slot"+(i?`[name=${i}]`:":not([name])"),a=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(e);return null!==(o=null==a?void 0:a.assignedNodes(r))&&void 0!==o?o:[]},enumerable:!0,configurable:!0})})}("",!0)],dr.prototype,"slotNodes",void 0),hr([n(".ft-tooltip--container")],dr.prototype,"container",void 0),hr([n(".ft-tooltip")],dr.prototype,"tooltip",void 0),hr([n(".ft-tooltip--content")],dr.prototype,"tooltipContent",void 0),hr([i()],dr.prototype,"visible",void 0),p("ft-tooltip")(dr);var yr=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class gr extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class ur extends Wt{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new o(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new Ct)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const o={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},e=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return J`
566
- <div class="${Vt(o)}" part="container">
579
+ `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const o=this.tooltip.offsetWidth,e=this.tooltip.offsetHeight,i=(t.offsetHeight-e)/2,r=(t.offsetWidth-o)/2;let a=0,n=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":n=t.offsetTop-e-this.tooltip.offsetTop,a=t.offsetLeft+r-this.tooltip.offsetLeft;break;case"bottom":n=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,a=t.offsetLeft+r-this.tooltip.offsetLeft;break;case"left":n=t.offsetTop+i-this.tooltip.offsetTop,a=t.offsetLeft-o-this.tooltip.offsetLeft;break;case"right":n=t.offsetTop+i-this.tooltip.offsetTop,a=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const s=this.tooltip.style;s.left=a+"px",s.top=n+"px";const l=this.tooltip.getBoundingClientRect();let c=-l.x,p=l.x+l.width-window.innerWidth;s.left=a+Math.round(this.correctOutOfWindowPixels(c,p))+"px";let f=-l.y,h=l.y+l.height-window.innerHeight;s.top=n+Math.round(this.correctOutOfWindowPixels(f,h))+"px",s.maxWidth=`max(${t.offsetWidth}px, ${gr})`}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}mr.elementDefinitions={"ft-typography":Gi},mr.styles=ur,br([C()],mr.prototype,"text",void 0),br([C({type:Boolean})],mr.prototype,"manual",void 0),br([C({type:Boolean})],mr.prototype,"inline",void 0),br([C({type:Number})],mr.prototype,"delay",void 0),br([C()],mr.prototype,"position",void 0),br([function(t){return(o,e)=>{const{slot:i}=t??{},r="slot"+(i?`[name=${i}]`:":not([name])");return E(0,0,{get(){const o=this.renderRoot?.querySelector(r);return o?.assignedNodes(t)??[]}})}}()],mr.prototype,"slotNodes",void 0),br([U(".ft-tooltip--container")],mr.prototype,"container",void 0),br([U(".ft-tooltip")],mr.prototype,"tooltip",void 0),br([U(".ft-tooltip--content")],mr.prototype,"tooltipContent",void 0),br([R()],mr.prototype,"visible",void 0),I("ft-tooltip")(mr);var xr=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Or extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class vr extends Mo{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new o(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new $o)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const o={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},e=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return io`
580
+ <div class="${oe(o)}" part="container">
567
581
  <div class="ft-tabs--align-${this.alignTabs}" role="tablist" part="tablist">
568
- ${Yt(this.ftTabs,((t,o)=>this.addTooltipIfNecessary(t,J`
569
- <button class="${Vt({"ft-tabs--tab-with-icon":!!t.icon,"ft-tabs--tab-with-label":!!t.label})}"
582
+ ${te(this.ftTabs,((t,o)=>this.addTooltipIfNecessary(t,io`
583
+ <button class="${oe({"ft-tabs--tab-with-icon":!!t.icon,"ft-tabs--tab-with-label":!!t.label})}"
570
584
  ?disabled=${t.disabled}
571
585
  @click=${()=>this.activeIndex=o}
572
586
  role="tab"
@@ -588,7 +602,7 @@ function(t,o,e){let r,i=t;return"object"==typeof t?(i=t.slot,r=t):r={flatten:o},
588
602
  </ft-icon>
589
603
  <ft-typography class="ft-tabs--tab-label"
590
604
  part="tab-label${t.active?" active-tab-label":""}"
591
- variant="${xo.body2}">
605
+ variant="${we.body2}">
592
606
  ${t.label}
593
607
  </ft-typography>
594
608
  </button>
@@ -602,11 +616,11 @@ function(t,o,e){let r,i=t;return"object"==typeof t?(i=t.slot,r=t):r={flatten:o},
602
616
  <slot @slotchange=${this.onContentChange}></slot>
603
617
  </div>
604
618
  </div>
605
- `}onContentChange(t){const o=t.composedPath()[0];this.ftTabs=o.assignedElements().map((t=>t)),this.ftTabs.forEach((t=>{t.removeEventListener("updated",this.onTabUpdated),t.addEventListener("updated",this.onTabUpdated)})),this.updateTabs()}update(t){super.update(t),t.has("activeIndex")&&this.dispatchEvent(new wt),(t.has("ftTabs")||t.has("activeIndex"))&&this.updateTabs(),t.has("activeIndex")&&this.dispatchEvent(new gr(this.activeIndex))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.tabsContainer&&this.resizeObserver.observe(this.tabsContainer),this.placeIndicator()}placeIndicator(){var t,o,e,r,i,a,n;if(this.activeTabIndicator){const l=null!==(o=null===(t=this.activeTab)||void 0===t?void 0:t.closest(".ft-tabs--tab-tooltip"))&&void 0!==o?o:this.activeTab;this.activeTabIndicator.style.width=(null!==(e=null==l?void 0:l.clientWidth)&&void 0!==e?e:0)+"px",this.activeTabIndicator.style.left=(null!==(r=null==l?void 0:l.offsetLeft)&&void 0!==r?r:0)+"px",this.contentBefore?this.activeTabIndicator.style.top=(null!==(i=null==l?void 0:l.offsetTop)&&void 0!==i?i:0)+"px":this.activeTabIndicator.style.top=(null!==(a=null==l?void 0:l.offsetTop)&&void 0!==a?a:0)+(null!==(n=null==l?void 0:l.clientHeight)&&void 0!==n?n:0)-this.activeTabIndicator.clientHeight+"px"}}updateTabs(){this.ftTabs.forEach(((t,o)=>{t.active=o==this.activeIndex}))}addTooltipIfNecessary(t,o){return this.dense&&t.label&&t.icon?J`
619
+ `}onContentChange(t){const o=t.composedPath()[0];this.ftTabs=o.assignedElements().map((t=>t)),this.ftTabs.forEach((t=>{t.removeEventListener("updated",this.onTabUpdated),t.addEventListener("updated",this.onTabUpdated)})),this.updateTabs()}update(t){super.update(t),t.has("activeIndex")&&this.dispatchEvent(new Uo),(t.has("ftTabs")||t.has("activeIndex"))&&this.updateTabs(),t.has("activeIndex")&&this.dispatchEvent(new Or(this.activeIndex))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.tabsContainer&&this.resizeObserver.observe(this.tabsContainer),this.placeIndicator()}placeIndicator(){var t,o,e,i,r,a,n;if(this.activeTabIndicator){const s=null!==(o=null===(t=this.activeTab)||void 0===t?void 0:t.closest(".ft-tabs--tab-tooltip"))&&void 0!==o?o:this.activeTab;this.activeTabIndicator.style.width=(null!==(e=null==s?void 0:s.clientWidth)&&void 0!==e?e:0)+"px",this.activeTabIndicator.style.left=(null!==(i=null==s?void 0:s.offsetLeft)&&void 0!==i?i:0)+"px",this.contentBefore?this.activeTabIndicator.style.top=(null!==(r=null==s?void 0:s.offsetTop)&&void 0!==r?r:0)+"px":this.activeTabIndicator.style.top=(null!==(a=null==s?void 0:s.offsetTop)&&void 0!==a?a:0)+(null!==(n=null==s?void 0:s.clientHeight)&&void 0!==n?n:0)-this.activeTabIndicator.clientHeight+"px"}}updateTabs(){this.ftTabs.forEach(((t,o)=>{t.active=o==this.activeIndex}))}addTooltipIfNecessary(t,o){return this.dense&&t.label&&t.icon?io`
606
620
  <ft-tooltip class="ft-tabs--tab-tooltip"
607
621
  part="tab-tooltip"
608
622
  text="${t.label}"
609
623
  position="${this.contentBefore?"top":"bottom"}">
610
624
  ${o}
611
625
  </ft-tooltip>
612
- `:o}}ur.elementDefinitions={"ft-tab":zt,"ft-ripple":ho,"ft-tooltip":dr,"ft-typography":je,"ft-icon":er},ur.styles=ir,yr([r({type:Boolean})],ur.prototype,"dense",void 0),yr([r({type:Boolean})],ur.prototype,"contentBefore",void 0),yr([r()],ur.prototype,"alignTabs",void 0),yr([i()],ur.prototype,"ftTabs",void 0),yr([n("[role='tablist']")],ur.prototype,"tabsContainer",void 0),yr([n("[aria-selected='true']")],ur.prototype,"activeTab",void 0),yr([n(".ft-tabs--active-tab-indicator")],ur.prototype,"activeTabIndicator",void 0),yr([r({type:Number,reflect:!0})],ur.prototype,"activeIndex",void 0);p("ft-tab")(zt),p("ft-tabs")(ur),t.FtTab=zt,t.FtTabCssVariables={},t.FtTabs=ur,t.FtTabsCssVariables=rr,t.IndexChangeEvent=gr,t.styles=ir}({});
626
+ `:o}}vr.elementDefinitions={"ft-tab":Po,"ft-ripple":me,"ft-tooltip":mr,"ft-typography":Gi,"ft-icon":sr},vr.styles=cr,xr([C({type:Boolean})],vr.prototype,"dense",void 0),xr([C({type:Boolean})],vr.prototype,"contentBefore",void 0),xr([C()],vr.prototype,"alignTabs",void 0),xr([R()],vr.prototype,"ftTabs",void 0),xr([U("[role='tablist']")],vr.prototype,"tabsContainer",void 0),xr([U("[aria-selected='true']")],vr.prototype,"activeTab",void 0),xr([U(".ft-tabs--active-tab-indicator")],vr.prototype,"activeTabIndicator",void 0),xr([C({type:Number,reflect:!0})],vr.prototype,"activeIndex",void 0);I("ft-tab")(Po),I("ft-tabs")(vr),t.FtTab=Po,t.FtTabCssVariables={},t.FtTabs=vr,t.FtTabsCssVariables=lr,t.IndexChangeEvent=Or,t.styles=cr}({});