@fluid-topics/ft-reader-title 1.0.58 → 1.0.60

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