@fluid-topics/ft-typography 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,29 +12,29 @@
12
12
  * subject to an additional IP rights grant found at
13
13
  * http://polymer.github.io/PATENTS.txt
14
14
  */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,a=new WeakMap,n=new WeakMap,c=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 c=i.prototype.attributeChangedCallback,s=new Set(i.observedAttributes||[]);h(i,s,c);const l={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:c,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,l),this._definitionsByClass.set(i,l);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(i,l),l.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)a.delete(t),y(t,l,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=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 l=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!l(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=c.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,i=r._getDefinition(o);return i?y(e,i):a.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const a=t.toLowerCase();if(o.has(a)){const t=this.getAttribute(a);r.call(this,a,i),e.call(this,a,t,i)}else r.call(this,a,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.call(this,r,t,null)}else i.call(this,r)});const a=t.prototype.toggleAttribute;a&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);a.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else a.call(this,i,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),s=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&c.set(t,this),u.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){u.push(this),e.set.call(this,t),u.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class a{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new a(o)}})}}try{window.customElements.define("custom-element",null)}catch(Xo){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
15
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,a=new WeakMap,n=new WeakMap,c=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 c=i.prototype.attributeChangedCallback,s=new Set(i.observedAttributes||[]);h(i,s,c);const l={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:c,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,l),this._definitionsByClass.set(i,l);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(i,l),l.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)a.delete(t),y(t,l,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=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 l=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!l(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=c.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,i=r._getDefinition(o);return i?y(e,i):a.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const a=t.toLowerCase();if(o.has(a)){const t=this.getAttribute(a);r.call(this,a,i),e.call(this,a,t,i)}else r.call(this,a,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.call(this,r,t,null)}else i.call(this,r)});const a=t.prototype.toggleAttribute;a&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);a.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else a.call(this,i,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),s=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&c.set(t,this),u.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){u.push(this),e.set.call(this,t),u.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class a{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new a(o)}})}}try{window.customElements.define("custom-element",null)}catch(Qo){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}
16
16
  /**
17
17
  * @license
18
18
  * Copyright 2019 Google LLC
19
19
  * SPDX-License-Identifier: BSD-3-Clause
20
- */const e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,i=Symbol(),a=new WeakMap;const n=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==i)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(r&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=a.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&a.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,i),c=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return n(o)})(t):t
20
+ */const o=globalThis,e=o.ShadowRoot&&(void 0===o.ShadyCSS||o.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),i=new WeakMap;const a=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(e&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=i.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&i.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,r),n=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return a(o)})(t):t
21
21
  /**
22
22
  * @license
23
23
  * Copyright 2017 Google LLC
24
24
  * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:s,defineProperty:l,getOwnPropertyDescriptor:p,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:d}=Object,y=globalThis,g=y.trustedTypes,u=g?g.emptyScript:"",b=y.reactiveElementPolyfillSupport,m=(t,o)=>t,O={toAttribute(t,o){switch(o){case Boolean:t=t?u:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},N=(t,o)=>!s(t,o),S={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;let x=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=S){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=p(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??S}static _$Ei(){if(this.hasOwnProperty(m("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,o=[...f(t),...h(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(c(t))}else void 0!==t&&o.push(c(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),i=e.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=r.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:O).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:O;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??N)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};x.elementStyles=[],x.shadowRootOptions={mode:"open"},x[m("elementProperties")]=new Map,x[m("finalized")]=new Map,b?.({ReactiveElement:x}),(y.reactiveElementVersions??=[]).push("2.0.2");
25
+ */,{is:c,defineProperty:s,getOwnPropertyDescriptor:l,getOwnPropertyNames:p,getOwnPropertySymbols:f,getPrototypeOf:h}=Object,d=globalThis,y=d.trustedTypes,g=y?y.emptyScript:"",u=d.reactiveElementPolyfillSupport,b=(t,o)=>t,m={toAttribute(t,o){switch(o){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},O=(t,o)=>!c(t,o),N={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:O};Symbol.metadata??=Symbol("metadata"),d.litPropertyMetadata??=new WeakMap;let S=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=N){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&s(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=l(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??N}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=h(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,o=[...p(t),...f(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(n(t))}else void 0!==t&&o.push(n(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,r)=>{if(e)t.adoptedStyleSheets=r.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of r){const r=document.createElement("style"),i=o.litNonce;void 0!==i&&r.setAttribute("nonce",i),r.textContent=e.cssText,t.appendChild(r)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:m).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??O)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[b("elementProperties")]=new Map,S[b("finalized")]=new Map,u?.({ReactiveElement:S}),(d.reactiveElementVersions??=[]).push("2.0.2");
26
26
  /**
27
27
  * @license
28
28
  * Copyright 2017 Google LLC
29
29
  * SPDX-License-Identifier: BSD-3-Clause
30
30
  */
31
- const C={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N},w=(t=C,o,e)=>{const{kind:r,metadata:i}=e;let a=globalThis.litPropertyMetadata.get(i);if(void 0===a&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const i=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,i,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const i=this[r];o.call(this,e),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};function v(t){return(o,e)=>"object"==typeof e?w(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)}function R(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(!R(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!R(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(!R(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}
31
+ const x={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:O},C=(t=x,o,e)=>{const{kind:r,metadata:i}=e;let a=globalThis.litPropertyMetadata.get(i);if(void 0===a&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const i=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,i,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const i=this[r];o.call(this,e),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};function w(t){return(o,e)=>"object"==typeof e?C(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)}class v{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}}function R(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(!R(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!R(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(!R(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}
32
32
  /**
33
33
  * @license
34
34
  * Copyright 2017 Google LLC
35
35
  * SPDX-License-Identifier: BSD-3-Clause
36
36
  */
37
- const U=globalThis,E=U.trustedTypes,W=E?E.createPolicy("lit-html",{createHTML:t=>t}):void 0,I="$lit$",L=`lit$${(Math.random()+"").slice(9)}$`,$="?"+L,k=`<${$}>`,K=document,Z=()=>K.createComment(""),z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,F=Array.isArray,A="[ \t\n\f\r]",D=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,M=/-->/g,B=/>/g,P=RegExp(`>|${A}(?:([^\\s"'>=/]+)(${A}*=${A}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),H=/'/g,T=/"/g,_=/^(?:script|style|textarea|title)$/i,G=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),j=Symbol.for("lit-noChange"),Y=Symbol.for("lit-nothing"),J=new WeakMap,V=K.createTreeWalker(K,129);function q(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==W?W.createHTML(o):o}let X=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let a=0,n=0;const c=o.length-1,s=this.parts,[l,p]=((t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=D;for(let o=0;o<e;o++){const e=t[o];let c,s,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,s=n.exec(e),null!==s);)p=n.lastIndex,n===D?"!--"===s[1]?n=M:void 0!==s[1]?n=B:void 0!==s[2]?(_.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=P):void 0!==s[3]&&(n=P):n===P?">"===s[0]?(n=i??D,l=-1):void 0===s[1]?l=-2:(l=n.lastIndex-s[2].length,c=s[1],n=void 0===s[3]?P:'"'===s[3]?T:H):n===T||n===H?n=P:n===M||n===B?n=D:(n=P,i=void 0);const f=n===P&&t[o+1].startsWith("/>")?" ":"";a+=n===D?e+k:l>=0?(r.push(c),e.slice(0,l)+I+e.slice(l)+L+f):e+L+(-2===l?o:f)}return[q(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(l,r),V.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=V.nextNode())&&s.length<c;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(I)){const o=p[n++],e=i.getAttribute(t).split(L),r=/([.?@])?(.*)/.exec(o);s.push({type:1,index:a,name:r[2],strings:e,ctor:"."===r[1]?et:"?"===r[1]?rt:"@"===r[1]?it:ot}),i.removeAttribute(t)}else t.startsWith(L)&&(s.push({type:6,index:a}),i.removeAttribute(t));if(_.test(i.tagName)){const t=i.textContent.split(L),o=t.length-1;if(o>0){i.textContent=E?E.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],Z()),V.nextNode(),s.push({type:2,index:++a});i.append(t[o],Z())}}}else if(8===i.nodeType)if(i.data===$)s.push({type:2,index:a});else{let t=-1;for(;-1!==(t=i.data.indexOf(L,t+1));)s.push({type:7,index:a}),t+=L.length-1}a++}}static createElement(t,o){const e=K.createElement("template");return e.innerHTML=t,e}};function Q(t,o,e=t,r){if(o===j)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=z(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=Q(t,i._$AS(t,o.values),i,r)),o}let tt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Y,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Q(this,t,o),z(t)?t===Y||null==t||""===t?(this._$AH!==Y&&this._$AR(),this._$AH=Y):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>F(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Y&&z(this._$AH)?this._$AA.nextSibling.data=t:this.$(K.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=X.createElement(q(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??K).importNode(o,!0);V.currentNode=r;let i=V.nextNode(),a=0,n=0,c=e[0];for(;void 0!==c;){if(a===c.index){let o;2===c.type?o=new tt(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new at(i,this,t)),this._$AV.push(o),c=e[++n]}a!==c?.index&&(i=V.nextNode(),a++)}return V.currentNode=K,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=J.get(t.strings);return void 0===o&&J.set(t.strings,o=new X(t)),o}T(o){F(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const a of o)i===e.length?e.push(r=new t(this.k(Z()),this.k(Z()),this,this.options)):r=e[i],r._$AI(a),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ot=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Y,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=Y}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=Q(this,t,o,0),a=!z(t)||t!==this._$AH&&t!==j,a&&(this._$AH=t);else{const r=t;let n,c;for(t=i[0],n=0;n<i.length-1;n++)c=Q(this,r[e+n],o,n),c===j&&(c=this._$AH[n]),a||=!z(c)||c!==this._$AH[n],c===Y?t=Y:t!==Y&&(t+=(c??"")+i[n+1]),this._$AH[n]=c}a&&!r&&this.O(t)}O(t){t===Y?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},et=class extends ot{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Y?void 0:t}},rt=class extends ot{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Y)}},it=class extends ot{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=Q(this,t,o,0)??Y)===j)return;const e=this._$AH,r=t===Y&&e!==Y||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Y&&(e===Y||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},at=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Q(this,t)}};const nt=U.litHtmlPolyfillSupport;nt?.(X,tt),(U.litHtmlVersions??=[]).push("3.1.0");
37
+ const U=globalThis,E=U.trustedTypes,W=E?E.createPolicy("lit-html",{createHTML:t=>t}):void 0,I="$lit$",L=`lit$${(Math.random()+"").slice(9)}$`,$="?"+L,k=`<${$}>`,K=document,Z=()=>K.createComment(""),F=t=>null===t||"object"!=typeof t&&"function"!=typeof t,z=Array.isArray,A="[ \t\n\f\r]",D=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,M=/-->/g,B=/>/g,P=RegExp(`>|${A}(?:([^\\s"'>=/]+)(${A}*=${A}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),H=/'/g,T=/"/g,_=/^(?:script|style|textarea|title)$/i,G=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),j=Symbol.for("lit-noChange"),Y=Symbol.for("lit-nothing"),J=new WeakMap,V=K.createTreeWalker(K,129);function q(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==W?W.createHTML(o):o}let X=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let a=0,n=0;const c=o.length-1,s=this.parts,[l,p]=((t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=D;for(let o=0;o<e;o++){const e=t[o];let c,s,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,s=n.exec(e),null!==s);)p=n.lastIndex,n===D?"!--"===s[1]?n=M:void 0!==s[1]?n=B:void 0!==s[2]?(_.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=P):void 0!==s[3]&&(n=P):n===P?">"===s[0]?(n=i??D,l=-1):void 0===s[1]?l=-2:(l=n.lastIndex-s[2].length,c=s[1],n=void 0===s[3]?P:'"'===s[3]?T:H):n===T||n===H?n=P:n===M||n===B?n=D:(n=P,i=void 0);const f=n===P&&t[o+1].startsWith("/>")?" ":"";a+=n===D?e+k:l>=0?(r.push(c),e.slice(0,l)+I+e.slice(l)+L+f):e+L+(-2===l?o:f)}return[q(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(l,r),V.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=V.nextNode())&&s.length<c;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(I)){const o=p[n++],e=i.getAttribute(t).split(L),r=/([.?@])?(.*)/.exec(o);s.push({type:1,index:a,name:r[2],strings:e,ctor:"."===r[1]?et:"?"===r[1]?rt:"@"===r[1]?it:ot}),i.removeAttribute(t)}else t.startsWith(L)&&(s.push({type:6,index:a}),i.removeAttribute(t));if(_.test(i.tagName)){const t=i.textContent.split(L),o=t.length-1;if(o>0){i.textContent=E?E.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],Z()),V.nextNode(),s.push({type:2,index:++a});i.append(t[o],Z())}}}else if(8===i.nodeType)if(i.data===$)s.push({type:2,index:a});else{let t=-1;for(;-1!==(t=i.data.indexOf(L,t+1));)s.push({type:7,index:a}),t+=L.length-1}a++}}static createElement(t,o){const e=K.createElement("template");return e.innerHTML=t,e}};function Q(t,o,e=t,r){if(o===j)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=F(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=Q(t,i._$AS(t,o.values),i,r)),o}let tt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Y,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Q(this,t,o),F(t)?t===Y||null==t||""===t?(this._$AH!==Y&&this._$AR(),this._$AH=Y):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>z(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Y&&F(this._$AH)?this._$AA.nextSibling.data=t:this.$(K.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=X.createElement(q(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??K).importNode(o,!0);V.currentNode=r;let i=V.nextNode(),a=0,n=0,c=e[0];for(;void 0!==c;){if(a===c.index){let o;2===c.type?o=new tt(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new at(i,this,t)),this._$AV.push(o),c=e[++n]}a!==c?.index&&(i=V.nextNode(),a++)}return V.currentNode=K,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=J.get(t.strings);return void 0===o&&J.set(t.strings,o=new X(t)),o}T(o){z(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const a of o)i===e.length?e.push(r=new t(this.k(Z()),this.k(Z()),this,this.options)):r=e[i],r._$AI(a),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ot=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Y,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=Y}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=Q(this,t,o,0),a=!F(t)||t!==this._$AH&&t!==j,a&&(this._$AH=t);else{const r=t;let n,c;for(t=i[0],n=0;n<i.length-1;n++)c=Q(this,r[e+n],o,n),c===j&&(c=this._$AH[n]),a||=!F(c)||c!==this._$AH[n],c===Y?t=Y:t!==Y&&(t+=(c??"")+i[n+1]),this._$AH[n]=c}a&&!r&&this.O(t)}O(t){t===Y?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},et=class extends ot{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Y?void 0:t}},rt=class extends ot{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Y)}},it=class extends ot{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=Q(this,t,o,0)??Y)===j)return;const e=this._$AH,r=t===Y&&e!==Y||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Y&&(e===Y||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},at=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Q(this,t)}};const nt=U.litHtmlPolyfillSupport;nt?.(X,tt),(U.litHtmlVersions??=[]).push("3.1.0");
38
38
  /**
39
39
  * @license
40
40
  * Copyright 2019 Google LLC
@@ -51,18 +51,22 @@ const ct=globalThis,st=ct.ShadowRoot&&(void 0===ct.ShadyCSS||ct.ShadyCSS.nativeS
51
51
  * Copyright 2017 Google LLC
52
52
  * SPDX-License-Identifier: BSD-3-Clause
53
53
  */
54
- const It=globalThis,Lt=It.trustedTypes,$t=Lt?Lt.createPolicy("lit-html",{createHTML:t=>t}):void 0,kt="$lit$",Kt=`lit$${(Math.random()+"").slice(9)}$`,Zt="?"+Kt,zt=`<${Zt}>`,Ft=document,At=()=>Ft.createComment(""),Dt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Mt=Array.isArray,Bt="[ \t\n\f\r]",Pt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ht=/-->/g,Tt=/>/g,_t=RegExp(`>|${Bt}(?:([^\\s"'>=/]+)(${Bt}*=${Bt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Gt=/'/g,jt=/"/g,Yt=/^(?:script|style|textarea|title)$/i,Jt=Symbol.for("lit-noChange"),Vt=Symbol.for("lit-nothing"),qt=new WeakMap,Xt=Ft.createTreeWalker(Ft,129);function Qt(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==$t?$t.createHTML(o):o}const to=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=Pt;for(let o=0;o<e;o++){const e=t[o];let c,s,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,s=n.exec(e),null!==s);)p=n.lastIndex,n===Pt?"!--"===s[1]?n=Ht:void 0!==s[1]?n=Tt:void 0!==s[2]?(Yt.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=_t):void 0!==s[3]&&(n=_t):n===_t?">"===s[0]?(n=i??Pt,l=-1):void 0===s[1]?l=-2:(l=n.lastIndex-s[2].length,c=s[1],n=void 0===s[3]?_t:'"'===s[3]?jt:Gt):n===jt||n===Gt?n=_t:n===Ht||n===Tt?n=Pt:(n=_t,i=void 0);const f=n===_t&&t[o+1].startsWith("/>")?" ":"";a+=n===Pt?e+zt:l>=0?(r.push(c),e.slice(0,l)+kt+e.slice(l)+Kt+f):e+Kt+(-2===l?o:f)}return[Qt(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class oo{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,c=this.parts,[s,l]=to(t,o);if(this.el=oo.createElement(s,e),Xt.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=Xt.nextNode())&&c.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(kt)){const o=l[a++],e=r.getAttribute(t).split(Kt),n=/([.?@])?(.*)/.exec(o);c.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?ao:"?"===n[1]?no:"@"===n[1]?co:io}),r.removeAttribute(t)}else t.startsWith(Kt)&&(c.push({type:6,index:i}),r.removeAttribute(t));if(Yt.test(r.tagName)){const t=r.textContent.split(Kt),o=t.length-1;if(o>0){r.textContent=Lt?Lt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],At()),Xt.nextNode(),c.push({type:2,index:++i});r.append(t[o],At())}}}else if(8===r.nodeType)if(r.data===Zt)c.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Kt,t+1));)c.push({type:7,index:i}),t+=Kt.length-1}i++}}static createElement(t,o){const e=Ft.createElement("template");return e.innerHTML=t,e}}function eo(t,o,e=t,r){if(o===Jt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=Dt(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=eo(t,i._$AS(t,o.values),i,r)),o}class ro{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Vt,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=eo(this,t,o),Dt(t)?t===Vt||null==t||""===t?(this._$AH!==Vt&&this._$AR(),this._$AH=Vt):t!==this._$AH&&t!==Jt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Mt(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Vt&&Dt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Ft.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=oo.createElement(Qt(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??Ft).importNode(o,!0);Xt.currentNode=r;let i=Xt.nextNode(),a=0,n=0,c=e[0];for(;void 0!==c;){if(a===c.index){let o;2===c.type?o=new ro(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new so(i,this,t)),this._$AV.push(o),c=e[++n]}a!==c?.index&&(i=Xt.nextNode(),a++)}return Xt.currentNode=Ft,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=qt.get(t.strings);return void 0===o&&qt.set(t.strings,o=new oo(t)),o}T(t){Mt(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 ro(this.k(At()),this.k(At()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class io{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Vt,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=Vt}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=eo(this,t,o,0),a=!Dt(t)||t!==this._$AH&&t!==Jt,a&&(this._$AH=t);else{const r=t;let n,c;for(t=i[0],n=0;n<i.length-1;n++)c=eo(this,r[e+n],o,n),c===Jt&&(c=this._$AH[n]),a||=!Dt(c)||c!==this._$AH[n],c===Vt?t=Vt:t!==Vt&&(t+=(c??"")+i[n+1]),this._$AH[n]=c}a&&!r&&this.O(t)}O(t){t===Vt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class ao extends io{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Vt?void 0:t}}class no extends io{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Vt)}}class co extends io{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=eo(this,t,o,0)??Vt)===Jt)return;const e=this._$AH,r=t===Vt&&e!==Vt||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Vt&&(e===Vt||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class so{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){eo(this,t)}}const lo=It.litHtmlPolyfillSupport;lo?.(oo,ro),(It.litHtmlVersions??=[]).push("3.1.0");
54
+ const It=globalThis,Lt=It.trustedTypes,$t=Lt?Lt.createPolicy("lit-html",{createHTML:t=>t}):void 0,kt="$lit$",Kt=`lit$${(Math.random()+"").slice(9)}$`,Zt="?"+Kt,Ft=`<${Zt}>`,zt=document,At=()=>zt.createComment(""),Dt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Mt=Array.isArray,Bt="[ \t\n\f\r]",Pt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ht=/-->/g,Tt=/>/g,_t=RegExp(`>|${Bt}(?:([^\\s"'>=/]+)(${Bt}*=${Bt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Gt=/'/g,jt=/"/g,Yt=/^(?:script|style|textarea|title)$/i,Jt=Symbol.for("lit-noChange"),Vt=Symbol.for("lit-nothing"),qt=new WeakMap,Xt=zt.createTreeWalker(zt,129);function Qt(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==$t?$t.createHTML(o):o}const to=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=Pt;for(let o=0;o<e;o++){const e=t[o];let c,s,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,s=n.exec(e),null!==s);)p=n.lastIndex,n===Pt?"!--"===s[1]?n=Ht:void 0!==s[1]?n=Tt:void 0!==s[2]?(Yt.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=_t):void 0!==s[3]&&(n=_t):n===_t?">"===s[0]?(n=i??Pt,l=-1):void 0===s[1]?l=-2:(l=n.lastIndex-s[2].length,c=s[1],n=void 0===s[3]?_t:'"'===s[3]?jt:Gt):n===jt||n===Gt?n=_t:n===Ht||n===Tt?n=Pt:(n=_t,i=void 0);const f=n===_t&&t[o+1].startsWith("/>")?" ":"";a+=n===Pt?e+Ft:l>=0?(r.push(c),e.slice(0,l)+kt+e.slice(l)+Kt+f):e+Kt+(-2===l?o:f)}return[Qt(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class oo{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,c=this.parts,[s,l]=to(t,o);if(this.el=oo.createElement(s,e),Xt.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=Xt.nextNode())&&c.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(kt)){const o=l[a++],e=r.getAttribute(t).split(Kt),n=/([.?@])?(.*)/.exec(o);c.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?ao:"?"===n[1]?no:"@"===n[1]?co:io}),r.removeAttribute(t)}else t.startsWith(Kt)&&(c.push({type:6,index:i}),r.removeAttribute(t));if(Yt.test(r.tagName)){const t=r.textContent.split(Kt),o=t.length-1;if(o>0){r.textContent=Lt?Lt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],At()),Xt.nextNode(),c.push({type:2,index:++i});r.append(t[o],At())}}}else if(8===r.nodeType)if(r.data===Zt)c.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Kt,t+1));)c.push({type:7,index:i}),t+=Kt.length-1}i++}}static createElement(t,o){const e=zt.createElement("template");return e.innerHTML=t,e}}function eo(t,o,e=t,r){if(o===Jt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=Dt(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=eo(t,i._$AS(t,o.values),i,r)),o}class ro{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Vt,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=eo(this,t,o),Dt(t)?t===Vt||null==t||""===t?(this._$AH!==Vt&&this._$AR(),this._$AH=Vt):t!==this._$AH&&t!==Jt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Mt(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Vt&&Dt(this._$AH)?this._$AA.nextSibling.data=t:this.$(zt.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=oo.createElement(Qt(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??zt).importNode(o,!0);Xt.currentNode=r;let i=Xt.nextNode(),a=0,n=0,c=e[0];for(;void 0!==c;){if(a===c.index){let o;2===c.type?o=new ro(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new so(i,this,t)),this._$AV.push(o),c=e[++n]}a!==c?.index&&(i=Xt.nextNode(),a++)}return Xt.currentNode=zt,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=qt.get(t.strings);return void 0===o&&qt.set(t.strings,o=new oo(t)),o}T(t){Mt(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 ro(this.k(At()),this.k(At()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class io{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Vt,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=Vt}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=eo(this,t,o,0),a=!Dt(t)||t!==this._$AH&&t!==Jt,a&&(this._$AH=t);else{const r=t;let n,c;for(t=i[0],n=0;n<i.length-1;n++)c=eo(this,r[e+n],o,n),c===Jt&&(c=this._$AH[n]),a||=!Dt(c)||c!==this._$AH[n],c===Vt?t=Vt:t!==Vt&&(t+=(c??"")+i[n+1]),this._$AH[n]=c}a&&!r&&this.O(t)}O(t){t===Vt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class ao extends io{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Vt?void 0:t}}class no extends io{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Vt)}}class co extends io{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=eo(this,t,o,0)??Vt)===Jt)return;const e=this._$AH,r=t===Vt&&e!==Vt||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Vt&&(e===Vt||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class so{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){eo(this,t)}}const lo=It.litHtmlPolyfillSupport;lo?.(oo,ro),(It.litHtmlVersions??=[]).push("3.1.0");
55
55
  /**
56
56
  * @license
57
57
  * Copyright 2017 Google LLC
58
58
  * SPDX-License-Identifier: BSD-3-Clause
59
59
  */
60
- class po extends Wt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new ro(o.insertBefore(At(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Jt}}po._$litElement$=!0,po.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:po});const fo=globalThis.litElementPolyfillSupport;fo?.({LitElement:po}),(globalThis.litElementVersions??=[]).push("4.0.2");const ho=t=>"string"==typeof t?ht(t):t;class yo{static create(t,o,e,r){const i=t=>ho(null!=t?t:r),a=dt`var(${ho(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>dt`var(${ho(t)}, ${i(o)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>r,a}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),a=dt`var(${ho(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e.category,a.fallbackVariable=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>dt`var(${ho(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):ho(null!=o?o:t.lastResortDefaultValue()),r=dt`var(${ho(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>dt`var(${ho(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const go={colorWhite:yo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yo.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:yo.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:yo.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:yo.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:yo.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:yo.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:yo.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:yo.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:yo.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:yo.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:yo.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:yo.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:yo.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:yo.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:yo.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:yo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yo.create("--ft-opacity-0","","NUMBER","0"),opacity8:yo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yo.create("--ft-opacity-80","","NUMBER","0.8")},uo={fontFamily:yo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-display-textCase","","UNKNOWN","none")},bo={fontFamily:yo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:yo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},mo={fontFamily:yo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:yo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Oo={fontFamily:yo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:yo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:yo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},No={fontFamily:yo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},So={fontFamily:yo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},xo={fontFamily:yo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Co={fontFamily:yo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},wo={fontFamily:yo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},vo={fontFamily:yo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Ro={fontFamily:yo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Uo={fontFamily:yo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Eo={fontFamily:yo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Wo={fontFamily:yo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Io={fontFamily:yo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Lo={fontFamily:yo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},$o={fontFamily:yo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},ko={fontFamily:yo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:yo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Zo={fontFamily:yo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},zo={fontFamily:yo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:yo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Ao={display:uo,"title-1":bo,"title-2":mo,"title-3":Oo,"body-1-regular":No,"body-1-medium":So,"body-1-semibold":xo,"body-2-regular":Co,"body-2-medium":wo,"body-2-semibold":vo,"label-1-medium":Ro,"label-1-semibold":Uo,"label-1-bold":Eo,"label-2-medium":Wo,"label-2-semibold":Io,"label-2-bold":Lo,"caption-1-medium":$o,"caption-1-semibold":ko,"caption-1-bold":Ko,"caption-2-medium":Zo,"caption-2-semibold":zo,"caption-2-bold":Fo},Do={backgroundActionPrimary:yo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",go.colorBrand0),backgroundErrorPrimary:yo.extend("--ft-background-error-primary","Used as background of error components.",go.colorRed0),backgroundErrorSubtle:yo.extend("--ft-background-error-subtle","Used as background of subtle error components.",go.colorRed10),backgroundInfoPrimary:yo.extend("--ft-background-info-primary","Used as background of information components.",go.colorCyan200),backgroundInfoSubtle:yo.extend("--ft-background-info-subtle","Used as background of subtle information components.",go.colorCyan10),backgroundWarningPrimary:yo.extend("--ft-background-warning-primary","Used as background of warning components.",go.colorOrange300),backgroundWarningSubtle:yo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",go.colorOrange10),backgroundSuccessPrimary:yo.extend("--ft-background-success-primary","Used as background of success components.",go.colorGreen200),backgroundSuccessSubtle:yo.extend("--ft-background-success-subtle","Used as background of subtle success components.",go.colorGreen10),backgroundGlobalSurface:yo.extend("--ft-background-global-surface","Used as app background.",go.colorWhite),backgroundGlobalOnSurface:yo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",go.colorGray10),backgroundGlobalOnSurfaceDark:yo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",go.colorGray30),contentActionPrimary:yo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",go.colorBrand0),contentWarningPrimary:yo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",go.colorOrange300),contentWarningIconOnly:yo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",go.colorOrange0),contentErrorPrimary:yo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",go.colorRed0),contentErrorIconOnly:yo.extend("--ft-content-error-icon-only","Used on error status icons alone",go.colorRed0),contentInfoPrimary:yo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",go.colorCyan200),contentInfoIconOnly:yo.extend("--ft-content-info-icon-only","Used on info status icons alone",go.colorCyan0),contentSuccessIconOnly:yo.extend("--ft-content-success-icon-only","Used on success status icons alone",go.colorGreen0),contentSuccessPrimary:yo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",go.colorGreen200),contentGlobalPrimary:yo.extend("--ft-content-global-primary","Used for main content on the page.",go.colorGray500),contentGlobalSecondary:yo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",go.colorGray200),contentGlobalSubtle:yo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",go.colorGray0),contentGlobalOnColor:yo.extend("--ft-content-global-on-color","Used for content on a dominant color.",go.colorWhite),borderActionPrimary:yo.extend("--ft-border-action-primary","Used as border for primary action components.",go.colorBrand0),borderActionFocusRing:yo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",go.colorCyan0),borderWarningPrimary:yo.extend("--ft-border-warning-primary","Used as border for warning components.",go.colorOrange30),borderSuccessPrimary:yo.extend("--ft-border-success-primary","Used as border for success components.",go.colorGreen30),borderErrorPrimary:yo.extend("--ft-border-error-primary","Used as border for error components.",go.colorRed30),borderInfoPrimary:yo.extend("--ft-border-info-primary","Used as border for information components.",go.colorCyan30),borderGlobalSubtle:yo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",go.colorGray30),borderGlobalPrimary:yo.extend("--ft-border-global-primary","Used as border for element like input.",go.colorGray50),borderInputPrimary:yo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",go.colorGray80)};yo.create("--ft-button-large-height","","SIZE","40px"),yo.extend("--ft-button-large-horizontal-padding","",go.spacing4),yo.extend("--ft-button-large-gap","",go.spacing2),yo.extend("--ft-button-large-border-radius","",go.borderRadiusS),yo.extend("--ft-button-large-icon-size","",go.iconSize3),yo.create("--ft-button-large-border-width","","SIZE","1px"),yo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),yo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),yo.create("--ft-button-large-icon-only-width","","SIZE","40px"),yo.create("--ft-button-small-height","","SIZE","30px"),yo.extend("--ft-button-small-horizontal-padding","",go.spacing3),yo.extend("--ft-button-small-gap","",go.spacing2),yo.extend("--ft-button-small-border-radius","",go.borderRadiusS),yo.extend("--ft-button-small-icon-size","",go.iconSize2),yo.create("--ft-button-small-border-width","","SIZE","1px"),yo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),yo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),yo.create("--ft-button-small-icon-only-width","","SIZE","30px"),yo.extend("--ft-button-primary-background-color","",Do.backgroundActionPrimary),yo.extend("--ft-button-primary-color","",Do.contentGlobalOnColor),yo.extend("--ft-button-primary-icon-color","",Do.contentGlobalOnColor),yo.extend("--ft-button-primary-state-layer-color","",Do.contentGlobalOnColor),yo.extend("--ft-button-primary-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-button-primary-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-button-primary-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-button-primary-component-opacity-disabled","",go.opacity40),yo.extend("--ft-button-focus-focus-ring-color","",Do.borderActionFocusRing),yo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),yo.extend("--ft-button-tertiary-color","",Do.contentActionPrimary),yo.extend("--ft-button-tertiary-icon-color","",Do.contentActionPrimary),yo.extend("--ft-button-tertiary-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-button-tertiary-state-layer-opacity-hover","",go.opacity8),yo.extend("--ft-button-tertiary-state-layer-opacity-focus","",go.opacity8),yo.extend("--ft-button-tertiary-state-layer-opacity-active","",go.opacity16),yo.extend("--ft-button-tertiary-component-opacity-disabled","",go.opacity40),yo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),yo.extend("--ft-button-secondary-color","",Do.contentActionPrimary),yo.extend("--ft-button-secondary-icon-color","",Do.contentActionPrimary),yo.extend("--ft-button-secondary-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-button-secondary-state-layer-opacity-hover","",go.opacity8),yo.extend("--ft-button-secondary-state-layer-opacity-focus","",go.opacity8),yo.extend("--ft-button-secondary-state-layer-opacity-active","",go.opacity16),yo.extend("--ft-button-secondary-component-opacity-disabled","",go.opacity40),yo.extend("--ft-button-secondary-border-color","",Do.borderActionPrimary),yo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),yo.extend("--ft-button-neutral-icon-color","",Do.contentGlobalSecondary),yo.extend("--ft-button-neutral-color","",Do.contentGlobalSecondary),yo.extend("--ft-button-neutral-state-layer-color","",Do.contentGlobalSecondary),yo.extend("--ft-button-neutral-state-layer-opacity-hover","",go.opacity8),yo.extend("--ft-button-neutral-state-layer-opacity-focus","",go.opacity8),yo.extend("--ft-button-neutral-state-layer-opacity-active","",go.opacity16),yo.extend("--ft-button-neutral-component-opacity-disabled","",go.opacity40),yo.extend("--ft-tabs-top-left-border-radius","",go.borderRadiusS),yo.extend("--ft-tabs-top-right-border-radius","",go.borderRadiusS),yo.extend("--ft-tabs-label-horizontal-padding","",go.spacing4),yo.extend("--ft-tabs-label-vertical-padding","",go.spacing3),yo.extend("--ft-tabs-label-gap","",go.spacing1),yo.extend("--ft-switch-group-horizontal-padding","",go.spacing1),yo.extend("--ft-switch-group-vertical-padding","",go.spacing1),yo.extend("--ft-switch-group-gap","",go.spacing1),yo.extend("--ft-switch-group-background-color","",Do.backgroundGlobalSurface),yo.extend("--ft-switch-group-border-color","",Do.borderGlobalSubtle),yo.create("--ft-switch-group-border-radius","","SIZE","6px"),yo.extend("--ft-switch-label-horizontal-padding","",go.spacing2),yo.extend("--ft-switch-label-vertical-padding","",go.spacing1),yo.extend("--ft-switch-icon-horizontal-padding","",go.spacing1),yo.extend("--ft-switch-icon-vertical-padding","",go.spacing1),yo.create("--ft-switch-focus-outline-width","","SIZE","2px"),yo.extend("--ft-switch-focus-focus-ring-color","",Do.borderActionFocusRing),yo.extend("--ft-switch-option-border-radius","",go.borderRadiusS),yo.extend("--ft-switch-off-state-layer-opacity-hover","",go.opacity8),yo.extend("--ft-switch-off-state-layer-opacity-focus","",go.opacity8),yo.extend("--ft-switch-off-state-layer-opacity-active","",go.opacity16),yo.extend("--ft-switch-off-component-opacity-disabled","",go.opacity40),yo.extend("--ft-switch-off-color","",Do.contentGlobalSubtle),yo.extend("--ft-switch-off-state-layer-color","",Do.contentGlobalSubtle),yo.extend("--ft-chart-1-light","for area color charts",go.colorBrand40),yo.extend("--ft-chart-1-base","for line charts",go.colorBrand0),yo.extend("--ft-chart-2-light","for area color charts",go.colorYellow60),yo.extend("--ft-chart-2-base","for line charts",go.colorYellow100),yo.extend("--ft-chart-3-light","",go.colorUltramarine40),yo.extend("--ft-chart-3-base","",go.colorUltramarine70),yo.extend("--ft-chart-4-light","",go.colorCyan50),yo.extend("--ft-chart-4-base","",go.colorCyan100),yo.extend("--ft-chart-5-light","",go.colorRed40),yo.extend("--ft-chart-5-base","",go.colorRed60),yo.extend("--ft-chart-6-light","",go.colorGreen40),yo.extend("--ft-chart-6-base","",go.colorGreen70),yo.extend("--ft-chart-7-light","",go.colorOrange70),yo.extend("--ft-chart-7-base","",go.colorOrange100),yo.extend("--ft-chart-8-light","",go.colorAvocado70),yo.extend("--ft-chart-8-base","",go.colorAvocado200),yo.extend("--ft-chart-9-light","",go.colorBrown50),yo.extend("--ft-chart-9-base","",go.colorBrown200),yo.extend("--ft-chart-10-light","",go.colorGray50),yo.extend("--ft-chart-10-base","",go.colorGray80),yo.extend("--ft-chart-monochrome-10","",go.colorBrand10),yo.extend("--ft-chart-monochrome-20","",go.colorBrand20),yo.extend("--ft-chart-monochrome-30","",go.colorBrand40),yo.extend("--ft-chart-monochrome-40","",go.colorBrand60),yo.extend("--ft-chart-monochrome-50","",go.colorBrand0),yo.extend("--ft-chart-monochrome-60","",go.colorBrand200),yo.extend("--ft-chip-large-horizontal-padding","",go.spacing4),yo.extend("--ft-chip-large-vertical-padding","",go.spacing2),yo.extend("--ft-chip-large-gap","",go.spacing1),yo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),yo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),yo.extend("--ft-chip-large-border-radius","",go.borderRadiusPill),yo.create("--ft-chip-large-border-width","","SIZE","1px"),yo.extend("--ft-chip-large-icon-size","",go.iconSize3),yo.extend("--ft-chip-medium-horizontal-padding","",go.spacing3),yo.extend("--ft-chip-medium-vertical-padding","",go.spacing1),yo.extend("--ft-chip-medium-gap","",go.spacing1),yo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),yo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),yo.extend("--ft-chip-medium-border-radius","",go.borderRadiusPill),yo.create("--ft-chip-medium-border-width","","SIZE","1px"),yo.extend("--ft-chip-medium-icon-size","",go.iconSize2),yo.extend("--ft-chip-small-horizontal-padding","",go.spacing2),yo.extend("--ft-chip-small-vertical-padding","",go.spacing05),yo.extend("--ft-chip-small-gap","",go.spacing1),yo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),yo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),yo.extend("--ft-chip-small-border-radius","",go.borderRadiusPill),yo.create("--ft-chip-small-border-width","","SIZE","1px"),yo.extend("--ft-chip-small-icon-size","",go.iconSize1),yo.extend("--ft-chip-neutral-background-color","",Do.backgroundGlobalOnSurface),yo.extend("--ft-chip-neutral-color","",Do.contentGlobalPrimary),yo.extend("--ft-chip-neutral-border-color","",Do.borderGlobalSubtle),yo.extend("--ft-chip-info-background-color","",Do.backgroundInfoSubtle),yo.extend("--ft-chip-info-color","",Do.contentInfoPrimary),yo.extend("--ft-chip-info-border-color","",Do.borderInfoPrimary),yo.extend("--ft-chip-success-background-color","",Do.backgroundSuccessSubtle),yo.extend("--ft-chip-success-color","",Do.contentSuccessPrimary),yo.extend("--ft-chip-success-border-color","",Do.borderSuccessPrimary),yo.extend("--ft-chip-warning-background-color","",Do.backgroundWarningSubtle),yo.extend("--ft-chip-warning-color","",Do.contentWarningPrimary),yo.extend("--ft-chip-warning-border-color","",Do.borderWarningPrimary),yo.extend("--ft-chip-error-background-color","",Do.backgroundErrorSubtle),yo.extend("--ft-chip-error-color","",Do.contentErrorPrimary),yo.extend("--ft-chip-error-border-color","",Do.borderErrorPrimary),yo.create("--ft-notice-border-width","","SIZE","1px"),yo.extend("--ft-notice-horizontal-padding","",go.spacing2),yo.extend("--ft-notice-vertical-padding","",go.spacing1),yo.extend("--ft-notice-border-radius","",go.borderRadiusS),yo.extend("--ft-notice-gap","",go.spacing2),yo.extend("--ft-notice-icon-size","",go.iconSize3),yo.extend("--ft-notice-info-background-color","",Do.backgroundInfoSubtle),yo.extend("--ft-notice-info-border-color","",Do.borderInfoPrimary),yo.extend("--ft-notice-info-color","",Do.contentInfoPrimary),yo.extend("--ft-notice-warning-background-color","",Do.backgroundWarningSubtle),yo.extend("--ft-notice-warning-border-color","",Do.borderWarningPrimary),yo.extend("--ft-notice-warning-color","",Do.contentWarningPrimary),yo.extend("--ft-checkbox-label-color","",Do.contentGlobalPrimary),yo.extend("--ft-checkbox-checked-background-color","",Do.contentActionPrimary),yo.extend("--ft-checkbox-checked-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-checkbox-checked-color","",Do.contentGlobalOnColor),yo.extend("--ft-checkbox-checked-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-checkbox-checked-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-checkbox-checked-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-checkbox-checked-component-opacity-disabled","",go.opacity40),yo.extend("--ft-checkbox-unchecked-border-color","",go.colorGray80),yo.extend("--ft-checkbox-unchecked-state-layer-color","",go.colorGray80),yo.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-checkbox-unchecked-component-opacity-disabled","",go.opacity40),yo.extend("--ft-checkbox-focus-focus-ring-color","",Do.borderActionFocusRing),yo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),yo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),yo.extend("--ft-checkbox-gap","",go.spacing3),yo.extend("--ft-toggle-off-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-toggle-off-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-toggle-off-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-toggle-off-component-opacity-disabled","",go.opacity40),yo.extend("--ft-toggle-off-background-color","",Do.contentGlobalSubtle),yo.extend("--ft-toggle-off-icon-color","",Do.contentGlobalSubtle),yo.extend("--ft-toggle-off-state-layer-color","",Do.contentGlobalSubtle),yo.extend("--ft-toggle-on-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-toggle-on-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-toggle-on-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-toggle-on-component-opacity-disabled","",go.opacity40),yo.extend("--ft-toggle-on-background-color","",Do.contentActionPrimary),yo.extend("--ft-toggle-on-icon-color","",Do.contentActionPrimary),yo.extend("--ft-toggle-on-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-toggle-label-color","",Do.contentGlobalPrimary),yo.extend("--ft-toggle-focus-focus-ring-color","",Do.borderActionFocusRing),yo.extend("--ft-toggle-gap","",go.spacing3),yo.extend("--ft-radio-label-color","",Do.contentGlobalPrimary),yo.extend("--ft-radio-selected-color","",Do.contentActionPrimary),yo.extend("--ft-radio-selected-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-radio-selected-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-radio-selected-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-radio-selected-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-radio-selected-component-opacity-disabled","",go.opacity40),yo.extend("--ft-radio-unselected-state-layer-color","",go.colorGray80),yo.extend("--ft-radio-unselected-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-radio-unselected-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-radio-unselected-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-radio-unselected-component-opacity-disabled","",go.opacity40),yo.extend("--ft-radio-focus-focus-ring-color","",Do.borderActionFocusRing),yo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),yo.create("--ft-radio-focus-outline-width","","SIZE","2px"),yo.extend("--ft-radio-gap","",go.spacing3),yo.extend("--ft-notification-icon-size","",go.iconSize4),yo.extend("--ft-notification-horizontal-padding","",go.spacing4),yo.extend("--ft-notification-vertical-padding","",go.spacing4),yo.extend("--ft-notification-info-background-color","",Do.backgroundInfoSubtle),yo.extend("--ft-notification-info-color","",Do.contentInfoPrimary),yo.extend("--ft-notification-info-border-color","",Do.borderInfoPrimary),yo.extend("--ft-notification-success-background-color","",Do.backgroundSuccessSubtle),yo.extend("--ft-notification-success-color","",Do.contentSuccessPrimary),yo.extend("--ft-notification-success-border-color","",Do.borderSuccessPrimary),yo.extend("--ft-notification-warning-background-color","",Do.backgroundWarningSubtle),yo.extend("--ft-notification-warning-color","",Do.contentWarningPrimary),yo.extend("--ft-notification-warning-border-color","",Do.borderWarningPrimary),yo.extend("--ft-notification-error-background-color","",Do.backgroundErrorSubtle),yo.extend("--ft-notification-error-color","",Do.contentErrorPrimary),yo.extend("--ft-notification-error-border-color","",Do.borderErrorPrimary),yo.extend("--ft-notification-border-radius","",go.borderRadiusPill),yo.create("--ft-notification-border-width","","SIZE","1px"),yo.extend("--ft-notification-gap-leading","",go.spacing2),yo.extend("--ft-notification-gap-trailing","",go.spacing8);const Mo={colorPrimary:yo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:yo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:yo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:yo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:yo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:yo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:yo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:yo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:yo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:yo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:yo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:yo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:yo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:yo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:yo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:yo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:yo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:yo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:yo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:yo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:yo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:yo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:yo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:yo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:yo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:yo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:yo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:yo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:yo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:yo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:yo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:yo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:yo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:yo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:yo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:yo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:yo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:yo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:yo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:yo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:yo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:yo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:yo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:yo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:yo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:yo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:yo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:yo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:yo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},Bo=window,Po=Bo.ShadowRoot&&(void 0===Bo.ShadyCSS||Bo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
60
+ class po extends Wt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new ro(o.insertBefore(At(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Jt}}po._$litElement$=!0,po.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:po});const fo=globalThis.litElementPolyfillSupport;fo?.({LitElement:po}),(globalThis.litElementVersions??=[]).push("4.0.2");const ho=t=>"string"==typeof t?ht(t):t;class yo{static create(t,o,e,r){const i=t=>ho(null!=t?t:r),a=dt`var(${ho(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>dt`var(${ho(t)}, ${i(o)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>r,a}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),a=dt`var(${ho(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e.category,a.fallbackVariable=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>dt`var(${ho(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):ho(null!=o?o:t.lastResortDefaultValue()),r=dt`var(${ho(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>dt`var(${ho(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const go={colorWhite:yo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yo.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:yo.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:yo.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:yo.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:yo.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:yo.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:yo.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:yo.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:yo.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:yo.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:yo.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:yo.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:yo.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:yo.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:yo.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:yo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yo.create("--ft-opacity-0","","NUMBER","0"),opacity8:yo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yo.create("--ft-opacity-80","","NUMBER","0.8")},uo={fontFamily:yo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-display-textCase","","UNKNOWN","none")},bo={fontFamily:yo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:yo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},mo={fontFamily:yo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:yo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Oo={fontFamily:yo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:yo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:yo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},No={fontFamily:yo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},So={fontFamily:yo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},xo={fontFamily:yo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Co={fontFamily:yo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},wo={fontFamily:yo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},vo={fontFamily:yo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Ro={fontFamily:yo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Uo={fontFamily:yo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Eo={fontFamily:yo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Wo={fontFamily:yo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Io={fontFamily:yo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Lo={fontFamily:yo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},$o={fontFamily:yo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},ko={fontFamily:yo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:yo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Zo={fontFamily:yo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Fo={fontFamily:yo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},zo={fontFamily:yo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Ao={display:uo,"title-1":bo,"title-2":mo,"title-3":Oo,"body-1-regular":No,"body-1-medium":So,"body-1-semibold":xo,"body-2-regular":Co,"body-2-medium":wo,"body-2-semibold":vo,"label-1-medium":Ro,"label-1-semibold":Uo,"label-1-bold":Eo,"label-2-medium":Wo,"label-2-semibold":Io,"label-2-bold":Lo,"caption-1-medium":$o,"caption-1-semibold":ko,"caption-1-bold":Ko,"caption-2-medium":Zo,"caption-2-semibold":Fo,"caption-2-bold":zo},Do={backgroundActionPrimary:yo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",go.colorBrand0),backgroundErrorPrimary:yo.extend("--ft-background-error-primary","Used as background of error components.",go.colorRed0),backgroundErrorSubtle:yo.extend("--ft-background-error-subtle","Used as background of subtle error components.",go.colorRed10),backgroundInfoPrimary:yo.extend("--ft-background-info-primary","Used as background of information components.",go.colorCyan200),backgroundInfoSubtle:yo.extend("--ft-background-info-subtle","Used as background of subtle information components.",go.colorCyan10),backgroundWarningPrimary:yo.extend("--ft-background-warning-primary","Used as background of warning components.",go.colorOrange300),backgroundWarningSubtle:yo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",go.colorOrange10),backgroundSuccessPrimary:yo.extend("--ft-background-success-primary","Used as background of success components.",go.colorGreen200),backgroundSuccessSubtle:yo.extend("--ft-background-success-subtle","Used as background of subtle success components.",go.colorGreen10),backgroundGlobalSurface:yo.extend("--ft-background-global-surface","Used as app background.",go.colorWhite),backgroundGlobalOnSurface:yo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",go.colorGray10),backgroundGlobalOnSurfaceDark:yo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",go.colorGray30),contentActionPrimary:yo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",go.colorBrand0),contentWarningPrimary:yo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",go.colorOrange300),contentWarningIconOnly:yo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",go.colorOrange0),contentErrorPrimary:yo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",go.colorRed0),contentErrorIconOnly:yo.extend("--ft-content-error-icon-only","Used on error status icons alone",go.colorRed0),contentInfoPrimary:yo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",go.colorCyan200),contentInfoIconOnly:yo.extend("--ft-content-info-icon-only","Used on info status icons alone",go.colorCyan0),contentSuccessIconOnly:yo.extend("--ft-content-success-icon-only","Used on success status icons alone",go.colorGreen0),contentSuccessPrimary:yo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",go.colorGreen200),contentGlobalPrimary:yo.extend("--ft-content-global-primary","Used for main content on the page.",go.colorGray500),contentGlobalSecondary:yo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",go.colorGray200),contentGlobalSubtle:yo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",go.colorGray0),contentGlobalOnColor:yo.extend("--ft-content-global-on-color","Used for content on a dominant color.",go.colorWhite),borderActionPrimary:yo.extend("--ft-border-action-primary","Used as border for primary action components.",go.colorBrand0),borderActionFocusRing:yo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",go.colorCyan0),borderWarningPrimary:yo.extend("--ft-border-warning-primary","Used as border for warning components.",go.colorOrange30),borderSuccessPrimary:yo.extend("--ft-border-success-primary","Used as border for success components.",go.colorGreen30),borderErrorPrimary:yo.extend("--ft-border-error-primary","Used as border for error components.",go.colorRed30),borderInfoPrimary:yo.extend("--ft-border-info-primary","Used as border for information components.",go.colorCyan30),borderGlobalSubtle:yo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",go.colorGray30),borderGlobalPrimary:yo.extend("--ft-border-global-primary","Used as border for element like input.",go.colorGray50),borderInputPrimary:yo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",go.colorGray80)};yo.create("--ft-button-large-height","","SIZE","40px"),yo.extend("--ft-button-large-horizontal-padding","",go.spacing4),yo.extend("--ft-button-large-gap","",go.spacing2),yo.extend("--ft-button-large-border-radius","",go.borderRadiusS),yo.extend("--ft-button-large-icon-size","",go.iconSize3),yo.create("--ft-button-large-border-width","","SIZE","1px"),yo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),yo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),yo.create("--ft-button-large-icon-only-width","","SIZE","40px"),yo.create("--ft-button-small-height","","SIZE","30px"),yo.extend("--ft-button-small-horizontal-padding","",go.spacing3),yo.extend("--ft-button-small-gap","",go.spacing2),yo.extend("--ft-button-small-border-radius","",go.borderRadiusS),yo.extend("--ft-button-small-icon-size","",go.iconSize2),yo.create("--ft-button-small-border-width","","SIZE","1px"),yo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),yo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),yo.create("--ft-button-small-icon-only-width","","SIZE","30px"),yo.extend("--ft-button-primary-background-color","",Do.backgroundActionPrimary),yo.extend("--ft-button-primary-color","",Do.contentGlobalOnColor),yo.extend("--ft-button-primary-icon-color","",Do.contentGlobalOnColor),yo.extend("--ft-button-primary-state-layer-color","",Do.contentGlobalOnColor),yo.extend("--ft-button-primary-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-button-primary-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-button-primary-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-button-primary-component-opacity-disabled","",go.opacity40),yo.extend("--ft-button-focus-focus-ring-color","",Do.borderActionFocusRing),yo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),yo.extend("--ft-button-tertiary-color","",Do.contentActionPrimary),yo.extend("--ft-button-tertiary-icon-color","",Do.contentActionPrimary),yo.extend("--ft-button-tertiary-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-button-tertiary-state-layer-opacity-hover","",go.opacity8),yo.extend("--ft-button-tertiary-state-layer-opacity-focus","",go.opacity8),yo.extend("--ft-button-tertiary-state-layer-opacity-active","",go.opacity16),yo.extend("--ft-button-tertiary-component-opacity-disabled","",go.opacity40),yo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),yo.extend("--ft-button-secondary-color","",Do.contentActionPrimary),yo.extend("--ft-button-secondary-icon-color","",Do.contentActionPrimary),yo.extend("--ft-button-secondary-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-button-secondary-state-layer-opacity-hover","",go.opacity8),yo.extend("--ft-button-secondary-state-layer-opacity-focus","",go.opacity8),yo.extend("--ft-button-secondary-state-layer-opacity-active","",go.opacity16),yo.extend("--ft-button-secondary-component-opacity-disabled","",go.opacity40),yo.extend("--ft-button-secondary-border-color","",Do.borderActionPrimary),yo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),yo.extend("--ft-button-neutral-icon-color","",Do.contentGlobalSecondary),yo.extend("--ft-button-neutral-color","",Do.contentGlobalSecondary),yo.extend("--ft-button-neutral-state-layer-color","",Do.contentGlobalSecondary),yo.extend("--ft-button-neutral-state-layer-opacity-hover","",go.opacity8),yo.extend("--ft-button-neutral-state-layer-opacity-focus","",go.opacity8),yo.extend("--ft-button-neutral-state-layer-opacity-active","",go.opacity16),yo.extend("--ft-button-neutral-component-opacity-disabled","",go.opacity40),yo.extend("--ft-tabs-top-left-border-radius","",go.borderRadiusS),yo.extend("--ft-tabs-top-right-border-radius","",go.borderRadiusS),yo.extend("--ft-tabs-label-horizontal-padding","",go.spacing4),yo.extend("--ft-tabs-label-vertical-padding","",go.spacing3),yo.extend("--ft-tabs-label-gap","",go.spacing1),yo.extend("--ft-switch-group-horizontal-padding","",go.spacing1),yo.extend("--ft-switch-group-vertical-padding","",go.spacing1),yo.extend("--ft-switch-group-gap","",go.spacing1),yo.extend("--ft-switch-group-background-color","",Do.backgroundGlobalSurface),yo.extend("--ft-switch-group-border-color","",Do.borderGlobalSubtle),yo.create("--ft-switch-group-border-radius","","SIZE","6px"),yo.extend("--ft-switch-label-horizontal-padding","",go.spacing2),yo.extend("--ft-switch-label-vertical-padding","",go.spacing1),yo.extend("--ft-switch-icon-horizontal-padding","",go.spacing1),yo.extend("--ft-switch-icon-vertical-padding","",go.spacing1),yo.create("--ft-switch-focus-outline-width","","SIZE","2px"),yo.extend("--ft-switch-focus-focus-ring-color","",Do.borderActionFocusRing),yo.extend("--ft-switch-option-border-radius","",go.borderRadiusS),yo.extend("--ft-switch-off-state-layer-opacity-hover","",go.opacity8),yo.extend("--ft-switch-off-state-layer-opacity-focus","",go.opacity8),yo.extend("--ft-switch-off-state-layer-opacity-active","",go.opacity16),yo.extend("--ft-switch-off-component-opacity-disabled","",go.opacity40),yo.extend("--ft-switch-off-color","",Do.contentGlobalSubtle),yo.extend("--ft-switch-off-state-layer-color","",Do.contentGlobalSubtle),yo.extend("--ft-chart-1-light","for area color charts",go.colorBrand40),yo.extend("--ft-chart-1-base","for line charts",go.colorBrand0),yo.extend("--ft-chart-2-light","for area color charts",go.colorYellow60),yo.extend("--ft-chart-2-base","for line charts",go.colorYellow100),yo.extend("--ft-chart-3-light","",go.colorUltramarine40),yo.extend("--ft-chart-3-base","",go.colorUltramarine70),yo.extend("--ft-chart-4-light","",go.colorCyan50),yo.extend("--ft-chart-4-base","",go.colorCyan100),yo.extend("--ft-chart-5-light","",go.colorRed40),yo.extend("--ft-chart-5-base","",go.colorRed60),yo.extend("--ft-chart-6-light","",go.colorGreen40),yo.extend("--ft-chart-6-base","",go.colorGreen70),yo.extend("--ft-chart-7-light","",go.colorOrange70),yo.extend("--ft-chart-7-base","",go.colorOrange100),yo.extend("--ft-chart-8-light","",go.colorAvocado70),yo.extend("--ft-chart-8-base","",go.colorAvocado200),yo.extend("--ft-chart-9-light","",go.colorBrown50),yo.extend("--ft-chart-9-base","",go.colorBrown200),yo.extend("--ft-chart-10-light","",go.colorGray50),yo.extend("--ft-chart-10-base","",go.colorGray80),yo.extend("--ft-chart-monochrome-10","",go.colorBrand10),yo.extend("--ft-chart-monochrome-20","",go.colorBrand20),yo.extend("--ft-chart-monochrome-30","",go.colorBrand40),yo.extend("--ft-chart-monochrome-40","",go.colorBrand60),yo.extend("--ft-chart-monochrome-50","",go.colorBrand0),yo.extend("--ft-chart-monochrome-60","",go.colorBrand200),yo.extend("--ft-chip-large-horizontal-padding","",go.spacing4),yo.extend("--ft-chip-large-vertical-padding","",go.spacing2),yo.extend("--ft-chip-large-gap","",go.spacing1),yo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),yo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),yo.extend("--ft-chip-large-border-radius","",go.borderRadiusPill),yo.create("--ft-chip-large-border-width","","SIZE","1px"),yo.extend("--ft-chip-large-icon-size","",go.iconSize3),yo.extend("--ft-chip-medium-horizontal-padding","",go.spacing3),yo.extend("--ft-chip-medium-vertical-padding","",go.spacing1),yo.extend("--ft-chip-medium-gap","",go.spacing1),yo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),yo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),yo.extend("--ft-chip-medium-border-radius","",go.borderRadiusPill),yo.create("--ft-chip-medium-border-width","","SIZE","1px"),yo.extend("--ft-chip-medium-icon-size","",go.iconSize2),yo.extend("--ft-chip-small-horizontal-padding","",go.spacing2),yo.extend("--ft-chip-small-vertical-padding","",go.spacing05),yo.extend("--ft-chip-small-gap","",go.spacing1),yo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),yo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),yo.extend("--ft-chip-small-border-radius","",go.borderRadiusPill),yo.create("--ft-chip-small-border-width","","SIZE","1px"),yo.extend("--ft-chip-small-icon-size","",go.iconSize1),yo.extend("--ft-chip-neutral-background-color","",Do.backgroundGlobalOnSurface),yo.extend("--ft-chip-neutral-color","",Do.contentGlobalPrimary),yo.extend("--ft-chip-neutral-border-color","",Do.borderGlobalSubtle),yo.extend("--ft-chip-info-background-color","",Do.backgroundInfoSubtle),yo.extend("--ft-chip-info-color","",Do.contentInfoPrimary),yo.extend("--ft-chip-info-border-color","",Do.borderInfoPrimary),yo.extend("--ft-chip-success-background-color","",Do.backgroundSuccessSubtle),yo.extend("--ft-chip-success-color","",Do.contentSuccessPrimary),yo.extend("--ft-chip-success-border-color","",Do.borderSuccessPrimary),yo.extend("--ft-chip-warning-background-color","",Do.backgroundWarningSubtle),yo.extend("--ft-chip-warning-color","",Do.contentWarningPrimary),yo.extend("--ft-chip-warning-border-color","",Do.borderWarningPrimary),yo.extend("--ft-chip-error-background-color","",Do.backgroundErrorSubtle),yo.extend("--ft-chip-error-color","",Do.contentErrorPrimary),yo.extend("--ft-chip-error-border-color","",Do.borderErrorPrimary),yo.create("--ft-notice-border-width","","SIZE","1px"),yo.extend("--ft-notice-horizontal-padding","",go.spacing2),yo.extend("--ft-notice-vertical-padding","",go.spacing1),yo.extend("--ft-notice-border-radius","",go.borderRadiusS),yo.extend("--ft-notice-gap","",go.spacing2),yo.extend("--ft-notice-icon-size","",go.iconSize3),yo.extend("--ft-notice-info-background-color","",Do.backgroundInfoSubtle),yo.extend("--ft-notice-info-border-color","",Do.borderInfoPrimary),yo.extend("--ft-notice-info-color","",Do.contentInfoPrimary),yo.extend("--ft-notice-warning-background-color","",Do.backgroundWarningSubtle),yo.extend("--ft-notice-warning-border-color","",Do.borderWarningPrimary),yo.extend("--ft-notice-warning-color","",Do.contentWarningPrimary),yo.extend("--ft-checkbox-label-color","",Do.contentGlobalPrimary),yo.extend("--ft-checkbox-checked-background-color","",Do.contentActionPrimary),yo.extend("--ft-checkbox-checked-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-checkbox-checked-color","",Do.contentGlobalOnColor),yo.extend("--ft-checkbox-checked-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-checkbox-checked-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-checkbox-checked-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-checkbox-checked-component-opacity-disabled","",go.opacity40),yo.extend("--ft-checkbox-unchecked-border-color","",go.colorGray80),yo.extend("--ft-checkbox-unchecked-state-layer-color","",go.colorGray80),yo.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-checkbox-unchecked-component-opacity-disabled","",go.opacity40),yo.extend("--ft-checkbox-focus-focus-ring-color","",Do.borderActionFocusRing),yo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),yo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),yo.extend("--ft-checkbox-gap","",go.spacing3),yo.extend("--ft-toggle-off-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-toggle-off-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-toggle-off-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-toggle-off-component-opacity-disabled","",go.opacity40),yo.extend("--ft-toggle-off-background-color","",Do.contentGlobalSubtle),yo.extend("--ft-toggle-off-icon-color","",Do.contentGlobalSubtle),yo.extend("--ft-toggle-off-state-layer-color","",Do.contentGlobalSubtle),yo.extend("--ft-toggle-on-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-toggle-on-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-toggle-on-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-toggle-on-component-opacity-disabled","",go.opacity40),yo.extend("--ft-toggle-on-background-color","",Do.contentActionPrimary),yo.extend("--ft-toggle-on-icon-color","",Do.contentActionPrimary),yo.extend("--ft-toggle-on-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-toggle-label-color","",Do.contentGlobalPrimary),yo.extend("--ft-toggle-focus-focus-ring-color","",Do.borderActionFocusRing),yo.extend("--ft-toggle-gap","",go.spacing3),yo.extend("--ft-radio-label-color","",Do.contentGlobalPrimary),yo.extend("--ft-radio-selected-color","",Do.contentActionPrimary),yo.extend("--ft-radio-selected-state-layer-color","",Do.contentActionPrimary),yo.extend("--ft-radio-selected-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-radio-selected-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-radio-selected-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-radio-selected-component-opacity-disabled","",go.opacity40),yo.extend("--ft-radio-unselected-state-layer-color","",go.colorGray80),yo.extend("--ft-radio-unselected-state-layer-opacity-hover","",go.opacity16),yo.extend("--ft-radio-unselected-state-layer-opacity-focus","",go.opacity16),yo.extend("--ft-radio-unselected-state-layer-opacity-active","",go.opacity24),yo.extend("--ft-radio-unselected-component-opacity-disabled","",go.opacity40),yo.extend("--ft-radio-focus-focus-ring-color","",Do.borderActionFocusRing),yo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),yo.create("--ft-radio-focus-outline-width","","SIZE","2px"),yo.extend("--ft-radio-gap","",go.spacing3),yo.extend("--ft-notification-icon-size","",go.iconSize4),yo.extend("--ft-notification-horizontal-padding","",go.spacing4),yo.extend("--ft-notification-vertical-padding","",go.spacing4),yo.extend("--ft-notification-info-background-color","",Do.backgroundInfoSubtle),yo.extend("--ft-notification-info-color","",Do.contentInfoPrimary),yo.extend("--ft-notification-info-border-color","",Do.borderInfoPrimary),yo.extend("--ft-notification-success-background-color","",Do.backgroundSuccessSubtle),yo.extend("--ft-notification-success-color","",Do.contentSuccessPrimary),yo.extend("--ft-notification-success-border-color","",Do.borderSuccessPrimary),yo.extend("--ft-notification-warning-background-color","",Do.backgroundWarningSubtle),yo.extend("--ft-notification-warning-color","",Do.contentWarningPrimary),yo.extend("--ft-notification-warning-border-color","",Do.borderWarningPrimary),yo.extend("--ft-notification-error-background-color","",Do.backgroundErrorSubtle),yo.extend("--ft-notification-error-color","",Do.contentErrorPrimary),yo.extend("--ft-notification-error-border-color","",Do.borderErrorPrimary),yo.extend("--ft-notification-border-radius","",go.borderRadiusPill),yo.create("--ft-notification-border-width","","SIZE","1px"),yo.extend("--ft-notification-gap-leading","",go.spacing2),yo.extend("--ft-notification-gap-trailing","",go.spacing8);const Mo={colorPrimary:yo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:yo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:yo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:yo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:yo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:yo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:yo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:yo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:yo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:yo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:yo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:yo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:yo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:yo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:yo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:yo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:yo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:yo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:yo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:yo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:yo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:yo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:yo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:yo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:yo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:yo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:yo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:yo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:yo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:yo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:yo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:yo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:yo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:yo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:yo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:yo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:yo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:yo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:yo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:yo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:yo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:yo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:yo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:yo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:yo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:yo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:yo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:yo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:yo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},Bo=window,Po=Bo.ShadowRoot&&(void 0===Bo.ShadyCSS||Bo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
61
61
  /**
62
62
  * @license
63
63
  * Copyright 2019 Google LLC
64
64
  * SPDX-License-Identifier: BSD-3-Clause
65
- */class Ho extends po{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)=>{Po?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=Bo.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var To,_o=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,c=t.length-1;c>=0;c--)(i=t[c])&&(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 Go=Symbol("constructorPrototype"),jo=Symbol("constructorName"),Yo=Symbol("exportpartsDebouncer");class Jo extends Ho{constructor(){super(),this[To]=new o(5),this[jo]=this.constructor.name,this[Go]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[jo]&&Object.setPrototypeOf(this,this[Go])}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[Yo].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 c=t=>null!=t&&t.trim().length>0,s=t.filter(c).map((t=>t.trim()));if(0===s.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],e=null!==(n=null===(a=t.getAttribute("exportparts"))||void 0===a?void 0:a.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...o,...e).filter(c).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const p=[...l.values()].flatMap((t=>s.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}var Vo,qo;To=Yo,_o([v()],Jo.prototype,"exportpartsPrefix",void 0),_o([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return v({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)=>!R(t,o),...null!=o?o:{}})}([])],Jo.prototype,"exportpartsPrefixes",void 0),_o([v()],Jo.prototype,"customStylesheet",void 0),dt`
65
+ */class Ho extends po{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)=>{Po?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=Bo.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var To,_o=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,c=t.length-1;c>=0;c--)(i=t[c])&&(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 Go=Symbol("constructorPrototype"),jo=Symbol("constructorName"),Yo=Symbol("exportpartsDebouncer");class Jo extends Ho{constructor(){super(),this[To]=new v(5),this[jo]=this.constructor.name,this[Go]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[jo]&&Object.setPrototypeOf(this,this[Go])}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[Yo].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 c=t=>null!=t&&t.trim().length>0,s=t.filter(c).map((t=>t.trim()));if(0===s.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],e=null!==(n=null===(a=t.getAttribute("exportparts"))||void 0===a?void 0:a.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...o,...e).filter(c).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const p=[...l.values()].flatMap((t=>s.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}To=Yo,_o([w()],Jo.prototype,"exportpartsPrefix",void 0),_o([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return w({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)=>!R(t,o),...null!=o?o:{}})}([])],Jo.prototype,"exportpartsPrefixes",void 0),_o([w()],Jo.prototype,"customStylesheet",void 0);const Vo=yo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");var qo,Xo;dt`
66
+ .highlight-html-match {
67
+ background: ${Vo};
68
+ }
69
+ `,dt`
66
70
  .ft-no-text-select {
67
71
  -webkit-touch-callout: none;
68
72
  -webkit-user-select: none;
@@ -94,23 +98,14 @@ class po extends Wt{constructor(){super(...arguments),this.renderOptions={host:t
94
98
  display: inline-block;
95
99
  width: 0;
96
100
  }
97
- `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(qo=null===(Vo=window.safari)||void 0===Vo?void 0:Vo.pushNotification)||void 0===qo||qo.toString());
101
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Xo=null===(qo=window.safari)||void 0===qo?void 0:qo.pushNotification)||void 0===Xo||Xo.toString());
98
102
  /**
99
103
  * @license
100
104
  * Copyright 2020 Google LLC
101
105
  * SPDX-License-Identifier: BSD-3-Clause
102
106
  */
103
- const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$litStatic$:t,r:Xo}),oe=new Map,ee=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],c=[];let s,l=0,p=!1;for(;l<r;){for(s=o[l];l<r&&void 0!==(a=e[l],i=Qo(a));)s+=i+o[++l],p=!0;l!==r&&c.push(a),n.push(s),l++}if(l===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=oe.get(t))&&(n.raw=n,oe.set(t,o=n)),e=c}return t(o,...e)})(G);var re;t.FtTypographyVariants=void 0,(re=t.FtTypographyVariants||(t.FtTypographyVariants={})).title="title",re.title_dense="title-dense",re.subtitle1="subtitle1",re.subtitle2="subtitle2",re.body1="body1",re.body2="body2",re.caption="caption",re.breadcrumb="breadcrumb",re.overline="overline",re.button="button",re.display="display",re.title1="title-1",re.title2="title-2",re.title3="title-3",re.body1regular="body-1-regular",re.body1medium="body-1-medium",re.body1semibold="body-1-semibold",re.body2regular="body-2-regular",re.body2medium="body-2-medium",re.body2semibold="body-2-semibold",re.label1medium="label-1-medium",re.label1semibold="label-1-semibold",re.label1bold="label-1-bold",re.label2medium="label-2-medium",re.label2semibold="label-2-semibold",re.label2bold="label-2-bold",re.caption1medium="caption-1-medium",re.caption1semibold="caption-1-semibold",re.caption1bold="caption-1-bold",re.caption2medium="caption-2-medium",re.caption2semibold="caption-2-semibold",re.caption2bold="caption-2-bold";const ie=yo.extend("--ft-typography-font-family","",Mo.titleFont),ae=yo.extend("--ft-typography-font-family","",Mo.contentFont),ne={fontFamily:ae,fontSize:yo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:yo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:yo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:yo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:yo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ce={fontFamily:yo.extend("--ft-typography-title-font-family","",ie),fontSize:yo.extend("--ft-typography-title-font-size","",ne.fontSize,"20px"),fontWeight:yo.extend("--ft-typography-title-font-weight","",ne.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-title-letter-spacing","",ne.letterSpacing,"0.15px"),lineHeight:yo.extend("--ft-typography-title-line-height","",ne.lineHeight,"1.2"),textTransform:yo.extend("--ft-typography-title-text-transform","",ne.textTransform,"inherit")},se={fontFamily:yo.extend("--ft-typography-title-dense-font-family","",ie),fontSize:yo.extend("--ft-typography-title-dense-font-size","",ne.fontSize,"14px"),fontWeight:yo.extend("--ft-typography-title-dense-font-weight","",ne.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-title-dense-letter-spacing","",ne.letterSpacing,"0.105px"),lineHeight:yo.extend("--ft-typography-title-dense-line-height","",ne.lineHeight,"1.7"),textTransform:yo.extend("--ft-typography-title-dense-text-transform","",ne.textTransform,"inherit")},le={fontFamily:yo.extend("--ft-typography-subtitle1-font-family","",ae),fontSize:yo.extend("--ft-typography-subtitle1-font-size","",ne.fontSize,"16px"),fontWeight:yo.extend("--ft-typography-subtitle1-font-weight","",ne.fontWeight,"600"),letterSpacing:yo.extend("--ft-typography-subtitle1-letter-spacing","",ne.letterSpacing,"0.144px"),lineHeight:yo.extend("--ft-typography-subtitle1-line-height","",ne.lineHeight,"1.5"),textTransform:yo.extend("--ft-typography-subtitle1-text-transform","",ne.textTransform,"inherit")},pe={fontFamily:yo.extend("--ft-typography-subtitle2-font-family","",ae),fontSize:yo.extend("--ft-typography-subtitle2-font-size","",ne.fontSize,"14px"),fontWeight:yo.extend("--ft-typography-subtitle2-font-weight","",ne.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-subtitle2-letter-spacing","",ne.letterSpacing,"0.098px"),lineHeight:yo.extend("--ft-typography-subtitle2-line-height","",ne.lineHeight,"1.7"),textTransform:yo.extend("--ft-typography-subtitle2-text-transform","",ne.textTransform,"inherit")},fe={fontFamily:yo.extend("--ft-typography-body1-font-family","",ae),fontSize:yo.extend("--ft-typography-body1-font-size","",ne.fontSize,"16px"),fontWeight:yo.extend("--ft-typography-body1-font-weight","",ne.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-body1-letter-spacing","",ne.letterSpacing,"0.496px"),lineHeight:yo.extend("--ft-typography-body1-line-height","",ne.lineHeight,"1.5"),textTransform:yo.extend("--ft-typography-body1-text-transform","",ne.textTransform,"inherit")},he={fontFamily:yo.extend("--ft-typography-body2-font-family","",ae),fontSize:yo.extend("--ft-typography-body2-font-size","",ne.fontSize,"14px"),fontWeight:yo.extend("--ft-typography-body2-font-weight","",ne.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-body2-letter-spacing","",ne.letterSpacing,"0.252px"),lineHeight:yo.extend("--ft-typography-body2-line-height","",ne.lineHeight,"1.4"),textTransform:yo.extend("--ft-typography-body2-text-transform","",ne.textTransform,"inherit")},de={fontFamily:yo.extend("--ft-typography-caption-font-family","",ae),fontSize:yo.extend("--ft-typography-caption-font-size","",ne.fontSize,"12px"),fontWeight:yo.extend("--ft-typography-caption-font-weight","",ne.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-caption-letter-spacing","",ne.letterSpacing,"0.396px"),lineHeight:yo.extend("--ft-typography-caption-line-height","",ne.lineHeight,"1.33"),textTransform:yo.extend("--ft-typography-caption-text-transform","",ne.textTransform,"inherit")},ye={fontFamily:yo.extend("--ft-typography-breadcrumb-font-family","",ae),fontSize:yo.extend("--ft-typography-breadcrumb-font-size","",ne.fontSize,"10px"),fontWeight:yo.extend("--ft-typography-breadcrumb-font-weight","",ne.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-breadcrumb-letter-spacing","",ne.letterSpacing,"0.33px"),lineHeight:yo.extend("--ft-typography-breadcrumb-line-height","",ne.lineHeight,"1.6"),textTransform:yo.extend("--ft-typography-breadcrumb-text-transform","",ne.textTransform,"inherit")},ge={fontFamily:yo.extend("--ft-typography-overline-font-family","",ae),fontSize:yo.extend("--ft-typography-overline-font-size","",ne.fontSize,"10px"),fontWeight:yo.extend("--ft-typography-overline-font-weight","",ne.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-overline-letter-spacing","",ne.letterSpacing,"1.5px"),lineHeight:yo.extend("--ft-typography-overline-line-height","",ne.lineHeight,"1.6"),textTransform:yo.extend("--ft-typography-overline-text-transform","",ne.textTransform,"uppercase")},ue={fontFamily:yo.extend("--ft-typography-button-font-family","",ae),fontSize:yo.extend("--ft-typography-button-font-size","",ne.fontSize,"14px"),fontWeight:yo.extend("--ft-typography-button-font-weight","",ne.fontWeight,"600"),letterSpacing:yo.extend("--ft-typography-button-letter-spacing","",ne.letterSpacing,"1.246px"),lineHeight:yo.extend("--ft-typography-button-line-height","",ne.lineHeight,"1.15"),textTransform:yo.extend("--ft-typography-button-text-transform","",ne.textTransform,"uppercase")},be=dt`
107
+ const Qo=Symbol.for(""),te=t=>{if(t?.r===Qo)return t?._$litStatic$},oe=t=>({_$litStatic$:t,r:Qo}),ee=new Map,re=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],c=[];let s,l=0,p=!1;for(;l<r;){for(s=o[l];l<r&&void 0!==(a=e[l],i=te(a));)s+=i+o[++l],p=!0;l!==r&&c.push(a),n.push(s),l++}if(l===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=ee.get(t))&&(n.raw=n,ee.set(t,o=n)),e=c}return t(o,...e)})(G);var ie;t.FtTypographyVariants=void 0,(ie=t.FtTypographyVariants||(t.FtTypographyVariants={})).title="title",ie.title_dense="title-dense",ie.subtitle1="subtitle1",ie.subtitle2="subtitle2",ie.body1="body1",ie.body2="body2",ie.caption="caption",ie.breadcrumb="breadcrumb",ie.overline="overline",ie.button="button",ie.display="display",ie.title1="title-1",ie.title2="title-2",ie.title3="title-3",ie.body1regular="body-1-regular",ie.body1medium="body-1-medium",ie.body1semibold="body-1-semibold",ie.body2regular="body-2-regular",ie.body2medium="body-2-medium",ie.body2semibold="body-2-semibold",ie.label1medium="label-1-medium",ie.label1semibold="label-1-semibold",ie.label1bold="label-1-bold",ie.label2medium="label-2-medium",ie.label2semibold="label-2-semibold",ie.label2bold="label-2-bold",ie.caption1medium="caption-1-medium",ie.caption1semibold="caption-1-semibold",ie.caption1bold="caption-1-bold",ie.caption2medium="caption-2-medium",ie.caption2semibold="caption-2-semibold",ie.caption2bold="caption-2-bold";const ae=yo.extend("--ft-typography-font-family","",Mo.titleFont),ne=yo.extend("--ft-typography-font-family","",Mo.contentFont),ce={fontFamily:ne,fontSize:yo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:yo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:yo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:yo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:yo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},se={fontFamily:yo.extend("--ft-typography-title-font-family","",ae),fontSize:yo.extend("--ft-typography-title-font-size","",ce.fontSize,"20px"),fontWeight:yo.extend("--ft-typography-title-font-weight","",ce.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-title-letter-spacing","",ce.letterSpacing,"0.15px"),lineHeight:yo.extend("--ft-typography-title-line-height","",ce.lineHeight,"1.2"),textTransform:yo.extend("--ft-typography-title-text-transform","",ce.textTransform,"inherit")},le={fontFamily:yo.extend("--ft-typography-title-dense-font-family","",ae),fontSize:yo.extend("--ft-typography-title-dense-font-size","",ce.fontSize,"14px"),fontWeight:yo.extend("--ft-typography-title-dense-font-weight","",ce.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-title-dense-letter-spacing","",ce.letterSpacing,"0.105px"),lineHeight:yo.extend("--ft-typography-title-dense-line-height","",ce.lineHeight,"1.7"),textTransform:yo.extend("--ft-typography-title-dense-text-transform","",ce.textTransform,"inherit")},pe={fontFamily:yo.extend("--ft-typography-subtitle1-font-family","",ne),fontSize:yo.extend("--ft-typography-subtitle1-font-size","",ce.fontSize,"16px"),fontWeight:yo.extend("--ft-typography-subtitle1-font-weight","",ce.fontWeight,"600"),letterSpacing:yo.extend("--ft-typography-subtitle1-letter-spacing","",ce.letterSpacing,"0.144px"),lineHeight:yo.extend("--ft-typography-subtitle1-line-height","",ce.lineHeight,"1.5"),textTransform:yo.extend("--ft-typography-subtitle1-text-transform","",ce.textTransform,"inherit")},fe={fontFamily:yo.extend("--ft-typography-subtitle2-font-family","",ne),fontSize:yo.extend("--ft-typography-subtitle2-font-size","",ce.fontSize,"14px"),fontWeight:yo.extend("--ft-typography-subtitle2-font-weight","",ce.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-subtitle2-letter-spacing","",ce.letterSpacing,"0.098px"),lineHeight:yo.extend("--ft-typography-subtitle2-line-height","",ce.lineHeight,"1.7"),textTransform:yo.extend("--ft-typography-subtitle2-text-transform","",ce.textTransform,"inherit")},he={fontFamily:yo.extend("--ft-typography-body1-font-family","",ne),fontSize:yo.extend("--ft-typography-body1-font-size","",ce.fontSize,"16px"),fontWeight:yo.extend("--ft-typography-body1-font-weight","",ce.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-body1-letter-spacing","",ce.letterSpacing,"0.496px"),lineHeight:yo.extend("--ft-typography-body1-line-height","",ce.lineHeight,"1.5"),textTransform:yo.extend("--ft-typography-body1-text-transform","",ce.textTransform,"inherit")},de={fontFamily:yo.extend("--ft-typography-body2-font-family","",ne),fontSize:yo.extend("--ft-typography-body2-font-size","",ce.fontSize,"14px"),fontWeight:yo.extend("--ft-typography-body2-font-weight","",ce.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-body2-letter-spacing","",ce.letterSpacing,"0.252px"),lineHeight:yo.extend("--ft-typography-body2-line-height","",ce.lineHeight,"1.4"),textTransform:yo.extend("--ft-typography-body2-text-transform","",ce.textTransform,"inherit")},ye={fontFamily:yo.extend("--ft-typography-caption-font-family","",ne),fontSize:yo.extend("--ft-typography-caption-font-size","",ce.fontSize,"12px"),fontWeight:yo.extend("--ft-typography-caption-font-weight","",ce.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-caption-letter-spacing","",ce.letterSpacing,"0.396px"),lineHeight:yo.extend("--ft-typography-caption-line-height","",ce.lineHeight,"1.33"),textTransform:yo.extend("--ft-typography-caption-text-transform","",ce.textTransform,"inherit")},ge={fontFamily:yo.extend("--ft-typography-breadcrumb-font-family","",ne),fontSize:yo.extend("--ft-typography-breadcrumb-font-size","",ce.fontSize,"10px"),fontWeight:yo.extend("--ft-typography-breadcrumb-font-weight","",ce.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-breadcrumb-letter-spacing","",ce.letterSpacing,"0.33px"),lineHeight:yo.extend("--ft-typography-breadcrumb-line-height","",ce.lineHeight,"1.6"),textTransform:yo.extend("--ft-typography-breadcrumb-text-transform","",ce.textTransform,"inherit")},ue={fontFamily:yo.extend("--ft-typography-overline-font-family","",ne),fontSize:yo.extend("--ft-typography-overline-font-size","",ce.fontSize,"10px"),fontWeight:yo.extend("--ft-typography-overline-font-weight","",ce.fontWeight,"normal"),letterSpacing:yo.extend("--ft-typography-overline-letter-spacing","",ce.letterSpacing,"1.5px"),lineHeight:yo.extend("--ft-typography-overline-line-height","",ce.lineHeight,"1.6"),textTransform:yo.extend("--ft-typography-overline-text-transform","",ce.textTransform,"uppercase")},be={fontFamily:yo.extend("--ft-typography-button-font-family","",ne),fontSize:yo.extend("--ft-typography-button-font-size","",ce.fontSize,"14px"),fontWeight:yo.extend("--ft-typography-button-font-weight","",ce.fontWeight,"600"),letterSpacing:yo.extend("--ft-typography-button-letter-spacing","",ce.letterSpacing,"1.246px"),lineHeight:yo.extend("--ft-typography-button-line-height","",ce.lineHeight,"1.15"),textTransform:yo.extend("--ft-typography-button-text-transform","",ce.textTransform,"uppercase")},me=dt`
104
108
  .ft-typography--title {
105
- font-family: ${ce.fontFamily};
106
- font-size: ${ce.fontSize};
107
- font-weight: ${ce.fontWeight};
108
- letter-spacing: ${ce.letterSpacing};
109
- line-height: ${ce.lineHeight};
110
- text-transform: ${ce.textTransform};
111
- }
112
- `,me=dt`
113
- .ft-typography--title-dense {
114
109
  font-family: ${se.fontFamily};
115
110
  font-size: ${se.fontSize};
116
111
  font-weight: ${se.fontWeight};
@@ -119,7 +114,7 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
119
114
  text-transform: ${se.textTransform};
120
115
  }
121
116
  `,Oe=dt`
122
- .ft-typography--subtitle1 {
117
+ .ft-typography--title-dense {
123
118
  font-family: ${le.fontFamily};
124
119
  font-size: ${le.fontSize};
125
120
  font-weight: ${le.fontWeight};
@@ -128,7 +123,7 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
128
123
  text-transform: ${le.textTransform};
129
124
  }
130
125
  `,Ne=dt`
131
- .ft-typography--subtitle2 {
126
+ .ft-typography--subtitle1 {
132
127
  font-family: ${pe.fontFamily};
133
128
  font-size: ${pe.fontSize};
134
129
  font-weight: ${pe.fontWeight};
@@ -136,9 +131,8 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
136
131
  line-height: ${pe.lineHeight};
137
132
  text-transform: ${pe.textTransform};
138
133
  }
139
-
140
134
  `,Se=dt`
141
- .ft-typography--body1 {
135
+ .ft-typography--subtitle2 {
142
136
  font-family: ${fe.fontFamily};
143
137
  font-size: ${fe.fontSize};
144
138
  font-weight: ${fe.fontWeight};
@@ -146,8 +140,9 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
146
140
  line-height: ${fe.lineHeight};
147
141
  text-transform: ${fe.textTransform};
148
142
  }
143
+
149
144
  `,xe=dt`
150
- .ft-typography--body2 {
145
+ .ft-typography--body1 {
151
146
  font-family: ${he.fontFamily};
152
147
  font-size: ${he.fontSize};
153
148
  font-weight: ${he.fontWeight};
@@ -156,7 +151,7 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
156
151
  text-transform: ${he.textTransform};
157
152
  }
158
153
  `,Ce=dt`
159
- .ft-typography--caption {
154
+ .ft-typography--body2 {
160
155
  font-family: ${de.fontFamily};
161
156
  font-size: ${de.fontSize};
162
157
  font-weight: ${de.fontWeight};
@@ -165,7 +160,7 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
165
160
  text-transform: ${de.textTransform};
166
161
  }
167
162
  `,we=dt`
168
- .ft-typography--breadcrumb {
163
+ .ft-typography--caption {
169
164
  font-family: ${ye.fontFamily};
170
165
  font-size: ${ye.fontSize};
171
166
  font-weight: ${ye.fontWeight};
@@ -174,7 +169,7 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
174
169
  text-transform: ${ye.textTransform};
175
170
  }
176
171
  `,ve=dt`
177
- .ft-typography--overline {
172
+ .ft-typography--breadcrumb {
178
173
  font-family: ${ge.fontFamily};
179
174
  font-size: ${ge.fontSize};
180
175
  font-weight: ${ge.fontWeight};
@@ -183,7 +178,7 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
183
178
  text-transform: ${ge.textTransform};
184
179
  }
185
180
  `,Re=dt`
186
- .ft-typography--button {
181
+ .ft-typography--overline {
187
182
  font-family: ${ue.fontFamily};
188
183
  font-size: ${ue.fontSize};
189
184
  font-weight: ${ue.fontWeight};
@@ -192,10 +187,19 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
192
187
  text-transform: ${ue.textTransform};
193
188
  }
194
189
  `,Ue=dt`
190
+ .ft-typography--button {
191
+ font-family: ${be.fontFamily};
192
+ font-size: ${be.fontSize};
193
+ font-weight: ${be.fontWeight};
194
+ letter-spacing: ${be.letterSpacing};
195
+ line-height: ${be.lineHeight};
196
+ text-transform: ${be.textTransform};
197
+ }
198
+ `,Ee=dt`
195
199
  .ft-typography {
196
200
  vertical-align: inherit;
197
201
  }
198
- `,Ee=[Object.keys(Ao).map((t=>function(t){const o=Ao[t];return dt`
202
+ `,We=[Object.keys(Ao).map((t=>function(t){const o=Ao[t];return dt`
199
203
  .ft-typography--${ht(t)} {
200
204
  font-family: ${o.fontFamily};
201
205
  font-size: ${o.fontSize};
@@ -204,11 +208,11 @@ const Xo=Symbol.for(""),Qo=t=>{if(t?.r===Xo)return t?._$litStatic$},te=t=>({_$li
204
208
  line-height: ${o.lineHeight};
205
209
  text-transform: ${o.textCase};
206
210
  }
207
- `}(t)))];var We,Ie=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,c=t.length-1;c>=0;c--)(i=t[c])&&(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 Le extends Jo{constructor(){super(...arguments),this.variant=t.FtTypographyVariants.body1}render(){return this.element?ee`
208
- <${te(this.element)}
211
+ `}(t)))];var Ie,Le=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,c=t.length-1;c>=0;c--)(i=t[c])&&(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 $e extends Jo{constructor(){super(...arguments),this.variant=t.FtTypographyVariants.body1}render(){return this.element?re`
212
+ <${oe(this.element)}
209
213
  class="ft-typography ft-typography--${this.variant}">
210
214
  <slot></slot>
211
- </${te(this.element)}>
212
- `:ee`
215
+ </${oe(this.element)}>
216
+ `:re`
213
217
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
214
- `}}Le.styles=[be,me,Oe,Ne,Se,xe,Ce,we,ve,Re,Ue,...Ee],Ie([v()],Le.prototype,"element",void 0),Ie([v()],Le.prototype,"variant",void 0),(We="ft-typography",t=>{window.customElements.get(We)||window.customElements.define(We,t)})(Le),t.FtTypography=Le,t.FtTypographyBody1=Se,t.FtTypographyBody1CssVariables=fe,t.FtTypographyBody1MediumCssVariables=So,t.FtTypographyBody1RegularCssVariables=No,t.FtTypographyBody1SemiboldCssVariables=xo,t.FtTypographyBody2=xe,t.FtTypographyBody2CssVariables=he,t.FtTypographyBody2MediumCssVariables=wo,t.FtTypographyBody2RegularCssVariables=Co,t.FtTypographyBody2SemiboldCssVariables=vo,t.FtTypographyBreadcrumb=we,t.FtTypographyBreadcrumbCssVariables=ye,t.FtTypographyButton=Re,t.FtTypographyButtonCssVariables=ue,t.FtTypographyCaption=Ce,t.FtTypographyCaption1BoldCssVariables=Ko,t.FtTypographyCaption1MediumCssVariables=$o,t.FtTypographyCaption1SemiboldCssVariables=ko,t.FtTypographyCaption2BoldCssVariables=Fo,t.FtTypographyCaption2MediumCssVariables=Zo,t.FtTypographyCaption2SemiboldCssVariables=zo,t.FtTypographyCaptionCssVariables=de,t.FtTypographyCssVariables=ne,t.FtTypographyDisplayCssVariables=uo,t.FtTypographyLabel1BoldCssVariables=Eo,t.FtTypographyLabel1MediumCssVariables=Ro,t.FtTypographyLabel1SemiboldCssVariables=Uo,t.FtTypographyLabel2BoldCssVariables=Lo,t.FtTypographyLabel2MediumCssVariables=Wo,t.FtTypographyLabel2SemiboldCssVariables=Io,t.FtTypographyOverline=ve,t.FtTypographyOverlineCssVariables=ge,t.FtTypographyStyles=Ue,t.FtTypographySubtitle1=Oe,t.FtTypographySubtitle1CssVariables=le,t.FtTypographySubtitle2=Ne,t.FtTypographySubtitle2CssVariables=pe,t.FtTypographyTitle=be,t.FtTypographyTitle1CssVariables=bo,t.FtTypographyTitle2CssVariables=mo,t.FtTypographyTitle3CssVariables=Oo,t.FtTypographyTitleCssVariables=ce,t.FtTypographyTitleDense=me,t.FtTypographyTitleDenseCssVariables=se,t.FtdsTypographyStyles=Ee}({});
218
+ `}}$e.styles=[me,Oe,Ne,Se,xe,Ce,we,ve,Re,Ue,Ee,...We],Le([w()],$e.prototype,"element",void 0),Le([w()],$e.prototype,"variant",void 0),(Ie="ft-typography",t=>{window.customElements.get(Ie)||window.customElements.define(Ie,t)})($e),t.FtTypography=$e,t.FtTypographyBody1=xe,t.FtTypographyBody1CssVariables=he,t.FtTypographyBody1MediumCssVariables=So,t.FtTypographyBody1RegularCssVariables=No,t.FtTypographyBody1SemiboldCssVariables=xo,t.FtTypographyBody2=Ce,t.FtTypographyBody2CssVariables=de,t.FtTypographyBody2MediumCssVariables=wo,t.FtTypographyBody2RegularCssVariables=Co,t.FtTypographyBody2SemiboldCssVariables=vo,t.FtTypographyBreadcrumb=ve,t.FtTypographyBreadcrumbCssVariables=ge,t.FtTypographyButton=Ue,t.FtTypographyButtonCssVariables=be,t.FtTypographyCaption=we,t.FtTypographyCaption1BoldCssVariables=Ko,t.FtTypographyCaption1MediumCssVariables=$o,t.FtTypographyCaption1SemiboldCssVariables=ko,t.FtTypographyCaption2BoldCssVariables=zo,t.FtTypographyCaption2MediumCssVariables=Zo,t.FtTypographyCaption2SemiboldCssVariables=Fo,t.FtTypographyCaptionCssVariables=ye,t.FtTypographyCssVariables=ce,t.FtTypographyDisplayCssVariables=uo,t.FtTypographyLabel1BoldCssVariables=Eo,t.FtTypographyLabel1MediumCssVariables=Ro,t.FtTypographyLabel1SemiboldCssVariables=Uo,t.FtTypographyLabel2BoldCssVariables=Lo,t.FtTypographyLabel2MediumCssVariables=Wo,t.FtTypographyLabel2SemiboldCssVariables=Io,t.FtTypographyOverline=Re,t.FtTypographyOverlineCssVariables=ue,t.FtTypographyStyles=Ee,t.FtTypographySubtitle1=Ne,t.FtTypographySubtitle1CssVariables=pe,t.FtTypographySubtitle2=Se,t.FtTypographySubtitle2CssVariables=fe,t.FtTypographyTitle=me,t.FtTypographyTitle1CssVariables=bo,t.FtTypographyTitle2CssVariables=mo,t.FtTypographyTitle3CssVariables=Oo,t.FtTypographyTitleCssVariables=se,t.FtTypographyTitleDense=Oe,t.FtTypographyTitleDenseCssVariables=le,t.FtdsTypographyStyles=We}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-typography",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Typography components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluid-topics/design-system-variables": "0.0.18",
23
- "@fluid-topics/ft-wc-utils": "1.1.1",
23
+ "@fluid-topics/ft-wc-utils": "1.1.3",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "ceae4aed142c27cbf6034f45bb6e3f562163cc15"
26
+ "gitHead": "0d44a470e710f185c37e42ee87be4481a3bdf793"
27
27
  }