@fluid-topics/ft-size-watcher 1.0.59 → 1.0.61

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,12 +14,12 @@
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,i=window.customElements.define,e=window.customElements.get,s=window.customElements,o=new WeakMap,n=new WeakMap,r=new WeakMap,l=new WeakMap;let a;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,o){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(o))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=o.prototype.attributeChangedCallback,a=new Set(o.observedAttributes||[]);d(o,a,l);const h={elementClass:o,connectedCallback:o.prototype.connectedCallback,disconnectedCallback:o.prototype.disconnectedCallback,adoptedCallback:o.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:o.formAssociated,formAssociatedCallback:o.prototype.formAssociatedCallback,formDisabledCallback:o.prototype.formDisabledCallback,formResetCallback:o.prototype.formResetCallback,formStateRestoreCallback:o.prototype.formStateRestoreCallback,observedAttributes:a};this._definitionsByTag.set(t,h),this._definitionsByClass.set(o,h);let c=e.call(s,t);c||(c=u(t),i.call(s,t,c)),this===window.customElements&&(r.set(o,h),h.standInClass=c);const p=this._awaitingUpgrade.get(t);if(p){this._awaitingUpgrade.delete(t);for(const t of p)n.delete(t),f(t,h,!0)}const v=this._whenDefinedPromises.get(t);return void 0!==v&&(v.resolve(o),this._whenDefinedPromises.delete(t)),o}upgrade(){b.push(this),s.upgrade.apply(s,arguments),b.pop()}get(t){const i=this._definitionsByTag.get(t);return i?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const i=this._getDefinition(t);if(void 0!==i)return Promise.resolve(i.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,i,e){let s=this._awaitingUpgrade.get(i);s||this._awaitingUpgrade.set(i,s=new Set),e?s.add(t):s.delete(t)}},window.HTMLElement=function(){let i=a;if(i)return a=void 0,i;const e=r.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return i=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(i,this.constructor.prototype),o.set(i,e),i},window.HTMLElement.prototype=t.prototype;const h=t=>t===document||t instanceof ShadowRoot,c=t=>{let i=t.getRootNode();if(!h(i)){const t=b[b.length-1];if(t instanceof CustomElementRegistry)return t;i=t.getRootNode(),h(i)||(i=l.get(i)?.getRootNode()||document)}return i.customElements},u=i=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const s=c(e)||window.customElements,o=s._getDefinition(i);return o?f(e,o):n.set(e,s),e}connectedCallback(){const t=o.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,i,!0)}disconnectedCallback(){const t=o.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,i,!1)}adoptedCallback(){const t=o.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=o.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=o.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=o.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=o.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},d=(t,i,e)=>{if(0===i.size||void 0===e)return;const s=t.prototype.setAttribute;s&&(t.prototype.setAttribute=function(t,o){const n=t.toLowerCase();if(i.has(n)){const t=this.getAttribute(n);s.call(this,n,o),e.call(this,n,t,o)}else s.call(this,n,o)});const o=t.prototype.removeAttribute;o&&(t.prototype.removeAttribute=function(t){const s=t.toLowerCase();if(i.has(s)){const t=this.getAttribute(s);o.call(this,s),e.call(this,s,t,null)}else o.call(this,s)})},p=i=>{const e=Object.getPrototypeOf(i);if(e!==window.HTMLElement)return e===t||"HTMLElement"===e?.prototype?.constructor?.name?Object.setPrototypeOf(i,window.HTMLElement):p(e)},f=(t,i,e=!1)=>{Object.setPrototypeOf(t,i.elementClass.prototype),o.set(t,i),a=t;try{new i.elementClass}catch(t){p(i.elementClass),new i.elementClass}i.observedAttributes.forEach((e=>{t.hasAttribute(e)&&i.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&i.connectedCallback&&t.isConnected&&i.connectedCallback.call(t)},v=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const i=v.apply(this,arguments);return t.customElements&&(i.customElements=t.customElements),i};let b=[document];const w=(t,i,e=void 0)=>{const s=(e?Object.getPrototypeOf(e):t.prototype)[i];t.prototype[i]=function(){b.push(this);const t=s.apply(e||this,arguments);return void 0!==t&&l.set(t,this),b.pop(),t}};w(ShadowRoot,"createElement",document),w(ShadowRoot,"importNode",document),w(Element,"insertAdjacentHTML");const x=(t,i)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,i);Object.defineProperty(t.prototype,i,{...e,set(t){b.push(this),e.set.call(this,t),b.pop()}})};if(x(Element,"innerHTML"),x(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,i=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const s=i.call(this,...e);return t.set(s,this),s},e.forEach((i=>{const e=window.ElementInternals.prototype,s=e[i];e[i]=function(...i){const e=t.get(this);if(!0!==o.get(e).formAssociated)throw new DOMException(`Failed to execute ${s} on 'ElementInternals': The target element is not a form-associated custom element.`);s?.call(this,...i)}}));class s 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 i=new Map;t.forEach(((t,e)=>{const s=t.getAttribute("name"),o=i.get(s)||[];this[+e]=t,o.push(t),i.set(s,o)})),this.length=t.length,i.forEach(((t,i)=>{t&&(1===t.length?this[i]=t[0]:this[i]=new s(t))}))}namedItem(t){return this[t]}}const r=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=r.get.call(this,[]),i=[];for(const e of t){const t=o.get(e);t&&!0!==t.formAssociated||i.push(e)}return new n(i)}})}}try{window.customElements.define("custom-element",null)}catch(S){const t=window.customElements.define;window.customElements.define=(i,e,s)=>{if(null!==e)try{t.bind(window.customElements)(i,e,s)}catch(t){console.info(i,e,s,t)}}}class i{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,i){return this.callbacks=[t],this.debounce(i)}queue(t,i){return this.callbacks.push(t),this.debounce(i)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,i)=>{this.resolvePromise=t,this.rejectPromise=i}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,i;const e=[...this.callbacks];this.callbacks=[];const s=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,o=null!==(i=this.resolvePromise)&&void 0!==i?i:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void s(t)}o(!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,r=window.customElements.get,e=window.customElements,a=new WeakMap,i=new WeakMap,n=new WeakMap,c=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,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 c=a.prototype.attributeChangedCallback,l=new Set(a.observedAttributes||[]);d(a,l,c);const s={elementClass:a,connectedCallback:a.prototype.connectedCallback,disconnectedCallback:a.prototype.disconnectedCallback,adoptedCallback:a.prototype.adoptedCallback,attributeChangedCallback:c,formAssociated:a.formAssociated,formAssociatedCallback:a.prototype.formAssociatedCallback,formDisabledCallback:a.prototype.formDisabledCallback,formResetCallback:a.prototype.formResetCallback,formStateRestoreCallback:a.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,s),this._definitionsByClass.set(a,s);let f=r.call(e,t);f||(f=p(t),o.call(e,t,f)),this===window.customElements&&(n.set(a,s),s.standInClass=f);const h=this._awaitingUpgrade.get(t);if(h){this._awaitingUpgrade.delete(t);for(const t of h)i.delete(t),y(t,s,!0)}const u=this._whenDefinedPromises.get(t);return void 0!==u&&(u.resolve(a),this._whenDefinedPromises.delete(t)),a}upgrade(){g.push(this),e.upgrade.apply(e,arguments),g.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let r=this._whenDefinedPromises.get(t);return void 0===r&&(r={},r.promise=new Promise((t=>r.resolve=t)),this._whenDefinedPromises.set(t,r)),r.promise}_upgradeWhenDefined(t,o,r){let e=this._awaitingUpgrade.get(o);e||this._awaitingUpgrade.set(o,e=new Set),r?e.add(t):e.delete(t)}},window.HTMLElement=function(){let o=l;if(o)return l=void 0,o;const r=n.get(this.constructor);if(!r)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],r.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),a.set(o,r),o},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!s(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),s(o)||(o=c.get(o)?.getRootNode()||document)}return o.customElements},p=o=>class{static get formAssociated(){return!0}constructor(){const r=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(r,HTMLElement.prototype);const e=f(r)||window.customElements,a=e._getDefinition(o);return a?y(r,a):i.set(r,e),r}connectedCallback(){const t=a.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=a.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=a.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=a.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=a.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=a.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=a.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},d=(t,o,r)=>{if(0===o.size||void 0===r)return;const e=t.prototype.setAttribute;e&&(t.prototype.setAttribute=function(t,a){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);e.call(this,i,a),r.call(this,i,t,a)}else e.call(this,i,a)});const a=t.prototype.removeAttribute;a&&(t.prototype.removeAttribute=function(t){const e=t.toLowerCase();if(o.has(e)){const t=this.getAttribute(e);a.call(this,e),r.call(this,e,t,null)}else a.call(this,e)})},h=o=>{const r=Object.getPrototypeOf(o);if(r!==window.HTMLElement)return r===t||"HTMLElement"===r?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):h(r)},y=(t,o,r=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),a.set(t,o),l=t;try{new o.elementClass}catch(t){h(o.elementClass),new o.elementClass}o.observedAttributes.forEach((r=>{t.hasAttribute(r)&&o.attributeChangedCallback.call(t,r,null,t.getAttribute(r))})),r&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},u=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=u.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const b=(t,o,r=void 0)=>{const e=(r?Object.getPrototypeOf(r):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=e.apply(r||this,arguments);return void 0!==t&&c.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const r=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...r,set(t){g.push(this),r.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,r=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...r){const e=o.call(this,...r);return t.set(e,this),e},r.forEach((o=>{const r=window.ElementInternals.prototype,e=r[o];r[o]=function(...o){const r=t.get(this);if(!0!==a.get(r).formAssociated)throw new DOMException(`Failed to execute ${e} on 'ElementInternals': The target element is not a form-associated custom element.`);e?.call(this,...o)}}));class e 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,r)=>{const e=t.getAttribute("name"),a=o.get(e)||[];this[+r]=t,a.push(t),o.set(e,a)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new e(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 r of t){const t=a.get(r);t&&!0!==t.formAssociated||o.push(r)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(U){const t=window.customElements.define;window.customElements.define=(o,r,e)=>{if(null!==r)try{t.bind(window.customElements)(o,r,e)}catch(t){console.info(o,r,e,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 r=[...this.callbacks];this.callbacks=[];const e=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 r)try{await t()}catch(t){return void e(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 e=(t,i)=>"method"===i.kind&&i.descriptor&&!("value"in i.descriptor)?{...i,finisher(e){e.createProperty(i.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:i.key,initializer(){"function"==typeof i.initializer&&(this[i.key]=i.initializer.call(this))},finisher(e){e.createProperty(i.key,t)}};function s(t){return(i,s)=>void 0!==s?((t,i,e)=>{i.constructor.createProperty(e,t)})(t,i,s):e(t,i)
22
+ */const r=(t,o)=>"method"===o.kind&&o.descriptor&&!("value"in o.descriptor)?{...o,finisher(r){r.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(r){r.createProperty(o.key,t)}};function e(t){return(o,e)=>void 0!==e?((t,o,r)=>{o.constructor.createProperty(r,t)})(t,o,e):r(t,o)
23
23
  /**
24
24
  * @license
25
25
  * Copyright 2017 Google LLC
@@ -30,30 +30,30 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,i=window.cust
30
30
  * Copyright 2021 Google LLC
31
31
  * SPDX-License-Identifier: BSD-3-Clause
32
32
  */
33
- var o;function n(t,i){try{return function(t,i){if(t===i)return!0;if(t&&i&&"object"==typeof t&&"object"==typeof i){if(t.constructor!==i.constructor)return!1;var e,s,o;if(Array.isArray(t)){if((e=t.length)!=i.length)return!1;for(s=e;0!=s--;)if(!n(t[s],i[s]))return!1;return!0}if(t instanceof Map&&i instanceof Map){if(t.size!==i.size)return!1;for(s of t.entries())if(!i.has(s[0]))return!1;for(s of t.entries())if(!n(s[1],i.get(s[0])))return!1;return!0}if(t instanceof Set&&i instanceof Set){if(t.size!==i.size)return!1;for(s of t.entries())if(!i.has(s[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===i.source&&t.flags===i.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===i.valueOf();if((e=(o=Object.keys(t)).length)!==Object.keys(i).length)return!1;for(s=e;0!=s--;)if(!Object.prototype.hasOwnProperty.call(i,o[s]))return!1;for(s=e;0!=s--;){var r=o[s];if(!n(t[r],i[r]))return!1}return!0}return t!=t&&i!=i}(t,i)}catch(t){return!1}}null===(o=window.HTMLSlotElement)||void 0===o||o.prototype.assignedElements;
33
+ var a;function i(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var r,e,a;if(Array.isArray(t)){if((r=t.length)!=o.length)return!1;for(e=r;0!=e--;)if(!i(t[e],o[e]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(e of t.entries())if(!o.has(e[0]))return!1;for(e of t.entries())if(!i(e[1],o.get(e[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(e of t.entries())if(!o.has(e[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((r=(a=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(e=r;0!=e--;)if(!Object.prototype.hasOwnProperty.call(o,a[e]))return!1;for(e=r;0!=e--;){var n=a[e];if(!i(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}null===(a=window.HTMLSlotElement)||void 0===a||a.prototype.assignedElements;
34
34
  /**
35
35
  * @license
36
36
  * Copyright 2019 Google LLC
37
37
  * SPDX-License-Identifier: BSD-3-Clause
38
38
  */
39
- const r=window,l=r.ShadowRoot&&(void 0===r.ShadyCSS||r.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,a=Symbol(),h=new WeakMap;let c=class{constructor(t,i,e){if(this._$cssResult$=!0,e!==a)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=i}get styleSheet(){let t=this.o;const i=this.t;if(l&&void 0===t){const e=void 0!==i&&1===i.length;e&&(t=h.get(i)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&h.set(i,t))}return t}toString(){return this.cssText}};const u=t=>new c("string"==typeof t?t:t+"",void 0,a),d=(t,...i)=>{const e=1===t.length?t[0]:i.reduce(((i,e,s)=>i+(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[s+1]),t[0]);return new c(e,t,a)},p=(t,i)=>{l?t.adoptedStyleSheets=i.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):i.forEach((i=>{const e=document.createElement("style"),s=r.litNonce;void 0!==s&&e.setAttribute("nonce",s),e.textContent=i.cssText,t.appendChild(e)}))},f=l?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let i="";for(const e of t.cssRules)i+=e.cssText;return u(i)})(t):t
39
+ const n=window,c=n.ShadowRoot&&(void 0===n.ShadyCSS||n.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,l=Symbol(),s=new WeakMap;let f=class{constructor(t,o,r){if(this._$cssResult$=!0,r!==l)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(c&&void 0===t){const r=void 0!==o&&1===o.length;r&&(t=s.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&s.set(o,t))}return t}toString(){return this.cssText}};const p=t=>new f("string"==typeof t?t:t+"",void 0,l),d=(t,...o)=>{const r=1===t.length?t[0]:o.reduce(((o,r,e)=>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.")})(r)+t[e+1]),t[0]);return new f(r,t,l)},h=(t,o)=>{c?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const r=document.createElement("style"),e=n.litNonce;void 0!==e&&r.setAttribute("nonce",e),r.textContent=o.cssText,t.appendChild(r)}))},y=c?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const r of t.cssRules)o+=r.cssText;return p(o)})(t):t
40
40
  /**
41
41
  * @license
42
42
  * Copyright 2017 Google LLC
43
43
  * SPDX-License-Identifier: BSD-3-Clause
44
- */;var v;const b=window,w=b.trustedTypes,x=w?w.emptyScript:"",m=b.reactiveElementPolyfillSupport,y={toAttribute(t,i){switch(i){case Boolean:t=t?x:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,i){let e=t;switch(i){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}},g=(t,i)=>i!==t&&(i==i||t==t),O={attribute:!0,type:String,converter:y,reflect:!1,hasChanged:g};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 i;this.finalize(),(null!==(i=this.h)&&void 0!==i?i:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((i,e)=>{const s=this._$Ep(e,i);void 0!==s&&(this._$Ev.set(s,e),t.push(s))})),t}static createProperty(t,i=O){if(i.state&&(i.attribute=!1),this.finalize(),this.elementProperties.set(t,i),!i.noAccessor&&!this.prototype.hasOwnProperty(t)){const e="symbol"==typeof t?Symbol():"__"+t,s=this.getPropertyDescriptor(t,e,i);void 0!==s&&Object.defineProperty(this.prototype,t,s)}}static getPropertyDescriptor(t,i,e){return{get(){return this[i]},set(s){const o=this[t];this[i]=s,this.requestUpdate(t,o,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||O}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,i=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const e of i)this.createProperty(e,t[e])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const i=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)i.unshift(f(t))}else void 0!==t&&i.push(f(t));return i}static _$Ep(t,i){const e=i.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 i,e;(null!==(i=this._$ES)&&void 0!==i?i:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(e=t.hostConnected)||void 0===e||e.call(t))}removeController(t){var i;null===(i=this._$ES)||void 0===i||i.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,i)=>{this.hasOwnProperty(i)&&(this._$Ei.set(i,this[i]),delete this[i])}))}createRenderRoot(){var t;const i=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return p(i,this.constructor.elementStyles),i}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 i;return null===(i=t.hostConnected)||void 0===i?void 0:i.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostDisconnected)||void 0===i?void 0:i.call(t)}))}attributeChangedCallback(t,i,e){this._$AK(t,e)}_$EO(t,i,e=O){var s;const o=this.constructor._$Ep(t,e);if(void 0!==o&&!0===e.reflect){const n=(void 0!==(null===(s=e.converter)||void 0===s?void 0:s.toAttribute)?e.converter:y).toAttribute(i,e.type);this._$El=t,null==n?this.removeAttribute(o):this.setAttribute(o,n),this._$El=null}}_$AK(t,i){var e;const s=this.constructor,o=s._$Ev.get(t);if(void 0!==o&&this._$El!==o){const t=s.getPropertyOptions(o),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(e=t.converter)||void 0===e?void 0:e.fromAttribute)?t.converter:y;this._$El=o,this[o]=n.fromAttribute(i,t.type),this._$El=null}}requestUpdate(t,i,e){let s=!0;void 0!==t&&(((e=e||this.constructor.getPropertyOptions(t)).hasChanged||g)(this[t],i)?(this._$AL.has(t)||this._$AL.set(t,i),!0===e.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,e))):s=!1),!this.isUpdatePending&&s&&(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,i)=>this[i]=t)),this._$Ei=void 0);let i=!1;const e=this._$AL;try{i=this.shouldUpdate(e),i?(this.willUpdate(e),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostUpdate)||void 0===i?void 0:i.call(t)})),this.update(e)):this._$Ek()}catch(t){throw i=!1,this._$Ek(),t}i&&this._$AE(e)}willUpdate(t){}_$AE(t){var i;null===(i=this._$ES)||void 0===i||i.forEach((t=>{var i;return null===(i=t.hostUpdated)||void 0===i?void 0:i.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,i)=>this._$EO(i,this[i],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
44
+ */;var u;const g=window,b=g.trustedTypes,m=b?b.emptyScript:"",O=g.reactiveElementPolyfillSupport,N={toAttribute(t,o){switch(o){case Boolean:t=t?m:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let r=t;switch(o){case Boolean:r=null!==t;break;case Number:r=null===t?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch(t){r=null}}return r}},v=(t,o)=>o!==t&&(o==o||t==t),w={attribute:!0,type:String,converter:N,reflect:!1,hasChanged:v};let C=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,r)=>{const e=this._$Ep(r,o);void 0!==e&&(this._$Ev.set(e,r),t.push(e))})),t}static createProperty(t,o=w){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const r="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,r,o);void 0!==e&&Object.defineProperty(this.prototype,t,e)}}static getPropertyDescriptor(t,o,r){return{get(){return this[o]},set(e){const a=this[t];this[o]=e,this.requestUpdate(t,a,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||w}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 r of o)this.createProperty(r,t[r])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)o.unshift(y(t))}else void 0!==t&&o.push(y(t));return o}static _$Ep(t,o){const r=o.attribute;return!1===r?void 0:"string"==typeof r?r:"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,r;(null!==(o=this._$ES)&&void 0!==o?o:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(r=t.hostConnected)||void 0===r||r.call(t))}removeController(t){var o;null===(o=this._$ES)||void 0===o||o.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,o)=>{this.hasOwnProperty(o)&&(this._$Ei.set(o,this[o]),delete this[o])}))}createRenderRoot(){var t;const o=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return h(o,this.constructor.elementStyles),o}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostConnected)||void 0===o?void 0:o.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostDisconnected)||void 0===o?void 0:o.call(t)}))}attributeChangedCallback(t,o,r){this._$AK(t,r)}_$EO(t,o,r=w){var e;const a=this.constructor._$Ep(t,r);if(void 0!==a&&!0===r.reflect){const i=(void 0!==(null===(e=r.converter)||void 0===e?void 0:e.toAttribute)?r.converter:N).toAttribute(o,r.type);this._$El=t,null==i?this.removeAttribute(a):this.setAttribute(a,i),this._$El=null}}_$AK(t,o){var r;const e=this.constructor,a=e._$Ev.get(t);if(void 0!==a&&this._$El!==a){const t=e.getPropertyOptions(a),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(r=t.converter)||void 0===r?void 0:r.fromAttribute)?t.converter:N;this._$El=a,this[a]=i.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,r){let e=!0;void 0!==t&&(((r=r||this.constructor.getPropertyOptions(t)).hasChanged||v)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===r.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,r))):e=!1),!this.isUpdatePending&&e&&(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 r=this._$AL;try{o=this.shouldUpdate(r),o?(this.willUpdate(r),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(r)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(r)}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){}};
45
45
  /**
46
46
  * @license
47
47
  * Copyright 2017 Google LLC
48
48
  * SPDX-License-Identifier: BSD-3-Clause
49
49
  */
50
- var E;N.finalized=!0,N.elementProperties=new Map,N.elementStyles=[],N.shadowRootOptions={mode:"open"},null==m||m({ReactiveElement:N}),(null!==(v=b.reactiveElementVersions)&&void 0!==v?v:b.reactiveElementVersions=[]).push("1.6.1");const R=window,C=R.trustedTypes,S=C?C.createPolicy("lit-html",{createHTML:t=>t}):void 0,M="$lit$",k=`lit$${(Math.random()+"").slice(9)}$`,U="?"+k,$=`<${U}>`,F=document,A=()=>F.createComment(""),L=t=>null===t||"object"!=typeof t&&"function"!=typeof t,j=Array.isArray,B="[ \t\n\f\r]",_=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,T=/-->/g,z=/>/g,W=RegExp(`>|${B}(?:([^\\s"'>=/]+)(${B}*=${B}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),K=/'/g,D=/"/g,I=/^(?:script|style|textarea|title)$/i,P=(t=>(i,...e)=>({_$litType$:t,strings:i,values:e}))(1),H=Symbol.for("lit-noChange"),J=Symbol.for("lit-nothing"),Z=new WeakMap,V=F.createTreeWalker(F,129,null,!1),X=(t,i)=>{const e=t.length-1,s=[];let o,n=2===i?"<svg>":"",r=_;for(let i=0;i<e;i++){const e=t[i];let l,a,h=-1,c=0;for(;c<e.length&&(r.lastIndex=c,a=r.exec(e),null!==a);)c=r.lastIndex,r===_?"!--"===a[1]?r=T:void 0!==a[1]?r=z:void 0!==a[2]?(I.test(a[2])&&(o=RegExp("</"+a[2],"g")),r=W):void 0!==a[3]&&(r=W):r===W?">"===a[0]?(r=null!=o?o:_,h=-1):void 0===a[1]?h=-2:(h=r.lastIndex-a[2].length,l=a[1],r=void 0===a[3]?W:'"'===a[3]?D:K):r===D||r===K?r=W:r===T||r===z?r=_:(r=W,o=void 0);const u=r===W&&t[i+1].startsWith("/>")?" ":"";n+=r===_?e+$:h>=0?(s.push(l),e.slice(0,h)+M+e.slice(h)+k+u):e+k+(-2===h?(s.push(void 0),i):u)}const l=n+(t[e]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==S?S.createHTML(l):l,s]};class q{constructor({strings:t,_$litType$:i},e){let s;this.parts=[];let o=0,n=0;const r=t.length-1,l=this.parts,[a,h]=X(t,i);if(this.el=q.createElement(a,e),V.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes)}for(;null!==(s=V.nextNode())&&l.length<r;){if(1===s.nodeType){if(s.hasAttributes()){const t=[];for(const i of s.getAttributeNames())if(i.endsWith(M)||i.startsWith(k)){const e=h[n++];if(t.push(i),void 0!==e){const t=s.getAttribute(e.toLowerCase()+M).split(k),i=/([.?@])?(.*)/.exec(e);l.push({type:1,index:o,name:i[2],strings:t,ctor:"."===i[1]?it:"?"===i[1]?st:"@"===i[1]?ot:tt})}else l.push({type:6,index:o})}for(const i of t)s.removeAttribute(i)}if(I.test(s.tagName)){const t=s.textContent.split(k),i=t.length-1;if(i>0){s.textContent=C?C.emptyScript:"";for(let e=0;e<i;e++)s.append(t[e],A()),V.nextNode(),l.push({type:2,index:++o});s.append(t[i],A())}}}else if(8===s.nodeType)if(s.data===U)l.push({type:2,index:o});else{let t=-1;for(;-1!==(t=s.data.indexOf(k,t+1));)l.push({type:7,index:o}),t+=k.length-1}o++}}static createElement(t,i){const e=F.createElement("template");return e.innerHTML=t,e}}function G(t,i,e=t,s){var o,n,r,l;if(i===H)return i;let a=void 0!==s?null===(o=e._$Co)||void 0===o?void 0:o[s]:e._$Cl;const h=L(i)?void 0:i._$litDirective$;return(null==a?void 0:a.constructor)!==h&&(null===(n=null==a?void 0:a._$AO)||void 0===n||n.call(a,!1),void 0===h?a=void 0:(a=new h(t),a._$AT(t,e,s)),void 0!==s?(null!==(r=(l=e)._$Co)&&void 0!==r?r:l._$Co=[])[s]=a:e._$Cl=a),void 0!==a&&(i=G(t,a._$AS(t,i.values),a,s)),i}class Q{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:e},parts:s}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:F).importNode(e,!0);V.currentNode=o;let n=V.nextNode(),r=0,l=0,a=s[0];for(;void 0!==a;){if(r===a.index){let i;2===a.type?i=new Y(n,n.nextSibling,this,t):1===a.type?i=new a.ctor(n,a.name,a.strings,this,t):6===a.type&&(i=new nt(n,this,t)),this._$AV.push(i),a=s[++l]}r!==(null==a?void 0:a.index)&&(n=V.nextNode(),r++)}return o}v(t){let i=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,i),i+=e.strings.length-2):e._$AI(t[i])),i++}}class Y{constructor(t,i,e,s){var o;this.type=2,this._$AH=J,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=e,this.options=s,this._$Cp=null===(o=null==s?void 0:s.isConnected)||void 0===o||o}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=G(this,t,i),L(t)?t===J||null==t||""===t?(this._$AH!==J&&this._$AR(),this._$AH=J):t!==this._$AH&&t!==H&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>j(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&&L(this._$AH)?this._$AA.nextSibling.data=t:this.$(F.createTextNode(t)),this._$AH=t}g(t){var i;const{values:e,_$litType$:s}=t,o="number"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=q.createElement(s.h,this.options)),s);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.v(e);else{const t=new Q(o,this),i=t.u(this.options);t.v(e),this.$(i),this._$AH=t}}_$AC(t){let i=Z.get(t.strings);return void 0===i&&Z.set(t.strings,i=new q(t)),i}T(t){j(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let e,s=0;for(const o of t)s===i.length?i.push(e=new Y(this.k(A()),this.k(A()),this,this.options)):e=i[s],e._$AI(o),s++;s<i.length&&(this._$AR(e&&e._$AB.nextSibling,s),i.length=s)}_$AR(t=this._$AA.nextSibling,i){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t))}}class tt{constructor(t,i,e,s,o){this.type=1,this._$AH=J,this._$AN=void 0,this.element=t,this.name=i,this._$AM=s,this.options=o,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=J}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,e,s){const o=this.strings;let n=!1;if(void 0===o)t=G(this,t,i,0),n=!L(t)||t!==this._$AH&&t!==H,n&&(this._$AH=t);else{const s=t;let r,l;for(t=o[0],r=0;r<o.length-1;r++)l=G(this,s[e+r],i,r),l===H&&(l=this._$AH[r]),n||(n=!L(l)||l!==this._$AH[r]),l===J?t=J:t!==J&&(t+=(null!=l?l:"")+o[r+1]),this._$AH[r]=l}n&&!s&&this.j(t)}j(t){t===J?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class it extends tt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===J?void 0:t}}const et=C?C.emptyScript:"";class st extends tt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==J?this.element.setAttribute(this.name,et):this.element.removeAttribute(this.name)}}class ot extends tt{constructor(t,i,e,s,o){super(t,i,e,s,o),this.type=5}_$AI(t,i=this){var e;if((t=null!==(e=G(this,t,i,0))&&void 0!==e?e:J)===H)return;const s=this._$AH,o=t===J&&s!==J||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,n=t!==J&&(s===J||o);o&&this.element.removeEventListener(this.name,this,s),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var i,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class nt{constructor(t,i,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){G(this,t)}}const rt=R.litHtmlPolyfillSupport;null==rt||rt(q,Y),(null!==(E=R.litHtmlVersions)&&void 0!==E?E:R.litHtmlVersions=[]).push("2.7.3");
50
+ var S;C.finalized=!0,C.elementProperties=new Map,C.elementStyles=[],C.shadowRootOptions={mode:"open"},null==O||O({ReactiveElement:C}),(null!==(u=g.reactiveElementVersions)&&void 0!==u?u:g.reactiveElementVersions=[]).push("1.6.1");const x=window,R=x.trustedTypes,U=R?R.createPolicy("lit-html",{createHTML:t=>t}):void 0,E="$lit$",L=`lit$${(Math.random()+"").slice(9)}$`,I="?"+L,W=`<${I}>`,k=document,K=()=>k.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,F=Array.isArray,B="[ \t\n\f\r]",z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,A=/-->/g,M=/>/g,D=RegExp(`>|${B}(?:([^\\s"'>=/]+)(${B}*=${B}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),$=/'/g,G=/"/g,j=/^(?:script|style|textarea|title)$/i,H=(t=>(o,...r)=>({_$litType$:t,strings:o,values:r}))(1),P=Symbol.for("lit-noChange"),_=Symbol.for("lit-nothing"),T=new WeakMap,Y=k.createTreeWalker(k,129,null,!1),J=(t,o)=>{const r=t.length-1,e=[];let a,i=2===o?"<svg>":"",n=z;for(let o=0;o<r;o++){const r=t[o];let c,l,s=-1,f=0;for(;f<r.length&&(n.lastIndex=f,l=n.exec(r),null!==l);)f=n.lastIndex,n===z?"!--"===l[1]?n=A:void 0!==l[1]?n=M:void 0!==l[2]?(j.test(l[2])&&(a=RegExp("</"+l[2],"g")),n=D):void 0!==l[3]&&(n=D):n===D?">"===l[0]?(n=null!=a?a:z,s=-1):void 0===l[1]?s=-2:(s=n.lastIndex-l[2].length,c=l[1],n=void 0===l[3]?D:'"'===l[3]?G:$):n===G||n===$?n=D:n===A||n===M?n=z:(n=D,a=void 0);const p=n===D&&t[o+1].startsWith("/>")?" ":"";i+=n===z?r+W:s>=0?(e.push(c),r.slice(0,s)+E+r.slice(s)+L+p):r+L+(-2===s?(e.push(void 0),o):p)}const c=i+(t[r]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==U?U.createHTML(c):c,e]};class V{constructor({strings:t,_$litType$:o},r){let e;this.parts=[];let a=0,i=0;const n=t.length-1,c=this.parts,[l,s]=J(t,o);if(this.el=V.createElement(l,r),Y.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(e=Y.nextNode())&&c.length<n;){if(1===e.nodeType){if(e.hasAttributes()){const t=[];for(const o of e.getAttributeNames())if(o.endsWith(E)||o.startsWith(L)){const r=s[i++];if(t.push(o),void 0!==r){const t=e.getAttribute(r.toLowerCase()+E).split(L),o=/([.?@])?(.*)/.exec(r);c.push({type:1,index:a,name:o[2],strings:t,ctor:"."===o[1]?ot:"?"===o[1]?et:"@"===o[1]?at:tt})}else c.push({type:6,index:a})}for(const o of t)e.removeAttribute(o)}if(j.test(e.tagName)){const t=e.textContent.split(L),o=t.length-1;if(o>0){e.textContent=R?R.emptyScript:"";for(let r=0;r<o;r++)e.append(t[r],K()),Y.nextNode(),c.push({type:2,index:++a});e.append(t[o],K())}}}else if(8===e.nodeType)if(e.data===I)c.push({type:2,index:a});else{let t=-1;for(;-1!==(t=e.data.indexOf(L,t+1));)c.push({type:7,index:a}),t+=L.length-1}a++}}static createElement(t,o){const r=k.createElement("template");return r.innerHTML=t,r}}function X(t,o,r=t,e){var a,i,n,c;if(o===P)return o;let l=void 0!==e?null===(a=r._$Co)||void 0===a?void 0:a[e]:r._$Cl;const s=Z(o)?void 0:o._$litDirective$;return(null==l?void 0:l.constructor)!==s&&(null===(i=null==l?void 0:l._$AO)||void 0===i||i.call(l,!1),void 0===s?l=void 0:(l=new s(t),l._$AT(t,r,e)),void 0!==e?(null!==(n=(c=r)._$Co)&&void 0!==n?n:c._$Co=[])[e]=l:r._$Cl=l),void 0!==l&&(o=X(t,l._$AS(t,o.values),l,e)),o}class q{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:r},parts:e}=this._$AD,a=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:k).importNode(r,!0);Y.currentNode=a;let i=Y.nextNode(),n=0,c=0,l=e[0];for(;void 0!==l;){if(n===l.index){let o;2===l.type?o=new Q(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new it(i,this,t)),this._$AV.push(o),l=e[++c]}n!==(null==l?void 0:l.index)&&(i=Y.nextNode(),n++)}return a}v(t){let o=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,o),o+=r.strings.length-2):r._$AI(t[o])),o++}}class Q{constructor(t,o,r,e){var a;this.type=2,this._$AH=_,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=r,this.options=e,this._$Cp=null===(a=null==e?void 0:e.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=X(this,t,o),Z(t)?t===_||null==t||""===t?(this._$AH!==_&&this._$AR(),this._$AH=_):t!==this._$AH&&t!==P&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>F(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==_&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.$(k.createTextNode(t)),this._$AH=t}g(t){var o;const{values:r,_$litType$:e}=t,a="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=V.createElement(e.h,this.options)),e);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===a)this._$AH.v(r);else{const t=new q(a,this),o=t.u(this.options);t.v(r),this.$(o),this._$AH=t}}_$AC(t){let o=T.get(t.strings);return void 0===o&&T.set(t.strings,o=new V(t)),o}T(t){F(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,e=0;for(const a of t)e===o.length?o.push(r=new Q(this.k(K()),this.k(K()),this,this.options)):r=o[e],r._$AI(a),e++;e<o.length&&(this._$AR(r&&r._$AB.nextSibling,e),o.length=e)}_$AR(t=this._$AA.nextSibling,o){var r;for(null===(r=this._$AP)||void 0===r||r.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class tt{constructor(t,o,r,e,a){this.type=1,this._$AH=_,this._$AN=void 0,this.element=t,this.name=o,this._$AM=e,this.options=a,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=_}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,r,e){const a=this.strings;let i=!1;if(void 0===a)t=X(this,t,o,0),i=!Z(t)||t!==this._$AH&&t!==P,i&&(this._$AH=t);else{const e=t;let n,c;for(t=a[0],n=0;n<a.length-1;n++)c=X(this,e[r+n],o,n),c===P&&(c=this._$AH[n]),i||(i=!Z(c)||c!==this._$AH[n]),c===_?t=_:t!==_&&(t+=(null!=c?c:"")+a[n+1]),this._$AH[n]=c}i&&!e&&this.j(t)}j(t){t===_?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class ot extends tt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===_?void 0:t}}const rt=R?R.emptyScript:"";class et extends tt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==_?this.element.setAttribute(this.name,rt):this.element.removeAttribute(this.name)}}class at extends tt{constructor(t,o,r,e,a){super(t,o,r,e,a),this.type=5}_$AI(t,o=this){var r;if((t=null!==(r=X(this,t,o,0))&&void 0!==r?r:_)===P)return;const e=this._$AH,a=t===_&&e!==_||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==_&&(e===_||a);a&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,r;"function"==typeof this._$AH?this._$AH.call(null!==(r=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==r?r:this.element,t):this._$AH.handleEvent(t)}}class it{constructor(t,o,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){X(this,t)}}const nt=x.litHtmlPolyfillSupport;null==nt||nt(V,Q),(null!==(S=x.litHtmlVersions)&&void 0!==S?S:x.litHtmlVersions=[]).push("2.7.3");
51
51
  /**
52
52
  * @license
53
53
  * Copyright 2017 Google LLC
54
54
  * SPDX-License-Identifier: BSD-3-Clause
55
55
  */
56
- var lt,at;class ht extends N{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,i;const e=super.createRenderRoot();return null!==(t=(i=this.renderOptions).renderBefore)&&void 0!==t||(i.renderBefore=e.firstChild),e}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,i,e)=>{var s,o;const n=null!==(s=null==e?void 0:e.renderBefore)&&void 0!==s?s:i;let r=n._$litPart$;if(void 0===r){const t=null!==(o=null==e?void 0:e.renderBefore)&&void 0!==o?o:null;n._$litPart$=r=new Y(i.insertBefore(A(),t),t,void 0,null!=e?e:{})}return r._$AI(t),r})(i,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 H}}ht.finalized=!0,ht._$litElement$=!0,null===(lt=globalThis.litElementHydrateSupport)||void 0===lt||lt.call(globalThis,{LitElement:ht});const ct=globalThis.litElementPolyfillSupport;null==ct||ct({LitElement:ht}),(null!==(at=globalThis.litElementVersions)&&void 0!==at?at:globalThis.litElementVersions=[]).push("3.3.2");class ut{static create(t,i,e){let s=t=>u(null!=t?t:e),o=d`var(${u(t)}, ${s(e)})`;return o.name=t,o.category=i,o.defaultValue=e,o.defaultCssValue=s,o.get=i=>d`var(${u(t)}, ${s(i)})`,o.breadcrumb=()=>[],o.lastResortDefaultValue=()=>e,o}static extend(t,i,e){let s=t=>i.get(null!=t?t:e),o=d`var(${u(t)}, ${s(e)})`;return o.name=t,o.category=i.category,o.fallbackVariable=i,o.defaultValue=e,o.defaultCssValue=s,o.get=i=>d`var(${u(t)}, ${s(i)})`,o.breadcrumb=()=>[i.name,...i.breadcrumb()],o.lastResortDefaultValue=()=>e,o}static external(t,i){let e=i=>t.fallbackVariable?t.fallbackVariable.get(null!=i?i:t.defaultValue):u(null!=i?i:t.defaultValue),s=d`var(${u(t.name)}, ${e(t.defaultValue)})`;return s.name=t.name,s.category=t.category,s.fallbackVariable=t.fallbackVariable,s.defaultValue=t.defaultValue,s.context=i,s.defaultCssValue=e,s.get=i=>d`var(${u(t.name)}, ${e(i)})`,s.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],s.lastResortDefaultValue=()=>{var i,e;return null!==(i=t.defaultValue)&&void 0!==i?i:null===(e=t.fallbackVariable)||void 0===e?void 0:e.lastResortDefaultValue()},s}}ut.create("--ft-color-primary","COLOR","#2196F3"),ut.create("--ft-color-primary-variant","COLOR","#1976D2"),ut.create("--ft-color-secondary","COLOR","#FFCC80"),ut.create("--ft-color-secondary-variant","COLOR","#F57C00"),ut.create("--ft-color-surface","COLOR","#FFFFFF"),ut.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),ut.create("--ft-color-error","COLOR","#B00020"),ut.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),ut.create("--ft-color-opacity-high","NUMBER","1"),ut.create("--ft-color-opacity-medium","NUMBER","0.74"),ut.create("--ft-color-opacity-disabled","NUMBER","0.38"),ut.create("--ft-color-on-primary","COLOR","#FFFFFF"),ut.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),ut.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),ut.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),ut.create("--ft-color-on-secondary","COLOR","#FFFFFF"),ut.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),ut.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),ut.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),ut.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),ut.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),ut.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),ut.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),ut.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),ut.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),ut.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),ut.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),ut.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),ut.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),ut.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),ut.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),ut.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),ut.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),ut.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),ut.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),ut.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),ut.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),ut.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),ut.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),ut.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),ut.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),ut.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),ut.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),ut.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),ut.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)"),ut.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)"),ut.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)"),ut.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)"),ut.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)"),ut.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)"),ut.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)"),ut.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)"),ut.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)"),ut.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)"),ut.create("--ft-border-radius-S","SIZE","4px"),ut.create("--ft-border-radius-M","SIZE","8px"),ut.create("--ft-border-radius-L","SIZE","12px"),ut.create("--ft-border-radius-XL","SIZE","16px"),ut.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),ut.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),ut.create("--ft-transition-duration","UNKNOWN","250ms"),ut.create("--ft-transition-timing-function","UNKNOWN","ease-in-out");class dt extends ht{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([i,e])=>t.registry.define(i,e))));const i={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(i);return p(e,t.elementStyles),e}}var pt,ft=function(t,i,e,s){for(var o,n=arguments.length,r=n<3?i:null===s?s=Object.getOwnPropertyDescriptor(i,e):s,l=t.length-1;l>=0;l--)(o=t[l])&&(r=(n<3?o(r):n>3?o(i,e,r):o(i,e))||r);return n>3&&r&&Object.defineProperty(i,e,r),r};const vt=Symbol("constructorPrototype"),bt=Symbol("constructorName"),wt=Symbol("exportpartsDebouncer");class xt extends dt{constructor(){super(),this[pt]=new i(5),this[bt]=this.constructor.name,this[vt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[bt]&&Object.setPrototypeOf(this,this[vt])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var i,e;if((null!==(e=null===(i=this.shadowRoot)||void 0===i?void 0:i.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[wt].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 i,e,s,o,n,r;const l=t=>null!=t&&t.trim().length>0,a=t.filter(l).map((t=>t.trim()));if(0===a.length)return void this.removeAttribute("exportparts");const h=new Set;for(let t of null!==(e=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const i=null!==(o=null===(s=t.getAttribute("part"))||void 0===s?void 0:s.split(" "))&&void 0!==o?o:[],e=null!==(r=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==r?r:[];new Array(...i,...e).filter(l).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>a.map((i=>`${t}:${i}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}var mt,yt,gt;pt=wt,ft([s()],xt.prototype,"exportpartsPrefix",void 0),ft([function(t,i){const e=()=>JSON.parse(JSON.stringify(t));return s({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,i)=>!n(t,i),...null!=i?i:{}})}([])],xt.prototype,"exportpartsPrefixes",void 0),ft([s()],xt.prototype,"customStylesheet",void 0),d`
56
+ var ct,lt;class st extends C{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const r=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=r.firstChild),r}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,r)=>{var e,a;const i=null!==(e=null==r?void 0:r.renderBefore)&&void 0!==e?e:o;let n=i._$litPart$;if(void 0===n){const t=null!==(a=null==r?void 0:r.renderBefore)&&void 0!==a?a:null;i._$litPart$=n=new Q(o.insertBefore(K(),t),t,void 0,null!=r?r:{})}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 P}}st.finalized=!0,st._$litElement$=!0,null===(ct=globalThis.litElementHydrateSupport)||void 0===ct||ct.call(globalThis,{LitElement:st});const ft=globalThis.litElementPolyfillSupport;null==ft||ft({LitElement:st}),(null!==(lt=globalThis.litElementVersions)&&void 0!==lt?lt:globalThis.litElementVersions=[]).push("3.3.2");const pt=t=>"string"==typeof t?p(t):t;class dt{static create(t,o,r,e){const a=t=>pt(null!=t?t:e),i=d`var(${pt(t)}, ${a(e)})`;return i.name=t,i.description=t,i.category=r,i.defaultValue=e,i.defaultCssValue=a,i.get=o=>d`var(${pt(t)}, ${a(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>e,i}static extend(t,o,r,e){const a=t=>r.get(null!=t?t:e),i=d`var(${pt(t)}, ${a(e)})`;return i.name=t,i.description=o,i.category=r.category,i.fallbackVariable=r,i.defaultValue=e,i.defaultCssValue=a,i.get=o=>d`var(${pt(t)}, ${a(o)})`,i.breadcrumb=()=>[r.name,...r.breadcrumb()],i.lastResortDefaultValue=()=>null!=e?e:r.lastResortDefaultValue(),i}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):pt(null!=o?o:t.lastResortDefaultValue()),e=d`var(${pt(t.name)}, ${r(t.defaultValue)})`;return e.name=t.name,e.category=t.category,e.fallbackVariable=t.fallbackVariable,e.defaultValue=t.defaultValue,e.context=o,e.defaultCssValue=r,e.get=o=>d`var(${pt(t.name)}, ${r(o)})`,e.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],e.lastResortDefaultValue=()=>t.lastResortDefaultValue(),e}}const ht={colorWhite:dt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:dt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:dt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:dt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:dt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:dt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:dt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:dt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:dt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:dt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:dt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:dt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:dt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:dt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:dt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:dt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:dt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:dt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:dt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:dt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:dt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:dt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:dt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:dt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:dt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:dt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:dt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:dt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:dt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:dt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:dt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:dt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:dt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:dt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:dt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:dt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:dt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:dt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:dt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:dt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:dt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:dt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:dt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:dt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:dt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:dt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:dt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:dt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:dt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:dt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:dt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:dt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:dt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:dt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:dt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:dt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:dt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:dt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:dt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:dt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:dt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:dt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:dt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:dt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:dt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:dt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:dt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:dt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:dt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:dt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:dt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:dt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:dt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:dt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:dt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:dt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:dt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:dt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:dt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:dt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:dt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:dt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:dt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:dt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:dt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:dt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:dt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:dt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:dt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:dt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:dt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:dt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:dt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:dt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:dt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:dt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:dt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:dt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:dt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:dt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:dt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:dt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:dt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:dt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:dt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:dt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:dt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:dt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:dt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:dt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:dt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:dt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:dt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:dt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:dt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:dt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:dt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:dt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:dt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:dt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:dt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:dt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:dt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:dt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:dt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:dt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:dt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:dt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:dt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:dt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:dt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:dt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:dt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:dt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:dt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:dt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:dt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:dt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:dt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:dt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:dt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:dt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:dt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:dt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:dt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:dt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:dt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:dt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:dt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:dt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:dt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:dt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:dt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:dt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:dt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:dt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:dt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:dt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:dt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:dt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:dt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:dt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:dt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:dt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:dt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:dt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:dt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:dt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:dt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:dt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:dt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:dt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:dt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:dt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:dt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:dt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:dt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:dt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:dt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:dt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:dt.create("--ft-opacity-0","","NUMBER","0"),opacity8:dt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:dt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:dt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:dt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:dt.create("--ft-opacity-80","","NUMBER","0.8")};dt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-display-lineHeight","","SIZE","120%"),dt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),dt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),dt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-display-textCase","","UNKNOWN","none"),dt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),dt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),dt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),dt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),dt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),dt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),dt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),dt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),dt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),dt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),dt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),dt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),dt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),dt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),dt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),dt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),dt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),dt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),dt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),dt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),dt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),dt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),dt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),dt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),dt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),dt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),dt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),dt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),dt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),dt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),dt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),dt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),dt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),dt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),dt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),dt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),dt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),dt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),dt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none");const yt={backgroundActionPrimary:dt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",ht.colorBrand0),backgroundErrorPrimary:dt.extend("--ft-background-error-primary","Used as background of error components.",ht.colorRed0),backgroundErrorSubtle:dt.extend("--ft-background-error-subtle","Used as background of subtle error components.",ht.colorRed10),backgroundInfoPrimary:dt.extend("--ft-background-info-primary","Used as background of information components.",ht.colorCyan200),backgroundInfoSubtle:dt.extend("--ft-background-info-subtle","Used as background of subtle information components.",ht.colorCyan10),backgroundWarningPrimary:dt.extend("--ft-background-warning-primary","Used as background of warning components.",ht.colorOrange300),backgroundWarningSubtle:dt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",ht.colorOrange10),backgroundSuccessPrimary:dt.extend("--ft-background-success-primary","Used as background of success components.",ht.colorGreen200),backgroundSuccessSubtle:dt.extend("--ft-background-success-subtle","Used as background of subtle success components.",ht.colorGreen10),backgroundGlobalSurface:dt.extend("--ft-background-global-surface","Used as app background.",ht.colorWhite),backgroundGlobalOnSurface:dt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",ht.colorGray10),backgroundGlobalOnSurfaceDark:dt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",ht.colorGray30),contentActionPrimary:dt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",ht.colorBrand0),contentWarningPrimary:dt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",ht.colorOrange300),contentWarningIconOnly:dt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",ht.colorOrange0),contentErrorPrimary:dt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",ht.colorRed0),contentErrorIconOnly:dt.extend("--ft-content-error-icon-only","Used on error status icons alone",ht.colorRed0),contentInfoPrimary:dt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",ht.colorCyan200),contentInfoIconOnly:dt.extend("--ft-content-info-icon-only","Used on info status icons alone",ht.colorCyan0),contentSuccessIconOnly:dt.extend("--ft-content-success-icon-only","Used on success status icons alone",ht.colorGreen0),contentSuccessPrimary:dt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",ht.colorGreen200),contentGlobalPrimary:dt.extend("--ft-content-global-primary","Used for main content on the page.",ht.colorGray500),contentGlobalSecondary:dt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",ht.colorGray200),contentGlobalSubtle:dt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",ht.colorGray0),contentGlobalOnColor:dt.extend("--ft-content-global-on-color","Used for content on a dominant color.",ht.colorWhite),borderActionPrimary:dt.extend("--ft-border-action-primary","Used as border for primary action components.",ht.colorBrand0),borderActionFocusRing:dt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",ht.colorCyan0),borderWarningPrimary:dt.extend("--ft-border-warning-primary","Used as border for warning components.",ht.colorOrange30),borderSuccessPrimary:dt.extend("--ft-border-success-primary","Used as border for success components.",ht.colorGreen30),borderErrorPrimary:dt.extend("--ft-border-error-primary","Used as border for error components.",ht.colorRed30),borderInfoPrimary:dt.extend("--ft-border-info-primary","Used as border for information components.",ht.colorCyan30),borderGlobalSubtle:dt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",ht.colorGray30),borderGlobalPrimary:dt.extend("--ft-border-global-primary","Used as border for element like input.",ht.colorGray50),borderInputPrimary:dt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",ht.colorGray80)};dt.create("--ft-button-large-height","","SIZE","40px"),dt.extend("--ft-button-large-horizontal-padding","",ht.spacing4),dt.extend("--ft-button-large-gap","",ht.spacing2),dt.extend("--ft-button-large-border-radius","",ht.borderRadiusS),dt.extend("--ft-button-large-icon-size","",ht.iconSize3),dt.create("--ft-button-large-border-width","","SIZE","1px"),dt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),dt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),dt.create("--ft-button-large-icon-only-width","","SIZE","40px"),dt.create("--ft-button-small-height","","SIZE","30px"),dt.extend("--ft-button-small-horizontal-padding","",ht.spacing3),dt.extend("--ft-button-small-gap","",ht.spacing2),dt.extend("--ft-button-small-border-radius","",ht.borderRadiusS),dt.extend("--ft-button-small-icon-size","",ht.iconSize2),dt.create("--ft-button-small-border-width","","SIZE","1px"),dt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),dt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),dt.create("--ft-button-small-icon-only-width","","SIZE","30px"),dt.extend("--ft-button-primary-background-color","",yt.backgroundActionPrimary),dt.extend("--ft-button-primary-color","",yt.contentGlobalOnColor),dt.extend("--ft-button-primary-icon-color","",yt.contentGlobalOnColor),dt.extend("--ft-button-primary-state-layer-color","",yt.contentGlobalOnColor),dt.extend("--ft-button-primary-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-button-primary-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-button-primary-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-button-primary-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-button-focus-focus-ring-color","",yt.borderActionFocusRing),dt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),dt.extend("--ft-button-tertiary-color","",yt.contentActionPrimary),dt.extend("--ft-button-tertiary-icon-color","",yt.contentActionPrimary),dt.extend("--ft-button-tertiary-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-button-tertiary-state-layer-opacity-hover","",ht.opacity8),dt.extend("--ft-button-tertiary-state-layer-opacity-focus","",ht.opacity8),dt.extend("--ft-button-tertiary-state-layer-opacity-active","",ht.opacity16),dt.extend("--ft-button-tertiary-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-button-secondary-background-color","",ht.colorWhite),dt.extend("--ft-button-secondary-color","",yt.contentActionPrimary),dt.extend("--ft-button-secondary-icon-color","",yt.contentActionPrimary),dt.extend("--ft-button-secondary-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-button-secondary-state-layer-opacity-hover","",ht.opacity8),dt.extend("--ft-button-secondary-state-layer-opacity-focus","",ht.opacity8),dt.extend("--ft-button-secondary-state-layer-opacity-active","",ht.opacity16),dt.extend("--ft-button-secondary-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-button-secondary-border-color","",yt.borderActionPrimary),dt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),dt.extend("--ft-button-neutral-icon-color","",yt.contentGlobalSecondary),dt.extend("--ft-button-neutral-color","",yt.contentGlobalSecondary),dt.extend("--ft-button-neutral-state-layer-color","",yt.contentGlobalSecondary),dt.extend("--ft-button-neutral-state-layer-opacity-hover","",ht.opacity8),dt.extend("--ft-button-neutral-state-layer-opacity-focus","",ht.opacity8),dt.extend("--ft-button-neutral-state-layer-opacity-active","",ht.opacity16),dt.extend("--ft-button-neutral-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-tabs-top-left-border-radius","",ht.borderRadiusS),dt.extend("--ft-tabs-top-right-border-radius","",ht.borderRadiusS),dt.extend("--ft-tabs-label-horizontal-padding","",ht.spacing4),dt.extend("--ft-tabs-label-vertical-padding","",ht.spacing3),dt.extend("--ft-tabs-label-gap","",ht.spacing1),dt.extend("--ft-switch-group-horizontal-padding","",ht.spacing1),dt.extend("--ft-switch-group-vertical-padding","",ht.spacing1),dt.extend("--ft-switch-group-gap","",ht.spacing1),dt.extend("--ft-switch-group-background-color","",yt.backgroundGlobalSurface),dt.extend("--ft-switch-group-border-color","",yt.borderGlobalSubtle),dt.create("--ft-switch-group-border-radius","","SIZE","6px"),dt.extend("--ft-switch-label-horizontal-padding","",ht.spacing2),dt.extend("--ft-switch-label-vertical-padding","",ht.spacing1),dt.extend("--ft-switch-icon-horizontal-padding","",ht.spacing1),dt.extend("--ft-switch-icon-vertical-padding","",ht.spacing1),dt.create("--ft-switch-focus-outline-width","","SIZE","2px"),dt.extend("--ft-switch-focus-focus-ring-color","",yt.borderActionFocusRing),dt.extend("--ft-switch-option-border-radius","",ht.borderRadiusS),dt.extend("--ft-switch-off-state-layer-opacity-hover","",ht.opacity8),dt.extend("--ft-switch-off-state-layer-opacity-focus","",ht.opacity8),dt.extend("--ft-switch-off-state-layer-opacity-active","",ht.opacity16),dt.extend("--ft-switch-off-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-switch-off-color","",yt.contentGlobalSubtle),dt.extend("--ft-switch-off-state-layer-color","",yt.contentGlobalSubtle),dt.extend("--ft-chart-1-light","for area color charts",ht.colorBrand40),dt.extend("--ft-chart-1-base","for line charts",ht.colorBrand0),dt.extend("--ft-chart-2-light","for area color charts",ht.colorYellow60),dt.extend("--ft-chart-2-base","for line charts",ht.colorYellow100),dt.extend("--ft-chart-3-light","",ht.colorUltramarine40),dt.extend("--ft-chart-3-base","",ht.colorUltramarine70),dt.extend("--ft-chart-4-light","",ht.colorCyan50),dt.extend("--ft-chart-4-base","",ht.colorCyan100),dt.extend("--ft-chart-5-light","",ht.colorRed40),dt.extend("--ft-chart-5-base","",ht.colorRed60),dt.extend("--ft-chart-6-light","",ht.colorGreen40),dt.extend("--ft-chart-6-base","",ht.colorGreen70),dt.extend("--ft-chart-7-light","",ht.colorOrange70),dt.extend("--ft-chart-7-base","",ht.colorOrange100),dt.extend("--ft-chart-8-light","",ht.colorAvocado70),dt.extend("--ft-chart-8-base","",ht.colorAvocado200),dt.extend("--ft-chart-9-light","",ht.colorBrown50),dt.extend("--ft-chart-9-base","",ht.colorBrown200),dt.extend("--ft-chart-10-light","",ht.colorGray50),dt.extend("--ft-chart-10-base","",ht.colorGray80),dt.extend("--ft-chart-monochrome-10","",ht.colorBrand10),dt.extend("--ft-chart-monochrome-20","",ht.colorBrand20),dt.extend("--ft-chart-monochrome-30","",ht.colorBrand40),dt.extend("--ft-chart-monochrome-40","",ht.colorBrand60),dt.extend("--ft-chart-monochrome-50","",ht.colorBrand0),dt.extend("--ft-chart-monochrome-60","",ht.colorBrand200),dt.extend("--ft-chip-large-horizontal-padding","",ht.spacing4),dt.extend("--ft-chip-large-vertical-padding","",ht.spacing2),dt.extend("--ft-chip-large-gap","",ht.spacing1),dt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-large-border-radius","",ht.borderRadiusPill),dt.create("--ft-chip-large-border-width","","SIZE","1px"),dt.extend("--ft-chip-large-icon-size","",ht.iconSize3),dt.extend("--ft-chip-medium-horizontal-padding","",ht.spacing3),dt.extend("--ft-chip-medium-vertical-padding","",ht.spacing1),dt.extend("--ft-chip-medium-gap","",ht.spacing1),dt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-medium-border-radius","",ht.borderRadiusPill),dt.create("--ft-chip-medium-border-width","","SIZE","1px"),dt.extend("--ft-chip-medium-icon-size","",ht.iconSize2),dt.extend("--ft-chip-small-horizontal-padding","",ht.spacing2),dt.extend("--ft-chip-small-vertical-padding","",ht.spacing05),dt.extend("--ft-chip-small-gap","",ht.spacing1),dt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-small-border-radius","",ht.borderRadiusPill),dt.create("--ft-chip-small-border-width","","SIZE","1px"),dt.extend("--ft-chip-small-icon-size","",ht.iconSize1),dt.extend("--ft-chip-neutral-background-color","",yt.backgroundGlobalOnSurface),dt.extend("--ft-chip-neutral-color","",yt.contentGlobalPrimary),dt.extend("--ft-chip-neutral-border-color","",yt.borderGlobalSubtle),dt.extend("--ft-chip-info-background-color","",yt.backgroundInfoSubtle),dt.extend("--ft-chip-info-color","",yt.contentInfoPrimary),dt.extend("--ft-chip-info-border-color","",yt.borderInfoPrimary),dt.extend("--ft-chip-success-background-color","",yt.backgroundSuccessSubtle),dt.extend("--ft-chip-success-color","",yt.contentSuccessPrimary),dt.extend("--ft-chip-success-border-color","",yt.borderSuccessPrimary),dt.extend("--ft-chip-warning-background-color","",yt.backgroundWarningSubtle),dt.extend("--ft-chip-warning-color","",yt.contentWarningPrimary),dt.extend("--ft-chip-warning-border-color","",yt.borderWarningPrimary),dt.extend("--ft-chip-error-background-color","",yt.backgroundErrorSubtle),dt.extend("--ft-chip-error-color","",yt.contentErrorPrimary),dt.extend("--ft-chip-error-border-color","",yt.borderErrorPrimary),dt.create("--ft-notice-border-width","","SIZE","1px"),dt.extend("--ft-notice-horizontal-padding","",ht.spacing2),dt.extend("--ft-notice-vertical-padding","",ht.spacing1),dt.extend("--ft-notice-border-radius","",ht.borderRadiusS),dt.extend("--ft-notice-gap","",ht.spacing2),dt.extend("--ft-notice-icon-size","",ht.iconSize3),dt.extend("--ft-notice-info-background-color","",yt.backgroundInfoSubtle),dt.extend("--ft-notice-info-border-color","",yt.borderInfoPrimary),dt.extend("--ft-notice-info-color","",yt.contentInfoPrimary),dt.extend("--ft-notice-warning-background-color","",yt.backgroundWarningSubtle),dt.extend("--ft-notice-warning-border-color","",yt.borderWarningPrimary),dt.extend("--ft-notice-warning-color","",yt.contentWarningPrimary),dt.extend("--ft-checkbox-label-color","",yt.contentGlobalPrimary),dt.extend("--ft-checkbox-checked-background-color","",yt.contentActionPrimary),dt.extend("--ft-checkbox-checked-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-checkbox-checked-color","",yt.contentGlobalOnColor),dt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-checkbox-checked-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-checkbox-checked-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-checkbox-unchecked-border-color","",ht.colorGray80),dt.extend("--ft-checkbox-unchecked-state-layer-color","",ht.colorGray80),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-checkbox-focus-focus-ring-color","",yt.borderActionFocusRing),dt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),dt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),dt.extend("--ft-checkbox-gap","",ht.spacing3),dt.extend("--ft-toggle-off-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-toggle-off-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-toggle-off-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-toggle-off-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-toggle-off-background-color","",yt.contentGlobalSubtle),dt.extend("--ft-toggle-off-icon-color","",yt.contentGlobalSubtle),dt.extend("--ft-toggle-off-state-layer-color","",yt.contentGlobalSubtle),dt.extend("--ft-toggle-on-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-toggle-on-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-toggle-on-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-toggle-on-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-toggle-on-background-color","",yt.contentActionPrimary),dt.extend("--ft-toggle-on-icon-color","",yt.contentActionPrimary),dt.extend("--ft-toggle-on-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-toggle-label-color","",yt.contentGlobalPrimary),dt.extend("--ft-toggle-focus-focus-ring-color","",yt.borderActionFocusRing),dt.extend("--ft-toggle-gap","",ht.spacing3),dt.extend("--ft-radio-label-color","",yt.contentGlobalPrimary),dt.extend("--ft-radio-selected-color","",yt.contentActionPrimary),dt.extend("--ft-radio-selected-state-layer-color","",yt.contentActionPrimary),dt.extend("--ft-radio-selected-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-radio-selected-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-radio-selected-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-radio-selected-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-radio-unselected-state-layer-color","",ht.colorGray80),dt.extend("--ft-radio-unselected-state-layer-opacity-hover","",ht.opacity16),dt.extend("--ft-radio-unselected-state-layer-opacity-focus","",ht.opacity16),dt.extend("--ft-radio-unselected-state-layer-opacity-active","",ht.opacity24),dt.extend("--ft-radio-unselected-component-opacity-disabled","",ht.opacity40),dt.extend("--ft-radio-focus-focus-ring-color","",yt.borderActionFocusRing),dt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),dt.create("--ft-radio-focus-outline-width","","SIZE","2px"),dt.extend("--ft-radio-gap","",ht.spacing3),dt.extend("--ft-notification-icon-size","",ht.iconSize4),dt.extend("--ft-notification-horizontal-padding","",ht.spacing4),dt.extend("--ft-notification-vertical-padding","",ht.spacing4),dt.extend("--ft-notification-info-background-color","",yt.backgroundInfoSubtle),dt.extend("--ft-notification-info-color","",yt.contentInfoPrimary),dt.extend("--ft-notification-info-border-color","",yt.borderInfoPrimary),dt.extend("--ft-notification-success-background-color","",yt.backgroundSuccessSubtle),dt.extend("--ft-notification-success-color","",yt.contentSuccessPrimary),dt.extend("--ft-notification-success-border-color","",yt.borderSuccessPrimary),dt.extend("--ft-notification-warning-background-color","",yt.backgroundWarningSubtle),dt.extend("--ft-notification-warning-color","",yt.contentWarningPrimary),dt.extend("--ft-notification-warning-border-color","",yt.borderWarningPrimary),dt.extend("--ft-notification-error-background-color","",yt.backgroundErrorSubtle),dt.extend("--ft-notification-error-color","",yt.contentErrorPrimary),dt.extend("--ft-notification-error-border-color","",yt.borderErrorPrimary),dt.extend("--ft-notification-border-radius","",ht.borderRadiusPill),dt.create("--ft-notification-border-width","","SIZE","1px"),dt.extend("--ft-notification-gap-leading","",ht.spacing2),dt.extend("--ft-notification-gap-trailing","",ht.spacing8),dt.create("--ft-color-primary","","COLOR","#2196F3"),dt.create("--ft-color-primary-variant","","COLOR","#1976D2"),dt.create("--ft-color-secondary","","COLOR","#FFCC80"),dt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),dt.create("--ft-color-surface","","COLOR","#FFFFFF"),dt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),dt.create("--ft-color-error","","COLOR","#B00020"),dt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),dt.create("--ft-color-opacity-high","","NUMBER","1"),dt.create("--ft-color-opacity-medium","","NUMBER","0.74"),dt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),dt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),dt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),dt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),dt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),dt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),dt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),dt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),dt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),dt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),dt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),dt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),dt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),dt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),dt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),dt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),dt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),dt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),dt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),dt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),dt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),dt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),dt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),dt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),dt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),dt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),dt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),dt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),dt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),dt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),dt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),dt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),dt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),dt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),dt.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),dt.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),dt.create("--ft-border-radius-S","","SIZE","4px"),dt.create("--ft-border-radius-M","","SIZE","8px"),dt.create("--ft-border-radius-L","","SIZE","12px"),dt.create("--ft-border-radius-XL","","SIZE","16px"),dt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),dt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),dt.create("--ft-transition-duration","","UNKNOWN","250ms"),dt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out");class ut extends st{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,r])=>t.registry.define(o,r))));const o={...t.shadowRootOptions,customElements:t.registry},r=this.renderOptions.creationScope=this.attachShadow(o);return h(r,t.elementStyles),r}}var gt,bt=function(t,o,r,e){for(var a,i=arguments.length,n=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,c=t.length-1;c>=0;c--)(a=t[c])&&(n=(i<3?a(n):i>3?a(o,r,n):a(o,r))||n);return i>3&&n&&Object.defineProperty(o,r,n),n};const mt=Symbol("constructorPrototype"),Ot=Symbol("constructorName"),Nt=Symbol("exportpartsDebouncer");class vt extends ut{constructor(){super(),this[gt]=new o(5),this[Ot]=this.constructor.name,this[mt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ot]&&Object.setPrototypeOf(this,this[mt])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,r;if((null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).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[Nt].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,r,e,a,i,n;const c=t=>null!=t&&t.trim().length>0,l=t.filter(c).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const s=new Set;for(let t of null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==r?r:[]){const o=null!==(a=null===(e=t.getAttribute("part"))||void 0===e?void 0:e.split(" "))&&void 0!==a?a:[],r=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,...r).filter(c).map((t=>t.trim())).forEach((t=>s.add(t)))}if(0===s.size)return void this.removeAttribute("exportparts");const f=[...s.values()].flatMap((t=>l.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}var wt,Ct,St;gt=Nt,bt([e()],vt.prototype,"exportpartsPrefix",void 0),bt([function(t,o){const r=()=>JSON.parse(JSON.stringify(t));return e({type:Object,converter:{fromAttribute:t=>{if(null==t)return r();try{return JSON.parse(t)}catch{return r()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!i(t,o),...null!=o?o:{}})}([])],vt.prototype,"exportpartsPrefixes",void 0),bt([e()],vt.prototype,"customStylesheet",void 0),d`
57
57
  .ft-no-text-select {
58
58
  -webkit-touch-callout: none;
59
59
  -webkit-user-select: none;
@@ -85,7 +85,7 @@ var lt,at;class ht extends N{constructor(){super(...arguments),this.renderOption
85
85
  display: inline-block;
86
86
  width: 0;
87
87
  }
88
- `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(yt=null===(mt=window.safari)||void 0===mt?void 0:mt.pushNotification)||void 0===yt||yt.toString()),t.FtSizeCategory=void 0,(gt=t.FtSizeCategory||(t.FtSizeCategory={})).S="S",gt.M="M",gt.L="L",gt.XL="XL",gt.XXL="XXL";const Ot=d`
88
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Ct=null===(wt=window.safari)||void 0===wt?void 0:wt.pushNotification)||void 0===Ct||Ct.toString()),t.FtSizeCategory=void 0,(St=t.FtSizeCategory||(t.FtSizeCategory={})).S="S",St.M="M",St.L="L",St.XL="XL",St.XXL="XXL";const xt=d`
89
89
  .ft-size-watcher--pixel {
90
90
  width: 0;
91
91
  height: 0;
@@ -104,14 +104,14 @@ var lt,at;class ht extends N{constructor(){super(...arguments),this.renderOption
104
104
  .ft-size-watcher--local .ft-size-watcher--watcher {
105
105
  width: 100%;
106
106
  }
107
- `;var Nt,Et=function(t,i,e,s){for(var o,n=arguments.length,r=n<3?i:null===s?s=Object.getOwnPropertyDescriptor(i,e):s,l=t.length-1;l>=0;l--)(o=t[l])&&(r=(n<3?o(r):n>3?o(i,e,r):o(i,e))||r);return n>3&&r&&Object.defineProperty(i,e,r),r};class Rt extends CustomEvent{constructor(t,i){super("change",{detail:{size:t,category:i}})}}class Ct extends xt{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=t.FtSizeCategory.S,this.resizeObserver=new ResizeObserver((()=>this.updateSize())),this.debouncer=new i}render(){return P`
107
+ `;var Rt,Ut=function(t,o,r,e){for(var a,i=arguments.length,n=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,c=t.length-1;c>=0;c--)(a=t[c])&&(n=(i<3?a(n):i>3?a(o,r,n):a(o,r))||n);return i>3&&n&&Object.defineProperty(o,r,n),n};class Et extends CustomEvent{constructor(t,o){super("change",{detail:{size:t,category:o}})}}class Lt extends vt{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=t.FtSizeCategory.S,this.resizeObserver=new ResizeObserver((()=>this.updateSize())),this.debouncer=new o}render(){return H`
108
108
  <div class="ft-size-watcher--pixel ${this.local?"ft-size-watcher--local":""}">
109
109
  <div class="ft-size-watcher--watcher"></div>
110
110
  </div>
111
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run((()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=t.FtSizeCategory.S:this.size<976?this.category=t.FtSizeCategory.M:this.size<1024?this.category=t.FtSizeCategory.L:this.size<1440?this.category=t.FtSizeCategory.XL:this.category=t.FtSizeCategory.XXL,this.dispatchEvent(new Rt(this.size,this.category)))}),this.debounceTimeout)}}Ct.elementDefinitions={},Ct.styles=Ot,Et([s({type:Number})],Ct.prototype,"debounceTimeout",void 0),Et([s({type:Boolean})],Ct.prototype,"local",void 0),Et([s({type:Number,reflect:!0})],Ct.prototype,"size",void 0),Et([s({type:String,reflect:!0})],Ct.prototype,"category",void 0),Et([
111
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run((()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=t.FtSizeCategory.S:this.size<976?this.category=t.FtSizeCategory.M:this.size<1024?this.category=t.FtSizeCategory.L:this.size<1440?this.category=t.FtSizeCategory.XL:this.category=t.FtSizeCategory.XXL,this.dispatchEvent(new Et(this.size,this.category)))}),this.debounceTimeout)}}Lt.elementDefinitions={},Lt.styles=xt,Ut([e({type:Number})],Lt.prototype,"debounceTimeout",void 0),Ut([e({type:Boolean})],Lt.prototype,"local",void 0),Ut([e({type:Number,reflect:!0})],Lt.prototype,"size",void 0),Ut([e({type:String,reflect:!0})],Lt.prototype,"category",void 0),Ut([
112
112
  /**
113
113
  * @license
114
114
  * Copyright 2017 Google LLC
115
115
  * SPDX-License-Identifier: BSD-3-Clause
116
116
  */
117
- function(t,i){return(({finisher:t,descriptor:i})=>(e,s)=>{var o;if(void 0===s){const s=null!==(o=e.originalKey)&&void 0!==o?o:e.key,n=null!=i?{kind:"method",placement:"prototype",key:s,descriptor:i(e.key)}:{...e,key:s};return null!=t&&(n.finisher=function(i){t(i,s)}),n}{const o=e.constructor;void 0!==i&&Object.defineProperty(e,s,i(s)),null==t||t(o,s)}})({descriptor:e=>{const s={get(){var i,e;return null!==(e=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==e?e:null},enumerable:!0,configurable:!0};if(i){const i="symbol"==typeof e?Symbol():"__"+e;s.get=function(){var e,s;return void 0===this[i]&&(this[i]=null!==(s=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==s?s:null),this[i]}}return s}})}(".ft-size-watcher--watcher")],Ct.prototype,"watcher",void 0),(Nt="ft-size-watcher",t=>{window.customElements.get(Nt)||window.customElements.define(Nt,t)})(Ct),t.FtSizeChangeEvent=Rt,t.FtSizeWatcher=Ct,t.FtSizeWatcherCssVariables={},t.styles=Ot}({});
117
+ function(t,o){return(({finisher:t,descriptor:o})=>(r,e)=>{var a;if(void 0===e){const e=null!==(a=r.originalKey)&&void 0!==a?a:r.key,i=null!=o?{kind:"method",placement:"prototype",key:e,descriptor:o(r.key)}:{...r,key:e};return null!=t&&(i.finisher=function(o){t(o,e)}),i}{const a=r.constructor;void 0!==o&&Object.defineProperty(r,e,o(e)),null==t||t(a,e)}})({descriptor:r=>{const e={get(){var o,r;return null!==(r=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(t))&&void 0!==r?r:null},enumerable:!0,configurable:!0};if(o){const o="symbol"==typeof r?Symbol():"__"+r;e.get=function(){var r,e;return void 0===this[o]&&(this[o]=null!==(e=null===(r=this.renderRoot)||void 0===r?void 0:r.querySelector(t))&&void 0!==e?e:null),this[o]}}return e}})}(".ft-size-watcher--watcher")],Lt.prototype,"watcher",void 0),(Rt="ft-size-watcher",t=>{window.customElements.get(Rt)||window.customElements.define(Rt,t)})(Lt),t.FtSizeChangeEvent=Et,t.FtSizeWatcher=Lt,t.FtSizeWatcherCssVariables={},t.styles=xt}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-size-watcher",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "description": "Pixel component used to get viewport size",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.0.59",
22
+ "@fluid-topics/ft-wc-utils": "1.0.61",
23
23
  "lit": "2.7.2"
24
24
  },
25
- "gitHead": "9412dc7c29ebc722b1b133bba63b1744f4bfdf60"
25
+ "gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
26
26
  }