@fluid-topics/ft-reader-content 1.1.50 → 1.1.52
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.
- package/build/ft-reader-content.min.js +37 -36
- package/package.json +7 -7
|
@@ -12,60 +12,61 @@
|
|
|
12
12
|
* subject to an additional IP rights grant found at
|
|
13
13
|
* http://polymer.github.io/PATENTS.txt
|
|
14
14
|
*/
|
|
15
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,l=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=i.prototype.attributeChangedCallback,c=new Set(i.observedAttributes||[]);h(i,c,l);const s={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,s),this._definitionsByClass.set(i,s);let f=o.call(r,t);f||(f=d(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,s),s.standInClass=f);const u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)n.delete(t),p(t,s,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){y.push(this),r.upgrade.apply(r,arguments),y.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=c;if(e)return c=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),i.set(e,o),e},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!s(e)){const t=y[y.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),s(e)||(e=l.get(e)?.getRootNode()||document)}return e.customElements},d=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=f(o)||window.customElements,i=r._getDefinition(e);return i?p(o,i):n.set(o,r),o}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);r.call(this,n,i),o.call(this,n,t,i)}else r.call(this,n,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);i.call(this,r),o.call(this,r,t,null)}else i.call(this,r)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const e=this.getAttribute(i);o.call(this,i,t,e)}else n.call(this,i,r)})},u=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):u(o)},p=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),c=t;try{new e.elementClass}catch(t){u(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=g.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let y=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){y.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&l.set(t,this),y.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){y.push(this),o.set.call(this,t),y.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,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===i.get(o).formAssociated)return r?.call(this,...e);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),i=e.get(r)||[];this[+o]=t,i.push(t),e.set(r,i)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const o of t){const t=i.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(Ii){const t=window.customElements.define;window.customElements.define=(e,o,r)=>{if(null!==o)try{t.bind(window.customElements)(e,o,r)}catch(t){console.info(e,o,r,t)}}}
|
|
15
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,r=window.customElements,n=new WeakMap,i=new WeakMap,a=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,n){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(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const c=n.prototype.attributeChangedCallback,l=new Set(n.observedAttributes||[]);u(n,l,c);const s={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:c,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,s),this._definitionsByClass.set(n,s);let f=o.call(r,t);f||(f=d(t),e.call(r,t,f)),this===window.customElements&&(a.set(n,s),s.standInClass=f);const h=this._awaitingUpgrade.get(t);if(h){this._awaitingUpgrade.delete(t);for(const t of h)i.delete(t),p(t,s,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){y.push(this),r.upgrade.apply(r,arguments),y.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),n.set(e,o),e},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!s(e)){const t=y[y.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),s(e)||(e=c.get(e)?.getRootNode()||document)}return e.customElements},d=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=f(o)||window.customElements,n=r._getDefinition(e);return n?p(o,n):i.set(o,r),o}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=n.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);r.call(this,i,n),o.call(this,i,t,n)}else r.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);n.call(this,r),o.call(this,r,t,null)}else n.call(this,r)});const i=t.prototype.toggleAttribute;i&&(t.prototype.toggleAttribute=function(t,r){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);i.call(this,n,r);const e=this.getAttribute(n);o.call(this,n,t,e)}else i.call(this,n,r)})},h=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):h(o)},p=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),n.set(t,e),l=t;try{new e.elementClass}catch(t){h(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=g.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let y=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){y.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&c.set(t,this),y.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){y.push(this),o.set.call(this,t),y.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,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===n.get(o).formAssociated)return r?.call(this,...e);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),n=e.get(r)||[];this[+o]=t,n.push(t),e.set(r,n)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const o of t){const t=n.get(o);t&&!0!==t.formAssociated||e.push(o)}return new i(e)}})}}try{window.customElements.define("custom-element",null)}catch(Rn){const t=window.customElements.define;window.customElements.define=(e,o,r)=>{if(null!==o)try{t.bind(window.customElements)(e,o,r)}catch(t){console.info(e,o,r,t)}}}!function(){if("undefined"!=typeof document&&!("adoptedStyleSheets"in document)){var t="ShadyCSS"in window&&!ShadyCSS.nativeShadow,e=document.implementation.createHTMLDocument(""),o=new WeakMap,r="object"==typeof DOMException?Error:DOMException,n=Object.defineProperty,i=Array.prototype.forEach,a=/@import.+?;?$/gm,c=CSSStyleSheet.prototype;c.replace=function(){return Promise.reject(new r("Can't call replace on non-constructed CSSStyleSheets."))},c.replaceSync=function(){throw new r("Failed to execute 'replaceSync' on 'CSSStyleSheet': Can't call replaceSync on non-constructed CSSStyleSheets.")};var l=new WeakMap,s=new WeakMap,f=new WeakMap,d=new WeakMap,u=I.prototype;u.replace=function(t){try{return this.replaceSync(t),Promise.resolve(this)}catch(t){return Promise.reject(t)}},u.replaceSync=function(t){if(E(this),"string"==typeof t){var e=this;l.get(e).textContent=function(t){var e=t.replace(a,"");return e!==t&&console.warn("@import rules are not allowed here. See https://github.com/WICG/construct-stylesheets/issues/119#issuecomment-588352418"),e.trim()}(t),d.set(e,[]),s.get(e).forEach((function(t){t.isConnected()&&N(e,C(e,t))}))}},n(u,"cssRules",{configurable:!0,enumerable:!0,get:function(){return E(this),l.get(this).sheet.cssRules}}),n(u,"media",{configurable:!0,enumerable:!0,get:function(){return E(this),l.get(this).sheet.media}}),["addRule","deleteRule","insertRule","removeRule"].forEach((function(t){u[t]=function(){var e=this;E(e);var o=arguments;d.get(e).push({method:t,args:o}),s.get(e).forEach((function(r){if(r.isConnected()){var n=C(e,r).sheet;n[t].apply(n,o)}}));var r=l.get(e).sheet;return r[t].apply(r,o)}})),n(I,Symbol.hasInstance,{configurable:!0,value:x});var h={childList:!0,subtree:!0},p=new WeakMap,g=new WeakMap,y=new WeakMap,b=new WeakMap;if(F.prototype={isConnected:function(){var t=g.get(this);return t instanceof Document?"loading"!==t.readyState:function(t){return"isConnected"in t?t.isConnected:document.contains(t)}(t.host)},connect:function(){var t=U(this);b.get(this).observe(t,h),y.get(this).length>0&&k(this),W(t,(function(t){R(t).connect()}))},disconnect:function(){b.get(this).disconnect()},update:function(t){var e=this,o=g.get(e)===document?"Document":"ShadowRoot";if(!Array.isArray(t))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+o+": Iterator getter is not callable.");if(!t.every(x))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+o+": Failed to convert value to 'CSSStyleSheet'");if(t.some(w))throw new TypeError("Failed to set the 'adoptedStyleSheets' property on "+o+": Can't adopt non-constructed stylesheets");e.sheets=t;var r,n,i=y.get(e),a=(r=t).filter((function(t,e){return r.indexOf(t)===e}));(n=a,i.filter((function(t){return-1===n.indexOf(t)}))).forEach((function(t){var o;(o=C(t,e)).parentNode.removeChild(o),function(t,e){f.get(t).delete(e),s.set(t,s.get(t).filter((function(t){return t!==e})))}(t,e)})),y.set(e,a),e.isConnected()&&a.length>0&&k(e)}},window.CSSStyleSheet=I,L(Document),"ShadowRoot"in window){L(ShadowRoot);var m=Element.prototype,v=m.attachShadow;m.attachShadow=function(t){var e=v.call(this,t);return"closed"===t.mode&&o.set(this,e),e}}var O=R(document);O.isConnected()?O.connect():document.addEventListener("DOMContentLoaded",O.connect.bind(O))}function S(t){return t.shadowRoot||o.get(t)}function x(t){return"object"==typeof t&&(u.isPrototypeOf(t)||c.isPrototypeOf(t))}function w(t){return"object"==typeof t&&c.isPrototypeOf(t)}function C(t,e){return f.get(t).get(e)}function N(t,e){requestAnimationFrame((function(){e.textContent=l.get(t).textContent,d.get(t).forEach((function(t){return e.sheet[t.method].apply(e.sheet,t.args)}))}))}function E(t){if(!l.has(t))throw new TypeError("Illegal invocation")}function I(){var t=this,o=document.createElement("style");e.body.appendChild(o),l.set(t,o),s.set(t,[]),f.set(t,new WeakMap),d.set(t,[])}function R(t){var e=p.get(t);return e||(e=new F(t),p.set(t,e)),e}function L(t){n(t.prototype,"adoptedStyleSheets",{configurable:!0,enumerable:!0,get:function(){return R(this).sheets},set:function(t){R(this).update(t)}})}function W(t,e){for(var o=document.createNodeIterator(t,NodeFilter.SHOW_ELEMENT,(function(t){return S(t)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}),null,!1),r=void 0;r=o.nextNode();)e(S(r))}function U(t){var e=g.get(t);return e instanceof Document?e.body:e}function k(t){var e=document.createDocumentFragment(),o=y.get(t),r=b.get(t),n=U(t);r.disconnect(),o.forEach((function(o){e.appendChild(C(o,t)||function(t,e){var o=document.createElement("style");return f.get(t).set(e,o),s.get(t).push(e),o}(o,t))})),n.insertBefore(e,null),r.observe(n,h),o.forEach((function(e){N(e,C(e,t))}))}function F(e){var o=this;o.sheets=[],g.set(o,e),y.set(o,[]),b.set(o,new MutationObserver((function(e,r){document?e.forEach((function(e){t||i.call(e.addedNodes,(function(t){t instanceof Element&&W(t,(function(t){R(t).connect()}))})),i.call(e.removedNodes,(function(e){e instanceof Element&&(function(t,e){return e instanceof HTMLStyleElement&&y.get(t).some((function(e){return C(e,t)}))}(o,e)&&k(o),t||W(e,(function(t){R(t).disconnect()})))}))})):r.disconnect()})))}}();
|
|
16
16
|
/**
|
|
17
17
|
* @license
|
|
18
18
|
* Copyright 2019 Google LLC
|
|
19
19
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
20
|
-
*/
|
|
20
|
+
*/
|
|
21
|
+
const e=globalThis,o=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),n=new WeakMap;const i=t=>new class{constructor(t,e,o){if(this._$cssResult$=!0,o!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(o&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=n.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&n.set(e,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,r),a=o?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return i(e)})(t):t
|
|
21
22
|
/**
|
|
22
23
|
* @license
|
|
23
24
|
* Copyright 2017 Google LLC
|
|
24
25
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
25
|
-
*/,{is:
|
|
26
|
+
*/,{is:c,defineProperty:l,getOwnPropertyDescriptor:s,getOwnPropertyNames:f,getOwnPropertySymbols:d,getPrototypeOf:u}=Object,h=globalThis,p=h.trustedTypes,g=p?p.emptyScript:"",y=h.reactiveElementPolyfillSupport,b=(t,e)=>t,m={toAttribute(t,e){switch(e){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},v=(t,e)=>!c(t,e),O={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v};Symbol.metadata??=Symbol("metadata"),h.litPropertyMetadata??=new WeakMap;let S=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=O){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:n}=s(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const i=r?.call(this);n.call(this,e),this.requestUpdate(t,i,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??O}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=u(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,e=[...f(t),...d(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,r)=>{if(o)t.adoptedStyleSheets=r.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of r){const r=document.createElement("style"),n=e.litNonce;void 0!==n&&r.setAttribute("nonce",n),r.textContent=o.cssText,t.appendChild(r)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const n=(void 0!==o.converter?.toAttribute?o.converter:m).toAttribute(e,o.type);this._$Em=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=r,this[r]=n.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,n){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??v)(r?n:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[b("elementProperties")]=new Map,S[b("finalized")]=new Map,y?.({ReactiveElement:S}),(h.reactiveElementVersions??=[]).push("2.0.2");
|
|
26
27
|
/**
|
|
27
28
|
* @license
|
|
28
29
|
* Copyright 2017 Google LLC
|
|
29
30
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
30
31
|
*/
|
|
31
|
-
const
|
|
32
|
+
const x=globalThis,w=x.trustedTypes,C=w?w.createPolicy("lit-html",{createHTML:t=>t}):void 0,N="$lit$",E=`lit$${(Math.random()+"").slice(9)}$`,I="?"+E,R=`<${I}>`,L=document,W=()=>L.createComment(""),U=t=>null===t||"object"!=typeof t&&"function"!=typeof t,k=Array.isArray,F=t=>k(t)||"function"==typeof t?.[Symbol.iterator],B="[ \t\n\f\r]",z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,A=/-->/g,_=/>/g,P=RegExp(`>|${B}(?:([^\\s"'>=/]+)(${B}*=${B}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),$=/'/g,M=/"/g,K=/^(?:script|style|textarea|title)$/i,j=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),D=new WeakMap,H=L.createTreeWalker(L,129);function T(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==C?C.createHTML(e):e}const G=(t,e)=>{const o=t.length-1,r=[];let n,i=2===e?"<svg>":"",a=z;for(let e=0;e<o;e++){const o=t[e];let c,l,s=-1,f=0;for(;f<o.length&&(a.lastIndex=f,l=a.exec(o),null!==l);)f=a.lastIndex,a===z?"!--"===l[1]?a=A:void 0!==l[1]?a=_:void 0!==l[2]?(K.test(l[2])&&(n=RegExp("</"+l[2],"g")),a=P):void 0!==l[3]&&(a=P):a===P?">"===l[0]?(a=n??z,s=-1):void 0===l[1]?s=-2:(s=a.lastIndex-l[2].length,c=l[1],a=void 0===l[3]?P:'"'===l[3]?M:$):a===M||a===$?a=P:a===A||a===_?a=z:(a=P,n=void 0);const d=a===P&&t[e+1].startsWith("/>")?" ":"";i+=a===z?o+R:s>=0?(r.push(c),o.slice(0,s)+N+o.slice(s)+E+d):o+E+(-2===s?e:d)}return[T(t,i+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};let V=class t{constructor({strings:e,_$litType$:o},r){let n;this.parts=[];let i=0,a=0;const c=e.length-1,l=this.parts,[s,f]=G(e,o);if(this.el=t.createElement(s,r),H.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(n=H.nextNode())&&l.length<c;){if(1===n.nodeType){if(n.hasAttributes())for(const t of n.getAttributeNames())if(t.endsWith(N)){const e=f[a++],o=n.getAttribute(t).split(E),r=/([.?@])?(.*)/.exec(e);l.push({type:1,index:i,name:r[2],strings:o,ctor:"."===r[1]?Q:"?"===r[1]?tt:"@"===r[1]?et:X}),n.removeAttribute(t)}else t.startsWith(E)&&(l.push({type:6,index:i}),n.removeAttribute(t));if(K.test(n.tagName)){const t=n.textContent.split(E),e=t.length-1;if(e>0){n.textContent=w?w.emptyScript:"";for(let o=0;o<e;o++)n.append(t[o],W()),H.nextNode(),l.push({type:2,index:++i});n.append(t[e],W())}}}else if(8===n.nodeType)if(n.data===I)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=n.data.indexOf(E,t+1));)l.push({type:7,index:i}),t+=E.length-1}i++}}static createElement(t,e){const o=L.createElement("template");return o.innerHTML=t,o}};function q(t,e,o=t,r){if(e===j)return e;let n=void 0!==r?o._$Co?.[r]:o._$Cl;const i=U(e)?void 0:e._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),void 0===i?n=void 0:(n=new i(t),n._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=n:o._$Cl=n),void 0!==n&&(e=q(t,n._$AS(t,e.values),n,r)),e}let Y=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??L).importNode(e,!0);H.currentNode=r;let n=H.nextNode(),i=0,a=0,c=o[0];for(;void 0!==c;){if(i===c.index){let e;2===c.type?e=new J(n,n.nextSibling,this,t):1===c.type?e=new c.ctor(n,c.name,c.strings,this,t):6===c.type&&(e=new ot(n,this,t)),this._$AV.push(e),c=o[++a]}i!==c?.index&&(n=H.nextNode(),i++)}return H.currentNode=L,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},J=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=q(this,t,e),U(t)?t===Z||null==t||""===t?(this._$AH!==Z&&this._$AR(),this._$AH=Z):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):F(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&&U(this._$AH)?this._$AA.nextSibling.data=t:this.$(L.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=V.createElement(T(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new Y(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=D.get(t.strings);return void 0===e&&D.set(t.strings,e=new V(t)),e}T(e){k(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,n=0;for(const i of e)n===o.length?o.push(r=new t(this.k(W()),this.k(W()),this,this.options)):r=o[n],r._$AI(i),n++;n<o.length&&(this._$AR(r&&r._$AB.nextSibling,n),o.length=n)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},X=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,n){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=n,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Z}_$AI(t,e=this,o,r){const n=this.strings;let i=!1;if(void 0===n)t=q(this,t,e,0),i=!U(t)||t!==this._$AH&&t!==j,i&&(this._$AH=t);else{const r=t;let a,c;for(t=n[0],a=0;a<n.length-1;a++)c=q(this,r[o+a],e,a),c===j&&(c=this._$AH[a]),i||=!U(c)||c!==this._$AH[a],c===Z?t=Z:t!==Z&&(t+=(c??"")+n[a+1]),this._$AH[a]=c}i&&!r&&this.O(t)}O(t){t===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Q=class extends X{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Z?void 0:t}},tt=class extends X{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Z)}},et=class extends X{constructor(t,e,o,r,n){super(t,e,o,r,n),this.type=5}_$AI(t,e=this){if((t=q(this,t,e,0)??Z)===j)return;const o=this._$AH,r=t===Z&&o!==Z||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==Z&&(o===Z||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ot=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){q(this,t)}};const rt={j:N,P:E,A:I,C:1,M:G,L:Y,R:F,V:q,D:J,I:X,H:tt,N:et,U:Q,B:ot},nt=x.litHtmlPolyfillSupport;nt?.(V,J),(x.litHtmlVersions??=[]).push("3.1.0");
|
|
32
33
|
/**
|
|
33
34
|
* @license
|
|
34
35
|
* Copyright 2019 Google LLC
|
|
35
36
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
36
37
|
*/
|
|
37
|
-
const
|
|
38
|
+
const it=globalThis,at=it.ShadowRoot&&(void 0===it.ShadyCSS||it.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ct=Symbol(),lt=new WeakMap;let st=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==ct)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(at&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=lt.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&<.set(e,t))}return t}toString(){return this.cssText}};const ft=t=>new st("string"==typeof t?t:t+"",void 0,ct),dt=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,o,r)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(o)+t[r+1]),t[0]);return new st(o,t,ct)},ut=(t,e)=>{if(at)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of e){const e=document.createElement("style"),r=it.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}},ht=at?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return ft(e)})(t):t
|
|
38
39
|
/**
|
|
39
40
|
* @license
|
|
40
41
|
* Copyright 2017 Google LLC
|
|
41
42
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
42
|
-
*/,{is:pt,defineProperty:gt,getOwnPropertyDescriptor:yt,getOwnPropertyNames:bt,getOwnPropertySymbols:mt,getPrototypeOf:vt}=Object,Ot=globalThis,
|
|
43
|
+
*/,{is:pt,defineProperty:gt,getOwnPropertyDescriptor:yt,getOwnPropertyNames:bt,getOwnPropertySymbols:mt,getPrototypeOf:vt}=Object,Ot=globalThis,St=Ot.trustedTypes,xt=St?St.emptyScript:"",wt=Ot.reactiveElementPolyfillSupport,Ct=(t,e)=>t,Nt={toAttribute(t,e){switch(e){case Boolean:t=t?xt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},Et=(t,e)=>!pt(t,e),It={attribute:!0,type:String,converter:Nt,reflect:!1,hasChanged:Et};Symbol.metadata??=Symbol("metadata"),Ot.litPropertyMetadata??=new WeakMap;let Rt=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=It){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&>(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:n}=yt(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const i=r?.call(this);n.call(this,e),this.requestUpdate(t,i,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??It}static _$Ei(){if(this.hasOwnProperty(Ct("elementProperties")))return;const t=vt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Ct("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Ct("properties"))){const t=this.properties,e=[...bt(t),...mt(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(ht(t))}else void 0!==t&&e.push(ht(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return ut(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const n=(void 0!==o.converter?.toAttribute?o.converter:Nt).toAttribute(e,o.type);this._$Em=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Nt;this._$Em=r,this[r]=n.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,n){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??Et)(r?n:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};Rt.elementStyles=[],Rt.shadowRootOptions={mode:"open"},Rt[Ct("elementProperties")]=new Map,Rt[Ct("finalized")]=new Map,wt?.({ReactiveElement:Rt}),(Ot.reactiveElementVersions??=[]).push("2.0.2");
|
|
43
44
|
/**
|
|
44
45
|
* @license
|
|
45
46
|
* Copyright 2017 Google LLC
|
|
46
47
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
48
|
*/
|
|
48
|
-
const Lt=globalThis,Wt=Lt.trustedTypes,Ut=Wt?Wt.createPolicy("lit-html",{createHTML:t=>t}):void 0,kt="$lit$",
|
|
49
|
+
const Lt=globalThis,Wt=Lt.trustedTypes,Ut=Wt?Wt.createPolicy("lit-html",{createHTML:t=>t}):void 0,kt="$lit$",Ft=`lit$${(Math.random()+"").slice(9)}$`,Bt="?"+Ft,zt=`<${Bt}>`,At=document,_t=()=>At.createComment(""),Pt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,$t=Array.isArray,Mt=t=>$t(t)||"function"==typeof t?.[Symbol.iterator],Kt="[ \t\n\f\r]",jt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Zt=/-->/g,Dt=/>/g,Ht=RegExp(`>|${Kt}(?:([^\\s"'>=/]+)(${Kt}*=${Kt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Tt=/'/g,Gt=/"/g,Vt=/^(?:script|style|textarea|title)$/i,qt=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),Yt=qt(1),Jt=qt(2),Xt=Symbol.for("lit-noChange"),Qt=Symbol.for("lit-nothing"),te=new WeakMap,ee=At.createTreeWalker(At,129);function oe(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Ut?Ut.createHTML(e):e}const re=(t,e)=>{const o=t.length-1,r=[];let n,i=2===e?"<svg>":"",a=jt;for(let e=0;e<o;e++){const o=t[e];let c,l,s=-1,f=0;for(;f<o.length&&(a.lastIndex=f,l=a.exec(o),null!==l);)f=a.lastIndex,a===jt?"!--"===l[1]?a=Zt:void 0!==l[1]?a=Dt:void 0!==l[2]?(Vt.test(l[2])&&(n=RegExp("</"+l[2],"g")),a=Ht):void 0!==l[3]&&(a=Ht):a===Ht?">"===l[0]?(a=n??jt,s=-1):void 0===l[1]?s=-2:(s=a.lastIndex-l[2].length,c=l[1],a=void 0===l[3]?Ht:'"'===l[3]?Gt:Tt):a===Gt||a===Tt?a=Ht:a===Zt||a===Dt?a=jt:(a=Ht,n=void 0);const d=a===Ht&&t[e+1].startsWith("/>")?" ":"";i+=a===jt?o+zt:s>=0?(r.push(c),o.slice(0,s)+kt+o.slice(s)+Ft+d):o+Ft+(-2===s?e:d)}return[oe(t,i+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};class ne{constructor({strings:t,_$litType$:e},o){let r;this.parts=[];let n=0,i=0;const a=t.length-1,c=this.parts,[l,s]=re(t,e);if(this.el=ne.createElement(l,o),ee.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ee.nextNode())&&c.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(kt)){const e=s[i++],o=r.getAttribute(t).split(Ft),a=/([.?@])?(.*)/.exec(e);c.push({type:1,index:n,name:a[2],strings:o,ctor:"."===a[1]?se:"?"===a[1]?fe:"@"===a[1]?de:le}),r.removeAttribute(t)}else t.startsWith(Ft)&&(c.push({type:6,index:n}),r.removeAttribute(t));if(Vt.test(r.tagName)){const t=r.textContent.split(Ft),e=t.length-1;if(e>0){r.textContent=Wt?Wt.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],_t()),ee.nextNode(),c.push({type:2,index:++n});r.append(t[e],_t())}}}else if(8===r.nodeType)if(r.data===Bt)c.push({type:2,index:n});else{let t=-1;for(;-1!==(t=r.data.indexOf(Ft,t+1));)c.push({type:7,index:n}),t+=Ft.length-1}n++}}static createElement(t,e){const o=At.createElement("template");return o.innerHTML=t,o}}function ie(t,e,o=t,r){if(e===Xt)return e;let n=void 0!==r?o._$Co?.[r]:o._$Cl;const i=Pt(e)?void 0:e._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),void 0===i?n=void 0:(n=new i(t),n._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=n:o._$Cl=n),void 0!==n&&(e=ie(t,n._$AS(t,e.values),n,r)),e}let ae=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??At).importNode(e,!0);ee.currentNode=r;let n=ee.nextNode(),i=0,a=0,c=o[0];for(;void 0!==c;){if(i===c.index){let e;2===c.type?e=new ce(n,n.nextSibling,this,t):1===c.type?e=new c.ctor(n,c.name,c.strings,this,t):6===c.type&&(e=new ue(n,this,t)),this._$AV.push(e),c=o[++a]}i!==c?.index&&(n=ee.nextNode(),i++)}return ee.currentNode=At,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},ce=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=Qt,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=ie(this,t,e),Pt(t)?t===Qt||null==t||""===t?(this._$AH!==Qt&&this._$AR(),this._$AH=Qt):t!==this._$AH&&t!==Xt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):Mt(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!==Qt&&Pt(this._$AH)?this._$AA.nextSibling.data=t:this.$(At.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ne.createElement(oe(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new ae(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=te.get(t.strings);return void 0===e&&te.set(t.strings,e=new ne(t)),e}T(e){$t(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,n=0;for(const i of e)n===o.length?o.push(r=new t(this.k(_t()),this.k(_t()),this,this.options)):r=o[n],r._$AI(i),n++;n<o.length&&(this._$AR(r&&r._$AB.nextSibling,n),o.length=n)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},le=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,n){this.type=1,this._$AH=Qt,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=n,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Qt}_$AI(t,e=this,o,r){const n=this.strings;let i=!1;if(void 0===n)t=ie(this,t,e,0),i=!Pt(t)||t!==this._$AH&&t!==Xt,i&&(this._$AH=t);else{const r=t;let a,c;for(t=n[0],a=0;a<n.length-1;a++)c=ie(this,r[o+a],e,a),c===Xt&&(c=this._$AH[a]),i||=!Pt(c)||c!==this._$AH[a],c===Qt?t=Qt:t!==Qt&&(t+=(c??"")+n[a+1]),this._$AH[a]=c}i&&!r&&this.O(t)}O(t){t===Qt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},se=class extends le{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Qt?void 0:t}},fe=class extends le{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Qt)}},de=class extends le{constructor(t,e,o,r,n){super(t,e,o,r,n),this.type=5}_$AI(t,e=this){if((t=ie(this,t,e,0)??Qt)===Xt)return;const o=this._$AH,r=t===Qt&&o!==Qt||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==Qt&&(o===Qt||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ue=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){ie(this,t)}};const he={j:kt,P:Ft,A:Bt,C:1,M:re,L:ae,R:Mt,V:ie,D:ce,I:le,H:fe,N:de,U:se,B:ue},pe=Lt.litHtmlPolyfillSupport;pe?.(ne,ce),(Lt.litHtmlVersions??=[]).push("3.1.0");const ge=(t,e,o)=>{const r=o?.renderBefore??e;let n=r._$litPart$;if(void 0===n){const t=o?.renderBefore??null;r._$litPart$=n=new ce(e.insertBefore(_t(),t),t,void 0,o??{})}return n._$AI(t),n
|
|
49
50
|
/**
|
|
50
51
|
* @license
|
|
51
52
|
* Copyright 2017 Google LLC
|
|
52
53
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
53
|
-
*/};let ye=class extends Rt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ge(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Xt}};ye._$litElement$=!0,ye.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ye});const be=globalThis.litElementPolyfillSupport;be?.({LitElement:ye});(globalThis.litElementVersions??=[]).push("4.0.2");var me=Object.freeze({__proto__:null,CSSResult:st,LitElement:ye,ReactiveElement:Rt,_$LE:{_$AK:(t,e,o)=>{t._$AK(e,o)},_$AL:t=>t._$AL},_$LH:
|
|
54
|
+
*/};let ye=class extends Rt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ge(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Xt}};ye._$litElement$=!0,ye.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ye});const be=globalThis.litElementPolyfillSupport;be?.({LitElement:ye});(globalThis.litElementVersions??=[]).push("4.0.2");var me=Object.freeze({__proto__:null,CSSResult:st,LitElement:ye,ReactiveElement:Rt,_$LE:{_$AK:(t,e,o)=>{t._$AK(e,o)},_$AL:t=>t._$AL},_$LH:he,adoptStyles:ut,css:dt,defaultConverter:Nt,getCompatibleStyle:ht,html:Yt,isServer:!1,noChange:Xt,notEqual:Et,nothing:Qt,render:ge,supportsAdoptingStyleSheets:at,svg:Jt,unsafeCSS:ft});
|
|
54
55
|
/**
|
|
55
56
|
* @license
|
|
56
57
|
* Copyright 2017 Google LLC
|
|
57
58
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
58
|
-
*/const ve={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},Oe=(t=ve,e,o)=>{const{kind:r,metadata:
|
|
59
|
+
*/const ve={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},Oe=(t=ve,e,o)=>{const{kind:r,metadata:n}=o;let i=globalThis.litPropertyMetadata.get(n);if(void 0===i&&globalThis.litPropertyMetadata.set(n,i=new Map),i.set(o.name,t),"accessor"===r){const{name:r}=o;return{set(o){const n=e.get.call(this);e.set.call(this,o),this.requestUpdate(r,n,t)},init(e){return void 0!==e&&this.C(r,void 0,t),e}}}if("setter"===r){const{name:r}=o;return function(o){const n=this[r];e.call(this,o),this.requestUpdate(r,n,t)}}throw Error("Unsupported decorator location: "+r)};
|
|
59
60
|
/**
|
|
60
61
|
* @license
|
|
61
62
|
* Copyright 2017 Google LLC
|
|
62
63
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
63
|
-
*/function
|
|
64
|
+
*/function Se(t){return(e,o)=>"object"==typeof o?Oe(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)
|
|
64
65
|
/**
|
|
65
66
|
* @license
|
|
66
67
|
* Copyright 2017 Google LLC
|
|
67
68
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
68
|
-
*/}function
|
|
69
|
+
*/}function xe(t){return Se({...t,state:!0,attribute:!1})}
|
|
69
70
|
/**
|
|
70
71
|
* @license
|
|
71
72
|
* Copyright 2017 Google LLC
|
|
@@ -81,12 +82,12 @@ const we=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
|
|
|
81
82
|
* @license
|
|
82
83
|
* Copyright 2017 Google LLC
|
|
83
84
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
84
|
-
*/;function Ce(t,e){return(o,r,
|
|
85
|
+
*/;function Ce(t,e){return(o,r,n)=>{const i=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof r?o:n??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return we(0,0,{get(){let o=t.call(this);return void 0===o&&(o=i(this),(null!==o||this.hasUpdated)&&e.call(this,o)),o}})}return we(0,0,{get(){return i(this)}})}}
|
|
85
86
|
/**
|
|
86
87
|
* @license
|
|
87
88
|
* Copyright 2017 Google LLC
|
|
88
89
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
89
|
-
*/let Ne;var Ee=Object.freeze({__proto__:null,customElement:t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)},eventOptions:function(t){return(e,o)=>{const r="function"==typeof e?e:e[o];Object.assign(r,t)}},property:
|
|
90
|
+
*/let Ne;var Ee=Object.freeze({__proto__:null,customElement:t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)},eventOptions:function(t){return(e,o)=>{const r="function"==typeof e?e:e[o];Object.assign(r,t)}},property:Se,query:Ce,queryAll:function(t){return(e,o)=>we(0,0,{get(){return(this.renderRoot??(Ne??=document.createDocumentFragment())).querySelectorAll(t)}})
|
|
90
91
|
/**
|
|
91
92
|
* @license
|
|
92
93
|
* Copyright 2017 Google LLC
|
|
@@ -97,12 +98,12 @@ const we=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
|
|
|
97
98
|
* Copyright 2021 Google LLC
|
|
98
99
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
99
100
|
*/
|
|
100
|
-
function(t){return(e,o)=>{const{slot:r,selector:
|
|
101
|
+
function(t){return(e,o)=>{const{slot:r,selector:n}=t??{},i="slot"+(r?`[name=${r}]`:":not([name])");return we(0,0,{get(){const e=this.renderRoot?.querySelector(i),o=e?.assignedElements(t)??[];return void 0===n?o:o.filter((t=>t.matches(n)))}})}}
|
|
101
102
|
/**
|
|
102
103
|
* @license
|
|
103
104
|
* Copyright 2017 Google LLC
|
|
104
105
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
105
|
-
*/,queryAssignedNodes:function(t){return(e,o)=>{const{slot:r}=t??{},
|
|
106
|
+
*/,queryAssignedNodes:function(t){return(e,o)=>{const{slot:r}=t??{},n="slot"+(r?`[name=${r}]`:":not([name])");return we(0,0,{get(){const e=this.renderRoot?.querySelector(n);return e?.assignedNodes(t)??[]}})}},queryAsync:function(t){return(e,o)=>we(0,0,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})},standardProperty:Oe,state:xe});
|
|
106
107
|
/**
|
|
107
108
|
* @license
|
|
108
109
|
* Copyright 2017 Google LLC
|
|
@@ -112,7 +113,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
112
113
|
* @license
|
|
113
114
|
* Copyright 2020 Google LLC
|
|
114
115
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
115
|
-
*/const{D:Ue}=rt,ke=()=>document.createComment(""),
|
|
116
|
+
*/const{D:Ue}=rt,ke=()=>document.createComment(""),Fe=(t,e,o)=>{const r=t._$AA.parentNode,n=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=r.insertBefore(ke(),n),i=r.insertBefore(ke(),n);o=new Ue(e,i,t,t.options)}else{const e=o._$AB.nextSibling,i=o._$AM,a=i!==t;if(a){let e;o._$AQ?.(t),o._$AM=t,void 0!==o._$AP&&(e=t._$AU)!==i._$AU&&o._$AP(e)}if(e!==n||a){let t=o._$AA;for(;t!==e;){const e=t.nextSibling;r.insertBefore(t,n),t=e}}}return o},Be=(t,e,o=t)=>(t._$AI(e,o),t),ze={},Ae=t=>{t._$AP?.(!1,!0);let e=t._$AA;const o=t._$AB.nextSibling;for(;e!==o;){const t=e.nextSibling;e.remove(),e=t}},_e=(t,e,o)=>{const r=new Map;for(let n=e;n<=o;n++)r.set(t[n],n);return r},Pe=Le(class extends We{constructor(t){if(super(t),t.type!==Re)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let r;void 0===o?o=e:void 0!==e&&(r=e);const n=[],i=[];let a=0;for(const e of t)n[a]=r?r(e,a):a,i[a]=o(e,a),a++;return{values:i,keys:n}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,r]){const n=(t=>t._$AH)(t),{values:i,keys:a}=this.ht(e,o,r);if(!Array.isArray(n))return this.dt=a,i;const c=this.dt??=[],l=[];let s,f,d=0,u=n.length-1,h=0,p=i.length-1;for(;d<=u&&h<=p;)if(null===n[d])d++;else if(null===n[u])u--;else if(c[d]===a[h])l[h]=Be(n[d],i[h]),d++,h++;else if(c[u]===a[p])l[p]=Be(n[u],i[p]),u--,p--;else if(c[d]===a[p])l[p]=Be(n[d],i[p]),Fe(t,l[p+1],n[d]),d++,p--;else if(c[u]===a[h])l[h]=Be(n[u],i[h]),Fe(t,n[d],n[u]),u--,h++;else if(void 0===s&&(s=_e(a,h,p),f=_e(c,d,u)),s.has(c[d]))if(s.has(c[u])){const e=f.get(a[h]),o=void 0!==e?n[e]:null;if(null===o){const e=Fe(t,n[d]);Be(e,i[h]),l[h]=e}else l[h]=Be(o,i[h]),Fe(t,n[d],o),n[e]=null;h++}else Ae(n[u]),u--;else Ae(n[d]),d++;for(;h<=p;){const e=Fe(t,l[p+1]);Be(e,i[h]),l[h++]=e}for(;d<=u;){const t=n[d++];null!==t&&Ae(t)}return this.dt=a,((t,e=ze)=>{t._$AH=e})(t,l),j}});
|
|
116
117
|
/**
|
|
117
118
|
* @license
|
|
118
119
|
* Copyright 2017 Google LLC
|
|
@@ -122,26 +123,26 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
122
123
|
* @license
|
|
123
124
|
* Copyright 2018 Google LLC
|
|
124
125
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
125
|
-
*/const
|
|
126
|
+
*/const Me=Le(class extends We{constructor(t){if(super(t),t.type!==Ie||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(e)}const o=t.element.classList;for(const t of this.it)t in e||(o.remove(t),this.it.delete(t));for(const t in e){const r=!!e[t];r===this.it.has(t)||this.st?.has(t)||(r?(o.add(t),this.it.add(t)):(o.remove(t),this.it.delete(t)))}return j}});var Ke=Object.freeze({__proto__:null,classMap:Me});
|
|
126
127
|
/**
|
|
127
128
|
* @license
|
|
128
129
|
* Copyright 2018 Google LLC
|
|
129
130
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
130
|
-
*/const je="important",
|
|
131
|
+
*/const je="important",Ze=" !"+je,De=Le(class extends We{constructor(t){if(super(t),t.type!==Ie||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,o)=>{const r=t[o];return null==r?e:e+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(t,[e]){const{style:o}=t.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(e)),this.render(e);for(const t of this.ut)null==e[t]&&(this.ut.delete(t),t.includes("-")?o.removeProperty(t):o[t]=null);for(const t in e){const r=e[t];if(null!=r){this.ut.add(t);const e="string"==typeof r&&r.endsWith(Ze);t.includes("-")||e?o.setProperty(t,e?r.slice(0,-11):r,e?je:""):o[t]=r}}return j}});var He=Object.freeze({__proto__:null,styleMap:De});
|
|
131
132
|
/**
|
|
132
133
|
* @license
|
|
133
134
|
* Copyright 2017 Google LLC
|
|
134
135
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
135
|
-
*/let Te=class extends We{constructor(t){if(super(t),this.et=M,t.type!==Re)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===M||null==t)return this.vt=void 0,this.et=t;if(t===j)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Te.directiveName="unsafeHTML",Te.resultType=1;const Ge=Le(Te);var Ve=Object.freeze({__proto__:null,UnsafeHTMLDirective:Te,unsafeHTML:Ge});class qe extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class Ye extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new qe("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new qe("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Je=t=>new Ye(((e,o)=>t.then(e).catch(o)));var Xe=Object.freeze({__proto__:null,CancelablePromise:Ye,CanceledPromiseError:qe,cancelable:Je});var Qe=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Ye&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=Je(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class to{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t){var e,o;return(null!==(o=null!==(e=null==t?void 0:t.map)&&void 0!==e?e:null==t?void 0:t.document)&&void 0!==o?o:null==t?void 0:t.topic).metadata.map((t=>to.flattenMetadata(t)))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e){let o=to.extractResultMetadata(this.selectedResult).find((e=>e.key===t));const r=this.allResults.flatMap((e=>to.extractResultMetadata(e).filter((e=>e.key===t)))).filter((t=>!(t.key===(null==o?void 0:o.key)&&t.value===(null==o?void 0:o.value)))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return r.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){let i=this.metadataDescriptors.find((t=>o==t.key)),n=(null==i?void 0:i.sortRule)||"NONE",a=(null==i?void 0:i.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>to.extractResultMetadata(o).find((o=>o.key===t&&o.value===e))));let r,i=to.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...i.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,n);if(e>a&&(a=e,r=t,e===n.length))break}return r}countMatchingMetadata(t,e){return to.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var eo=Object.freeze({__proto__:null,ClusteringHelper:to});class oo{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ro=Object.freeze({__proto__:null,Debouncer:oo});const io=t=>new Promise((e=>setTimeout(e,t)));async function no(t,e=10,o=2e4){await ao((async()=>await t()||void 0),e,o)}async function ao(t,e=10,o=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!o||i-r<o);)await io(e),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function lo(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function co(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,i;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!co(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!co(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(i=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,i[r]))return!1;for(r=o;0!=r--;){var n=i[r];if(!co(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}function so(t,e,o){return Math.min(Math.max(t,e),o)}var fo=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?lo(o):o}},deepEqual:co,delay:io,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:so,parseDate:lo,waitFor:ao,waitUntil:no});const ho=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function uo(t,e){const o=()=>JSON.parse(JSON.stringify(t));return xe({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!co(t,e),...null!=e?e:{}})}function po(t){return!isNaN(parseFloat(t))}var go=Object.freeze({__proto__:null,customElement:ho,isNumber:po,jsonProperty:uo,optionalNumberProperty:function(t){return xe({type:Object,converter:{fromAttribute:t=>{if(null!=t)return po(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const yo=t=>"string"==typeof t?ft(t):t;class bo{static create(t,e,o,r){const i=t=>yo(null!=t?t:r),n=dt`var(${yo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>dt`var(${yo(t)}, ${i(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,e,o,r){const i=t=>o.get(null!=t?t:r),n=dt`var(${yo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>dt`var(${yo(t)}, ${i(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):yo(null!=e?e:t.lastResortDefaultValue()),r=dt`var(${yo(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>dt`var(${yo(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const mo={colorWhite:bo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:bo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:bo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:bo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:bo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:bo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:bo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:bo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:bo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:bo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:bo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:bo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:bo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:bo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:bo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:bo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:bo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:bo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:bo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:bo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:bo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:bo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:bo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:bo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:bo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:bo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:bo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:bo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:bo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:bo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:bo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:bo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:bo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:bo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:bo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:bo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:bo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:bo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:bo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:bo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:bo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:bo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:bo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:bo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:bo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:bo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:bo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:bo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:bo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:bo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:bo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:bo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:bo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:bo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:bo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:bo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:bo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:bo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:bo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:bo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:bo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:bo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:bo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:bo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:bo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:bo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:bo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:bo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:bo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:bo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:bo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:bo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:bo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:bo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:bo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:bo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:bo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:bo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:bo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:bo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:bo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:bo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:bo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:bo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:bo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:bo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:bo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:bo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:bo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:bo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:bo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:bo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:bo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:bo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:bo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:bo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:bo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:bo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:bo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:bo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:bo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:bo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:bo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:bo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:bo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:bo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:bo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:bo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:bo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:bo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:bo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:bo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:bo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:bo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:bo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:bo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:bo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:bo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:bo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:bo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:bo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:bo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:bo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:bo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:bo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:bo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:bo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:bo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:bo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:bo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:bo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:bo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:bo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:bo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:bo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:bo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:bo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:bo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:bo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:bo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:bo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:bo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:bo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:bo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:bo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:bo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:bo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:bo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:bo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:bo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:bo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:bo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:bo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:bo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:bo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:bo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:bo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:bo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:bo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:bo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:bo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:bo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:bo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:bo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:bo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:bo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:bo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:bo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:bo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:bo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:bo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:bo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:bo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:bo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:bo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:bo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:bo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:bo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:bo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:bo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:bo.create("--ft-opacity-0","","NUMBER","0"),opacity8:bo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:bo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:bo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:bo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:bo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:bo.create("--ft-shadow-elevation-01","","SHADOW","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)"),shadowElevation02:bo.create("--ft-shadow-elevation-02","","SHADOW","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)"),shadowElevation03:bo.create("--ft-shadow-elevation-03","","SHADOW","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)"),shadowElevation04:bo.create("--ft-shadow-elevation-04","","SHADOW","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)"),shadowElevation06:bo.create("--ft-shadow-elevation-06","","SHADOW","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)"),shadowElevation08:bo.create("--ft-shadow-elevation-08","","SHADOW","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)"),shadowElevation12:bo.create("--ft-shadow-elevation-12","","SHADOW","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)"),shadowElevation16:bo.create("--ft-shadow-elevation-16","","SHADOW","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)"),shadowElevation24:bo.create("--ft-shadow-elevation-24","","SHADOW","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)")},vo={fontFamily:bo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:bo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-display-textCase","","UNKNOWN","none")},Oo={fontFamily:bo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:bo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},xo={fontFamily:bo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:bo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},So={fontFamily:bo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:bo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:bo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},wo={fontFamily:bo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:bo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Co={fontFamily:bo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},No={fontFamily:bo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Eo={fontFamily:bo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:bo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Io={fontFamily:bo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ro={fontFamily:bo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:bo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:bo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Lo={fontFamily:bo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Wo={fontFamily:bo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Uo={fontFamily:bo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ko={fontFamily:bo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:bo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Fo={fontFamily:bo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},zo={fontFamily:bo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Ao={fontFamily:bo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:bo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Po={fontFamily:bo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},$o={fontFamily:bo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Ko={fontFamily:bo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Zo={fontFamily:bo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},jo={fontFamily:bo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Mo={fontFamily:bo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:bo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Do={display:vo,"title-1":Oo,"title-2":xo,"title-3":So,"body-1-regular":wo,"body-1-medium":Co,"body-1-semibold":No,"body-2-regular":Eo,"body-2-medium":Io,"body-2-medium-underline":Ro,"body-2-semibold":Lo,"label-1-medium":Wo,"label-1-semibold":Uo,"label-1-bold":ko,"label-2-medium":Bo,"label-2-semibold":Fo,"label-2-bold":zo,"caption-1-medium":Ao,"caption-1-semibold":_o,"caption-1-bold":Po,"caption-2-medium":$o,"caption-2-semibold":Ko,"caption-2-bold":Zo,"caption-3-medium":jo,"caption-3-semibold":Mo,"caption-3-bold":Ho},To={backgroundActionPrimary:bo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",mo.colorBrand0),backgroundErrorSubtle:bo.extend("--ft-background-error-subtle","Used as background of subtle error components.",mo.colorRed10),backgroundInfoSubtle:bo.extend("--ft-background-info-subtle","Used as background of subtle information components.",mo.colorCyan10),backgroundWarningSubtle:bo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",mo.colorOrange10),backgroundSuccessSubtle:bo.extend("--ft-background-success-subtle","Used as background of subtle success components.",mo.colorGreen10),backgroundGlobalSurface:bo.extend("--ft-background-global-surface","Used as app background.",mo.colorWhite),backgroundGlobalOnSurface:bo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",mo.colorGray10),backgroundGlobalOnSurfaceDark:bo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",mo.colorGray30),contentActionPrimary:bo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",mo.colorBrand0),contentWarningPrimary:bo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",mo.colorOrange200),contentWarningIconOnly:bo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",mo.colorOrange0),contentErrorPrimary:bo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",mo.colorRed0),contentErrorIconOnly:bo.extend("--ft-content-error-icon-only","Used on error status icons alone",mo.colorRed70),contentInfoPrimary:bo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",mo.colorCyan200),contentInfoIconOnly:bo.extend("--ft-content-info-icon-only","Used on info status icons alone",mo.colorCyan0),contentSuccessPrimary:bo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",mo.colorGreen200),contentSuccessIconOnly:bo.extend("--ft-content-success-icon-only","Used on success status icons alone",mo.colorGreen0),contentGlobalPrimary:bo.extend("--ft-content-global-primary","Used for main content on the page.",mo.colorGray500),contentGlobalSecondary:bo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",mo.colorGray200),contentGlobalSubtle:bo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",mo.colorGray0),contentGlobalOnColor:bo.extend("--ft-content-global-on-color","Used for content on a dominant color.",mo.colorWhite),borderActionPrimary:bo.extend("--ft-border-action-primary","Used as border for primary action components.",mo.colorBrand0),borderActionFocusRing:bo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",mo.colorCyan0),borderWarningPrimary:bo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",mo.colorOrange200),borderWarningSubtle:bo.extend("--ft-border-warning-subtle","Used as border for warning components.",mo.colorOrange30),borderSuccessPrimary:bo.extend("--ft-border-success-primary","Used as border for success buttons.",mo.colorGreen200),borderSuccessSubtle:bo.extend("--ft-border-success-subtle","Used as border for success components.",mo.colorGreen30),borderErrorPrimary:bo.extend("--ft-border-error-primary","Used as border for text fields in error states.",mo.colorRed0),borderErrorSubtle:bo.extend("--ft-border-error-subtle","Used as border for error components.",mo.colorRed30),borderInfoPrimary:bo.extend("--ft-border-info-primary","Used as border for buttons in info color.",mo.colorCyan200),borderInfoSubtle:bo.extend("--ft-border-info-subtle","Used as border for information components.",mo.colorCyan30),borderGlobalPrimary:bo.extend("--ft-border-global-primary","Used as border for element like input.",mo.colorGray50),borderGlobalSubtle:bo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",mo.colorGray30),borderInputPrimary:bo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",mo.colorGray80)},Go={largeHeight:bo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:bo.extend("--ft-button-large-horizontal-padding","",mo.spacing4),largeGap:bo.extend("--ft-button-large-gap","",mo.spacing2),largeBorderRadius:bo.extend("--ft-button-large-border-radius","",mo.borderRadiusS),largeIconSize:bo.extend("--ft-button-large-icon-size","",mo.iconSize3),largeBorderWidth:bo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:bo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:bo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:bo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:bo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:bo.extend("--ft-button-small-horizontal-padding","",mo.spacing3),smallGap:bo.extend("--ft-button-small-gap","",mo.spacing2),smallBorderRadius:bo.extend("--ft-button-small-border-radius","",mo.borderRadiusS),smallIconSize:bo.extend("--ft-button-small-icon-size","",mo.iconSize2),smallBorderWidth:bo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:bo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:bo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:bo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:bo.extend("--ft-button-primary-background-color","",To.backgroundActionPrimary),primaryColor:bo.extend("--ft-button-primary-color","",To.contentGlobalOnColor),primaryIconColor:bo.extend("--ft-button-primary-icon-color","",To.contentGlobalOnColor),primaryStateLayerColor:bo.extend("--ft-button-primary-state-layer-color","",To.contentGlobalOnColor),primaryHoverStateLayerOpacity:bo.extend("--ft-button-primary-hover-state-layer-opacity","",mo.opacity16),primaryFocusStateLayerOpacity:bo.extend("--ft-button-primary-focus-state-layer-opacity","",mo.opacity16),primaryActiveStateLayerOpacity:bo.extend("--ft-button-primary-active-state-layer-opacity","",mo.opacity24),primaryDisabledComponentOpacity:bo.extend("--ft-button-primary-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-button-focus-focus-ring-color","",To.borderActionFocusRing),tertiaryBackgroundColor:bo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:bo.extend("--ft-button-tertiary-color","",To.contentActionPrimary),tertiaryIconColor:bo.extend("--ft-button-tertiary-icon-color","",To.contentActionPrimary),tertiaryStateLayerColor:bo.extend("--ft-button-tertiary-state-layer-color","",To.contentActionPrimary),tertiaryHoverStateLayerOpacity:bo.extend("--ft-button-tertiary-hover-state-layer-opacity","",mo.opacity8),tertiaryFocusStateLayerOpacity:bo.extend("--ft-button-tertiary-focus-state-layer-opacity","",mo.opacity8),tertiaryActiveStateLayerOpacity:bo.extend("--ft-button-tertiary-active-state-layer-opacity","",mo.opacity16),tertiaryDisabledComponentOpacity:bo.extend("--ft-button-tertiary-disabled-component-opacity","",mo.opacity40),secondaryBackgroundColor:bo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:bo.extend("--ft-button-secondary-color","",To.contentActionPrimary),secondaryIconColor:bo.extend("--ft-button-secondary-icon-color","",To.contentActionPrimary),secondaryStateLayerColor:bo.extend("--ft-button-secondary-state-layer-color","",To.contentActionPrimary),secondaryHoverStateLayerOpacity:bo.extend("--ft-button-secondary-hover-state-layer-opacity","",mo.opacity8),secondaryFocusStateLayerOpacity:bo.extend("--ft-button-secondary-focus-state-layer-opacity","",mo.opacity8),secondaryActiveStateLayerOpacity:bo.extend("--ft-button-secondary-active-state-layer-opacity","",mo.opacity16),secondaryDisabledComponentOpacity:bo.extend("--ft-button-secondary-disabled-component-opacity","",mo.opacity40),secondaryBorderColor:bo.extend("--ft-button-secondary-border-color","",To.borderActionPrimary),neutralBackgroundColor:bo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:bo.extend("--ft-button-neutral-icon-color","",To.contentGlobalSecondary),neutralColor:bo.extend("--ft-button-neutral-color","",To.contentGlobalSecondary),neutralStateLayerColor:bo.extend("--ft-button-neutral-state-layer-color","",To.contentGlobalSecondary),neutralHoverStateLayerOpacity:bo.extend("--ft-button-neutral-hover-state-layer-opacity","",mo.opacity8),neutralFocusStateLayerOpacity:bo.extend("--ft-button-neutral-focus-state-layer-opacity","",mo.opacity8),neutralActiveStateLayerOpacity:bo.extend("--ft-button-neutral-active-state-layer-opacity","",mo.opacity16),neutralDisabledComponentOpacity:bo.extend("--ft-button-neutral-disabled-component-opacity","",mo.opacity40)},Vo={iconSize:bo.extend("--ft-banner-icon-size","",mo.iconSize5),borderWidth:bo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:bo.extend("--ft-banner-horizontal-padding","",mo.spacing6),verticalPadding:bo.extend("--ft-banner-vertical-padding","",mo.spacing6),horizontalSideGap:bo.extend("--ft-banner-horizontal-side-gap","",mo.spacing6),horizontalMobileGap:bo.extend("--ft-banner-horizontal-mobile-gap","",mo.spacing4),verticalMobileGap:bo.extend("--ft-banner-vertical-mobile-gap","",mo.spacing6),horizontalMiddleGap:bo.extend("--ft-banner-horizontal-middle-gap","",mo.spacing20),infoBackgroundColor:bo.extend("--ft-banner-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-banner-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-banner-info-icon-color","",To.contentInfoIconOnly)},qo={horizontalGap:bo.extend("--ft-breadcrumb-horizontal-gap","",mo.spacing1),verticalGap:bo.extend("--ft-breadcrumb-vertical-gap","",mo.spacing2),currentElementColor:bo.extend("--ft-breadcrumb-current-element-color","",To.contentGlobalPrimary),iconColor:bo.extend("--ft-breadcrumb-icon-color","",To.contentGlobalSubtle)},Yo={horizontalPadding:bo.extend("--ft-page-header-horizontal-padding","",mo.spacing12),horizontalGap:bo.extend("--ft-page-header-horizontal-gap","",mo.spacing4),verticalGap:bo.extend("--ft-page-header-vertical-gap","",mo.spacing2),classicVerticalPadding:bo.extend("--ft-page-header-classic-vertical-padding","",mo.spacing6),multilineVerticalPadding:bo.extend("--ft-page-header-multiline-vertical-padding","",mo.spacing4),inlineVerticalPadding:bo.extend("--ft-page-header-inline-vertical-padding","",mo.spacing2),backgroundColor:bo.extend("--ft-page-header-background-color","",mo.colorWhite),bottomBorderColor:bo.extend("--ft-page-header-bottom-border-color","",To.borderGlobalSubtle),titleColor:bo.extend("--ft-page-header-title-color","",To.contentGlobalPrimary),subtitleColor:bo.extend("--ft-page-header-subtitle-color","",To.contentGlobalSecondary)},Jo={smallContainerWidth:bo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:bo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:bo.extend("--ft-modal-overlay-background-color","",mo.colorGray700),overlayOpacity:bo.extend("--ft-modal-overlay-opacity","",mo.opacity40),shadow:bo.extend("--ft-modal-shadow","",mo.shadowElevation03),bodyBackgroundColor:bo.extend("--ft-modal-body-background-color","",mo.colorWhite),bodyColor:bo.extend("--ft-modal-body-color","",To.contentGlobalPrimary),bodyHorizontalPadding:bo.extend("--ft-modal-body-horizontal-padding","",mo.spacing6),bodyVerticalPadding:bo.extend("--ft-modal-body-vertical-padding","",mo.spacing6),bodyVerticalGap:bo.extend("--ft-modal-body-vertical-gap","",mo.spacing6),containerMargin:bo.extend("--ft-modal-container-margin","",mo.spacing3),headerBackgroundColor:bo.extend("--ft-modal-header-background-color","",To.backgroundGlobalOnSurface),headerBorderColor:bo.extend("--ft-modal-header-border-color","",To.borderGlobalSubtle),headerColor:bo.extend("--ft-modal-header-color","",To.contentGlobalPrimary),headerTrailingIconColor:bo.extend("--ft-modal-header-trailing-icon-color","",To.contentGlobalSecondary),headerVerticalPadding:bo.extend("--ft-modal-header-vertical-padding","",mo.spacing1),headerRightPadding:bo.extend("--ft-modal-header-right-padding","",mo.spacing1),headerLeftPadding:bo.extend("--ft-modal-header-left-padding","",mo.spacing6),headerGap:bo.extend("--ft-modal-header-gap","",mo.spacing2),headerBorderBottom:bo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:bo.extend("--ft-modal-border-radius","",mo.borderRadiusM)},Xo={overlayOpacity:bo.extend("--ft-drawer-overlay-opacity","",mo.opacity40),shadow:bo.extend("--ft-drawer-shadow","",mo.shadowElevation03),bodyColor:bo.extend("--ft-drawer-body-color","",To.contentGlobalPrimary),bodyHorizontalPadding:bo.extend("--ft-drawer-body-horizontal-padding","",mo.spacing6),bodyVerticalPadding:bo.extend("--ft-drawer-body-vertical-padding","",mo.spacing6),bodyGap:bo.extend("--ft-drawer-body-gap","",mo.spacing6),bodyBackgroundColor:bo.extend("--ft-drawer-body-background-color","",mo.colorWhite),headerBackgroundColor:bo.extend("--ft-drawer-header-background-color","",To.backgroundGlobalOnSurface),headerBorderColor:bo.extend("--ft-drawer-header-border-color","",To.borderGlobalSubtle),headerColor:bo.extend("--ft-drawer-header-color","",To.contentGlobalPrimary),headerTrailingIconColor:bo.extend("--ft-drawer-header-trailing-icon-color","",To.contentGlobalSecondary),headerHeight:bo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:bo.extend("--ft-drawer-header-horizontal-padding","",mo.spacing2),headerBorderWidth:bo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:bo.extend("--ft-drawer-header-gap","",mo.spacing3),buttonsBarBackgroundColor:bo.extend("--ft-drawer-buttons-bar-background-color","",To.backgroundGlobalOnSurface),buttonsBarBorderColor:bo.extend("--ft-drawer-buttons-bar-border-color","",To.borderGlobalSubtle),buttonsBarColor:bo.extend("--ft-drawer-buttons-bar-color","",To.contentGlobalPrimary),buttonsBarHorizontalPadding:bo.extend("--ft-drawer-buttons-bar-horizontal-padding","",mo.spacing4),buttonsBarVerticalPadding:bo.extend("--ft-drawer-buttons-bar-vertical-padding","",mo.spacing4),buttonsBarGap:bo.extend("--ft-drawer-buttons-bar-gap","",mo.spacing3),buttonsBarBorderWidth:bo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:bo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:bo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:bo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:bo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:bo.extend("--ft-drawer-overlay-background-color","",mo.colorGray700)},Qo={fieldHorizontalPadding:bo.extend("--ft-text-input-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-text-input-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-text-input-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-text-input-field-icon-size","",mo.iconSize3),fieldHeight:bo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:bo.extend("--ft-text-input-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-text-input-helper-horizontal-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-text-input-helper-icon-size","",mo.iconSize2),borderRadius:bo.extend("--ft-text-input-border-radius","",mo.borderRadiusM),backgroundColor:bo.extend("--ft-text-input-background-color","",mo.colorWhite),contentValueColor:bo.extend("--ft-text-input-content-value-color","",To.contentGlobalPrimary),trailingIconColor:bo.extend("--ft-text-input-trailing-icon-color","",To.contentGlobalSubtle),labelColor:bo.extend("--ft-text-input-label-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-text-input-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-text-input-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-text-input-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-text-input-error-helper-text-color","",To.contentErrorPrimary),errorHelperIconColor:bo.extend("--ft-text-input-error-helper-icon-color","",To.contentErrorIconOnly),warningBorderWidth:bo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:bo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-text-input-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-text-input-disabled-component-opacity","",mo.opacity40)},tr={backgroundColor:bo.extend("--ft-text-area-background-color","",mo.colorWhite),contentValueColor:bo.extend("--ft-text-area-content-value-color","",To.contentGlobalPrimary),labelColor:bo.extend("--ft-text-area-label-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-text-area-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-text-area-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-text-area-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-text-area-error-helper-text-color","",To.contentErrorPrimary),errorHelperIconColor:bo.extend("--ft-text-area-error-helper-icon-color","",To.contentErrorIconOnly),focusFocusRingColor:bo.extend("--ft-text-area-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:bo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-text-area-disabled-component-opacity","",mo.opacity40),fieldHorizontalLeftPadding:bo.extend("--ft-text-area-field-horizontal-left-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-text-area-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-text-area-field-vertical-gap","",mo.spacing05),fieldMinHeight:bo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:bo.extend("--ft-text-area-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-text-area-helper-horizontal-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-text-area-helper-icon-size","",mo.iconSize2),borderRadius:bo.extend("--ft-text-area-border-radius","",mo.borderRadiusM)},er={height:bo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:bo.extend("--ft-floating-menu-horizontal-padding","",mo.spacing4),offIconColor:bo.extend("--ft-floating-menu-off-icon-color","",To.contentGlobalPrimary),offColor:bo.extend("--ft-floating-menu-off-color","",To.contentGlobalPrimary),onColor:bo.extend("--ft-floating-menu-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-floating-menu-on-state-layer-color","",To.contentActionPrimary),gap:bo.extend("--ft-floating-menu-gap","",mo.spacing3),focusFocusRingColor:bo.extend("--ft-floating-menu-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:bo.extend("--ft-floating-menu-focus-state-layer-opacity","",mo.opacity8),hoverStateLayerOpacity:bo.extend("--ft-floating-menu-hover-state-layer-opacity","",mo.opacity8),activeStateLayerOpacity:bo.extend("--ft-floating-menu-active-state-layer-opacity","",mo.opacity16),disabledComponentOpacity:bo.extend("--ft-floating-menu-disabled-component-opacity","",mo.opacity40),iconSize:bo.extend("--ft-floating-menu-icon-size","",mo.iconSize3),backgroundColor:bo.extend("--ft-floating-menu-background-color","",To.backgroundGlobalOnSurface)},or={fieldHorizontalPadding:bo.extend("--ft-combobox-single-select-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-combobox-single-select-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-combobox-single-select-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-combobox-single-select-field-icon-size","",mo.iconSize3),fieldHeight:bo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:bo.extend("--ft-combobox-single-select-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-combobox-single-select-helper-horizontal-gap","",mo.spacing1),helperVerticalGap:bo.extend("--ft-combobox-single-select-helper-vertical-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-combobox-single-select-helper-icon-size","",mo.iconSize2),menuVerticalGap:bo.extend("--ft-combobox-single-select-menu-vertical-gap","",mo.spacing2),borderRadius:bo.extend("--ft-combobox-single-select-border-radius","",mo.borderRadiusM),backgroundColor:bo.extend("--ft-combobox-single-select-background-color","",mo.colorWhite),labelColor:bo.extend("--ft-combobox-single-select-label-color","",To.contentGlobalSubtle),contentValueColor:bo.extend("--ft-combobox-single-select-content-value-color","",To.contentGlobalPrimary),trailingIconColor:bo.extend("--ft-combobox-single-select-trailing-icon-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-combobox-single-select-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-combobox-single-select-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-combobox-single-select-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-combobox-single-select-error-helper-text-color","",To.contentErrorPrimary),warningBorderWidth:bo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:bo.extend("--ft-combobox-single-select-warning-border-color","",To.borderWarningPrimary),warningHelperTextColor:bo.extend("--ft-combobox-single-select-warning-helper-text-color","",To.contentWarningPrimary),warningHelperIconColor:bo.extend("--ft-combobox-single-select-warning-helper-icon-color","",To.contentWarningIconOnly),focusOutlineWidth:bo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-combobox-single-select-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-combobox-single-select-disabled-component-opacity","",mo.opacity40)},rr={backgroundColor:bo.extend("--ft-combobox-multi-select-background-color","",mo.colorWhite),labelColor:bo.extend("--ft-combobox-multi-select-label-color","",To.contentGlobalSubtle),trailingIconColor:bo.extend("--ft-combobox-multi-select-trailing-icon-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-combobox-multi-select-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-combobox-multi-select-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:bo.extend("--ft-combobox-multi-select-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-combobox-multi-select-error-helper-text-color","",To.contentErrorPrimary),errorHelperIcon:bo.extend("--ft-combobox-multi-select-error-helper-icon","",To.contentErrorIconOnly),errorBorderWidth:bo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:bo.extend("--ft-combobox-multi-select-warning-border-color","",To.borderWarningPrimary),warningHelperTextColor:bo.extend("--ft-combobox-multi-select-warning-helper-text-color","",To.contentWarningPrimary),warningHelperIconColor:bo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",To.contentWarningIconOnly),warningBorderWidth:bo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:bo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-combobox-multi-select-disabled-component-opacity","",mo.opacity40),helperHorizontalPadding:bo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",mo.spacing1),helperVerticalGap:bo.extend("--ft-combobox-multi-select-helper-vertical-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-combobox-multi-select-helper-icon-size","",mo.iconSize2),fieldHorizontalPadding:bo.extend("--ft-combobox-multi-select-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-combobox-multi-select-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-combobox-multi-select-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-combobox-multi-select-field-icon-size","",mo.iconSize3),fieldMaxHeight:bo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:bo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",mo.spacing1),contentValuesVerticalGap:bo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",mo.spacing1),borderRadius:bo.extend("--ft-combobox-multi-select-border-radius","",mo.borderRadiusM)},ir={backgroundColor:bo.extend("--ft-popover-background-color","",To.backgroundGlobalOnSurface),horizontalPadding:bo.extend("--ft-popover-horizontal-padding","",mo.spacing6),verticalPadding:bo.extend("--ft-popover-vertical-padding","",mo.spacing6),iconColor:bo.extend("--ft-popover-icon-color","",To.contentGlobalSecondary),iconSize:bo.extend("--ft-popover-icon-size","",mo.iconSize2),titleColor:bo.extend("--ft-popover-title-color","",To.contentGlobalPrimary),bodyColor:bo.extend("--ft-popover-body-color","",To.contentGlobalSecondary),linkColor:bo.extend("--ft-popover-link-color","",To.contentActionPrimary),gap:bo.extend("--ft-popover-gap","",mo.spacing3),borderRadius:bo.extend("--ft-popover-border-radius","",mo.borderRadiusM),shadow:bo.extend("--ft-popover-shadow","",mo.shadowElevation02)},nr={topLeftBorderRadius:bo.extend("--ft-tabs-top-left-border-radius","",mo.borderRadiusS),topRightBorderRadius:bo.extend("--ft-tabs-top-right-border-radius","",mo.borderRadiusS),labelHorizontalPadding:bo.extend("--ft-tabs-label-horizontal-padding","",mo.spacing4),labelVerticalPadding:bo.extend("--ft-tabs-label-vertical-padding","",mo.spacing3),labelGap:bo.extend("--ft-tabs-label-gap","",mo.spacing1),offHoverStateLayerOpacity:bo.extend("--ft-tabs-off-hover-state-layer-opacity","",mo.opacity8),offFocusStateLayerOpacity:bo.extend("--ft-tabs-off-focus-state-layer-opacity","",mo.opacity8),offActiveStateLayerOpacity:bo.extend("--ft-tabs-off-active-state-layer-opacity","",mo.opacity16),offDisabledComponentOpacity:bo.extend("--ft-tabs-off-disabled-component-opacity","",mo.opacity40),offColor:bo.extend("--ft-tabs-off-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-tabs-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-tabs-on-hover-state-layer-opacity","",mo.opacity8),onFocusStateLayerOpacity:bo.extend("--ft-tabs-on-focus-state-layer-opacity","",mo.opacity8),onActiveStateLayerOpacity:bo.extend("--ft-tabs-on-active-state-layer-opacity","",mo.opacity16),onDisabledComponentOpacity:bo.extend("--ft-tabs-on-disabled-component-opacity","",mo.opacity40),onColor:bo.extend("--ft-tabs-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-tabs-on-state-layer-color","",To.contentActionPrimary),iconHorizontalPadding:bo.extend("--ft-tabs-icon-horizontal-padding","",mo.spacing1),iconVerticalPadding:bo.extend("--ft-tabs-icon-vertical-padding","",mo.spacing4),focusOutlineWidth:bo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-tabs-focus-focus-ring-color","",To.borderActionFocusRing)},ar={hoverStateLayerOpacity:bo.extend("--ft-collapsible-hover-state-layer-opacity","",mo.opacity8),focusStateLayerOpacity:bo.extend("--ft-collapsible-focus-state-layer-opacity","",mo.opacity8),focusOutlineWidth:bo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:bo.extend("--ft-collapsible-focus-focus-ring-color","",To.borderActionFocusRing),activeStateLayerOpacity:bo.extend("--ft-collapsible-active-state-layer-opacity","",mo.opacity16),disabledComponentOpacity:bo.extend("--ft-collapsible-disabled-component-opacity","",mo.opacity40),horizontalPadding:bo.extend("--ft-collapsible-horizontal-padding","",mo.spacing4),verticalPadding:bo.extend("--ft-collapsible-vertical-padding","",mo.spacing3),color:bo.extend("--ft-collapsible-color","",To.contentGlobalPrimary),stateLayerColor:bo.extend("--ft-collapsible-state-layer-color","",To.contentGlobalPrimary),backgroundColor:bo.extend("--ft-collapsible-background-color","",To.backgroundGlobalOnSurface),borderColor:bo.extend("--ft-collapsible-border-color","",To.borderGlobalSubtle),iconSize:bo.extend("--ft-collapsible-icon-size","",mo.iconSize3)},lr={groupHorizontalPadding:bo.extend("--ft-switch-group-horizontal-padding","",mo.spacing1),groupVerticalPadding:bo.extend("--ft-switch-group-vertical-padding","",mo.spacing1),groupGap:bo.extend("--ft-switch-group-gap","",mo.spacing1),groupBackgroundColor:bo.extend("--ft-switch-group-background-color","",To.backgroundGlobalSurface),groupBorderColor:bo.extend("--ft-switch-group-border-color","",To.borderGlobalSubtle),groupBorderRadius:bo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:bo.extend("--ft-switch-label-horizontal-padding","",mo.spacing2),labelVerticalPadding:bo.extend("--ft-switch-label-vertical-padding","",mo.spacing1),offHoverStateLayerOpacity:bo.extend("--ft-switch-off-hover-state-layer-opacity","",mo.opacity8),offFocusStateLayerOpacity:bo.extend("--ft-switch-off-focus-state-layer-opacity","",mo.opacity8),offActiveStateLayerOpacity:bo.extend("--ft-switch-off-active-state-layer-opacity","",mo.opacity16),offDisabledComponentOpacity:bo.extend("--ft-switch-off-disabled-component-opacity","",mo.opacity40),offColor:bo.extend("--ft-switch-off-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-switch-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-switch-on-hover-state-layer-opacity","",mo.opacity8),onFocusStateLayerOpacity:bo.extend("--ft-switch-on-focus-state-layer-opacity","",mo.opacity8),onActiveStateLayerOpacity:bo.extend("--ft-switch-on-active-state-layer-opacity","",mo.opacity16),onDisabledComponentOpacity:bo.extend("--ft-switch-on-disabled-component-opacity","",mo.opacity40),onColor:bo.extend("--ft-switch-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-switch-on-state-layer-color","",To.contentActionPrimary),iconHorizontalPadding:bo.extend("--ft-switch-icon-horizontal-padding","",mo.spacing1),iconVerticalPadding:bo.extend("--ft-switch-icon-vertical-padding","",mo.spacing1),focusOutlineWidth:bo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-switch-focus-focus-ring-color","",To.borderActionFocusRing),optionBorderRadius:bo.extend("--ft-switch-option-border-radius","",mo.borderRadiusS)},cr={color1Light:bo.extend("--ft-chart-1-light","for area color charts",mo.colorBrand40),color1Base:bo.extend("--ft-chart-1-base","for line charts",mo.colorBrand0),color2Light:bo.extend("--ft-chart-2-light","for area color charts",mo.colorYellow60),color2Base:bo.extend("--ft-chart-2-base","for line charts",mo.colorYellow100),color3Light:bo.extend("--ft-chart-3-light","",mo.colorUltramarine40),color3Base:bo.extend("--ft-chart-3-base","",mo.colorUltramarine70),color4Light:bo.extend("--ft-chart-4-light","",mo.colorCyan50),color4Base:bo.extend("--ft-chart-4-base","",mo.colorCyan100),color5Light:bo.extend("--ft-chart-5-light","",mo.colorRed40),color5Base:bo.extend("--ft-chart-5-base","",mo.colorRed60),color6Light:bo.extend("--ft-chart-6-light","",mo.colorGreen40),color6Base:bo.extend("--ft-chart-6-base","",mo.colorGreen70),color7Light:bo.extend("--ft-chart-7-light","",mo.colorOrange70),color7Base:bo.extend("--ft-chart-7-base","",mo.colorOrange100),color8Light:bo.extend("--ft-chart-8-light","",mo.colorAvocado70),color8Base:bo.extend("--ft-chart-8-base","",mo.colorAvocado200),color9Light:bo.extend("--ft-chart-9-light","",mo.colorBrown50),color9Base:bo.extend("--ft-chart-9-base","",mo.colorBrown200),color10Light:bo.extend("--ft-chart-10-light","",mo.colorGray50),color10Base:bo.extend("--ft-chart-10-base","",mo.colorGray80),monochrome10:bo.extend("--ft-chart-monochrome-10","",mo.colorBrand10),monochrome20:bo.extend("--ft-chart-monochrome-20","",mo.colorBrand20),monochrome30:bo.extend("--ft-chart-monochrome-30","",mo.colorBrand40),monochrome40:bo.extend("--ft-chart-monochrome-40","",mo.colorBrand60),monochrome50:bo.extend("--ft-chart-monochrome-50","",mo.colorBrand0),monochrome60:bo.extend("--ft-chart-monochrome-60","",mo.colorBrand200)},sr={largeHorizontalPadding:bo.extend("--ft-chip-large-horizontal-padding","",mo.spacing4),largeVerticalPadding:bo.extend("--ft-chip-large-vertical-padding","",mo.spacing2),largeGap:bo.extend("--ft-chip-large-gap","",mo.spacing1),largeFocusOutlineOffset:bo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:bo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:bo.extend("--ft-chip-large-border-radius","",mo.borderRadiusPill),largeBorderWidth:bo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:bo.extend("--ft-chip-large-icon-size","",mo.iconSize3),mediumHorizontalPadding:bo.extend("--ft-chip-medium-horizontal-padding","",mo.spacing3),mediumVerticalPadding:bo.extend("--ft-chip-medium-vertical-padding","",mo.spacing1),mediumGap:bo.extend("--ft-chip-medium-gap","",mo.spacing1),mediumFocusOutlineOffset:bo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:bo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:bo.extend("--ft-chip-medium-border-radius","",mo.borderRadiusPill),mediumBorderWidth:bo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:bo.extend("--ft-chip-medium-icon-size","",mo.iconSize2),smallHorizontalPadding:bo.extend("--ft-chip-small-horizontal-padding","",mo.spacing2),smallVerticalPadding:bo.extend("--ft-chip-small-vertical-padding","",mo.spacing05),smallGap:bo.extend("--ft-chip-small-gap","",mo.spacing1),smallFocusOutlineOffset:bo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:bo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:bo.extend("--ft-chip-small-border-radius","",mo.borderRadiusPill),smallBorderWidth:bo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:bo.extend("--ft-chip-small-icon-size","",mo.iconSize1),neutralBackgroundColor:bo.extend("--ft-chip-neutral-background-color","",To.backgroundGlobalOnSurface),neutralColor:bo.extend("--ft-chip-neutral-color","",To.contentGlobalPrimary),neutralIconColor:bo.extend("--ft-chip-neutral-icon-color","",To.contentGlobalPrimary),neutralBorderColor:bo.extend("--ft-chip-neutral-border-color","",To.borderGlobalSubtle),infoBackgroundColor:bo.extend("--ft-chip-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-chip-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-chip-info-icon-color","",To.contentInfoIconOnly),infoBorderColor:bo.extend("--ft-chip-info-border-color","",To.borderInfoSubtle),successBackgroundColor:bo.extend("--ft-chip-success-background-color","",To.backgroundSuccessSubtle),successColor:bo.extend("--ft-chip-success-color","",To.contentSuccessPrimary),successIconColor:bo.extend("--ft-chip-success-icon-color","",To.contentSuccessIconOnly),successBorderColor:bo.extend("--ft-chip-success-border-color","",To.borderSuccessSubtle),warningBackgroundColor:bo.extend("--ft-chip-warning-background-color","",To.backgroundWarningSubtle),warningColor:bo.extend("--ft-chip-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-chip-warning-icon-color","",To.contentWarningIconOnly),warningBorderColor:bo.extend("--ft-chip-warning-border-color","",To.borderWarningSubtle),errorBackgroundColor:bo.extend("--ft-chip-error-background-color","",To.backgroundErrorSubtle),errorColor:bo.extend("--ft-chip-error-color","",To.contentErrorPrimary),errorIconColor:bo.extend("--ft-chip-error-icon-color","",To.contentErrorIconOnly),errorBorderColor:bo.extend("--ft-chip-error-border-color","",To.borderErrorSubtle)},fr={infoBorderColor:bo.extend("--ft-border-info-border-color","",To.borderInfoSubtle)},dr={borderWidth:bo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:bo.extend("--ft-notice-horizontal-padding","",mo.spacing2),verticalPadding:bo.extend("--ft-notice-vertical-padding","",mo.spacing1),borderRadius:bo.extend("--ft-notice-border-radius","",mo.borderRadiusS),gap:bo.extend("--ft-notice-gap","",mo.spacing2),iconSize:bo.extend("--ft-notice-icon-size","",mo.iconSize3),infoBackgroundColor:bo.extend("--ft-notice-info-background-color","",To.backgroundInfoSubtle),infoBorderColor:bo.extend("--ft-notice-info-border-color","",To.borderInfoSubtle),infoColor:bo.extend("--ft-notice-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-notice-info-icon-color","",To.contentInfoIconOnly),warningBackgroundColor:bo.extend("--ft-notice-warning-background-color","",To.backgroundWarningSubtle),warningBorderColor:bo.extend("--ft-notice-warning-border-color","",To.borderWarningSubtle),warningColor:bo.extend("--ft-notice-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-notice-warning-icon-color","",To.contentWarningIconOnly),errorBackgroundColor:bo.extend("--ft-notice-error-background-color","",To.backgroundErrorSubtle),errorBorderColor:bo.extend("--ft-notice-error-border-color","",To.borderErrorSubtle),errorColor:bo.extend("--ft-notice-error-color","",To.contentErrorPrimary),errorIconColor:bo.extend("--ft-notice-error-icon-color","",To.contentErrorIconOnly),successBackgroundColor:bo.extend("--ft-notice-success-background-color","",To.backgroundSuccessSubtle),successBorderColor:bo.extend("--ft-notice-success-border-color","",To.borderSuccessSubtle),successColor:bo.extend("--ft-notice-success-color","",To.contentSuccessPrimary),successIconColor:bo.extend("--ft-notice-success-icon-color","",To.contentSuccessIconOnly)},hr={color:bo.extend("--ft-checkbox-color","",To.contentGlobalPrimary),checkedBackgroundColor:bo.extend("--ft-checkbox-checked-background-color","",To.contentActionPrimary),checkedStateLayerColor:bo.extend("--ft-checkbox-checked-state-layer-color","",To.contentActionPrimary),checkedIconColor:bo.extend("--ft-checkbox-checked-icon-color","",To.contentGlobalOnColor),checkedHoverStateLayerOpacity:bo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",mo.opacity16),checkedFocusStateLayerOpacity:bo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",mo.opacity16),checkedActiveStateLayerOpacity:bo.extend("--ft-checkbox-checked-active-state-layer-opacity","",mo.opacity24),checkedDisabledComponentOpacity:bo.extend("--ft-checkbox-checked-disabled-component-opacity","",mo.opacity40),uncheckedBorderColor:bo.extend("--ft-checkbox-unchecked-border-color","",mo.colorGray80),uncheckedStateLayerColor:bo.extend("--ft-checkbox-unchecked-state-layer-color","",mo.colorGray80),uncheckedHoverStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",mo.opacity16),uncheckedFocusStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",mo.opacity16),uncheckedActiveStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",mo.opacity24),uncheckedDisabledComponentOpacity:bo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-checkbox-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:bo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:bo.extend("--ft-checkbox-gap","",mo.spacing3)},ur={offHoverStateLayerOpacity:bo.extend("--ft-toggle-off-hover-state-layer-opacity","",mo.opacity16),offFocusStateLayerOpacity:bo.extend("--ft-toggle-off-focus-state-layer-opacity","",mo.opacity16),offActiveStateLayerOpacity:bo.extend("--ft-toggle-off-active-state-layer-opacity","",mo.opacity24),offDisabledComponentOpacity:bo.extend("--ft-toggle-off-disabled-component-opacity","",mo.opacity40),offBackgroundColor:bo.extend("--ft-toggle-off-background-color","",To.contentGlobalSubtle),offIconColor:bo.extend("--ft-toggle-off-icon-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-toggle-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-toggle-on-hover-state-layer-opacity","",mo.opacity16),onFocusStateLayerOpacity:bo.extend("--ft-toggle-on-focus-state-layer-opacity","",mo.opacity16),onActiveStateLayerOpacity:bo.extend("--ft-toggle-on-active-state-layer-opacity","",mo.opacity24),onDisabledComponentOpacity:bo.extend("--ft-toggle-on-disabled-component-opacity","",mo.opacity40),onBackgroundColor:bo.extend("--ft-toggle-on-background-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-toggle-on-state-layer-color","",To.contentActionPrimary),onIconColor:bo.extend("--ft-toggle-on-icon-color","",To.contentActionPrimary),color:bo.extend("--ft-toggle-color","",To.contentGlobalPrimary),focusFocusRingColor:bo.extend("--ft-toggle-focus-focus-ring-color","",To.borderActionFocusRing),gap:bo.extend("--ft-toggle-gap","",mo.spacing3)},pr={color:bo.extend("--ft-radio-color","",To.contentGlobalPrimary),selectedRadioColor:bo.extend("--ft-radio-selected-radio-color","",To.contentActionPrimary),selectedStateLayerColor:bo.extend("--ft-radio-selected-state-layer-color","",To.contentActionPrimary),selectedHoverStateLayerOpacity:bo.extend("--ft-radio-selected-hover-state-layer-opacity","",mo.opacity16),selectedFocusStateLayerOpacity:bo.extend("--ft-radio-selected-focus-state-layer-opacity","",mo.opacity16),selectedActiveStateLayerOpacity:bo.extend("--ft-radio-selected-active-state-layer-opacity","",mo.opacity24),selectedDisabledComponentOpacity:bo.extend("--ft-radio-selected-disabled-component-opacity","",mo.opacity40),unselectedStateLayerColor:bo.extend("--ft-radio-unselected-state-layer-color","",To.borderInputPrimary),unselectedBorderColor:bo.extend("--ft-radio-unselected-border-color","",To.borderInputPrimary),unselectedHoverStateLayerOpacity:bo.extend("--ft-radio-unselected-hover-state-layer-opacity","",mo.opacity16),unselectedFocusStateLayerOpacity:bo.extend("--ft-radio-unselected-focus-state-layer-opacity","",mo.opacity16),unselectedActiveStateLayerOpacity:bo.extend("--ft-radio-unselected-active-state-layer-opacity","",mo.opacity24),unselectedDisabledComponentOpacity:bo.extend("--ft-radio-unselected-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-radio-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:bo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:bo.extend("--ft-radio-gap","",mo.spacing3)},gr={iconSize:bo.extend("--ft-notification-icon-size","",mo.iconSize4),horizontalPadding:bo.extend("--ft-notification-horizontal-padding","",mo.spacing4),verticalPadding:bo.extend("--ft-notification-vertical-padding","",mo.spacing4),infoBackgroundColor:bo.extend("--ft-notification-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-notification-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-notification-info-icon-color","",To.contentInfoIconOnly),infoBorderColor:bo.extend("--ft-notification-info-border-color","",To.borderInfoSubtle),successBackgroundColor:bo.extend("--ft-notification-success-background-color","",To.backgroundSuccessSubtle),successColor:bo.extend("--ft-notification-success-color","",To.contentSuccessPrimary),successIconColor:bo.extend("--ft-notification-success-icon-color","",To.contentSuccessIconOnly),successBorderColor:bo.extend("--ft-notification-success-border-color","",To.borderSuccessSubtle),warningBackgroundColor:bo.extend("--ft-notification-warning-background-color","",To.backgroundWarningSubtle),warningColor:bo.extend("--ft-notification-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-notification-warning-icon-color","",To.contentWarningIconOnly),warningBorderColor:bo.extend("--ft-notification-warning-border-color","",To.borderWarningSubtle),errorBackgroundColor:bo.extend("--ft-notification-error-background-color","",To.backgroundErrorSubtle),errorColor:bo.extend("--ft-notification-error-color","",To.contentErrorPrimary),errorIconColor:bo.extend("--ft-notification-error-icon-color","",To.contentErrorIconOnly),errorBorderColor:bo.extend("--ft-notification-error-border-color","",To.borderErrorSubtle),borderRadius:bo.extend("--ft-notification-border-radius","",mo.borderRadiusPill),borderWidth:bo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:bo.extend("--ft-notification-leading-gap","",mo.spacing2),trailingGap:bo.extend("--ft-notification-trailing-gap","",mo.spacing8)},yr={horizontalPadding:bo.extend("--ft-tooltip-horizontal-padding","",mo.spacing2),verticalPadding:bo.extend("--ft-tooltip-vertical-padding","",mo.spacing2),borderRadius:bo.extend("--ft-tooltip-border-radius","",mo.borderRadiusS),color:bo.extend("--ft-tooltip-color","",To.contentGlobalOnColor),backgroundColor:bo.extend("--ft-tooltip-background-color","",To.contentGlobalPrimary),backgroundOpacity:bo.extend("--ft-tooltip-background-opacity","",mo.opacity80),shadow:bo.extend("--ft-tooltip-shadow","",mo.shadowElevation03),maxWidth:bo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:bo.extend("--ft-tooltip-gap","",mo.spacing05)};var br=Object.freeze({__proto__:null,FtCssVariableFactory:bo,banner:Vo,border:fr,breadcrumb:qo,button:Go,chart:cr,checkbox:hr,chip:sr,collapsible:ar,comboboxMultiSelect:rr,comboboxSingleSelect:or,drawer:Xo,floatingMenu:er,foundation:mo,modal:Jo,notice:dr,notification:gr,pageHeader:Yo,popover:ir,radio:pr,semantic:To,setVariable:function(t,e){return yo(`${t.name}: ${e}`)},switch_:lr,tabs:nr,textArea:tr,textInput:Qo,toggle:ur,tooltip:yr,typographies:Do,typographyBody1Medium:Co,typographyBody1Regular:wo,typographyBody1Semibold:No,typographyBody2Medium:Io,typographyBody2MediumUnderline:Ro,typographyBody2Regular:Eo,typographyBody2Semibold:Lo,typographyCaption1Bold:Po,typographyCaption1Medium:Ao,typographyCaption1Semibold:_o,typographyCaption2Bold:Zo,typographyCaption2Medium:$o,typographyCaption2Semibold:Ko,typographyCaption3Bold:Ho,typographyCaption3Medium:jo,typographyCaption3Semibold:Mo,typographyDisplay:vo,typographyLabel1Bold:ko,typographyLabel1Medium:Wo,typographyLabel1Semibold:Uo,typographyLabel2Bold:zo,typographyLabel2Medium:Bo,typographyLabel2Semibold:Fo,typographyTitle1:Oo,typographyTitle2:xo,typographyTitle3:So,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const mr={colorPrimary:bo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:bo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:bo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:bo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:bo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:bo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:bo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:bo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:bo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:bo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:bo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:bo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:bo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:bo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:bo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:bo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:bo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:bo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:bo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:bo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:bo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:bo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:bo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:bo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:bo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:bo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:bo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:bo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:bo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:bo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:bo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:bo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:bo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:bo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:bo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:bo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:bo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:bo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:bo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:bo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:bo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:bo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:bo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:bo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:bo.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:bo.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:bo.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:bo.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:bo.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:bo.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:bo.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:bo.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:bo.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:bo.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:bo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:bo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:bo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:bo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:bo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:bo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:bo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:bo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var vr=Object.freeze({__proto__:null,designSystemVariables:mr});class Or extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class xr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Sr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var wr=Object.freeze({__proto__:null,FtNotificationEvent:Or,PostResizeEvent:Sr,PreResizeEvent:xr});const Cr=["start","end"],Nr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Cr[0],e+"-"+Cr[1])),[]),Er=Math.min,Ir=Math.max,Rr=Math.round,Lr=t=>({x:t,y:t}),Wr={left:"right",right:"left",bottom:"top",top:"bottom"},Ur={start:"end",end:"start"};function kr(t,e,o){return Ir(t,Er(e,o))}function Br(t,e){return"function"==typeof t?t(e):t}function Fr(t){return t.split("-")[0]}function zr(t){return t.split("-")[1]}function Ar(t){return"x"===t?"y":"x"}function _r(t){return"y"===t?"height":"width"}function Pr(t){return["top","bottom"].includes(Fr(t))?"y":"x"}function $r(t){return Ar(Pr(t))}function Kr(t){return t.replace(/left|right|bottom|top/g,(t=>Wr[t]))}function Zr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function jr(t,e,o){let{reference:r,floating:i}=t;const n=Pr(e),a=$r(e),l=_r(a),c=Fr(e),s="y"===n,f=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,h=r[l]/2-i[l]/2;let u;switch(c){case"top":u={x:f,y:r.y-i.height};break;case"bottom":u={x:f,y:r.y+r.height};break;case"right":u={x:r.x+r.width,y:d};break;case"left":u={x:r.x-i.width,y:d};break;default:u={x:r.x,y:r.y}}switch(zr(e)){case"start":u[a]-=h*(o&&s?-1:1);break;case"end":u[a]+=h*(o&&s?-1:1)}return u}async function Mr(t,e){var o;void 0===e&&(e={});const{x:r,y:i,platform:n,rects:a,elements:l,strategy:c}=t,{boundary:s="clippingAncestors",rootBoundary:f="viewport",elementContext:d="floating",altBoundary:h=!1,padding:u=0}=Br(e,t),p=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(u),g=l[h?"floating"===d?"reference":"floating":d],y=Zr(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(g)))||o?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(l.floating)),boundary:s,rootBoundary:f,strategy:c})),b="floating"===d?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(l.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},O=Zr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(y.top-O.top+p.top)/v.y,bottom:(O.bottom-y.bottom+p.bottom)/v.y,left:(y.left-O.left+p.left)/v.x,right:(O.right-y.right+p.right)/v.x}}function Hr(t,e,o){return(t?[...o.filter((e=>zr(e)===t)),...o.filter((e=>zr(e)!==t))]:o.filter((t=>Fr(t)===t))).filter((o=>!t||(zr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ur[t]))}(o)!==o)))}const Dr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,i;const{rects:n,middlewareData:a,placement:l,platform:c,elements:s}=e,{crossAxis:f=!1,alignment:d,allowedPlacements:h=Nr,autoAlignment:u=!0,...p}=Br(t,e),g=void 0!==d||h===Nr?Hr(d||null,u,h):h,y=await Mr(e,p),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=g[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=zr(t),i=$r(t),n=_r(i);let a="x"===i?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Kr(a)),[a,Kr(a)]}(m,n,await(null==c.isRTL?void 0:c.isRTL(s.floating)));if(l!==m)return{reset:{placement:g[0]}};const O=[y[Fr(m)],y[v[0]],y[v[1]]],x=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],S=g[b+1];if(S)return{data:{index:b+1,overflows:x},reset:{placement:S}};const w=x.map((t=>{const e=zr(t.placement);return[t.placement,e&&f?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),C=w.filter((t=>t[2].slice(0,zr(t[0])?2:3).every((t=>t<=0)))),N=(null==(i=C[0])?void 0:i[0])||w[0][0];return N!==l?{data:{index:b+1,overflows:x},reset:{placement:N}}:{}}}};function Tr(t){return qr(t)?(t.nodeName||"").toLowerCase():"#document"}function Gr(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Vr(t){var e;return null==(e=(qr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function qr(t){return t instanceof Node||t instanceof Gr(t).Node}function Yr(t){return t instanceof Element||t instanceof Gr(t).Element}function Jr(t){return t instanceof HTMLElement||t instanceof Gr(t).HTMLElement}function Xr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Gr(t).ShadowRoot)}function Qr(t){const{overflow:e,overflowX:o,overflowY:r,display:i}=ii(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(i)}function ti(t){return["table","td","th"].includes(Tr(t))}function ei(t){const e=oi(),o=ii(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function oi(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function ri(t){return["html","body","#document"].includes(Tr(t))}function ii(t){return Gr(t).getComputedStyle(t)}function ni(t){return Yr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function ai(t){if("html"===Tr(t))return t;const e=t.assignedSlot||t.parentNode||Xr(t)&&t.host||Vr(t);return Xr(e)?e.host:e}function li(t){const e=ai(t);return ri(e)?t.ownerDocument?t.ownerDocument.body:t.body:Jr(e)&&Qr(e)?e:li(e)}function ci(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const i=li(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=Gr(i);return n?e.concat(a,a.visualViewport||[],Qr(i)?i:[],a.frameElement&&o?ci(a.frameElement):[]):e.concat(i,ci(i,[],o))}function si(t){const e=ii(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=Jr(t),n=i?t.offsetWidth:o,a=i?t.offsetHeight:r,l=Rr(o)!==n||Rr(r)!==a;return l&&(o=n,r=a),{width:o,height:r,$:l}}function fi(t){return Yr(t)?t:t.contextElement}function di(t){const e=fi(t);if(!Jr(e))return Lr(1);const o=e.getBoundingClientRect(),{width:r,height:i,$:n}=si(e);let a=(n?Rr(o.width):o.width)/r,l=(n?Rr(o.height):o.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const hi=Lr(0);function ui(t){const e=Gr(t);return oi()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:hi}function pi(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const i=t.getBoundingClientRect(),n=fi(t);let a=Lr(1);e&&(r?Yr(r)&&(a=di(r)):a=di(t));const l=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Gr(t))&&e}(n,o,r)?ui(n):Lr(0);let c=(i.left+l.x)/a.x,s=(i.top+l.y)/a.y,f=i.width/a.x,d=i.height/a.y;if(n){const t=Gr(n),e=r&&Yr(r)?Gr(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=di(o),e=o.getBoundingClientRect(),r=ii(o),i=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,s*=t.y,f*=t.x,d*=t.y,c+=i,s+=n,o=Gr(o).frameElement}}return Zr({width:f,height:d,x:c,y:s})}function gi(t){return pi(Vr(t)).left+ni(t).scrollLeft}function yi(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=Gr(t),r=Vr(t),i=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,l=0,c=0;if(i){n=i.width,a=i.height;const t=oi();(!t||t&&"fixed"===e)&&(l=i.offsetLeft,c=i.offsetTop)}return{width:n,height:a,x:l,y:c}}(t,o);else if("document"===e)r=function(t){const e=Vr(t),o=ni(t),r=t.ownerDocument.body,i=Ir(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),n=Ir(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+gi(t);const l=-o.scrollTop;return"rtl"===ii(r).direction&&(a+=Ir(e.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:l}}(Vr(t));else if(Yr(e))r=function(t,e){const o=pi(t,!0,"fixed"===e),r=o.top+t.clientTop,i=o.left+t.clientLeft,n=Jr(t)?di(t):Lr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(e,o);else{const o=ui(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Zr(r)}function bi(t,e){const o=ai(t);return!(o===e||!Yr(o)||ri(o))&&("fixed"===ii(o).position||bi(o,e))}function mi(t,e,o){const r=Jr(e),i=Vr(e),n="fixed"===o,a=pi(t,!0,n,e);let l={scrollLeft:0,scrollTop:0};const c=Lr(0);if(r||!r&&!n)if(("body"!==Tr(e)||Qr(i))&&(l=ni(e)),r){const t=pi(e,!0,n,e);c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}else i&&(c.x=gi(i));return{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function vi(t,e){return Jr(t)&&"fixed"!==ii(t).position?e?e(t):t.offsetParent:null}function Oi(t,e){const o=Gr(t);if(!Jr(t))return o;let r=vi(t,e);for(;r&&ti(r)&&"static"===ii(r).position;)r=vi(r,e);return r&&("html"===Tr(r)||"body"===Tr(r)&&"static"===ii(r).position&&!ei(r))?o:r||function(t){let e=ai(t);for(;Jr(e)&&!ri(e);){if(ei(e))return e;e=ai(e)}return null}(t)||o}const xi={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const i=Jr(o),n=Vr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},l=Lr(1);const c=Lr(0);if((i||!i&&"fixed"!==r)&&(("body"!==Tr(o)||Qr(n))&&(a=ni(o)),Jr(o))){const t=pi(o);l=di(o),c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-a.scrollLeft*l.x+c.x,y:e.y*l.y-a.scrollTop*l.y+c.y}},getDocumentElement:Vr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=ci(t,[],!1).filter((t=>Yr(t)&&"body"!==Tr(t))),i=null;const n="fixed"===ii(t).position;let a=n?ai(t):t;for(;Yr(a)&&!ri(a);){const e=ii(a),o=ei(a);o||"fixed"!==e.position||(i=null),(n?!o&&!i:!o&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||Qr(a)&&!o&&bi(t,a))?r=r.filter((t=>t!==a)):i=e,a=ai(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=n[0],l=n.reduce(((t,o)=>{const r=yi(e,o,i);return t.top=Ir(r.top,t.top),t.right=Er(r.right,t.right),t.bottom=Er(r.bottom,t.bottom),t.left=Ir(r.left,t.left),t}),yi(e,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Oi,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const i=this.getOffsetParent||Oi,n=this.getDimensions;return{reference:mi(e,await i(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return si(t)},getScale:di,isElement:Yr,isRTL:function(t){return"rtl"===ii(t).direction}},Si=(t,e,o)=>{const r=new Map,i={platform:xi,...o},n={...i.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=o,l=n.filter(Boolean),c=await(null==a.isRTL?void 0:a.isRTL(e));let s=await a.getElementRects({reference:t,floating:e,strategy:i}),{x:f,y:d}=jr(s,r,c),h=r,u={},p=0;for(let o=0;o<l.length;o++){const{name:n,fn:g}=l[o],{x:y,y:b,data:m,reset:v}=await g({x:f,y:d,initialPlacement:r,placement:h,strategy:i,middlewareData:u,rects:s,platform:a,elements:{reference:t,floating:e}});f=null!=y?y:f,d=null!=b?b:d,u={...u,[n]:{...u[n],...m}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(h=v.placement),v.rects&&(s=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:i}):v.rects),({x:f,y:d}=jr(s,h,c))),o=-1)}return{x:f,y:d,placement:h,strategy:i,middlewareData:u}})(t,e,{...i,platform:n})};function wi(t){return function(t){for(let e=t;e;e=Ci(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Ci(t);e;e=Ci(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function Ci(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Ni=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,e,o){return Si(t,e,{platform:{...xi,getOffsetParent:t=>xi.getOffsetParent(t,wi)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:i}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...c}=Br(r,t),s={x:e,y:o},f=await Mr(t,c),d=Pr(Fr(i)),h=Ar(d);let u=s[h],p=s[d];if(n){const t="y"===h?"bottom":"right";u=kr(u+f["y"===h?"top":"left"],u,u-f[t])}if(a){const t="y"===d?"bottom":"right";p=kr(p+f["y"===d?"top":"left"],p,p-f[t])}const g=l.fn({...t,[h]:u,[d]:p});return{...g,data:{x:g.x-e,y:g.y-o}}}}),Dr({allowedPlacements:[o]})]});var r}});
|
|
136
|
+
*/let Te=class extends We{constructor(t){if(super(t),this.et=Z,t.type!==Re)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||null==t)return this.vt=void 0,this.et=t;if(t===j)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Te.directiveName="unsafeHTML",Te.resultType=1;const Ge=Le(Te);var Ve=Object.freeze({__proto__:null,UnsafeHTMLDirective:Te,unsafeHTML:Ge});class qe extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class Ye extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new qe("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new qe("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Je=t=>new Ye(((e,o)=>t.then(e).catch(o)));var Xe=Object.freeze({__proto__:null,CancelablePromise:Ye,CanceledPromiseError:qe,cancelable:Je});var Qe=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Ye&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=Je(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class to{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t){var e,o;return(null!==(o=null!==(e=null==t?void 0:t.map)&&void 0!==e?e:null==t?void 0:t.document)&&void 0!==o?o:null==t?void 0:t.topic).metadata.map((t=>to.flattenMetadata(t)))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e){let o=to.extractResultMetadata(this.selectedResult).find((e=>e.key===t));const r=this.allResults.flatMap((e=>to.extractResultMetadata(e).filter((e=>e.key===t)))).filter((t=>!(t.key===(null==o?void 0:o.key)&&t.value===(null==o?void 0:o.value)))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return r.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){let n=this.metadataDescriptors.find((t=>o==t.key)),i=(null==n?void 0:n.sortRule)||"NONE",a=(null==n?void 0:n.reverseSort)||!1;if("ALPHABET"==i||"VERSION"==i){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>to.extractResultMetadata(o).find((o=>o.key===t&&o.value===e))));let r,n=to.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),i=[...n.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,i);if(e>a&&(a=e,r=t,e===i.length))break}return r}countMatchingMetadata(t,e){return to.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var eo=Object.freeze({__proto__:null,ClusteringHelper:to});class oo{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ro=Object.freeze({__proto__:null,Debouncer:oo});const no=t=>new Promise((e=>setTimeout(e,t)));async function io(t,e=10,o=2e4){await ao((async()=>await t()||void 0),e,o)}async function ao(t,e=10,o=2e4){let r,n,i=await t();for(r=n=performance.now();null==i&&(!o||n-r<o);)await no(e),i=await t(),n=performance.now();if(null==i)throw new Error("Timeout exceeded");return i}function co(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function lo(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,n;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!lo(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!lo(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(n=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,n[r]))return!1;for(r=o;0!=r--;){var i=n[r];if(!lo(t[i],e[i]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}function so(t,e,o){return Math.min(Math.max(t,e),o)}var fo=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?co(o):o}},deepEqual:lo,delay:no,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:so,parseDate:co,waitFor:ao,waitUntil:io});const uo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function ho(t,e){const o=()=>JSON.parse(JSON.stringify(t));return Se({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!lo(t,e),...null!=e?e:{}})}function po(t){return!isNaN(parseFloat(t))}var go=Object.freeze({__proto__:null,customElement:uo,isNumber:po,jsonProperty:ho,optionalNumberProperty:function(t){return Se({type:Object,converter:{fromAttribute:t=>{if(null!=t)return po(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const yo=t=>"string"==typeof t?ft(t):t;class bo{static create(t,e,o,r){const n=t=>yo(null!=t?t:r),i=dt`var(${yo(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>dt`var(${yo(t)}, ${n(e)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,e,o,r){const n=t=>o.get(null!=t?t:r),i=dt`var(${yo(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o.category,i.fallbackVariable=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>dt`var(${yo(t)}, ${n(e)})`,i.breadcrumb=()=>[o.name,...o.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),i}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):yo(null!=e?e:t.lastResortDefaultValue()),r=dt`var(${yo(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>dt`var(${yo(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const mo={colorWhite:bo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:bo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:bo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:bo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:bo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:bo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:bo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:bo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:bo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:bo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:bo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:bo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:bo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:bo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:bo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:bo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:bo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:bo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:bo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:bo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:bo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:bo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:bo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:bo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:bo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:bo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:bo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:bo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:bo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:bo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:bo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:bo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:bo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:bo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:bo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:bo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:bo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:bo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:bo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:bo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:bo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:bo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:bo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:bo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:bo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:bo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:bo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:bo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:bo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:bo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:bo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:bo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:bo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:bo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:bo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:bo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:bo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:bo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:bo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:bo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:bo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:bo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:bo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:bo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:bo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:bo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:bo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:bo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:bo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:bo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:bo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:bo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:bo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:bo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:bo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:bo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:bo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:bo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:bo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:bo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:bo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:bo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:bo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:bo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:bo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:bo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:bo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:bo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:bo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:bo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:bo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:bo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:bo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:bo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:bo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:bo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:bo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:bo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:bo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:bo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:bo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:bo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:bo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:bo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:bo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:bo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:bo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:bo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:bo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:bo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:bo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:bo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:bo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:bo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:bo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:bo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:bo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:bo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:bo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:bo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:bo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:bo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:bo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:bo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:bo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:bo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:bo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:bo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:bo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:bo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:bo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:bo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:bo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:bo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:bo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:bo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:bo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:bo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:bo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:bo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:bo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:bo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:bo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:bo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:bo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:bo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:bo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:bo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:bo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:bo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:bo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:bo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:bo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:bo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:bo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:bo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:bo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:bo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:bo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:bo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:bo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:bo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:bo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:bo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:bo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:bo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:bo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:bo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:bo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:bo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:bo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:bo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:bo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:bo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:bo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:bo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:bo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:bo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:bo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:bo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:bo.create("--ft-opacity-0","","NUMBER","0"),opacity8:bo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:bo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:bo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:bo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:bo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:bo.create("--ft-shadow-elevation-01","","SHADOW","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)"),shadowElevation02:bo.create("--ft-shadow-elevation-02","","SHADOW","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)"),shadowElevation03:bo.create("--ft-shadow-elevation-03","","SHADOW","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)"),shadowElevation04:bo.create("--ft-shadow-elevation-04","","SHADOW","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)"),shadowElevation06:bo.create("--ft-shadow-elevation-06","","SHADOW","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)"),shadowElevation08:bo.create("--ft-shadow-elevation-08","","SHADOW","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)"),shadowElevation12:bo.create("--ft-shadow-elevation-12","","SHADOW","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)"),shadowElevation16:bo.create("--ft-shadow-elevation-16","","SHADOW","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)"),shadowElevation24:bo.create("--ft-shadow-elevation-24","","SHADOW","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)")},vo={fontFamily:bo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:bo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-display-textCase","","UNKNOWN","none")},Oo={fontFamily:bo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:bo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},So={fontFamily:bo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:bo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},xo={fontFamily:bo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:bo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:bo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},wo={fontFamily:bo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:bo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Co={fontFamily:bo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},No={fontFamily:bo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Eo={fontFamily:bo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:bo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Io={fontFamily:bo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ro={fontFamily:bo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:bo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:bo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Lo={fontFamily:bo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Wo={fontFamily:bo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Uo={fontFamily:bo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ko={fontFamily:bo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:bo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Bo={fontFamily:bo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},zo={fontFamily:bo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Ao={fontFamily:bo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:bo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Po={fontFamily:bo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},$o={fontFamily:bo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Mo={fontFamily:bo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:bo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},jo={fontFamily:bo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Zo={fontFamily:bo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Do={fontFamily:bo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Ho={display:vo,"title-1":Oo,"title-2":So,"title-3":xo,"body-1-regular":wo,"body-1-medium":Co,"body-1-semibold":No,"body-2-regular":Eo,"body-2-medium":Io,"body-2-medium-underline":Ro,"body-2-semibold":Lo,"label-1-medium":Wo,"label-1-semibold":Uo,"label-1-bold":ko,"label-2-medium":Fo,"label-2-semibold":Bo,"label-2-bold":zo,"caption-1-medium":Ao,"caption-1-semibold":_o,"caption-1-bold":Po,"caption-2-medium":$o,"caption-2-semibold":Mo,"caption-2-bold":Ko,"caption-3-medium":jo,"caption-3-semibold":Zo,"caption-3-bold":Do},To={backgroundActionPrimary:bo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",mo.colorBrand0),backgroundErrorSubtle:bo.extend("--ft-background-error-subtle","Used as background of subtle error components.",mo.colorRed10),backgroundInfoSubtle:bo.extend("--ft-background-info-subtle","Used as background of subtle information components.",mo.colorCyan10),backgroundWarningSubtle:bo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",mo.colorOrange10),backgroundSuccessSubtle:bo.extend("--ft-background-success-subtle","Used as background of subtle success components.",mo.colorGreen10),backgroundGlobalSurface:bo.extend("--ft-background-global-surface","Used as app background.",mo.colorWhite),backgroundGlobalOnSurface:bo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",mo.colorGray10),backgroundGlobalOnSurfaceDark:bo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",mo.colorGray30),contentActionPrimary:bo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",mo.colorBrand0),contentWarningPrimary:bo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",mo.colorOrange200),contentWarningIconOnly:bo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",mo.colorOrange0),contentErrorPrimary:bo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",mo.colorRed0),contentErrorIconOnly:bo.extend("--ft-content-error-icon-only","Used on error status icons alone",mo.colorRed70),contentInfoPrimary:bo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",mo.colorCyan200),contentInfoIconOnly:bo.extend("--ft-content-info-icon-only","Used on info status icons alone",mo.colorCyan0),contentSuccessPrimary:bo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",mo.colorGreen200),contentSuccessIconOnly:bo.extend("--ft-content-success-icon-only","Used on success status icons alone",mo.colorGreen0),contentGlobalPrimary:bo.extend("--ft-content-global-primary","Used for main content on the page.",mo.colorGray500),contentGlobalSecondary:bo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",mo.colorGray200),contentGlobalSubtle:bo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",mo.colorGray0),contentGlobalOnColor:bo.extend("--ft-content-global-on-color","Used for content on a dominant color.",mo.colorWhite),borderActionPrimary:bo.extend("--ft-border-action-primary","Used as border for primary action components.",mo.colorBrand0),borderActionFocusRing:bo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",mo.colorCyan0),borderWarningPrimary:bo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",mo.colorOrange200),borderWarningSubtle:bo.extend("--ft-border-warning-subtle","Used as border for warning components.",mo.colorOrange30),borderSuccessPrimary:bo.extend("--ft-border-success-primary","Used as border for success buttons.",mo.colorGreen200),borderSuccessSubtle:bo.extend("--ft-border-success-subtle","Used as border for success components.",mo.colorGreen30),borderErrorPrimary:bo.extend("--ft-border-error-primary","Used as border for text fields in error states.",mo.colorRed0),borderErrorSubtle:bo.extend("--ft-border-error-subtle","Used as border for error components.",mo.colorRed30),borderInfoPrimary:bo.extend("--ft-border-info-primary","Used as border for buttons in info color.",mo.colorCyan200),borderInfoSubtle:bo.extend("--ft-border-info-subtle","Used as border for information components.",mo.colorCyan30),borderGlobalPrimary:bo.extend("--ft-border-global-primary","Used as border for element like input.",mo.colorGray50),borderGlobalSubtle:bo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",mo.colorGray30),borderInputPrimary:bo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",mo.colorGray80)},Go={largeHeight:bo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:bo.extend("--ft-button-large-horizontal-padding","",mo.spacing4),largeGap:bo.extend("--ft-button-large-gap","",mo.spacing2),largeBorderRadius:bo.extend("--ft-button-large-border-radius","",mo.borderRadiusS),largeIconSize:bo.extend("--ft-button-large-icon-size","",mo.iconSize3),largeBorderWidth:bo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:bo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:bo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:bo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:bo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:bo.extend("--ft-button-small-horizontal-padding","",mo.spacing3),smallGap:bo.extend("--ft-button-small-gap","",mo.spacing2),smallBorderRadius:bo.extend("--ft-button-small-border-radius","",mo.borderRadiusS),smallIconSize:bo.extend("--ft-button-small-icon-size","",mo.iconSize2),smallBorderWidth:bo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:bo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:bo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:bo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:bo.extend("--ft-button-primary-background-color","",To.backgroundActionPrimary),primaryColor:bo.extend("--ft-button-primary-color","",To.contentGlobalOnColor),primaryIconColor:bo.extend("--ft-button-primary-icon-color","",To.contentGlobalOnColor),primaryStateLayerColor:bo.extend("--ft-button-primary-state-layer-color","",To.contentGlobalOnColor),primaryHoverStateLayerOpacity:bo.extend("--ft-button-primary-hover-state-layer-opacity","",mo.opacity16),primaryFocusStateLayerOpacity:bo.extend("--ft-button-primary-focus-state-layer-opacity","",mo.opacity16),primaryActiveStateLayerOpacity:bo.extend("--ft-button-primary-active-state-layer-opacity","",mo.opacity24),primaryDisabledComponentOpacity:bo.extend("--ft-button-primary-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-button-focus-focus-ring-color","",To.borderActionFocusRing),tertiaryBackgroundColor:bo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:bo.extend("--ft-button-tertiary-color","",To.contentActionPrimary),tertiaryIconColor:bo.extend("--ft-button-tertiary-icon-color","",To.contentActionPrimary),tertiaryStateLayerColor:bo.extend("--ft-button-tertiary-state-layer-color","",To.contentActionPrimary),tertiaryHoverStateLayerOpacity:bo.extend("--ft-button-tertiary-hover-state-layer-opacity","",mo.opacity8),tertiaryFocusStateLayerOpacity:bo.extend("--ft-button-tertiary-focus-state-layer-opacity","",mo.opacity8),tertiaryActiveStateLayerOpacity:bo.extend("--ft-button-tertiary-active-state-layer-opacity","",mo.opacity16),tertiaryDisabledComponentOpacity:bo.extend("--ft-button-tertiary-disabled-component-opacity","",mo.opacity40),secondaryBackgroundColor:bo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:bo.extend("--ft-button-secondary-color","",To.contentActionPrimary),secondaryIconColor:bo.extend("--ft-button-secondary-icon-color","",To.contentActionPrimary),secondaryStateLayerColor:bo.extend("--ft-button-secondary-state-layer-color","",To.contentActionPrimary),secondaryHoverStateLayerOpacity:bo.extend("--ft-button-secondary-hover-state-layer-opacity","",mo.opacity8),secondaryFocusStateLayerOpacity:bo.extend("--ft-button-secondary-focus-state-layer-opacity","",mo.opacity8),secondaryActiveStateLayerOpacity:bo.extend("--ft-button-secondary-active-state-layer-opacity","",mo.opacity16),secondaryDisabledComponentOpacity:bo.extend("--ft-button-secondary-disabled-component-opacity","",mo.opacity40),secondaryBorderColor:bo.extend("--ft-button-secondary-border-color","",To.borderActionPrimary),neutralBackgroundColor:bo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:bo.extend("--ft-button-neutral-icon-color","",To.contentGlobalSecondary),neutralColor:bo.extend("--ft-button-neutral-color","",To.contentGlobalSecondary),neutralStateLayerColor:bo.extend("--ft-button-neutral-state-layer-color","",To.contentGlobalSecondary),neutralHoverStateLayerOpacity:bo.extend("--ft-button-neutral-hover-state-layer-opacity","",mo.opacity8),neutralFocusStateLayerOpacity:bo.extend("--ft-button-neutral-focus-state-layer-opacity","",mo.opacity8),neutralActiveStateLayerOpacity:bo.extend("--ft-button-neutral-active-state-layer-opacity","",mo.opacity16),neutralDisabledComponentOpacity:bo.extend("--ft-button-neutral-disabled-component-opacity","",mo.opacity40)},Vo={iconSize:bo.extend("--ft-banner-icon-size","",mo.iconSize5),borderWidth:bo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:bo.extend("--ft-banner-horizontal-padding","",mo.spacing6),verticalPadding:bo.extend("--ft-banner-vertical-padding","",mo.spacing6),horizontalSideGap:bo.extend("--ft-banner-horizontal-side-gap","",mo.spacing6),horizontalMobileGap:bo.extend("--ft-banner-horizontal-mobile-gap","",mo.spacing4),verticalMobileGap:bo.extend("--ft-banner-vertical-mobile-gap","",mo.spacing6),horizontalMiddleGap:bo.extend("--ft-banner-horizontal-middle-gap","",mo.spacing20),infoBackgroundColor:bo.extend("--ft-banner-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-banner-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-banner-info-icon-color","",To.contentInfoIconOnly)},qo={horizontalGap:bo.extend("--ft-breadcrumb-horizontal-gap","",mo.spacing1),verticalGap:bo.extend("--ft-breadcrumb-vertical-gap","",mo.spacing2),currentElementColor:bo.extend("--ft-breadcrumb-current-element-color","",To.contentGlobalPrimary),iconColor:bo.extend("--ft-breadcrumb-icon-color","",To.contentGlobalSubtle)},Yo={horizontalPadding:bo.extend("--ft-page-header-horizontal-padding","",mo.spacing12),horizontalGap:bo.extend("--ft-page-header-horizontal-gap","",mo.spacing4),verticalGap:bo.extend("--ft-page-header-vertical-gap","",mo.spacing2),classicVerticalPadding:bo.extend("--ft-page-header-classic-vertical-padding","",mo.spacing6),multilineVerticalPadding:bo.extend("--ft-page-header-multiline-vertical-padding","",mo.spacing4),inlineVerticalPadding:bo.extend("--ft-page-header-inline-vertical-padding","",mo.spacing2),backgroundColor:bo.extend("--ft-page-header-background-color","",mo.colorWhite),bottomBorderColor:bo.extend("--ft-page-header-bottom-border-color","",To.borderGlobalSubtle),titleColor:bo.extend("--ft-page-header-title-color","",To.contentGlobalPrimary),subtitleColor:bo.extend("--ft-page-header-subtitle-color","",To.contentGlobalSecondary)},Jo={smallContainerWidth:bo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:bo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:bo.extend("--ft-modal-overlay-background-color","",mo.colorGray700),overlayOpacity:bo.extend("--ft-modal-overlay-opacity","",mo.opacity40),shadow:bo.extend("--ft-modal-shadow","",mo.shadowElevation03),bodyBackgroundColor:bo.extend("--ft-modal-body-background-color","",mo.colorWhite),bodyColor:bo.extend("--ft-modal-body-color","",To.contentGlobalPrimary),bodyHorizontalPadding:bo.extend("--ft-modal-body-horizontal-padding","",mo.spacing6),bodyVerticalPadding:bo.extend("--ft-modal-body-vertical-padding","",mo.spacing6),bodyVerticalGap:bo.extend("--ft-modal-body-vertical-gap","",mo.spacing6),containerMargin:bo.extend("--ft-modal-container-margin","",mo.spacing3),headerBackgroundColor:bo.extend("--ft-modal-header-background-color","",To.backgroundGlobalOnSurface),headerBorderColor:bo.extend("--ft-modal-header-border-color","",To.borderGlobalSubtle),headerColor:bo.extend("--ft-modal-header-color","",To.contentGlobalPrimary),headerTrailingIconColor:bo.extend("--ft-modal-header-trailing-icon-color","",To.contentGlobalSecondary),headerVerticalPadding:bo.extend("--ft-modal-header-vertical-padding","",mo.spacing1),headerRightPadding:bo.extend("--ft-modal-header-right-padding","",mo.spacing1),headerLeftPadding:bo.extend("--ft-modal-header-left-padding","",mo.spacing6),headerGap:bo.extend("--ft-modal-header-gap","",mo.spacing2),headerBorderBottom:bo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:bo.extend("--ft-modal-border-radius","",mo.borderRadiusM)},Xo={overlayOpacity:bo.extend("--ft-drawer-overlay-opacity","",mo.opacity40),shadow:bo.extend("--ft-drawer-shadow","",mo.shadowElevation03),bodyColor:bo.extend("--ft-drawer-body-color","",To.contentGlobalPrimary),bodyHorizontalPadding:bo.extend("--ft-drawer-body-horizontal-padding","",mo.spacing6),bodyVerticalPadding:bo.extend("--ft-drawer-body-vertical-padding","",mo.spacing6),bodyGap:bo.extend("--ft-drawer-body-gap","",mo.spacing6),bodyBackgroundColor:bo.extend("--ft-drawer-body-background-color","",mo.colorWhite),headerBackgroundColor:bo.extend("--ft-drawer-header-background-color","",To.backgroundGlobalOnSurface),headerBorderColor:bo.extend("--ft-drawer-header-border-color","",To.borderGlobalSubtle),headerColor:bo.extend("--ft-drawer-header-color","",To.contentGlobalPrimary),headerTrailingIconColor:bo.extend("--ft-drawer-header-trailing-icon-color","",To.contentGlobalSecondary),headerHeight:bo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:bo.extend("--ft-drawer-header-horizontal-padding","",mo.spacing2),headerBorderWidth:bo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:bo.extend("--ft-drawer-header-gap","",mo.spacing3),buttonsBarBackgroundColor:bo.extend("--ft-drawer-buttons-bar-background-color","",To.backgroundGlobalOnSurface),buttonsBarBorderColor:bo.extend("--ft-drawer-buttons-bar-border-color","",To.borderGlobalSubtle),buttonsBarColor:bo.extend("--ft-drawer-buttons-bar-color","",To.contentGlobalPrimary),buttonsBarHorizontalPadding:bo.extend("--ft-drawer-buttons-bar-horizontal-padding","",mo.spacing4),buttonsBarVerticalPadding:bo.extend("--ft-drawer-buttons-bar-vertical-padding","",mo.spacing4),buttonsBarGap:bo.extend("--ft-drawer-buttons-bar-gap","",mo.spacing3),buttonsBarBorderWidth:bo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:bo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:bo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:bo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:bo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:bo.extend("--ft-drawer-overlay-background-color","",mo.colorGray700)},Qo={fieldHorizontalPadding:bo.extend("--ft-text-input-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-text-input-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-text-input-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-text-input-field-icon-size","",mo.iconSize3),fieldHeight:bo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:bo.extend("--ft-text-input-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-text-input-helper-horizontal-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-text-input-helper-icon-size","",mo.iconSize2),borderRadius:bo.extend("--ft-text-input-border-radius","",mo.borderRadiusM),backgroundColor:bo.extend("--ft-text-input-background-color","",mo.colorWhite),contentValueColor:bo.extend("--ft-text-input-content-value-color","",To.contentGlobalPrimary),trailingIconColor:bo.extend("--ft-text-input-trailing-icon-color","",To.contentGlobalSubtle),labelColor:bo.extend("--ft-text-input-label-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-text-input-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-text-input-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-text-input-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-text-input-error-helper-text-color","",To.contentErrorPrimary),errorHelperIconColor:bo.extend("--ft-text-input-error-helper-icon-color","",To.contentErrorIconOnly),warningBorderWidth:bo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:bo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-text-input-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-text-input-disabled-component-opacity","",mo.opacity40)},tr={backgroundColor:bo.extend("--ft-text-area-background-color","",mo.colorWhite),contentValueColor:bo.extend("--ft-text-area-content-value-color","",To.contentGlobalPrimary),labelColor:bo.extend("--ft-text-area-label-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-text-area-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-text-area-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-text-area-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-text-area-error-helper-text-color","",To.contentErrorPrimary),errorHelperIconColor:bo.extend("--ft-text-area-error-helper-icon-color","",To.contentErrorIconOnly),focusFocusRingColor:bo.extend("--ft-text-area-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:bo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-text-area-disabled-component-opacity","",mo.opacity40),fieldHorizontalLeftPadding:bo.extend("--ft-text-area-field-horizontal-left-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-text-area-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-text-area-field-vertical-gap","",mo.spacing05),fieldMinHeight:bo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:bo.extend("--ft-text-area-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-text-area-helper-horizontal-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-text-area-helper-icon-size","",mo.iconSize2),borderRadius:bo.extend("--ft-text-area-border-radius","",mo.borderRadiusM)},er={height:bo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:bo.extend("--ft-floating-menu-horizontal-padding","",mo.spacing4),offIconColor:bo.extend("--ft-floating-menu-off-icon-color","",To.contentGlobalPrimary),offColor:bo.extend("--ft-floating-menu-off-color","",To.contentGlobalPrimary),onColor:bo.extend("--ft-floating-menu-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-floating-menu-on-state-layer-color","",To.contentActionPrimary),gap:bo.extend("--ft-floating-menu-gap","",mo.spacing3),focusFocusRingColor:bo.extend("--ft-floating-menu-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:bo.extend("--ft-floating-menu-focus-state-layer-opacity","",mo.opacity8),hoverStateLayerOpacity:bo.extend("--ft-floating-menu-hover-state-layer-opacity","",mo.opacity8),activeStateLayerOpacity:bo.extend("--ft-floating-menu-active-state-layer-opacity","",mo.opacity16),disabledComponentOpacity:bo.extend("--ft-floating-menu-disabled-component-opacity","",mo.opacity40),iconSize:bo.extend("--ft-floating-menu-icon-size","",mo.iconSize3),backgroundColor:bo.extend("--ft-floating-menu-background-color","",To.backgroundGlobalOnSurface)},or={fieldHorizontalPadding:bo.extend("--ft-combobox-single-select-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-combobox-single-select-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-combobox-single-select-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-combobox-single-select-field-icon-size","",mo.iconSize3),fieldHeight:bo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:bo.extend("--ft-combobox-single-select-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-combobox-single-select-helper-horizontal-gap","",mo.spacing1),helperVerticalGap:bo.extend("--ft-combobox-single-select-helper-vertical-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-combobox-single-select-helper-icon-size","",mo.iconSize2),menuVerticalGap:bo.extend("--ft-combobox-single-select-menu-vertical-gap","",mo.spacing2),borderRadius:bo.extend("--ft-combobox-single-select-border-radius","",mo.borderRadiusM),backgroundColor:bo.extend("--ft-combobox-single-select-background-color","",mo.colorWhite),labelColor:bo.extend("--ft-combobox-single-select-label-color","",To.contentGlobalSubtle),contentValueColor:bo.extend("--ft-combobox-single-select-content-value-color","",To.contentGlobalPrimary),trailingIconColor:bo.extend("--ft-combobox-single-select-trailing-icon-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-combobox-single-select-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-combobox-single-select-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-combobox-single-select-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-combobox-single-select-error-helper-text-color","",To.contentErrorPrimary),warningBorderWidth:bo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:bo.extend("--ft-combobox-single-select-warning-border-color","",To.borderWarningPrimary),warningHelperTextColor:bo.extend("--ft-combobox-single-select-warning-helper-text-color","",To.contentWarningPrimary),warningHelperIconColor:bo.extend("--ft-combobox-single-select-warning-helper-icon-color","",To.contentWarningIconOnly),focusOutlineWidth:bo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-combobox-single-select-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-combobox-single-select-disabled-component-opacity","",mo.opacity40)},rr={backgroundColor:bo.extend("--ft-combobox-multi-select-background-color","",mo.colorWhite),labelColor:bo.extend("--ft-combobox-multi-select-label-color","",To.contentGlobalSubtle),trailingIconColor:bo.extend("--ft-combobox-multi-select-trailing-icon-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-combobox-multi-select-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-combobox-multi-select-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:bo.extend("--ft-combobox-multi-select-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-combobox-multi-select-error-helper-text-color","",To.contentErrorPrimary),errorHelperIcon:bo.extend("--ft-combobox-multi-select-error-helper-icon","",To.contentErrorIconOnly),errorBorderWidth:bo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:bo.extend("--ft-combobox-multi-select-warning-border-color","",To.borderWarningPrimary),warningHelperTextColor:bo.extend("--ft-combobox-multi-select-warning-helper-text-color","",To.contentWarningPrimary),warningHelperIconColor:bo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",To.contentWarningIconOnly),warningBorderWidth:bo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:bo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-combobox-multi-select-disabled-component-opacity","",mo.opacity40),helperHorizontalPadding:bo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",mo.spacing1),helperVerticalGap:bo.extend("--ft-combobox-multi-select-helper-vertical-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-combobox-multi-select-helper-icon-size","",mo.iconSize2),fieldHorizontalPadding:bo.extend("--ft-combobox-multi-select-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-combobox-multi-select-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-combobox-multi-select-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-combobox-multi-select-field-icon-size","",mo.iconSize3),fieldMaxHeight:bo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:bo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",mo.spacing1),contentValuesVerticalGap:bo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",mo.spacing1),borderRadius:bo.extend("--ft-combobox-multi-select-border-radius","",mo.borderRadiusM)},nr={backgroundColor:bo.extend("--ft-popover-background-color","",To.backgroundGlobalOnSurface),horizontalPadding:bo.extend("--ft-popover-horizontal-padding","",mo.spacing6),verticalPadding:bo.extend("--ft-popover-vertical-padding","",mo.spacing6),iconColor:bo.extend("--ft-popover-icon-color","",To.contentGlobalSecondary),iconSize:bo.extend("--ft-popover-icon-size","",mo.iconSize2),titleColor:bo.extend("--ft-popover-title-color","",To.contentGlobalPrimary),bodyColor:bo.extend("--ft-popover-body-color","",To.contentGlobalSecondary),linkColor:bo.extend("--ft-popover-link-color","",To.contentActionPrimary),gap:bo.extend("--ft-popover-gap","",mo.spacing3),borderRadius:bo.extend("--ft-popover-border-radius","",mo.borderRadiusM),shadow:bo.extend("--ft-popover-shadow","",mo.shadowElevation02)},ir={topLeftBorderRadius:bo.extend("--ft-tabs-top-left-border-radius","",mo.borderRadiusS),topRightBorderRadius:bo.extend("--ft-tabs-top-right-border-radius","",mo.borderRadiusS),labelHorizontalPadding:bo.extend("--ft-tabs-label-horizontal-padding","",mo.spacing4),labelVerticalPadding:bo.extend("--ft-tabs-label-vertical-padding","",mo.spacing3),labelGap:bo.extend("--ft-tabs-label-gap","",mo.spacing1),offHoverStateLayerOpacity:bo.extend("--ft-tabs-off-hover-state-layer-opacity","",mo.opacity8),offFocusStateLayerOpacity:bo.extend("--ft-tabs-off-focus-state-layer-opacity","",mo.opacity8),offActiveStateLayerOpacity:bo.extend("--ft-tabs-off-active-state-layer-opacity","",mo.opacity16),offDisabledComponentOpacity:bo.extend("--ft-tabs-off-disabled-component-opacity","",mo.opacity40),offColor:bo.extend("--ft-tabs-off-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-tabs-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-tabs-on-hover-state-layer-opacity","",mo.opacity8),onFocusStateLayerOpacity:bo.extend("--ft-tabs-on-focus-state-layer-opacity","",mo.opacity8),onActiveStateLayerOpacity:bo.extend("--ft-tabs-on-active-state-layer-opacity","",mo.opacity16),onDisabledComponentOpacity:bo.extend("--ft-tabs-on-disabled-component-opacity","",mo.opacity40),onColor:bo.extend("--ft-tabs-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-tabs-on-state-layer-color","",To.contentActionPrimary),iconHorizontalPadding:bo.extend("--ft-tabs-icon-horizontal-padding","",mo.spacing1),iconVerticalPadding:bo.extend("--ft-tabs-icon-vertical-padding","",mo.spacing4),focusOutlineWidth:bo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-tabs-focus-focus-ring-color","",To.borderActionFocusRing)},ar={hoverStateLayerOpacity:bo.extend("--ft-collapsible-hover-state-layer-opacity","",mo.opacity8),focusStateLayerOpacity:bo.extend("--ft-collapsible-focus-state-layer-opacity","",mo.opacity8),focusOutlineWidth:bo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:bo.extend("--ft-collapsible-focus-focus-ring-color","",To.borderActionFocusRing),activeStateLayerOpacity:bo.extend("--ft-collapsible-active-state-layer-opacity","",mo.opacity16),disabledComponentOpacity:bo.extend("--ft-collapsible-disabled-component-opacity","",mo.opacity40),horizontalPadding:bo.extend("--ft-collapsible-horizontal-padding","",mo.spacing4),verticalPadding:bo.extend("--ft-collapsible-vertical-padding","",mo.spacing3),color:bo.extend("--ft-collapsible-color","",To.contentGlobalPrimary),stateLayerColor:bo.extend("--ft-collapsible-state-layer-color","",To.contentGlobalPrimary),backgroundColor:bo.extend("--ft-collapsible-background-color","",To.backgroundGlobalOnSurface),borderColor:bo.extend("--ft-collapsible-border-color","",To.borderGlobalSubtle),iconSize:bo.extend("--ft-collapsible-icon-size","",mo.iconSize3)},cr={groupHorizontalPadding:bo.extend("--ft-switch-group-horizontal-padding","",mo.spacing1),groupVerticalPadding:bo.extend("--ft-switch-group-vertical-padding","",mo.spacing1),groupGap:bo.extend("--ft-switch-group-gap","",mo.spacing1),groupBackgroundColor:bo.extend("--ft-switch-group-background-color","",To.backgroundGlobalSurface),groupBorderColor:bo.extend("--ft-switch-group-border-color","",To.borderGlobalSubtle),groupBorderRadius:bo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:bo.extend("--ft-switch-label-horizontal-padding","",mo.spacing2),labelVerticalPadding:bo.extend("--ft-switch-label-vertical-padding","",mo.spacing1),offHoverStateLayerOpacity:bo.extend("--ft-switch-off-hover-state-layer-opacity","",mo.opacity8),offFocusStateLayerOpacity:bo.extend("--ft-switch-off-focus-state-layer-opacity","",mo.opacity8),offActiveStateLayerOpacity:bo.extend("--ft-switch-off-active-state-layer-opacity","",mo.opacity16),offDisabledComponentOpacity:bo.extend("--ft-switch-off-disabled-component-opacity","",mo.opacity40),offColor:bo.extend("--ft-switch-off-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-switch-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-switch-on-hover-state-layer-opacity","",mo.opacity8),onFocusStateLayerOpacity:bo.extend("--ft-switch-on-focus-state-layer-opacity","",mo.opacity8),onActiveStateLayerOpacity:bo.extend("--ft-switch-on-active-state-layer-opacity","",mo.opacity16),onDisabledComponentOpacity:bo.extend("--ft-switch-on-disabled-component-opacity","",mo.opacity40),onColor:bo.extend("--ft-switch-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-switch-on-state-layer-color","",To.contentActionPrimary),iconHorizontalPadding:bo.extend("--ft-switch-icon-horizontal-padding","",mo.spacing1),iconVerticalPadding:bo.extend("--ft-switch-icon-vertical-padding","",mo.spacing1),focusOutlineWidth:bo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-switch-focus-focus-ring-color","",To.borderActionFocusRing),optionBorderRadius:bo.extend("--ft-switch-option-border-radius","",mo.borderRadiusS)},lr={color1Light:bo.extend("--ft-chart-1-light","for area color charts",mo.colorBrand40),color1Base:bo.extend("--ft-chart-1-base","for line charts",mo.colorBrand0),color2Light:bo.extend("--ft-chart-2-light","for area color charts",mo.colorYellow60),color2Base:bo.extend("--ft-chart-2-base","for line charts",mo.colorYellow100),color3Light:bo.extend("--ft-chart-3-light","",mo.colorUltramarine40),color3Base:bo.extend("--ft-chart-3-base","",mo.colorUltramarine70),color4Light:bo.extend("--ft-chart-4-light","",mo.colorCyan50),color4Base:bo.extend("--ft-chart-4-base","",mo.colorCyan100),color5Light:bo.extend("--ft-chart-5-light","",mo.colorRed40),color5Base:bo.extend("--ft-chart-5-base","",mo.colorRed60),color6Light:bo.extend("--ft-chart-6-light","",mo.colorGreen40),color6Base:bo.extend("--ft-chart-6-base","",mo.colorGreen70),color7Light:bo.extend("--ft-chart-7-light","",mo.colorOrange70),color7Base:bo.extend("--ft-chart-7-base","",mo.colorOrange100),color8Light:bo.extend("--ft-chart-8-light","",mo.colorAvocado70),color8Base:bo.extend("--ft-chart-8-base","",mo.colorAvocado200),color9Light:bo.extend("--ft-chart-9-light","",mo.colorBrown50),color9Base:bo.extend("--ft-chart-9-base","",mo.colorBrown200),color10Light:bo.extend("--ft-chart-10-light","",mo.colorGray50),color10Base:bo.extend("--ft-chart-10-base","",mo.colorGray80),monochrome10:bo.extend("--ft-chart-monochrome-10","",mo.colorBrand10),monochrome20:bo.extend("--ft-chart-monochrome-20","",mo.colorBrand20),monochrome30:bo.extend("--ft-chart-monochrome-30","",mo.colorBrand40),monochrome40:bo.extend("--ft-chart-monochrome-40","",mo.colorBrand60),monochrome50:bo.extend("--ft-chart-monochrome-50","",mo.colorBrand0),monochrome60:bo.extend("--ft-chart-monochrome-60","",mo.colorBrand200)},sr={largeHorizontalPadding:bo.extend("--ft-chip-large-horizontal-padding","",mo.spacing4),largeVerticalPadding:bo.extend("--ft-chip-large-vertical-padding","",mo.spacing2),largeGap:bo.extend("--ft-chip-large-gap","",mo.spacing1),largeFocusOutlineOffset:bo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:bo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:bo.extend("--ft-chip-large-border-radius","",mo.borderRadiusPill),largeBorderWidth:bo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:bo.extend("--ft-chip-large-icon-size","",mo.iconSize3),mediumHorizontalPadding:bo.extend("--ft-chip-medium-horizontal-padding","",mo.spacing3),mediumVerticalPadding:bo.extend("--ft-chip-medium-vertical-padding","",mo.spacing1),mediumGap:bo.extend("--ft-chip-medium-gap","",mo.spacing1),mediumFocusOutlineOffset:bo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:bo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:bo.extend("--ft-chip-medium-border-radius","",mo.borderRadiusPill),mediumBorderWidth:bo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:bo.extend("--ft-chip-medium-icon-size","",mo.iconSize2),smallHorizontalPadding:bo.extend("--ft-chip-small-horizontal-padding","",mo.spacing2),smallVerticalPadding:bo.extend("--ft-chip-small-vertical-padding","",mo.spacing05),smallGap:bo.extend("--ft-chip-small-gap","",mo.spacing1),smallFocusOutlineOffset:bo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:bo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:bo.extend("--ft-chip-small-border-radius","",mo.borderRadiusPill),smallBorderWidth:bo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:bo.extend("--ft-chip-small-icon-size","",mo.iconSize1),neutralBackgroundColor:bo.extend("--ft-chip-neutral-background-color","",To.backgroundGlobalOnSurface),neutralColor:bo.extend("--ft-chip-neutral-color","",To.contentGlobalPrimary),neutralIconColor:bo.extend("--ft-chip-neutral-icon-color","",To.contentGlobalPrimary),neutralBorderColor:bo.extend("--ft-chip-neutral-border-color","",To.borderGlobalSubtle),infoBackgroundColor:bo.extend("--ft-chip-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-chip-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-chip-info-icon-color","",To.contentInfoIconOnly),infoBorderColor:bo.extend("--ft-chip-info-border-color","",To.borderInfoSubtle),successBackgroundColor:bo.extend("--ft-chip-success-background-color","",To.backgroundSuccessSubtle),successColor:bo.extend("--ft-chip-success-color","",To.contentSuccessPrimary),successIconColor:bo.extend("--ft-chip-success-icon-color","",To.contentSuccessIconOnly),successBorderColor:bo.extend("--ft-chip-success-border-color","",To.borderSuccessSubtle),warningBackgroundColor:bo.extend("--ft-chip-warning-background-color","",To.backgroundWarningSubtle),warningColor:bo.extend("--ft-chip-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-chip-warning-icon-color","",To.contentWarningIconOnly),warningBorderColor:bo.extend("--ft-chip-warning-border-color","",To.borderWarningSubtle),errorBackgroundColor:bo.extend("--ft-chip-error-background-color","",To.backgroundErrorSubtle),errorColor:bo.extend("--ft-chip-error-color","",To.contentErrorPrimary),errorIconColor:bo.extend("--ft-chip-error-icon-color","",To.contentErrorIconOnly),errorBorderColor:bo.extend("--ft-chip-error-border-color","",To.borderErrorSubtle)},fr={infoBorderColor:bo.extend("--ft-border-info-border-color","",To.borderInfoSubtle)},dr={borderWidth:bo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:bo.extend("--ft-notice-horizontal-padding","",mo.spacing2),verticalPadding:bo.extend("--ft-notice-vertical-padding","",mo.spacing1),borderRadius:bo.extend("--ft-notice-border-radius","",mo.borderRadiusS),gap:bo.extend("--ft-notice-gap","",mo.spacing2),iconSize:bo.extend("--ft-notice-icon-size","",mo.iconSize3),infoBackgroundColor:bo.extend("--ft-notice-info-background-color","",To.backgroundInfoSubtle),infoBorderColor:bo.extend("--ft-notice-info-border-color","",To.borderInfoSubtle),infoColor:bo.extend("--ft-notice-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-notice-info-icon-color","",To.contentInfoIconOnly),warningBackgroundColor:bo.extend("--ft-notice-warning-background-color","",To.backgroundWarningSubtle),warningBorderColor:bo.extend("--ft-notice-warning-border-color","",To.borderWarningSubtle),warningColor:bo.extend("--ft-notice-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-notice-warning-icon-color","",To.contentWarningIconOnly),errorBackgroundColor:bo.extend("--ft-notice-error-background-color","",To.backgroundErrorSubtle),errorBorderColor:bo.extend("--ft-notice-error-border-color","",To.borderErrorSubtle),errorColor:bo.extend("--ft-notice-error-color","",To.contentErrorPrimary),errorIconColor:bo.extend("--ft-notice-error-icon-color","",To.contentErrorIconOnly),successBackgroundColor:bo.extend("--ft-notice-success-background-color","",To.backgroundSuccessSubtle),successBorderColor:bo.extend("--ft-notice-success-border-color","",To.borderSuccessSubtle),successColor:bo.extend("--ft-notice-success-color","",To.contentSuccessPrimary),successIconColor:bo.extend("--ft-notice-success-icon-color","",To.contentSuccessIconOnly)},ur={color:bo.extend("--ft-checkbox-color","",To.contentGlobalPrimary),checkedBackgroundColor:bo.extend("--ft-checkbox-checked-background-color","",To.contentActionPrimary),checkedStateLayerColor:bo.extend("--ft-checkbox-checked-state-layer-color","",To.contentActionPrimary),checkedIconColor:bo.extend("--ft-checkbox-checked-icon-color","",To.contentGlobalOnColor),checkedHoverStateLayerOpacity:bo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",mo.opacity16),checkedFocusStateLayerOpacity:bo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",mo.opacity16),checkedActiveStateLayerOpacity:bo.extend("--ft-checkbox-checked-active-state-layer-opacity","",mo.opacity24),checkedDisabledComponentOpacity:bo.extend("--ft-checkbox-checked-disabled-component-opacity","",mo.opacity40),uncheckedBorderColor:bo.extend("--ft-checkbox-unchecked-border-color","",mo.colorGray80),uncheckedStateLayerColor:bo.extend("--ft-checkbox-unchecked-state-layer-color","",mo.colorGray80),uncheckedHoverStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",mo.opacity16),uncheckedFocusStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",mo.opacity16),uncheckedActiveStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",mo.opacity24),uncheckedDisabledComponentOpacity:bo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-checkbox-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:bo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:bo.extend("--ft-checkbox-gap","",mo.spacing3)},hr={offHoverStateLayerOpacity:bo.extend("--ft-toggle-off-hover-state-layer-opacity","",mo.opacity16),offFocusStateLayerOpacity:bo.extend("--ft-toggle-off-focus-state-layer-opacity","",mo.opacity16),offActiveStateLayerOpacity:bo.extend("--ft-toggle-off-active-state-layer-opacity","",mo.opacity24),offDisabledComponentOpacity:bo.extend("--ft-toggle-off-disabled-component-opacity","",mo.opacity40),offBackgroundColor:bo.extend("--ft-toggle-off-background-color","",To.contentGlobalSubtle),offIconColor:bo.extend("--ft-toggle-off-icon-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-toggle-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-toggle-on-hover-state-layer-opacity","",mo.opacity16),onFocusStateLayerOpacity:bo.extend("--ft-toggle-on-focus-state-layer-opacity","",mo.opacity16),onActiveStateLayerOpacity:bo.extend("--ft-toggle-on-active-state-layer-opacity","",mo.opacity24),onDisabledComponentOpacity:bo.extend("--ft-toggle-on-disabled-component-opacity","",mo.opacity40),onBackgroundColor:bo.extend("--ft-toggle-on-background-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-toggle-on-state-layer-color","",To.contentActionPrimary),onIconColor:bo.extend("--ft-toggle-on-icon-color","",To.contentActionPrimary),color:bo.extend("--ft-toggle-color","",To.contentGlobalPrimary),focusFocusRingColor:bo.extend("--ft-toggle-focus-focus-ring-color","",To.borderActionFocusRing),gap:bo.extend("--ft-toggle-gap","",mo.spacing3)},pr={color:bo.extend("--ft-radio-color","",To.contentGlobalPrimary),selectedRadioColor:bo.extend("--ft-radio-selected-radio-color","",To.contentActionPrimary),selectedStateLayerColor:bo.extend("--ft-radio-selected-state-layer-color","",To.contentActionPrimary),selectedHoverStateLayerOpacity:bo.extend("--ft-radio-selected-hover-state-layer-opacity","",mo.opacity16),selectedFocusStateLayerOpacity:bo.extend("--ft-radio-selected-focus-state-layer-opacity","",mo.opacity16),selectedActiveStateLayerOpacity:bo.extend("--ft-radio-selected-active-state-layer-opacity","",mo.opacity24),selectedDisabledComponentOpacity:bo.extend("--ft-radio-selected-disabled-component-opacity","",mo.opacity40),unselectedStateLayerColor:bo.extend("--ft-radio-unselected-state-layer-color","",To.borderInputPrimary),unselectedBorderColor:bo.extend("--ft-radio-unselected-border-color","",To.borderInputPrimary),unselectedHoverStateLayerOpacity:bo.extend("--ft-radio-unselected-hover-state-layer-opacity","",mo.opacity16),unselectedFocusStateLayerOpacity:bo.extend("--ft-radio-unselected-focus-state-layer-opacity","",mo.opacity16),unselectedActiveStateLayerOpacity:bo.extend("--ft-radio-unselected-active-state-layer-opacity","",mo.opacity24),unselectedDisabledComponentOpacity:bo.extend("--ft-radio-unselected-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-radio-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:bo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:bo.extend("--ft-radio-gap","",mo.spacing3)},gr={iconSize:bo.extend("--ft-notification-icon-size","",mo.iconSize4),horizontalPadding:bo.extend("--ft-notification-horizontal-padding","",mo.spacing4),verticalPadding:bo.extend("--ft-notification-vertical-padding","",mo.spacing4),infoBackgroundColor:bo.extend("--ft-notification-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-notification-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-notification-info-icon-color","",To.contentInfoIconOnly),infoBorderColor:bo.extend("--ft-notification-info-border-color","",To.borderInfoSubtle),successBackgroundColor:bo.extend("--ft-notification-success-background-color","",To.backgroundSuccessSubtle),successColor:bo.extend("--ft-notification-success-color","",To.contentSuccessPrimary),successIconColor:bo.extend("--ft-notification-success-icon-color","",To.contentSuccessIconOnly),successBorderColor:bo.extend("--ft-notification-success-border-color","",To.borderSuccessSubtle),warningBackgroundColor:bo.extend("--ft-notification-warning-background-color","",To.backgroundWarningSubtle),warningColor:bo.extend("--ft-notification-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-notification-warning-icon-color","",To.contentWarningIconOnly),warningBorderColor:bo.extend("--ft-notification-warning-border-color","",To.borderWarningSubtle),errorBackgroundColor:bo.extend("--ft-notification-error-background-color","",To.backgroundErrorSubtle),errorColor:bo.extend("--ft-notification-error-color","",To.contentErrorPrimary),errorIconColor:bo.extend("--ft-notification-error-icon-color","",To.contentErrorIconOnly),errorBorderColor:bo.extend("--ft-notification-error-border-color","",To.borderErrorSubtle),borderRadius:bo.extend("--ft-notification-border-radius","",mo.borderRadiusPill),borderWidth:bo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:bo.extend("--ft-notification-leading-gap","",mo.spacing2),trailingGap:bo.extend("--ft-notification-trailing-gap","",mo.spacing8)},yr={horizontalPadding:bo.extend("--ft-tooltip-horizontal-padding","",mo.spacing2),verticalPadding:bo.extend("--ft-tooltip-vertical-padding","",mo.spacing2),borderRadius:bo.extend("--ft-tooltip-border-radius","",mo.borderRadiusS),color:bo.extend("--ft-tooltip-color","",To.contentGlobalOnColor),backgroundColor:bo.extend("--ft-tooltip-background-color","",To.contentGlobalPrimary),backgroundOpacity:bo.extend("--ft-tooltip-background-opacity","",mo.opacity80),shadow:bo.extend("--ft-tooltip-shadow","",mo.shadowElevation03),maxWidth:bo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:bo.extend("--ft-tooltip-gap","",mo.spacing05)};var br=Object.freeze({__proto__:null,FtCssVariableFactory:bo,banner:Vo,border:fr,breadcrumb:qo,button:Go,chart:lr,checkbox:ur,chip:sr,collapsible:ar,comboboxMultiSelect:rr,comboboxSingleSelect:or,drawer:Xo,floatingMenu:er,foundation:mo,modal:Jo,notice:dr,notification:gr,pageHeader:Yo,popover:nr,radio:pr,semantic:To,setVariable:function(t,e){return yo(`${t.name}: ${e}`)},switch_:cr,tabs:ir,textArea:tr,textInput:Qo,toggle:hr,tooltip:yr,typographies:Ho,typographyBody1Medium:Co,typographyBody1Regular:wo,typographyBody1Semibold:No,typographyBody2Medium:Io,typographyBody2MediumUnderline:Ro,typographyBody2Regular:Eo,typographyBody2Semibold:Lo,typographyCaption1Bold:Po,typographyCaption1Medium:Ao,typographyCaption1Semibold:_o,typographyCaption2Bold:Ko,typographyCaption2Medium:$o,typographyCaption2Semibold:Mo,typographyCaption3Bold:Do,typographyCaption3Medium:jo,typographyCaption3Semibold:Zo,typographyDisplay:vo,typographyLabel1Bold:ko,typographyLabel1Medium:Wo,typographyLabel1Semibold:Uo,typographyLabel2Bold:zo,typographyLabel2Medium:Fo,typographyLabel2Semibold:Bo,typographyTitle1:Oo,typographyTitle2:So,typographyTitle3:xo,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const mr={colorPrimary:bo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:bo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:bo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:bo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:bo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:bo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:bo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:bo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:bo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:bo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:bo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:bo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:bo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:bo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:bo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:bo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:bo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:bo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:bo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:bo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:bo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:bo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:bo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:bo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:bo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:bo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:bo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:bo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:bo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:bo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:bo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:bo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:bo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:bo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:bo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:bo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:bo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:bo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:bo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:bo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:bo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:bo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:bo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:bo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:bo.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:bo.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:bo.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:bo.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:bo.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:bo.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:bo.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:bo.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:bo.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:bo.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:bo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:bo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:bo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:bo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:bo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:bo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:bo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:bo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var vr=Object.freeze({__proto__:null,designSystemVariables:mr});class Or extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Sr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class xr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var wr=Object.freeze({__proto__:null,FtNotificationEvent:Or,PostResizeEvent:xr,PreResizeEvent:Sr});const Cr=["start","end"],Nr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Cr[0],e+"-"+Cr[1])),[]),Er=Math.min,Ir=Math.max,Rr=Math.round,Lr=t=>({x:t,y:t}),Wr={left:"right",right:"left",bottom:"top",top:"bottom"},Ur={start:"end",end:"start"};function kr(t,e,o){return Ir(t,Er(e,o))}function Fr(t,e){return"function"==typeof t?t(e):t}function Br(t){return t.split("-")[0]}function zr(t){return t.split("-")[1]}function Ar(t){return"x"===t?"y":"x"}function _r(t){return"y"===t?"height":"width"}function Pr(t){return["top","bottom"].includes(Br(t))?"y":"x"}function $r(t){return Ar(Pr(t))}function Mr(t){return t.replace(/left|right|bottom|top/g,(t=>Wr[t]))}function Kr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function jr(t,e,o){let{reference:r,floating:n}=t;const i=Pr(e),a=$r(e),c=_r(a),l=Br(e),s="y"===i,f=r.x+r.width/2-n.width/2,d=r.y+r.height/2-n.height/2,u=r[c]/2-n[c]/2;let h;switch(l){case"top":h={x:f,y:r.y-n.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:d};break;case"left":h={x:r.x-n.width,y:d};break;default:h={x:r.x,y:r.y}}switch(zr(e)){case"start":h[a]-=u*(o&&s?-1:1);break;case"end":h[a]+=u*(o&&s?-1:1)}return h}async function Zr(t,e){var o;void 0===e&&(e={});const{x:r,y:n,platform:i,rects:a,elements:c,strategy:l}=t,{boundary:s="clippingAncestors",rootBoundary:f="viewport",elementContext:d="floating",altBoundary:u=!1,padding:h=0}=Fr(e,t),p=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),g=c[u?"floating"===d?"reference":"floating":d],y=Kr(await i.getClippingRect({element:null==(o=await(null==i.isElement?void 0:i.isElement(g)))||o?g:g.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(c.floating)),boundary:s,rootBoundary:f,strategy:l})),b="floating"===d?{...a.floating,x:r,y:n}:a.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(c.floating)),v=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},O=Kr(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(y.top-O.top+p.top)/v.y,bottom:(O.bottom-y.bottom+p.bottom)/v.y,left:(y.left-O.left+p.left)/v.x,right:(O.right-y.right+p.right)/v.x}}function Dr(t,e,o){return(t?[...o.filter((e=>zr(e)===t)),...o.filter((e=>zr(e)!==t))]:o.filter((t=>Br(t)===t))).filter((o=>!t||(zr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ur[t]))}(o)!==o)))}const Hr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,n;const{rects:i,middlewareData:a,placement:c,platform:l,elements:s}=e,{crossAxis:f=!1,alignment:d,allowedPlacements:u=Nr,autoAlignment:h=!0,...p}=Fr(t,e),g=void 0!==d||u===Nr?Dr(d||null,h,u):u,y=await Zr(e,p),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=g[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=zr(t),n=$r(t),i=_r(n);let a="x"===n?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[i]>e.floating[i]&&(a=Mr(a)),[a,Mr(a)]}(m,i,await(null==l.isRTL?void 0:l.isRTL(s.floating)));if(c!==m)return{reset:{placement:g[0]}};const O=[y[Br(m)],y[v[0]],y[v[1]]],S=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],x=g[b+1];if(x)return{data:{index:b+1,overflows:S},reset:{placement:x}};const w=S.map((t=>{const e=zr(t.placement);return[t.placement,e&&f?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),C=w.filter((t=>t[2].slice(0,zr(t[0])?2:3).every((t=>t<=0)))),N=(null==(n=C[0])?void 0:n[0])||w[0][0];return N!==c?{data:{index:b+1,overflows:S},reset:{placement:N}}:{}}}};function Tr(t){return qr(t)?(t.nodeName||"").toLowerCase():"#document"}function Gr(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Vr(t){var e;return null==(e=(qr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function qr(t){return t instanceof Node||t instanceof Gr(t).Node}function Yr(t){return t instanceof Element||t instanceof Gr(t).Element}function Jr(t){return t instanceof HTMLElement||t instanceof Gr(t).HTMLElement}function Xr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Gr(t).ShadowRoot)}function Qr(t){const{overflow:e,overflowX:o,overflowY:r,display:n}=nn(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(n)}function tn(t){return["table","td","th"].includes(Tr(t))}function en(t){const e=on(),o=nn(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function on(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function rn(t){return["html","body","#document"].includes(Tr(t))}function nn(t){return Gr(t).getComputedStyle(t)}function an(t){return Yr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function cn(t){if("html"===Tr(t))return t;const e=t.assignedSlot||t.parentNode||Xr(t)&&t.host||Vr(t);return Xr(e)?e.host:e}function ln(t){const e=cn(t);return rn(e)?t.ownerDocument?t.ownerDocument.body:t.body:Jr(e)&&Qr(e)?e:ln(e)}function sn(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const n=ln(t),i=n===(null==(r=t.ownerDocument)?void 0:r.body),a=Gr(n);return i?e.concat(a,a.visualViewport||[],Qr(n)?n:[],a.frameElement&&o?sn(a.frameElement):[]):e.concat(n,sn(n,[],o))}function fn(t){const e=nn(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const n=Jr(t),i=n?t.offsetWidth:o,a=n?t.offsetHeight:r,c=Rr(o)!==i||Rr(r)!==a;return c&&(o=i,r=a),{width:o,height:r,$:c}}function dn(t){return Yr(t)?t:t.contextElement}function un(t){const e=dn(t);if(!Jr(e))return Lr(1);const o=e.getBoundingClientRect(),{width:r,height:n,$:i}=fn(e);let a=(i?Rr(o.width):o.width)/r,c=(i?Rr(o.height):o.height)/n;return a&&Number.isFinite(a)||(a=1),c&&Number.isFinite(c)||(c=1),{x:a,y:c}}const hn=Lr(0);function pn(t){const e=Gr(t);return on()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:hn}function gn(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const n=t.getBoundingClientRect(),i=dn(t);let a=Lr(1);e&&(r?Yr(r)&&(a=un(r)):a=un(t));const c=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Gr(t))&&e}(i,o,r)?pn(i):Lr(0);let l=(n.left+c.x)/a.x,s=(n.top+c.y)/a.y,f=n.width/a.x,d=n.height/a.y;if(i){const t=Gr(i),e=r&&Yr(r)?Gr(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=un(o),e=o.getBoundingClientRect(),r=nn(o),n=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,i=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;l*=t.x,s*=t.y,f*=t.x,d*=t.y,l+=n,s+=i,o=Gr(o).frameElement}}return Kr({width:f,height:d,x:l,y:s})}function yn(t){return gn(Vr(t)).left+an(t).scrollLeft}function bn(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=Gr(t),r=Vr(t),n=o.visualViewport;let i=r.clientWidth,a=r.clientHeight,c=0,l=0;if(n){i=n.width,a=n.height;const t=on();(!t||t&&"fixed"===e)&&(c=n.offsetLeft,l=n.offsetTop)}return{width:i,height:a,x:c,y:l}}(t,o);else if("document"===e)r=function(t){const e=Vr(t),o=an(t),r=t.ownerDocument.body,n=Ir(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=Ir(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+yn(t);const c=-o.scrollTop;return"rtl"===nn(r).direction&&(a+=Ir(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:a,y:c}}(Vr(t));else if(Yr(e))r=function(t,e){const o=gn(t,!0,"fixed"===e),r=o.top+t.clientTop,n=o.left+t.clientLeft,i=Jr(t)?un(t):Lr(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:n*i.x,y:r*i.y}}(e,o);else{const o=pn(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Kr(r)}function mn(t,e){const o=cn(t);return!(o===e||!Yr(o)||rn(o))&&("fixed"===nn(o).position||mn(o,e))}function vn(t,e,o){const r=Jr(e),n=Vr(e),i="fixed"===o,a=gn(t,!0,i,e);let c={scrollLeft:0,scrollTop:0};const l=Lr(0);if(r||!r&&!i)if(("body"!==Tr(e)||Qr(n))&&(c=an(e)),r){const t=gn(e,!0,i,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else n&&(l.x=yn(n));return{x:a.left+c.scrollLeft-l.x,y:a.top+c.scrollTop-l.y,width:a.width,height:a.height}}function On(t,e){return Jr(t)&&"fixed"!==nn(t).position?e?e(t):t.offsetParent:null}function Sn(t,e){const o=Gr(t);if(!Jr(t))return o;let r=On(t,e);for(;r&&tn(r)&&"static"===nn(r).position;)r=On(r,e);return r&&("html"===Tr(r)||"body"===Tr(r)&&"static"===nn(r).position&&!en(r))?o:r||function(t){let e=cn(t);for(;Jr(e)&&!rn(e);){if(en(e))return e;e=cn(e)}return null}(t)||o}const xn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const n=Jr(o),i=Vr(o);if(o===i)return e;let a={scrollLeft:0,scrollTop:0},c=Lr(1);const l=Lr(0);if((n||!n&&"fixed"!==r)&&(("body"!==Tr(o)||Qr(i))&&(a=an(o)),Jr(o))){const t=gn(o);c=un(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-a.scrollLeft*c.x+l.x,y:e.y*c.y-a.scrollTop*c.y+l.y}},getDocumentElement:Vr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:n}=t;const i=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=sn(t,[],!1).filter((t=>Yr(t)&&"body"!==Tr(t))),n=null;const i="fixed"===nn(t).position;let a=i?cn(t):t;for(;Yr(a)&&!rn(a);){const e=nn(a),o=en(a);o||"fixed"!==e.position||(n=null),(i?!o&&!n:!o&&"static"===e.position&&n&&["absolute","fixed"].includes(n.position)||Qr(a)&&!o&&mn(t,a))?r=r.filter((t=>t!==a)):n=e,a=cn(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=i[0],c=i.reduce(((t,o)=>{const r=bn(e,o,n);return t.top=Ir(r.top,t.top),t.right=Er(r.right,t.right),t.bottom=Er(r.bottom,t.bottom),t.left=Ir(r.left,t.left),t}),bn(e,a,n));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}},getOffsetParent:Sn,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const n=this.getOffsetParent||Sn,i=this.getDimensions;return{reference:vn(e,await n(o),r),floating:{x:0,y:0,...await i(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return fn(t)},getScale:un,isElement:Yr,isRTL:function(t){return"rtl"===nn(t).direction}},wn=(t,e,o)=>{const r=new Map,n={platform:xn,...o},i={...n.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:n="absolute",middleware:i=[],platform:a}=o,c=i.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let s=await a.getElementRects({reference:t,floating:e,strategy:n}),{x:f,y:d}=jr(s,r,l),u=r,h={},p=0;for(let o=0;o<c.length;o++){const{name:i,fn:g}=c[o],{x:y,y:b,data:m,reset:v}=await g({x:f,y:d,initialPlacement:r,placement:u,strategy:n,middlewareData:h,rects:s,platform:a,elements:{reference:t,floating:e}});f=null!=y?y:f,d=null!=b?b:d,h={...h,[i]:{...h[i],...m}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(u=v.placement),v.rects&&(s=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:n}):v.rects),({x:f,y:d}=jr(s,u,l))),o=-1)}return{x:f,y:d,placement:u,strategy:n,middlewareData:h}})(t,e,{...n,platform:i})};function Cn(t){return function(t){for(let e=t;e;e=Nn(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Nn(t);e;e=Nn(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function Nn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var En=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,e,o){return wn(t,e,{platform:{...xn,getOffsetParent:t=>xn.getOffsetParent(t,Cn)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:n}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:c={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=Fr(r,t),s={x:e,y:o},f=await Zr(t,l),d=Pr(Br(n)),u=Ar(d);let h=s[u],p=s[d];if(i){const t="y"===u?"bottom":"right";h=kr(h+f["y"===u?"top":"left"],h,h-f[t])}if(a){const t="y"===d?"bottom":"right";p=kr(p+f["y"===d?"top":"left"],p,p-f[t])}const g=c.fn({...t,[u]:h,[d]:p});return{...g,data:{x:g.x-e,y:g.y-o}}}}),Hr({allowedPlacements:[o]})]});var r}});
|
|
136
137
|
/**
|
|
137
138
|
* @license
|
|
138
139
|
* Copyright 2019 Google LLC
|
|
139
140
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
140
|
-
*/const Ei=window,Ii=Ei.ShadowRoot&&(void 0===Ei.ShadyCSS||Ei.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Ri extends ye{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,o])=>t.registry.define(e,o))));const e={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{Ii?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=Ei.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Li,Wi=Object.freeze({__proto__:null,ScopedRegistryLitElement:Ri}),Ui=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const ki=Symbol("constructorPrototype"),Bi=Symbol("constructorName"),Fi=Symbol("exportpartsDebouncer");class zi extends Ri{constructor(){super(),this[Li]=new oo(5),this[Bi]=this.constructor.name,this[ki]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Bi]&&Object.setPrototypeOf(this,this[ki])}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.insertCustomStylesheet(),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}insertCustomStylesheet(){var t,e;if((null!==(e=null===(t=this.shadowRoot)||void 0===t?void 0:t.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(){var t,e,o;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(o=null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)&&void 0!==o&&o)&&this[Fi].run((()=>{var t,e;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,i,n,a;const l=t=>null!=t&&t.trim().length>0,c=t.filter(l).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const s=new Set;for(let t of null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],o=null!==(a=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...e,...o).filter(l).map((t=>t.trim())).forEach((t=>s.add(t)))}if(0===s.size)return void this.removeAttribute("exportparts");const f=[...s.values()].flatMap((t=>c.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Li=Fi,Ui([xe()],zi.prototype,"exportpartsPrefix",void 0),Ui([uo([])],zi.prototype,"exportpartsPrefixes",void 0),Ui([xe()],zi.prototype,"customStylesheet",void 0);var Ai=Object.freeze({__proto__:null,FtLitElement:zi}),_i=Object.freeze({__proto__:null});class Pi{constructor(t,e=!0,o=[],r=5e3){this.ctx=t,this.iframes=e,this.exclude=o,this.iframesTimeout=r}static matches(t,e){const o="string"==typeof e?[e]:e,r=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(r){let e=!1;return o.every((o=>!r.call(t,o)||(e=!0,!1))),e}return!1}getContexts(){let t,e=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const o=e.filter((e=>e.contains(t))).length>0;-1!==e.indexOf(t)||o||e.push(t)})),e}getIframeContents(t,e,o=(()=>{})){let r;try{const e=t.contentWindow;if(r=e.document,!e||!r)throw new Error("iframe inaccessible")}catch(t){o()}r&&e(r)}isIframeBlank(t){const e="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===e&&o!==e&&o}observeIframeLoad(t,e,o){let r=!1,i=null;const n=()=>{if(!r){r=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",n),this.getIframeContents(t,e,o))}catch(t){o()}}};t.addEventListener("load",n),i=setTimeout(n,this.iframesTimeout)}onIframeReady(t,e,o){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,e,o):this.getIframeContents(t,e,o):this.observeIframeLoad(t,e,o)}catch(t){o()}}waitForIframes(t,e){let o=0;this.forEachIframe(t,(()=>!0),(t=>{o++,this.waitForIframes(t.querySelector("html"),(()=>{--o||e()}))}),(t=>{t||e()}))}forEachIframe(t,e,o,r=(()=>{})){let i=t.querySelectorAll("iframe"),n=i.length,a=0;i=Array.prototype.slice.call(i);const l=()=>{--n<=0&&r(a)};n||l(),i.forEach((t=>{Pi.matches(t,this.exclude)?l():this.onIframeReady(t,(r=>{e(t)&&(a++,o(r)),l()}),l)}))}createIterator(t,e,o){return document.createNodeIterator(t,e,o,!1)}createInstanceOnIframe(t){return new Pi(t.querySelector("html"),this.iframes)}compareNodeIframe(t,e,o){if(t.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_PRECEDING){if(null===e)return!0;if(e.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const e=t.previousNode();let o;return o=(null===e||t.nextNode())&&t.nextNode(),{prevNode:e,node:o}}checkIframeFilter(t,e,o,r){let i=!1,n=!1;return r.forEach(((t,e)=>{t.val===o&&(i=e,n=t.handled)})),this.compareNodeIframe(t,e,o)?(!1!==i||n?!1===i||n||(r[i].handled=!0):r.push({val:o,handled:!0}),!0):(!1===i&&r.push({val:o,handled:!1}),!1)}handleOpenIframes(t,e,o,r){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(e,o,r)}))}))}iterateThroughNodes(t,e,o,r,i){const n=this.createIterator(e,t,r);let a,l,c=[],s=[],f=()=>(({prevNode:l,node:a}=this.getIteratorNode(n)),a);for(;f();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,l,t,c)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>s.push(t)),r)})),s.push(a);s.forEach((t=>{o(t)})),this.iframes&&this.handleOpenIframes(c,t,o,r),i()}forEachNode(t,e,o,r=(()=>{})){const i=this.getContexts();let n=i.length;n||r(),i.forEach((i=>{const a=()=>{this.iterateThroughNodes(t,i,e,o,(()=>{--n<=0&&r()}))};this.iframes?this.waitForIframes(i,a):a()}))}}const $i=function(t){const e=new class{constructor(t){this.ctx=t,this.ie=!1;const e=window.navigator.userAgent;(e.indexOf("MSIE")>-1||e.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new Pi(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,e="debug"){const o=this.opt.log;this.opt.debug&&"object"==typeof o&&"function"==typeof o[e]&&o[e](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const e=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in e)if(e.hasOwnProperty(i)){const n=e[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),l="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n);""!==a&&""!==l&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(l)})`,`gm${o}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(l)})`+r))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return(t=t.replace(/(?:\\)*\?/g,(t=>"\\"===t.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(t=>"\\"===t.charAt(0)?"*":""))}createWildcardsRegExp(t){let e="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,e?"[\\S\\s]?":"\\S?").replace(/\u0002/g,e?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,e,o)=>{let r=o.charAt(e+1);return/[(|)\\]/.test(r)||""===r?t:t+"\0"}))}createJoinersRegExp(t){let e=[];const o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&e.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&e.push("\\u00ad\\u200b\\u200c\\u200d"),e.length?t.split(/\u0000+/).join(`[${e.join("")}]*`):t}createDiacriticsRegExp(t){const e=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return t.split("").forEach((i=>{o.every((o=>{if(-1!==o.indexOf(i)){if(r.indexOf(o)>-1)return!1;t=t.replace(new RegExp(`[${o}]`,`gm${e}`),`[${o}]`),r.push(o)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let e=this.opt.accuracy,o="string"==typeof e?e:e.value,r="string"==typeof e?[]:e.limiters,i="";switch(r.forEach((t=>{i+=`|${this.escapeStr(t)}`})),o){case"partially":default:return`()(${t})`;case"complementary":return i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${i}]*${t}[^${i}]*)`;case"exactly":return`(^|\\s${i})(${t})(?=$|\\s${i})`}}getSeparatedKeywords(t){let e=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===e.indexOf(t)&&e.push(t)})):t.trim()&&-1===e.indexOf(t)&&e.push(t)})),{keywords:e.sort(((t,e)=>e.length-t.length)),length:e.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const e=[];let o=0;return t.sort(((t,e)=>t.start-e.start)).forEach((t=>{let{start:r,end:i,valid:n}=this.callNoMatchOnInvalidRanges(t,o);n&&(t.start=r,t.length=i-r,e.push(t),o=i)})),e}callNoMatchOnInvalidRanges(t,e){let o,r,i=!1;return t&&void 0!==t.start?(o=parseInt(t.start,10),r=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&r-e>0&&r-o>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:o,end:r,valid:i}}checkWhitespaceRanges(t,e,o){let r,i=!0,n=o.length,a=e-n,l=parseInt(t.start,10)-a;return l=l>n?n:l,r=l+parseInt(t.length,10),r>n&&(r=n,this.log(`End range automatically set to the max value of ${n}`)),l<0||r-l<0||l>n||r>n?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===o.substring(l,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:l,end:r,valid:i}}getTextNodes(t){let e="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{o.push({start:e.length,end:(e+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:e,nodes:o})}))}matchesExclude(t){return Pi.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,e,o){const r=this.opt.element?this.opt.element:"mark",i=t.splitText(e),n=i.splitText(o-e);let a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),n}wrapRangeInMappedTextNode(t,e,o,r,i){t.nodes.every(((n,a)=>{const l=t.nodes[a+1];if(void 0===l||l.start>e){if(!r(n.node))return!1;const l=e-n.start,c=(o>n.end?n.end:o)-n.start,s=t.value.substr(0,n.start),f=t.value.substr(c+n.start);if(n.node=this.wrapRangeInTextNode(n.node,l,c),t.value=s+f,t.nodes.forEach(((e,o)=>{o>=a&&(t.nodes[o].start>0&&o!==a&&(t.nodes[o].start-=c),t.nodes[o].end-=c)})),o-=c,i(n.node.previousSibling,n.start),!(o>n.end))return!1;e=n.end}return!0}))}wrapMatches(t,e,o,r,i){const n=0===e?0:e+1;this.getTextNodes((e=>{e.nodes.forEach((e=>{let i;for(e=e.node;null!==(i=t.exec(e.textContent))&&""!==i[n];){if(!o(i[n],e))continue;let a=i.index;if(0!==n)for(let t=1;t<n;t++)a+=i[t].length;e=this.wrapRangeInTextNode(e,a,a+i[n].length),r(e.previousSibling),t.lastIndex=0}})),i()}))}wrapMatchesAcrossElements(t,e,o,r,i){const n=0===e?0:e+1;this.getTextNodes((e=>{let a;for(;null!==(a=t.exec(e.value))&&""!==a[n];){let i=a.index;if(0!==n)for(let t=1;t<n;t++)i+=a[t].length;const l=i+a[n].length;this.wrapRangeInMappedTextNode(e,i,l,(t=>o(a[n],t)),((e,o)=>{t.lastIndex=o,r(e)}))}i()}))}wrapRangeFromIndex(t,e,o,r){this.getTextNodes((i=>{const n=i.value.length;t.forEach(((t,r)=>{let{start:a,end:l,valid:c}=this.checkWhitespaceRanges(t,n,i.value);c&&this.wrapRangeInMappedTextNode(i,a,l,(o=>e(o,t,i.value.substring(a,l),r)),(e=>{o(e,t)}))})),r()}))}unwrapMatches(t){const e=t.parentNode;let o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));e.replaceChild(o,t),this.ie?this.normalizeTextNode(e):e.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,e){this.opt=e,this.log(`Searching with expression "${t}"`);let o=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](t,this.opt.ignoreGroups,((t,e)=>this.opt.filter(e,t,o)),(t=>{o++,this.opt.each(t)}),(()=>{0===o&&this.opt.noMatch(t),this.opt.done(o)}))}mark(t,e){this.opt=e;let o=0,r="wrapMatches";const{keywords:i,length:n}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",l=t=>{let e=new RegExp(this.createRegExp(t),`gm${a}`),c=0;this.log(`Searching with expression "${e}"`),this[r](e,1,((e,r)=>this.opt.filter(r,t,o,c)),(t=>{c++,o++,this.opt.each(t)}),(()=>{0===c&&this.opt.noMatch(t),i[n-1]===t?this.opt.done(o):l(i[i.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(o):l(i[0])}markRanges(t,e){this.opt=e;let o=0,r=this.checkRanges(t);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,((t,e,o,r)=>this.opt.filter(t,e,o,r)),((t,e)=>{o++,this.opt.each(t,e)}),(()=>{this.opt.done(o)}))):this.opt.done(o)}unmark(t){this.opt=t;let e=this.opt.element?this.opt.element:"*";e+="[data-markjs]",this.opt.className&&(e+=`.${this.opt.className}`),this.log(`Removal selector "${e}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(t=>{this.unwrapMatches(t)}),(t=>{const o=Pi.matches(t,e),r=this.matchesExclude(t);return!o||r?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,o)=>(e.mark(t,o),this),this.markRegExp=(t,o)=>(e.markRegExp(t,o),this),this.markRanges=(t,o)=>(e.markRanges(t,o),this),this.unmark=t=>(e.unmark(t),this),this},Ki=bo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Zi=dt`
|
|
141
|
+
*/const In=window,Rn=In.ShadowRoot&&(void 0===In.ShadyCSS||In.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Ln extends ye{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,o])=>t.registry.define(e,o))));const e={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{Rn?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=In.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Wn,Un=Object.freeze({__proto__:null,ScopedRegistryLitElement:Ln}),kn=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,c=t.length-1;c>=0;c--)(n=t[c])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};const Fn=Symbol("constructorPrototype"),Bn=Symbol("constructorName"),zn=Symbol("exportpartsDebouncer");class An extends Ln{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Wn]=new oo(5),this[Bn]=this.constructor.name,this[Fn]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Bn]&&Object.setPrototypeOf(this,this[Fn])}connectedCallback(){super.connectedCallback(),this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}updated(t){var e;super.updated(t),t.has("customStylesheet")&&this.adoptedCustomStyleSheet.replace(null!==(e=this.customStylesheet)&&void 0!==e?e:""),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}scheduleExportpartsUpdate(){var t,e,o;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(o=null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)&&void 0!==o&&o)&&this[zn].run((()=>{var t,e;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,n,i,a;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!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(n=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==n?n:[],o=null!==(a=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...e,...o).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((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Wn=zn,kn([Se()],An.prototype,"exportpartsPrefix",void 0),kn([ho([])],An.prototype,"exportpartsPrefixes",void 0),kn([Se()],An.prototype,"customStylesheet",void 0);var _n=Object.freeze({__proto__:null,FtLitElement:An}),Pn=Object.freeze({__proto__:null});class $n{constructor(t,e=!0,o=[],r=5e3){this.ctx=t,this.iframes=e,this.exclude=o,this.iframesTimeout=r}static matches(t,e){const o="string"==typeof e?[e]:e,r=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(r){let e=!1;return o.every((o=>!r.call(t,o)||(e=!0,!1))),e}return!1}getContexts(){let t,e=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const o=e.filter((e=>e.contains(t))).length>0;-1!==e.indexOf(t)||o||e.push(t)})),e}getIframeContents(t,e,o=(()=>{})){let r;try{const e=t.contentWindow;if(r=e.document,!e||!r)throw new Error("iframe inaccessible")}catch(t){o()}r&&e(r)}isIframeBlank(t){const e="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===e&&o!==e&&o}observeIframeLoad(t,e,o){let r=!1,n=null;const i=()=>{if(!r){r=!0,clearTimeout(n);try{this.isIframeBlank(t)||(t.removeEventListener("load",i),this.getIframeContents(t,e,o))}catch(t){o()}}};t.addEventListener("load",i),n=setTimeout(i,this.iframesTimeout)}onIframeReady(t,e,o){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,e,o):this.getIframeContents(t,e,o):this.observeIframeLoad(t,e,o)}catch(t){o()}}waitForIframes(t,e){let o=0;this.forEachIframe(t,(()=>!0),(t=>{o++,this.waitForIframes(t.querySelector("html"),(()=>{--o||e()}))}),(t=>{t||e()}))}forEachIframe(t,e,o,r=(()=>{})){let n=t.querySelectorAll("iframe"),i=n.length,a=0;n=Array.prototype.slice.call(n);const c=()=>{--i<=0&&r(a)};i||c(),n.forEach((t=>{$n.matches(t,this.exclude)?c():this.onIframeReady(t,(r=>{e(t)&&(a++,o(r)),c()}),c)}))}createIterator(t,e,o){return document.createNodeIterator(t,e,o,!1)}createInstanceOnIframe(t){return new $n(t.querySelector("html"),this.iframes)}compareNodeIframe(t,e,o){if(t.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_PRECEDING){if(null===e)return!0;if(e.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const e=t.previousNode();let o;return o=(null===e||t.nextNode())&&t.nextNode(),{prevNode:e,node:o}}checkIframeFilter(t,e,o,r){let n=!1,i=!1;return r.forEach(((t,e)=>{t.val===o&&(n=e,i=t.handled)})),this.compareNodeIframe(t,e,o)?(!1!==n||i?!1===n||i||(r[n].handled=!0):r.push({val:o,handled:!0}),!0):(!1===n&&r.push({val:o,handled:!1}),!1)}handleOpenIframes(t,e,o,r){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(e,o,r)}))}))}iterateThroughNodes(t,e,o,r,n){const i=this.createIterator(e,t,r);let a,c,l=[],s=[],f=()=>(({prevNode:c,node:a}=this.getIteratorNode(i)),a);for(;f();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,c,t,l)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>s.push(t)),r)})),s.push(a);s.forEach((t=>{o(t)})),this.iframes&&this.handleOpenIframes(l,t,o,r),n()}forEachNode(t,e,o,r=(()=>{})){const n=this.getContexts();let i=n.length;i||r(),n.forEach((n=>{const a=()=>{this.iterateThroughNodes(t,n,e,o,(()=>{--i<=0&&r()}))};this.iframes?this.waitForIframes(n,a):a()}))}}const Mn=function(t){const e=new class{constructor(t){this.ctx=t,this.ie=!1;const e=window.navigator.userAgent;(e.indexOf("MSIE")>-1||e.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new $n(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,e="debug"){const o=this.opt.log;this.opt.debug&&"object"==typeof o&&"function"==typeof o[e]&&o[e](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const e=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let n in e)if(e.hasOwnProperty(n)){const i=e[n],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n),c="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i);""!==a&&""!==c&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(c)})`,`gm${o}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(c)})`+r))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return(t=t.replace(/(?:\\)*\?/g,(t=>"\\"===t.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(t=>"\\"===t.charAt(0)?"*":""))}createWildcardsRegExp(t){let e="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,e?"[\\S\\s]?":"\\S?").replace(/\u0002/g,e?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,e,o)=>{let r=o.charAt(e+1);return/[(|)\\]/.test(r)||""===r?t:t+"\0"}))}createJoinersRegExp(t){let e=[];const o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&e.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&e.push("\\u00ad\\u200b\\u200c\\u200d"),e.length?t.split(/\u0000+/).join(`[${e.join("")}]*`):t}createDiacriticsRegExp(t){const e=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return t.split("").forEach((n=>{o.every((o=>{if(-1!==o.indexOf(n)){if(r.indexOf(o)>-1)return!1;t=t.replace(new RegExp(`[${o}]`,`gm${e}`),`[${o}]`),r.push(o)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let e=this.opt.accuracy,o="string"==typeof e?e:e.value,r="string"==typeof e?[]:e.limiters,n="";switch(r.forEach((t=>{n+=`|${this.escapeStr(t)}`})),o){case"partially":default:return`()(${t})`;case"complementary":return n="\\s"+(n||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${n}]*${t}[^${n}]*)`;case"exactly":return`(^|\\s${n})(${t})(?=$|\\s${n})`}}getSeparatedKeywords(t){let e=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===e.indexOf(t)&&e.push(t)})):t.trim()&&-1===e.indexOf(t)&&e.push(t)})),{keywords:e.sort(((t,e)=>e.length-t.length)),length:e.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const e=[];let o=0;return t.sort(((t,e)=>t.start-e.start)).forEach((t=>{let{start:r,end:n,valid:i}=this.callNoMatchOnInvalidRanges(t,o);i&&(t.start=r,t.length=n-r,e.push(t),o=n)})),e}callNoMatchOnInvalidRanges(t,e){let o,r,n=!1;return t&&void 0!==t.start?(o=parseInt(t.start,10),r=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&r-e>0&&r-o>0?n=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:o,end:r,valid:n}}checkWhitespaceRanges(t,e,o){let r,n=!0,i=o.length,a=e-i,c=parseInt(t.start,10)-a;return c=c>i?i:c,r=c+parseInt(t.length,10),r>i&&(r=i,this.log(`End range automatically set to the max value of ${i}`)),c<0||r-c<0||c>i||r>i?(n=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===o.substring(c,r).replace(/\s+/g,"")&&(n=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:c,end:r,valid:n}}getTextNodes(t){let e="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{o.push({start:e.length,end:(e+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:e,nodes:o})}))}matchesExclude(t){return $n.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,e,o){const r=this.opt.element?this.opt.element:"mark",n=t.splitText(e),i=n.splitText(o-e);let a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=n.textContent,n.parentNode.replaceChild(a,n),i}wrapRangeInMappedTextNode(t,e,o,r,n){t.nodes.every(((i,a)=>{const c=t.nodes[a+1];if(void 0===c||c.start>e){if(!r(i.node))return!1;const c=e-i.start,l=(o>i.end?i.end:o)-i.start,s=t.value.substr(0,i.start),f=t.value.substr(l+i.start);if(i.node=this.wrapRangeInTextNode(i.node,c,l),t.value=s+f,t.nodes.forEach(((e,o)=>{o>=a&&(t.nodes[o].start>0&&o!==a&&(t.nodes[o].start-=l),t.nodes[o].end-=l)})),o-=l,n(i.node.previousSibling,i.start),!(o>i.end))return!1;e=i.end}return!0}))}wrapMatches(t,e,o,r,n){const i=0===e?0:e+1;this.getTextNodes((e=>{e.nodes.forEach((e=>{let n;for(e=e.node;null!==(n=t.exec(e.textContent))&&""!==n[i];){if(!o(n[i],e))continue;let a=n.index;if(0!==i)for(let t=1;t<i;t++)a+=n[t].length;e=this.wrapRangeInTextNode(e,a,a+n[i].length),r(e.previousSibling),t.lastIndex=0}})),n()}))}wrapMatchesAcrossElements(t,e,o,r,n){const i=0===e?0:e+1;this.getTextNodes((e=>{let a;for(;null!==(a=t.exec(e.value))&&""!==a[i];){let n=a.index;if(0!==i)for(let t=1;t<i;t++)n+=a[t].length;const c=n+a[i].length;this.wrapRangeInMappedTextNode(e,n,c,(t=>o(a[i],t)),((e,o)=>{t.lastIndex=o,r(e)}))}n()}))}wrapRangeFromIndex(t,e,o,r){this.getTextNodes((n=>{const i=n.value.length;t.forEach(((t,r)=>{let{start:a,end:c,valid:l}=this.checkWhitespaceRanges(t,i,n.value);l&&this.wrapRangeInMappedTextNode(n,a,c,(o=>e(o,t,n.value.substring(a,c),r)),(e=>{o(e,t)}))})),r()}))}unwrapMatches(t){const e=t.parentNode;let o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));e.replaceChild(o,t),this.ie?this.normalizeTextNode(e):e.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,e){this.opt=e,this.log(`Searching with expression "${t}"`);let o=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](t,this.opt.ignoreGroups,((t,e)=>this.opt.filter(e,t,o)),(t=>{o++,this.opt.each(t)}),(()=>{0===o&&this.opt.noMatch(t),this.opt.done(o)}))}mark(t,e){this.opt=e;let o=0,r="wrapMatches";const{keywords:n,length:i}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",c=t=>{let e=new RegExp(this.createRegExp(t),`gm${a}`),l=0;this.log(`Searching with expression "${e}"`),this[r](e,1,((e,r)=>this.opt.filter(r,t,o,l)),(t=>{l++,o++,this.opt.each(t)}),(()=>{0===l&&this.opt.noMatch(t),n[i-1]===t?this.opt.done(o):c(n[n.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===i?this.opt.done(o):c(n[0])}markRanges(t,e){this.opt=e;let o=0,r=this.checkRanges(t);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,((t,e,o,r)=>this.opt.filter(t,e,o,r)),((t,e)=>{o++,this.opt.each(t,e)}),(()=>{this.opt.done(o)}))):this.opt.done(o)}unmark(t){this.opt=t;let e=this.opt.element?this.opt.element:"*";e+="[data-markjs]",this.opt.className&&(e+=`.${this.opt.className}`),this.log(`Removal selector "${e}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(t=>{this.unwrapMatches(t)}),(t=>{const o=$n.matches(t,e),r=this.matchesExclude(t);return!o||r?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,o)=>(e.mark(t,o),this),this.markRegExp=(t,o)=>(e.markRegExp(t,o),this),this.markRanges=(t,o)=>(e.markRanges(t,o),this),this.unmark=t=>(e.unmark(t),this),this},Kn=bo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),jn=dt`
|
|
141
142
|
.highlight-html-match {
|
|
142
|
-
background: ${
|
|
143
|
+
background: ${Kn};
|
|
143
144
|
}
|
|
144
|
-
`,
|
|
145
|
+
`,Zn={className:"highlight-html-match"};var Dn=Object.freeze({__proto__:null,highlightHtml:function(t,e){var o;let r=t.getAttribute("data-highlight-html-query");if((null!=r?r:"")!==(null!=e?e:"")){const r=new Mn(t);if(r.unmark(Zn),e&&e.trim()){r.mark(e.replace(/"[^"]+"/g,""),{...Zn,separateWordSearch:!0});(null!==(o=e.match(/"[^"]+"/g))&&void 0!==o?o:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...Zn,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=e?e:"")},highlightHtmlColorCssVariable:Kn,highlightHtmlStyles:jn});const Hn=dt`
|
|
145
146
|
.ft-no-text-select {
|
|
146
147
|
-webkit-touch-callout: none;
|
|
147
148
|
-webkit-user-select: none;
|
|
@@ -150,7 +151,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
150
151
|
-ms-user-select: none;
|
|
151
152
|
user-select: none;
|
|
152
153
|
}
|
|
153
|
-
`,
|
|
154
|
+
`,Tn=dt`
|
|
154
155
|
.ft-word-wrap {
|
|
155
156
|
white-space: normal;
|
|
156
157
|
word-wrap: break-word;
|
|
@@ -162,7 +163,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
162
163
|
-webkit-hyphens: auto;
|
|
163
164
|
hyphens: auto
|
|
164
165
|
}
|
|
165
|
-
`,
|
|
166
|
+
`,Gn=dt`
|
|
166
167
|
.ft-safari-ellipsis-fix {
|
|
167
168
|
margin-right: 0;
|
|
168
169
|
|
|
@@ -173,9 +174,9 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
173
174
|
display: inline-block;
|
|
174
175
|
width: 0;
|
|
175
176
|
}
|
|
176
|
-
`;var Gi=Object.freeze({__proto__:null,noTextSelect:Hi,safariEllipsisFix:Ti,wordWrap:Di}),Vi=Object.freeze({__proto__:null});var qi=Object.freeze({__proto__:null,ParametrizedLabelResolver:class{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var o,r;t=this.resolvePluralKey(t,e);let i=null!==(r=null!==(o=this.labels[t])&&void 0!==o?o:this.defaultLabels[t])&&void 0!==r?r:"";return e.forEach(((t,e)=>i=i.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,o)=>this.formatValue(t,o))))),i}resolvePluralKey(t,e){for(let o of e)if("number"==typeof o){const e=`${String(t)}[\\=${o}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const o=o=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(o):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(o):t.toLocaleString(o);try{return o(document.documentElement.lang)}catch(t){return o()}}}});const Yi=t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!co(t,e),attribute:!1,...e};xe(i)(t,o);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}};class Ji{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function Xi(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var Qi,tn,en;const on=Symbol("internalReduxEventsUnsubscribers"),rn=Symbol("internalStoresUnsubscribers"),nn=Symbol("internalStores");class an extends zi{constructor(){super(...arguments),this[Qi]=new Map,this[tn]=new Map,this[en]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[nn].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[nn].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[nn].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:Xi(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[nn].delete(e)}setupStore(t,e){this[nn].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[nn].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[rn].has(t.store):this[rn].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[rn].set(t,e.subscribe((()=>this.updateFromStores()))),Xi(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[on].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[rn].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[on].forEach((t=>t())),this[on]=[]}unsubscribeFromStore(t){this[rn].has(t)&&this[rn].get(t)(),this[rn].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function ln(t){for(var e=arguments.length,o=Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function cn(t){return!!t&&!!t[Vn]}function sn(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var o=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===qn}(t)||Array.isArray(t)||!!t[Gn]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Gn])||gn(t)||yn(t))}function fn(t,e,o){void 0===o&&(o=!1),0===dn(t)?(o?Object.keys:Yn)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function dn(t){var e=t[Vn];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:gn(t)?2:yn(t)?3:0}function hn(t,e){return 2===dn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function un(t,e,o){var r=dn(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function pn(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function gn(t){return Mn&&t instanceof Map}function yn(t){return Hn&&t instanceof Set}function bn(t){return t.o||t.t}function mn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Jn(t);delete e[Vn];for(var o=Yn(e),r=0;r<o.length;r++){var i=o[r],n=e[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(e[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function vn(t,e){return void 0===e&&(e=!1),xn(t)||cn(t)||!sn(t)||(dn(t)>1&&(t.set=t.add=t.clear=t.delete=On),Object.freeze(t),e&&fn(t,(function(t,e){return vn(e,!0)}),!0)),t}function On(){ln(2)}function xn(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function Sn(t){var e=Xn[t];return e||ln(18,t),e}function wn(){return Zn}function Cn(t,e){e&&(Sn("Patches"),t.u=[],t.s=[],t.v=e)}function Nn(t){En(t),t.p.forEach(Rn),t.p=null}function En(t){t===Zn&&(Zn=t.l)}function In(t){return Zn={p:[],l:Zn,h:t,m:!0,_:0}}function Rn(t){var e=t[Vn];0===e.i||1===e.i?e.j():e.g=!0}function Ln(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||Sn("ES5").S(e,t,r),r?(o[Vn].P&&(Nn(e),ln(4)),sn(t)&&(t=Wn(e,t),e.l||kn(e,t)),e.u&&Sn("Patches").M(o[Vn].t,t,e.u,e.s)):t=Wn(e,o,[]),Nn(e),e.u&&e.v(e.u,e.s),t!==Tn?t:void 0}function Wn(t,e,o){if(xn(e))return e;var r=e[Vn];if(!r)return fn(e,(function(i,n){return Un(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return kn(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=mn(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),fn(n,(function(e,n){return Un(t,r,i,e,n,o,a)})),kn(t,i,!1),o&&t.u&&Sn("Patches").N(r,o,t.u,t.s)}return r.o}function Un(t,e,o,r,i,n,a){if(cn(i)){var l=Wn(t,i,n&&e&&3!==e.i&&!hn(e.R,r)?n.concat(r):void 0);if(un(o,r,l),!cn(l))return;t.m=!1}else a&&o.add(i);if(sn(i)&&!xn(i)){if(!t.h.D&&t._<1)return;Wn(t,i),e&&e.A.l||kn(t,i)}}function kn(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&vn(e,o)}function Bn(t,e){var o=t[Vn];return(o?bn(o):t)[e]}function Fn(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var r=Object.getOwnPropertyDescriptor(o,e);if(r)return r;o=Object.getPrototypeOf(o)}}function zn(t){t.P||(t.P=!0,t.l&&zn(t.l))}function An(t){t.o||(t.o=mn(t.t))}function _n(t,e,o){var r=gn(e)?Sn("MapSet").F(e,o):yn(e)?Sn("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:wn(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=Qn;o&&(i=[r],n=ta);var a=Proxy.revocable(i,n),l=a.revoke,c=a.proxy;return r.k=c,r.j=l,c}(e,o):Sn("ES5").J(e,o);return(o?o.A:wn()).p.push(r),r}function Pn(t){return cn(t)||ln(22,t),function t(e){if(!sn(e))return e;var o,r=e[Vn],i=dn(e);if(r){if(!r.P&&(r.i<4||!Sn("ES5").K(r)))return r.t;r.I=!0,o=$n(e,i),r.I=!1}else o=$n(e,i);return fn(o,(function(e,i){r&&function(t,e){return 2===dn(t)?t.get(e):t[e]}(r.t,e)===i||un(o,e,t(i))})),3===i?new Set(o):o}(t)}function $n(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return mn(t)}Qi=rn,tn=nn,en=on,an.reduxProperties=new Map,an.reduxReactiveProperties=new Set,an.reduxEventListeners=new Map;var Kn,Zn,jn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Mn="undefined"!=typeof Map,Hn="undefined"!=typeof Set,Dn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Tn=jn?Symbol.for("immer-nothing"):((Kn={})["immer-nothing"]=!0,Kn),Gn=jn?Symbol.for("immer-draftable"):"__$immer_draftable",Vn=jn?Symbol.for("immer-state"):"__$immer_state",qn=""+Object.prototype.constructor,Yn="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Jn=Object.getOwnPropertyDescriptors||function(t){var e={};return Yn(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},Xn={},Qn={get:function(t,e){if(e===Vn)return t;var o=bn(t);if(!hn(o,e))return function(t,e,o){var r,i=Fn(e,o);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,o,e);var r=o[e];return t.I||!sn(r)?r:r===Bn(t.t,e)?(An(t),t.o[e]=_n(t.A.h,r,t)):r},has:function(t,e){return e in bn(t)},ownKeys:function(t){return Reflect.ownKeys(bn(t))},set:function(t,e,o){var r=Fn(bn(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=Bn(bn(t),e),n=null==i?void 0:i[Vn];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(pn(o,i)&&(void 0!==o||hn(t.t,e)))return!0;An(t),zn(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==Bn(t.t,e)||e in t.t?(t.R[e]=!1,An(t),zn(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=bn(t),r=Reflect.getOwnPropertyDescriptor(o,e);return r?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:r.enumerable,value:o[e]}:r},defineProperty:function(){ln(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){ln(12)}},ta={};fn(Qn,(function(t,e){ta[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),ta.deleteProperty=function(t,e){return ta.set.call(this,t,e,void 0)},ta.set=function(t,e,o){return Qn.set.call(this,t[0],e,o,t[0])};var ea=function(){function t(t){var e=this;this.O=Dn,this.D=!0,this.produce=function(t,o,r){if("function"==typeof t&&"function"!=typeof o){var i=o;o=t;var n=e;return function(t){var e=this;void 0===t&&(t=i);for(var r=arguments.length,a=Array(r>1?r-1:0),l=1;l<r;l++)a[l-1]=arguments[l];return n.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&ln(6),void 0!==r&&"function"!=typeof r&&ln(7),sn(t)){var l=In(e),c=_n(e,t,void 0),s=!0;try{a=o(c),s=!1}finally{s?Nn(l):En(l)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return Cn(l,r),Ln(t,l)}),(function(t){throw Nn(l),t})):(Cn(l,r),Ln(a,l))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Tn&&(a=void 0),e.D&&vn(a,!0),r){var f=[],d=[];Sn("Patches").M(t,a,f,d),r(f,d)}return a}ln(21,t)},this.produceWithPatches=function(t,o){if("function"==typeof t)return function(o){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return e.produceWithPatches(o,(function(e){return t.apply(void 0,[e].concat(i))}))};var r,i,n=e.produce(t,o,(function(t,e){r=t,i=e}));return"undefined"!=typeof Promise&&n instanceof Promise?n.then((function(t){return[t,r,i]})):[n,r,i]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var e=t.prototype;return e.createDraft=function(t){sn(t)||ln(8),cn(t)&&(t=Pn(t));var e=In(this),o=_n(this,t,void 0);return o[Vn].C=!0,En(e),o},e.finishDraft=function(t,e){var o=(t&&t[Vn]).A;return Cn(o,e),Ln(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Dn&&ln(20),this.O=t},e.applyPatches=function(t,e){var o;for(o=e.length-1;o>=0;o--){var r=e[o];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}o>-1&&(e=e.slice(o+1));var i=Sn("Patches").$;return cn(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),oa=new ea,ra=oa.produce;function ia(t){return ia="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ia(t)}function na(t){var e=function(t,e){if("object"!==ia(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==ia(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===ia(e)?e:String(e)}function aa(t,e,o){return(e=na(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function la(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ca(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?la(Object(o),!0).forEach((function(e){aa(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):la(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function sa(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}oa.produceWithPatches.bind(oa),oa.setAutoFreeze.bind(oa),oa.setUseProxies.bind(oa),oa.applyPatches.bind(oa),oa.createDraft.bind(oa),oa.finishDraft.bind(oa);var fa="function"==typeof Symbol&&Symbol.observable||"@@observable",da=function(){return Math.random().toString(36).substring(7).split("").join(".")},ha={INIT:"@@redux/INIT"+da(),REPLACE:"@@redux/REPLACE"+da(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+da()}};function ua(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(sa(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(sa(1));return o(ua)(t,e)}if("function"!=typeof t)throw new Error(sa(2));var i=t,n=e,a=[],l=a,c=!1;function s(){l===a&&(l=a.slice())}function f(){if(c)throw new Error(sa(3));return n}function d(t){if("function"!=typeof t)throw new Error(sa(4));if(c)throw new Error(sa(5));var e=!0;return s(),l.push(t),function(){if(e){if(c)throw new Error(sa(6));e=!1,s();var o=l.indexOf(t);l.splice(o,1),a=null}}}function h(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(sa(7));if(void 0===t.type)throw new Error(sa(8));if(c)throw new Error(sa(9));try{c=!0,n=i(n,t)}finally{c=!1}for(var e=a=l,o=0;o<e.length;o++){(0,e[o])()}return t}return h({type:ha.INIT}),(r={dispatch:h,subscribe:d,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(sa(10));i=t,h({type:ha.REPLACE})}})[fa]=function(){var t,e=d;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(sa(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[fa]=function(){return this},t},r}function pa(t){for(var e=Object.keys(t),o={},r=0;r<e.length;r++){var i=e[r];"function"==typeof t[i]&&(o[i]=t[i])}var n,a=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(e){var o=t[e];if(void 0===o(void 0,{type:ha.INIT}))throw new Error(sa(12));if(void 0===o(void 0,{type:ha.PROBE_UNKNOWN_ACTION()}))throw new Error(sa(13))}))}(o)}catch(t){n=t}return function(t,e){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},l=0;l<a.length;l++){var c=a[l],s=o[c],f=t[c],d=s(f,e);if(void 0===d)throw e&&e.type,new Error(sa(14));i[c]=d,r=r||d!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function ga(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function ya(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(t){return function(){var o=t.apply(void 0,arguments),r=function(){throw new Error(sa(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=ga.apply(void 0,n)(o.dispatch),ca(ca({},o),{},{dispatch:r})}}}function ba(t){return function(e){var o=e.dispatch,r=e.getState;return function(e){return function(i){return"function"==typeof i?i(o,r,t):e(i)}}}}var ma=ba();ma.withExtraArgument=ba;var va,Oa=ma,xa=(va=function(t,e){return va=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},va(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}va(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),Sa=function(t,e){var o,r,i,n,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function l(n){return function(l){return function(n){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,r&&(i=2&n[0]?r.return:n[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,n[1])).done)return i;switch(r=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,r=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){a.label=n[1];break}if(6===n[0]&&a.label<i[1]){a.label=i[1],i=n;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(n);break}i[2]&&a.ops.pop(),a.trys.pop();continue}n=e.call(t,a)}catch(t){n=[6,t],r=0}finally{o=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,l])}}},wa=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},Ca=Object.defineProperty,Na=Object.defineProperties,Ea=Object.getOwnPropertyDescriptors,Ia=Object.getOwnPropertySymbols,Ra=Object.prototype.hasOwnProperty,La=Object.prototype.propertyIsEnumerable,Wa=function(t,e,o){return e in t?Ca(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Ua=function(t,e){for(var o in e||(e={}))Ra.call(e,o)&&Wa(t,o,e[o]);if(Ia)for(var r=0,i=Ia(e);r<i.length;r++){o=i[r];La.call(e,o)&&Wa(t,o,e[o])}return t},ka=function(t,e){return Na(t,Ea(e))},Ba="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?ga:ga.apply(null,arguments)};var Fa=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return xa(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,wa([void 0],t[0].concat(this)))):new(e.bind.apply(e,wa([void 0],t.concat(this))))},e}(Array),za=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return xa(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,wa([void 0],t[0].concat(this)))):new(e.bind.apply(e,wa([void 0],t.concat(this))))},e}(Array);function Aa(t){return sn(t)?ra(t,(function(){})):t}function _a(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,o=void 0===e||e;t.immutableCheck,t.serializableCheck;var r=new Fa;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(Oa.withExtraArgument(o.extraArgument)):r.push(Oa));return r}(t)}}function Pa(t){var e,o=_a(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,l=void 0===a?o():a,c=r.devTools,s=void 0===c||c,f=r.preloadedState,d=void 0===f?void 0:f,h=r.enhancers,u=void 0===h?void 0:h;if("function"==typeof n)e=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return e===o}(n))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');e=pa(n)}var p=l;"function"==typeof p&&(p=p(o));var g=ya.apply(void 0,p),y=ga;s&&(y=Ba(Ua({trace:!1},"object"==typeof s&&s)));var b=new za(g),m=b;return Array.isArray(u)?m=wa([g],u):"function"==typeof u&&(m=u(b)),ua(e,d,y.apply(void 0,m))}function $a(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return Ua(Ua({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function Ka(t){var e,o={},r=[],i={addCase:function(t,e){var r="string"==typeof t?t:t.type;if(r in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[r]=e,i},addMatcher:function(t,e){return r.push({matcher:t,reducer:e}),i},addDefaultCase:function(t){return e=t,i}};return t(i),[o,r,e]}function Za(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var o,r="function"==typeof t.initialState?t.initialState:Aa(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},l={},c={};function s(){var e="function"==typeof t.extraReducers?Ka(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,c=e[2],s=void 0===c?void 0:c,f=Ua(Ua({},i),l);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?Ka(e):[e,o,r],a=n[0],l=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Aa(t())};else{var s=Aa(t);i=function(){return s}}function f(t,e){void 0===t&&(t=i());var o=wa([a[e.type]],l.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[c]),o.reduce((function(t,o){if(o){var r;if(cn(t))return void 0===(r=o(t,e))?t:r;if(sn(t))return ra(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var e in f)t.addCase(e,f[e]);for(var o=0,r=a;o<r.length;o++){var i=r[o];t.addMatcher(i.matcher,i.reducer)}s&&t.addDefaultCase(s)}))}return n.forEach((function(t){var o,r,n=i[t],s=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,l[s]=o,c[t]=r?$a(s,r):$a(s)})),{name:e,reducer:function(t,e){return o||(o=s()),o(t,e)},actions:c,caseReducers:a,getInitialState:function(){return o||(o=s()),o.getInitialState()}}}var ja=["name","message","stack","code"],Ma=function(t,e){this.payload=t,this.meta=e},Ha=function(t,e){this.payload=t,this.meta=e},Da=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=ja;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function Ta(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,o){var r=$a(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:ka(Ua({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=$a(t+"/pending",(function(t,e,o){return{payload:void 0,meta:ka(Ua({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=$a(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Da)(t||"Rejected"),meta:ka(Ua({},n||{}),{arg:r,requestId:e,rejectedWithValue:!!i,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(l,c,s){var f,d=(null==o?void 0:o.idGenerator)?o.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",o=t;o--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),h=new a;function u(t){f=t,h.abort()}var p=function(){return a=this,p=null,g=function(){var a,p,g,y,b,m;return Sa(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),y=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:c,extra:s}),null===(O=y)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,y];case 1:y=v.sent(),v.label=2;case 2:if(!1===y||h.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return h.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:f||"Aborted"})}))})),l(i(d,t,null==(p=null==o?void 0:o.getPendingMeta)?void 0:p.call(o,{requestId:d,arg:t},{getState:c,extra:s}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:l,getState:c,extra:s,requestId:d,signal:h.signal,abort:u,rejectWithValue:function(t,e){return new Ma(t,e)},fulfillWithValue:function(t,e){return new Ha(t,e)}})).then((function(e){if(e instanceof Ma)throw e;return e instanceof Ha?r(e.payload,d,t,e.meta):r(e,d,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof Ma?n(null,d,t,m.payload,m.meta):n(m,d,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(g)&&g.meta.condition||l(g),[2,g]}var O}))},new Promise((function(t,e){var o=function(t){try{i(g.next(t))}catch(t){e(t)}},r=function(t){try{i(g.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((g=g.apply(a,p)).next())}));var a,p,g}();return Object.assign(p,{abort:u,requestId:d,arg:t,unwrap:function(){return p.then(Ta)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Ga="listenerMiddleware";$a(Ga+"/add"),$a(Ga+"/removeAll"),$a(Ga+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=i[t];return o?o.enumerable=e:i[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[Vn];return Qn.get(e,t)},set:function(e){var o=this[Vn];Qn.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][Vn];if(!i.P)switch(i.i){case 5:r(i)&&zn(i);break;case 4:o(i)&&zn(i)}}}function o(t){for(var e=t.t,o=t.k,r=Yn(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==Vn){var a=e[n];if(void 0===a&&!hn(e,n))return!0;var l=o[n],c=l&&l[Vn];if(c?c.t!==a:!pn(l,a))return!0}}var s=!!e[Vn];return r.length!==Yn(e).length+(s?0:1)}function r(t){var e=t.k;if(e.length!==t.t.length)return!0;var o=Object.getOwnPropertyDescriptor(e,e.length-1);if(o&&!o.get)return!0;for(var r=0;r<e.length;r++)if(!e.hasOwnProperty(r))return!0;return!1}var i={};!function(t,e){Xn[t]||(Xn[t]=e)}("ES5",{J:function(e,o){var r=Array.isArray(e),i=function(e,o){if(e){for(var r=Array(o.length),i=0;i<o.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=Jn(o);delete n[Vn];for(var a=Yn(n),l=0;l<a.length;l++){var c=a[l];n[c]=t(c,e||!!n[c].enumerable)}return Object.create(Object.getPrototypeOf(o),n)}(r,e),n={i:r?5:4,A:o?o.A:wn(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Vn,{value:n,writable:!0}),i},S:function(t,o,i){i?cn(o)&&o[Vn].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[Vn];if(o){var i=o.t,n=o.k,a=o.R,l=o.i;if(4===l)fn(n,(function(e){e!==Vn&&(void 0!==i[e]||hn(i,e)?a[e]||t(n[e]):(a[e]=!0,zn(o)))})),fn(i,(function(t){void 0!==n[t]||hn(n,t)||(a[t]=!1,zn(o))}));else if(5===l){if(r(o)&&(zn(o),a.length=!0),n.length<i.length)for(var c=n.length;c<i.length;c++)a[c]=!1;else for(var s=i.length;s<n.length;s++)a[s]=!0;for(var f=Math.min(n.length,i.length),d=0;d<f;d++)n.hasOwnProperty(d)||(a[d]=!0),void 0===a[d]&&t(n[d])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Va{static get(t){var e;const o="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[o];if(Xi(i))return i;if(null==r)return;const n=Za({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Pa({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?n.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:n.reducer(t,e)});return window.ftReduxStores[r.name]=new Va(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Ji,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,o)=>{const r=e,i=t[r];return i?(...t)=>{const e=i(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var qa=Object.freeze({__proto__:null,FtCommandQueue:Ji,FtLitElementRedux:an,FtReduxStore:Va,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))Xi(e)&&e.clear()},isFtReduxStore:Xi,redux:Yi,reduxEventListener:t=>(e,o)=>{const r=e.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(o,t)},reduxReactive:()=>(t,e)=>{var o;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(o=r.reduxReactiveProperties)||void 0===o||o.add(e)}});var Ya=Object.freeze({__proto__:null,serializeRequest:function(t,e){var o;const r=new URLSearchParams({"content-lang":null!==(o=e.contentLocale)&&void 0!==o?o:"all",query:e.query});if(e.filters.length>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");r.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${r.toString()}`).href}});const Ja=Symbol("elementInternals");var Xa,Qa,tl,el,ol=Object.freeze({__proto__:null,toFtFormComponent:function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Ja].form}constructor(...t){super(t),this[Ja]=this.attachInternals(),this[Ja].role=e}setFormValue(t){this[Ja].setFormValue(t)}}}});const rl=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(tl=null===(Qa=null===(Xa=window.safari)||void 0===Xa?void 0:Xa.pushNotification)||void 0===Qa?void 0:Qa.toString())&&void 0!==tl?tl:""),il="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;var nl;window.ftGlobals=null!==(el=window.ftGlobals)&&void 0!==el?el:{lit:me,litDecorators:Ee,litRepeat:$e,litClassMap:Ze,litStyleMap:De,litUnsafeHTML:Ve,wcUtils:{...Qe,...Xe,...eo,...ro,...go,...vr,...wr,...Ni,...br,...Ai,..._i,...fo,...Mi,...Gi,...Vi,...qi,...qa,...Wi,...Ya,...ol,isSafari:rl,isTouchScreen:il}},function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(nl||(nl={}));var al=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class ll extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const cl=Symbol("registerInterval");class sl extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[cl]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[cl]):this.dispatchEvent(new ll)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=cl,al([Se()],o.prototype,"stateManager",void 0),o}(an)){}const fl=bo.create("--ft-infinite-scroll-padding","","SIZE","0"),dl=bo.create("--ft-infinite-scroll-items-gap","","SIZE","4px"),hl=bo.create("--ft-infinite-scroll-item-container-min-height","","SIZE",".1px"),ul=dt`
|
|
177
|
+
`;var Vn=Object.freeze({__proto__:null,noTextSelect:Hn,safariEllipsisFix:Gn,wordWrap:Tn}),qn=Object.freeze({__proto__:null});var Yn=Object.freeze({__proto__:null,ParametrizedLabelResolver:class{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var o,r;t=this.resolvePluralKey(t,e);let n=null!==(r=null!==(o=this.labels[t])&&void 0!==o?o:this.defaultLabels[t])&&void 0!==r?r:"";return e.forEach(((t,e)=>n=n.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,o)=>this.formatValue(t,o))))),n}resolvePluralKey(t,e){for(let o of e)if("number"==typeof o){const e=`${String(t)}[\\=${o}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const o=o=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(o):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(o):t.toLocaleString(o);try{return o(document.documentElement.lang)}catch(t){return o()}}}});const Jn=t=>{const e=null!=t?t:{};return(t,o)=>{var r;const n={hasChanged:(t,e)=>!lo(t,e),attribute:!1,...e};Se(n)(t,o);const i=t.constructor;i.reduxProperties=new Map(i.reduxProperties),i.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}};class Xn{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function Qn(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var ti,ei,oi;const ri=Symbol("internalReduxEventsUnsubscribers"),ni=Symbol("internalStoresUnsubscribers"),ii=Symbol("internalStores");class ai extends An{constructor(){super(...arguments),this[ti]=new Map,this[ei]=new Map,this[oi]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[ii].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[ii].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[ii].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:Qn(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[ii].delete(e)}setupStore(t,e){this[ii].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[ii].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[ni].has(t.store):this[ni].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[ni].set(t,e.subscribe((()=>this.updateFromStores()))),Qn(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[ri].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[ni].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[ri].forEach((t=>t())),this[ri]=[]}unsubscribeFromStore(t){this[ni].has(t)&&this[ni].get(t)(),this[ni].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function ci(t){for(var e=arguments.length,o=Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function li(t){return!!t&&!!t[Vi]}function si(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var o=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===qi}(t)||Array.isArray(t)||!!t[Gi]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Gi])||gi(t)||yi(t))}function fi(t,e,o){void 0===o&&(o=!1),0===di(t)?(o?Object.keys:Yi)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function di(t){var e=t[Vi];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:gi(t)?2:yi(t)?3:0}function ui(t,e){return 2===di(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function hi(t,e,o){var r=di(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function pi(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function gi(t){return Zi&&t instanceof Map}function yi(t){return Di&&t instanceof Set}function bi(t){return t.o||t.t}function mi(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Ji(t);delete e[Vi];for(var o=Yi(e),r=0;r<o.length;r++){var n=o[r],i=e[n];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[n]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),e)}function vi(t,e){return void 0===e&&(e=!1),Si(t)||li(t)||!si(t)||(di(t)>1&&(t.set=t.add=t.clear=t.delete=Oi),Object.freeze(t),e&&fi(t,(function(t,e){return vi(e,!0)}),!0)),t}function Oi(){ci(2)}function Si(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function xi(t){var e=Xi[t];return e||ci(18,t),e}function wi(){return Ki}function Ci(t,e){e&&(xi("Patches"),t.u=[],t.s=[],t.v=e)}function Ni(t){Ei(t),t.p.forEach(Ri),t.p=null}function Ei(t){t===Ki&&(Ki=t.l)}function Ii(t){return Ki={p:[],l:Ki,h:t,m:!0,_:0}}function Ri(t){var e=t[Vi];0===e.i||1===e.i?e.j():e.g=!0}function Li(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||xi("ES5").S(e,t,r),r?(o[Vi].P&&(Ni(e),ci(4)),si(t)&&(t=Wi(e,t),e.l||ki(e,t)),e.u&&xi("Patches").M(o[Vi].t,t,e.u,e.s)):t=Wi(e,o,[]),Ni(e),e.u&&e.v(e.u,e.s),t!==Ti?t:void 0}function Wi(t,e,o){if(Si(e))return e;var r=e[Vi];if(!r)return fi(e,(function(n,i){return Ui(t,r,e,n,i,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return ki(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var n=4===r.i||5===r.i?r.o=mi(r.k):r.o,i=n,a=!1;3===r.i&&(i=new Set(n),n.clear(),a=!0),fi(i,(function(e,i){return Ui(t,r,n,e,i,o,a)})),ki(t,n,!1),o&&t.u&&xi("Patches").N(r,o,t.u,t.s)}return r.o}function Ui(t,e,o,r,n,i,a){if(li(n)){var c=Wi(t,n,i&&e&&3!==e.i&&!ui(e.R,r)?i.concat(r):void 0);if(hi(o,r,c),!li(c))return;t.m=!1}else a&&o.add(n);if(si(n)&&!Si(n)){if(!t.h.D&&t._<1)return;Wi(t,n),e&&e.A.l||ki(t,n)}}function ki(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&vi(e,o)}function Fi(t,e){var o=t[Vi];return(o?bi(o):t)[e]}function Bi(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var r=Object.getOwnPropertyDescriptor(o,e);if(r)return r;o=Object.getPrototypeOf(o)}}function zi(t){t.P||(t.P=!0,t.l&&zi(t.l))}function Ai(t){t.o||(t.o=mi(t.t))}function _i(t,e,o){var r=gi(e)?xi("MapSet").F(e,o):yi(e)?xi("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:wi(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},n=r,i=Qi;o&&(n=[r],i=ta);var a=Proxy.revocable(n,i),c=a.revoke,l=a.proxy;return r.k=l,r.j=c,l}(e,o):xi("ES5").J(e,o);return(o?o.A:wi()).p.push(r),r}function Pi(t){return li(t)||ci(22,t),function t(e){if(!si(e))return e;var o,r=e[Vi],n=di(e);if(r){if(!r.P&&(r.i<4||!xi("ES5").K(r)))return r.t;r.I=!0,o=$i(e,n),r.I=!1}else o=$i(e,n);return fi(o,(function(e,n){r&&function(t,e){return 2===di(t)?t.get(e):t[e]}(r.t,e)===n||hi(o,e,t(n))})),3===n?new Set(o):o}(t)}function $i(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return mi(t)}ti=ni,ei=ii,oi=ri,ai.reduxProperties=new Map,ai.reduxReactiveProperties=new Set,ai.reduxEventListeners=new Map;var Mi,Ki,ji="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Zi="undefined"!=typeof Map,Di="undefined"!=typeof Set,Hi="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Ti=ji?Symbol.for("immer-nothing"):((Mi={})["immer-nothing"]=!0,Mi),Gi=ji?Symbol.for("immer-draftable"):"__$immer_draftable",Vi=ji?Symbol.for("immer-state"):"__$immer_state",qi=""+Object.prototype.constructor,Yi="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Ji=Object.getOwnPropertyDescriptors||function(t){var e={};return Yi(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},Xi={},Qi={get:function(t,e){if(e===Vi)return t;var o=bi(t);if(!ui(o,e))return function(t,e,o){var r,n=Bi(e,o);return n?"value"in n?n.value:null===(r=n.get)||void 0===r?void 0:r.call(t.k):void 0}(t,o,e);var r=o[e];return t.I||!si(r)?r:r===Fi(t.t,e)?(Ai(t),t.o[e]=_i(t.A.h,r,t)):r},has:function(t,e){return e in bi(t)},ownKeys:function(t){return Reflect.ownKeys(bi(t))},set:function(t,e,o){var r=Bi(bi(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var n=Fi(bi(t),e),i=null==n?void 0:n[Vi];if(i&&i.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(pi(o,n)&&(void 0!==o||ui(t.t,e)))return!0;Ai(t),zi(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==Fi(t.t,e)||e in t.t?(t.R[e]=!1,Ai(t),zi(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=bi(t),r=Reflect.getOwnPropertyDescriptor(o,e);return r?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:r.enumerable,value:o[e]}:r},defineProperty:function(){ci(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){ci(12)}},ta={};fi(Qi,(function(t,e){ta[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),ta.deleteProperty=function(t,e){return ta.set.call(this,t,e,void 0)},ta.set=function(t,e,o){return Qi.set.call(this,t[0],e,o,t[0])};var ea=function(){function t(t){var e=this;this.O=Hi,this.D=!0,this.produce=function(t,o,r){if("function"==typeof t&&"function"!=typeof o){var n=o;o=t;var i=e;return function(t){var e=this;void 0===t&&(t=n);for(var r=arguments.length,a=Array(r>1?r-1:0),c=1;c<r;c++)a[c-1]=arguments[c];return i.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&ci(6),void 0!==r&&"function"!=typeof r&&ci(7),si(t)){var c=Ii(e),l=_i(e,t,void 0),s=!0;try{a=o(l),s=!1}finally{s?Ni(c):Ei(c)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return Ci(c,r),Li(t,c)}),(function(t){throw Ni(c),t})):(Ci(c,r),Li(a,c))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Ti&&(a=void 0),e.D&&vi(a,!0),r){var f=[],d=[];xi("Patches").M(t,a,f,d),r(f,d)}return a}ci(21,t)},this.produceWithPatches=function(t,o){if("function"==typeof t)return function(o){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return e.produceWithPatches(o,(function(e){return t.apply(void 0,[e].concat(n))}))};var r,n,i=e.produce(t,o,(function(t,e){r=t,n=e}));return"undefined"!=typeof Promise&&i instanceof Promise?i.then((function(t){return[t,r,n]})):[i,r,n]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var e=t.prototype;return e.createDraft=function(t){si(t)||ci(8),li(t)&&(t=Pi(t));var e=Ii(this),o=_i(this,t,void 0);return o[Vi].C=!0,Ei(e),o},e.finishDraft=function(t,e){var o=(t&&t[Vi]).A;return Ci(o,e),Li(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Hi&&ci(20),this.O=t},e.applyPatches=function(t,e){var o;for(o=e.length-1;o>=0;o--){var r=e[o];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}o>-1&&(e=e.slice(o+1));var n=xi("Patches").$;return li(t)?n(t,e):this.produce(t,(function(t){return n(t,e)}))},t}(),oa=new ea,ra=oa.produce;function na(t){return na="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},na(t)}function ia(t){var e=function(t,e){if("object"!==na(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==na(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===na(e)?e:String(e)}function aa(t,e,o){return(e=ia(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function ca(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function la(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?ca(Object(o),!0).forEach((function(e){aa(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):ca(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function sa(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}oa.produceWithPatches.bind(oa),oa.setAutoFreeze.bind(oa),oa.setUseProxies.bind(oa),oa.applyPatches.bind(oa),oa.createDraft.bind(oa),oa.finishDraft.bind(oa);var fa="function"==typeof Symbol&&Symbol.observable||"@@observable",da=function(){return Math.random().toString(36).substring(7).split("").join(".")},ua={INIT:"@@redux/INIT"+da(),REPLACE:"@@redux/REPLACE"+da(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+da()}};function ha(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(sa(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(sa(1));return o(ha)(t,e)}if("function"!=typeof t)throw new Error(sa(2));var n=t,i=e,a=[],c=a,l=!1;function s(){c===a&&(c=a.slice())}function f(){if(l)throw new Error(sa(3));return i}function d(t){if("function"!=typeof t)throw new Error(sa(4));if(l)throw new Error(sa(5));var e=!0;return s(),c.push(t),function(){if(e){if(l)throw new Error(sa(6));e=!1,s();var o=c.indexOf(t);c.splice(o,1),a=null}}}function u(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(sa(7));if(void 0===t.type)throw new Error(sa(8));if(l)throw new Error(sa(9));try{l=!0,i=n(i,t)}finally{l=!1}for(var e=a=c,o=0;o<e.length;o++){(0,e[o])()}return t}return u({type:ua.INIT}),(r={dispatch:u,subscribe:d,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(sa(10));n=t,u({type:ua.REPLACE})}})[fa]=function(){var t,e=d;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(sa(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[fa]=function(){return this},t},r}function pa(t){for(var e=Object.keys(t),o={},r=0;r<e.length;r++){var n=e[r];"function"==typeof t[n]&&(o[n]=t[n])}var i,a=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(e){var o=t[e];if(void 0===o(void 0,{type:ua.INIT}))throw new Error(sa(12));if(void 0===o(void 0,{type:ua.PROBE_UNKNOWN_ACTION()}))throw new Error(sa(13))}))}(o)}catch(t){i=t}return function(t,e){if(void 0===t&&(t={}),i)throw i;for(var r=!1,n={},c=0;c<a.length;c++){var l=a[c],s=o[l],f=t[l],d=s(f,e);if(void 0===d)throw e&&e.type,new Error(sa(14));n[l]=d,r=r||d!==f}return(r=r||a.length!==Object.keys(t).length)?n:t}}function ga(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function ya(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(t){return function(){var o=t.apply(void 0,arguments),r=function(){throw new Error(sa(15))},n={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},i=e.map((function(t){return t(n)}));return r=ga.apply(void 0,i)(o.dispatch),la(la({},o),{},{dispatch:r})}}}function ba(t){return function(e){var o=e.dispatch,r=e.getState;return function(e){return function(n){return"function"==typeof n?n(o,r,t):e(n)}}}}var ma=ba();ma.withExtraArgument=ba;var va,Oa=ma,Sa=(va=function(t,e){return va=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},va(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}va(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),xa=function(t,e){var o,r,n,i,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,r&&(n=2&i[0]?r.return:i[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,i[1])).done)return n;switch(r=0,n&&(i=[2&i[0],n.value]),i[0]){case 0:case 1:n=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(n=a.trys,(n=n.length>0&&n[n.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){a.label=i[1];break}if(6===i[0]&&a.label<n[1]){a.label=n[1],n=i;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(i);break}n[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{o=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}},wa=function(t,e){for(var o=0,r=e.length,n=t.length;o<r;o++,n++)t[n]=e[o];return t},Ca=Object.defineProperty,Na=Object.defineProperties,Ea=Object.getOwnPropertyDescriptors,Ia=Object.getOwnPropertySymbols,Ra=Object.prototype.hasOwnProperty,La=Object.prototype.propertyIsEnumerable,Wa=function(t,e,o){return e in t?Ca(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Ua=function(t,e){for(var o in e||(e={}))Ra.call(e,o)&&Wa(t,o,e[o]);if(Ia)for(var r=0,n=Ia(e);r<n.length;r++){o=n[r];La.call(e,o)&&Wa(t,o,e[o])}return t},ka=function(t,e){return Na(t,Ea(e))},Fa="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?ga:ga.apply(null,arguments)};var Ba=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var n=t.apply(this,o)||this;return Object.setPrototypeOf(n,e.prototype),n}return Sa(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,wa([void 0],t[0].concat(this)))):new(e.bind.apply(e,wa([void 0],t.concat(this))))},e}(Array),za=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var n=t.apply(this,o)||this;return Object.setPrototypeOf(n,e.prototype),n}return Sa(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,wa([void 0],t[0].concat(this)))):new(e.bind.apply(e,wa([void 0],t.concat(this))))},e}(Array);function Aa(t){return si(t)?ra(t,(function(){})):t}function _a(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,o=void 0===e||e;t.immutableCheck,t.serializableCheck;var r=new Ba;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(Oa.withExtraArgument(o.extraArgument)):r.push(Oa));return r}(t)}}function Pa(t){var e,o=_a(),r=t||{},n=r.reducer,i=void 0===n?void 0:n,a=r.middleware,c=void 0===a?o():a,l=r.devTools,s=void 0===l||l,f=r.preloadedState,d=void 0===f?void 0:f,u=r.enhancers,h=void 0===u?void 0:u;if("function"==typeof i)e=i;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return e===o}(i))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');e=pa(i)}var p=c;"function"==typeof p&&(p=p(o));var g=ya.apply(void 0,p),y=ga;s&&(y=Fa(Ua({trace:!1},"object"==typeof s&&s)));var b=new za(g),m=b;return Array.isArray(h)?m=wa([g],h):"function"==typeof h&&(m=h(b)),ha(e,d,y.apply(void 0,m))}function $a(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var n=e.apply(void 0,o);if(!n)throw new Error("prepareAction did not return an object");return Ua(Ua({type:t,payload:n.payload},"meta"in n&&{meta:n.meta}),"error"in n&&{error:n.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function Ma(t){var e,o={},r=[],n={addCase:function(t,e){var r="string"==typeof t?t:t.type;if(r in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[r]=e,n},addMatcher:function(t,e){return r.push({matcher:t,reducer:e}),n},addDefaultCase:function(t){return e=t,n}};return t(n),[o,r,e]}function Ka(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var o,r="function"==typeof t.initialState?t.initialState:Aa(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},c={},l={};function s(){var e="function"==typeof t.extraReducers?Ma(t.extraReducers):[t.extraReducers],o=e[0],n=void 0===o?{}:o,i=e[1],a=void 0===i?[]:i,l=e[2],s=void 0===l?void 0:l,f=Ua(Ua({},n),c);return function(t,e,o,r){void 0===o&&(o=[]);var n,i="function"==typeof e?Ma(e):[e,o,r],a=i[0],c=i[1],l=i[2];if(function(t){return"function"==typeof t}(t))n=function(){return Aa(t())};else{var s=Aa(t);n=function(){return s}}function f(t,e){void 0===t&&(t=n());var o=wa([a[e.type]],c.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[l]),o.reduce((function(t,o){if(o){var r;if(li(t))return void 0===(r=o(t,e))?t:r;if(si(t))return ra(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=n,f}(r,(function(t){for(var e in f)t.addCase(e,f[e]);for(var o=0,r=a;o<r.length;o++){var n=r[o];t.addMatcher(n.matcher,n.reducer)}s&&t.addDefaultCase(s)}))}return i.forEach((function(t){var o,r,i=n[t],s=e+"/"+t;"reducer"in i?(o=i.reducer,r=i.prepare):o=i,a[t]=o,c[s]=o,l[t]=r?$a(s,r):$a(s)})),{name:e,reducer:function(t,e){return o||(o=s()),o(t,e)},actions:l,caseReducers:a,getInitialState:function(){return o||(o=s()),o.getInitialState()}}}var ja=["name","message","stack","code"],Za=function(t,e){this.payload=t,this.meta=e},Da=function(t,e){this.payload=t,this.meta=e},Ha=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=ja;o<r.length;o++){var n=r[o];"string"==typeof t[n]&&(e[n]=t[n])}return e}return{message:String(t)}};function Ta(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,o){var r=$a(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:ka(Ua({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),n=$a(t+"/pending",(function(t,e,o){return{payload:void 0,meta:ka(Ua({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),i=$a(t+"/rejected",(function(t,e,r,n,i){return{payload:n,error:(o&&o.serializeError||Ha)(t||"Rejected"),meta:ka(Ua({},i||{}),{arg:r,requestId:e,rejectedWithValue:!!n,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(c,l,s){var f,d=(null==o?void 0:o.idGenerator)?o.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",o=t;o--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),u=new a;function h(t){f=t,u.abort()}var p=function(){return a=this,p=null,g=function(){var a,p,g,y,b,m;return xa(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),y=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:l,extra:s}),null===(O=y)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,y];case 1:y=v.sent(),v.label=2;case 2:if(!1===y||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return u.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:f||"Aborted"})}))})),c(n(d,t,null==(p=null==o?void 0:o.getPendingMeta)?void 0:p.call(o,{requestId:d,arg:t},{getState:l,extra:s}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:c,getState:l,extra:s,requestId:d,signal:u.signal,abort:h,rejectWithValue:function(t,e){return new Za(t,e)},fulfillWithValue:function(t,e){return new Da(t,e)}})).then((function(e){if(e instanceof Za)throw e;return e instanceof Da?r(e.payload,d,t,e.meta):r(e,d,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof Za?i(null,d,t,m.payload,m.meta):i(m,d,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&i.match(g)&&g.meta.condition||c(g),[2,g]}var O}))},new Promise((function(t,e){var o=function(t){try{n(g.next(t))}catch(t){e(t)}},r=function(t){try{n(g.throw(t))}catch(t){e(t)}},n=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};n((g=g.apply(a,p)).next())}));var a,p,g}();return Object.assign(p,{abort:h,requestId:d,arg:t,unwrap:function(){return p.then(Ta)}})}}),{pending:n,rejected:i,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Ga="listenerMiddleware";$a(Ga+"/add"),$a(Ga+"/removeAll"),$a(Ga+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=n[t];return o?o.enumerable=e:n[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[Vi];return Qi.get(e,t)},set:function(e){var o=this[Vi];Qi.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var n=t[e][Vi];if(!n.P)switch(n.i){case 5:r(n)&&zi(n);break;case 4:o(n)&&zi(n)}}}function o(t){for(var e=t.t,o=t.k,r=Yi(o),n=r.length-1;n>=0;n--){var i=r[n];if(i!==Vi){var a=e[i];if(void 0===a&&!ui(e,i))return!0;var c=o[i],l=c&&c[Vi];if(l?l.t!==a:!pi(c,a))return!0}}var s=!!e[Vi];return r.length!==Yi(e).length+(s?0:1)}function r(t){var e=t.k;if(e.length!==t.t.length)return!0;var o=Object.getOwnPropertyDescriptor(e,e.length-1);if(o&&!o.get)return!0;for(var r=0;r<e.length;r++)if(!e.hasOwnProperty(r))return!0;return!1}var n={};!function(t,e){Xi[t]||(Xi[t]=e)}("ES5",{J:function(e,o){var r=Array.isArray(e),n=function(e,o){if(e){for(var r=Array(o.length),n=0;n<o.length;n++)Object.defineProperty(r,""+n,t(n,!0));return r}var i=Ji(o);delete i[Vi];for(var a=Yi(i),c=0;c<a.length;c++){var l=a[c];i[l]=t(l,e||!!i[l].enumerable)}return Object.create(Object.getPrototypeOf(o),i)}(r,e),i={i:r?5:4,A:o?o.A:wi(),P:!1,I:!1,R:{},l:o,t:e,k:n,o:null,g:!1,C:!1};return Object.defineProperty(n,Vi,{value:i,writable:!0}),n},S:function(t,o,n){n?li(o)&&o[Vi].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[Vi];if(o){var n=o.t,i=o.k,a=o.R,c=o.i;if(4===c)fi(i,(function(e){e!==Vi&&(void 0!==n[e]||ui(n,e)?a[e]||t(i[e]):(a[e]=!0,zi(o)))})),fi(n,(function(t){void 0!==i[t]||ui(i,t)||(a[t]=!1,zi(o))}));else if(5===c){if(r(o)&&(zi(o),a.length=!0),i.length<n.length)for(var l=i.length;l<n.length;l++)a[l]=!1;else for(var s=n.length;s<i.length;s++)a[s]=!0;for(var f=Math.min(i.length,n.length),d=0;d<f;d++)i.hasOwnProperty(d)||(a[d]=!0),void 0===a[d]&&t(i[d])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Va{static get(t){var e;const o="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,n=window.ftReduxStores[o];if(Qn(n))return n;if(null==r)return;const i=Ka({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Pa({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?i.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:i.reducer(t,e)});return window.ftReduxStores[r.name]=new Va(i,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Xn,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,o)=>{const r=e,n=t[r];return n?(...t)=>{const e=n(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var qa=Object.freeze({__proto__:null,FtCommandQueue:Xn,FtLitElementRedux:ai,FtReduxStore:Va,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))Qn(e)&&e.clear()},isFtReduxStore:Qn,redux:Jn,reduxEventListener:t=>(e,o)=>{const r=e.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(o,t)},reduxReactive:()=>(t,e)=>{var o;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(o=r.reduxReactiveProperties)||void 0===o||o.add(e)}});var Ya=Object.freeze({__proto__:null,serializeRequest:function(t,e){var o,r,n,i;const a=new URLSearchParams({"content-lang":null!==(o=e.contentLocale)&&void 0!==o?o:"all"});if((null===(r=e.query)||void 0===r?void 0:r.length)>0&&a.append("query",e.query),e.scope&&"DEFAULT"!==e.scope&&a.append("scope",e.scope.toLowerCase()),e.virtualField&&a.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let t=e.periodFilter.period;const o=t?`_${t.from}_${t.to}`:"";a.append("period",e.periodFilter.periodType.toLowerCase()+o)}if((null===(n=e.sort)||void 0===n?void 0:n.length)>0&&"ft:lastEdition"===e.sort[0].key&&a.append("sort","last_update"),(null===(i=e.filters)||void 0===i?void 0:i.length)>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");a.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${a.toString()}`).href}});const Ja=Symbol("elementInternals");var Xa,Qa,tc,ec,oc=Object.freeze({__proto__:null,toFtFormComponent:function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Ja].form}constructor(...t){super(t),this[Ja]=this.attachInternals(),this[Ja].role=e}setFormValue(t){this[Ja].setFormValue(t)}}}});const rc=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(tc=null===(Qa=null===(Xa=window.safari)||void 0===Xa?void 0:Xa.pushNotification)||void 0===Qa?void 0:Qa.toString())&&void 0!==tc?tc:""),nc="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;var ic;window.ftGlobals=null!==(ec=window.ftGlobals)&&void 0!==ec?ec:{lit:me,litDecorators:Ee,litRepeat:$e,litClassMap:Ke,litStyleMap:He,litUnsafeHTML:Ve,wcUtils:{...Qe,...Xe,...eo,...ro,...go,...vr,...wr,...En,...br,..._n,...Pn,...fo,...Dn,...Vn,...qn,...Yn,...qa,...Un,...Ya,...oc,isSafari:rc,isTouchScreen:nc}},function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(ic||(ic={}));var ac=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,c=t.length-1;c>=0;c--)(n=t[c])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};class cc extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const lc=Symbol("registerInterval");class sc extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[lc]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[lc]):this.dispatchEvent(new cc)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=lc,ac([xe()],o.prototype,"stateManager",void 0),o}(ai)){}const fc=bo.create("--ft-infinite-scroll-padding","","SIZE","0"),dc=bo.create("--ft-infinite-scroll-items-gap","","SIZE","4px"),uc=bo.create("--ft-infinite-scroll-item-container-min-height","","SIZE",".1px"),hc=dt`
|
|
177
178
|
.items-container {
|
|
178
|
-
padding: ${
|
|
179
|
+
padding: ${fc};
|
|
179
180
|
outline: none;
|
|
180
181
|
}
|
|
181
182
|
|
|
@@ -192,7 +193,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
192
193
|
By adding this gap we ensure that the previous item will be fully hidden
|
|
193
194
|
and even if its size changes, it will not impact the scroll offset
|
|
194
195
|
*/
|
|
195
|
-
margin-top: ${
|
|
196
|
+
margin-top: ${dc};
|
|
196
197
|
}
|
|
197
198
|
|
|
198
199
|
.item-container:not(.rendered) {
|
|
@@ -201,9 +202,9 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
201
202
|
|
|
202
203
|
.item-container.rendered {
|
|
203
204
|
display: flow-root;
|
|
204
|
-
min-height: ${
|
|
205
|
+
min-height: ${uc};
|
|
205
206
|
}
|
|
206
|
-
`;var
|
|
207
|
+
`;var pc=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,c=t.length-1;c>=0;c--)(n=t[c])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};class gc extends CustomEvent{constructor(t,e){super("visible-items-change",{detail:{visibleIndexes:t,visibleItems:e}})}}class yc extends Event{constructor(){super("scrolled-to-target")}}class bc extends An{constructor(){super(...arguments),this.items=[],this.renderItem=()=>Yt``,this.getItemKey=(t,e)=>`${e} - ${JSON.stringify(t)}`,this.internalScroll=!1,this.renderBeforeFirst=1,this.renderAfterLast=1,this.ensureScrollToTarget=!1,this.visibleItems=[],this.scrolledToTarget=!1,this.scrolling=!1,this.renderApprovalTimeouts=[],this.renderedIndexes=new Set,this.scrollDebouncer=new oo(5),this.scrollDoneDebouncer=new oo(10),this.onVisibilityChange=t=>{let e=new Set(this.visibleItems),o=new Set;for(let r of t){let t=+r.target.attributes.getNamedItem("data-item-index").value;r.intersectionRect.height>0?(e.add(t),o.add(t)):o.has(t)||e.delete(t)}this.visibleItems=[...e].sort(((t,e)=>t-e))},this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange),this.scrollingDebouncer=new oo(50),this.ignoreNextScrollEvent=!1,this.scrollListener=()=>{if(this.ignoreNextScrollEvent||(this.scrolling=!0,this.scrollingDebouncer.run((()=>this.scrolling=!1))),this.ignoreNextScrollEvent=!1,this.scrolledToTarget){const t=this.searchFirstVisibleItem(this.itemsContainer.children);this.scrollRestorationItem=t?+t.getAttribute("data-item-index"):void 0,this.scrollRestorationOffset=this.scrollable.scrollTop-this.getOffset(t)}},this.onItemsResize=t=>{for(const e of t)e.contentRect.height>0&&e.target.setAttribute("data-last-known-height",""+e.contentRect.height);this.restoreScroll()},this.restoreScroll=()=>{if(null!=this.scrollRestorationItem&&null!=this.scrollRestorationOffset&&this.scrolledToTarget){const t=this.getItem(this.scrollRestorationItem),e=this.getOffset(t),o=so(0===this.scrollRestorationItem?-e:0,this.scrollRestorationOffset,this.getLastKnownHeight(t)+1);this.ignoreNextScrollEvent=!0,this.scrollable.scrollTop=e+o}},this.itemsResizeObserver=new ResizeObserver(this.onItemsResize),this.scrollableResizeObserver=new ResizeObserver(this.restoreScroll),this.onMutation=()=>{[...this.itemsContainer.children].forEach((t=>{this.intersectionObserver.observe(t),this.itemsResizeObserver.observe(t)})),this.scrollableResizeObserver.observe(this.scrollable)},this.mutationObserver=new MutationObserver(this.onMutation),this.resetVisibleItemsDebouncer=new oo(10)}get scrollable(){var t;return null!==(t=this.internalScroll?this.internalScrollable:this.firstScrollableParent)&&void 0!==t?t:document.body}render(){return Yt`
|
|
207
208
|
<div class="items-container ${this.internalScroll?"scrollable":""}"
|
|
208
209
|
tabindex="-1"
|
|
209
210
|
@find-scrollable-parent=${this.findScrollableParent}>
|
|
@@ -215,13 +216,13 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
215
216
|
data-item-index="${e}">
|
|
216
217
|
${r?(()=>{const o=this.renderItem(t,e);return"string"==typeof o?Ge(o):o})():Qt}
|
|
217
218
|
</div>
|
|
218
|
-
`}prepareRenderIfNeeded(t){const e=null!=this.renderApprovalTimeouts[t];this.inRenderRange(t)&&!e&&(this.renderApprovalTimeouts[t]=setTimeout((()=>{this.inRenderRange(t)?this.renderedIndexes.add(t):this.renderApprovalTimeouts[t]=void 0,this.requestUpdate()}),300))}inRenderRange(t){return t>=this.visibleItems[0]-this.renderBeforeFirst&&t<=(null!=(e=this.visibleItems)?e:[])[(null!=e?e:[]).length-1]+this.renderAfterLast;var e}resetScroll(){this.triggerFindScrollableParent(),this.intersectionObserver.disconnect(),this.itemsResizeObserver.disconnect(),this.scrollableResizeObserver.disconnect(),this.visibleItems=[];const t=this.resolveScrollToIndex();this.renderedIndexes.add(t),this.scrolledToTarget=!1,this.scrollToTarget(t),this.onMutation(),this.scrollDoneDebouncer.run((()=>{this.ensureScrollToTarget&&t>=0&&this.scrollDebouncer.run((()=>{Math.abs(this.scrollable.scrollTop-this.getOffset(t))>5&&this.scrollToTarget(t)}),500),this.scrolledToTarget=!0}))}resolveScrollToIndex(){var t;let e=null!==(t=this.scrollToIndex)&&void 0!==t?t:this.scrollToItem?this.items.indexOf(this.scrollToItem):-1;return e>=this.items.length?-1:e}getItem(t){var e,o,r;return null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(`#item-${t}`))&&void 0!==o?o:null===(r=this.shadowRoot)||void 0===r?void 0:r.querySelector("#item-0")}scrollToTarget(t){t<=0?(this.scrollable.scrollTop=0,this.scrollRestorationOffset=-this.getOffset(t)):(this.scrollable.scrollTop=this.getOffset(t),this.scrollRestorationOffset=0),this.scrollRestorationItem=t>=0?t:void 0}getOffset(t){var e;let o=0,r="number"==typeof t?this.getItem(t):t;for(;r&&r.offsetParent!==this.scrollable.offsetParent;)o+=r.offsetTop,r=r.offsetParent;return o+(null!==(e=null==r?void 0:r.offsetTop)&&void 0!==e?e:0)-this.scrollable.offsetTop}getLastKnownHeight(t){var e;return+(null!==(e=null==t?void 0:t.getAttribute("data-last-known-height"))&&void 0!==e?e:1e3)}appendItems(...t){this.items=[...this.items,...t]}prependItems(...t){this.items=[...t,...this.items]}connectedCallback(){super.connectedCallback(),setTimeout((()=>{this.triggerFindScrollableParent(),this.initIntersectionObserver(),this.mutationObserver.disconnect(),this.mutationObserver.observe(this.itemsContainer,{childList:!0}),this.resetScroll()}),0)}initIntersectionObserver(){this.intersectionObserver.disconnect(),this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange,{root:this.scrollable,rootMargin:"-8px",threshold:[0,.01,.1,1]})}triggerFindScrollableParent(){var t;null===(t=this.itemsContainer)||void 0===t||t.dispatchEvent(new Event("find-scrollable-parent",{composed:!0}))}findScrollableParent(t){var e;let o,r;t.stopPropagation();for(let e of t.composedPath()){const t=e,
|
|
219
|
-
`,
|
|
220
|
-
`;var
|
|
219
|
+
`}prepareRenderIfNeeded(t){const e=null!=this.renderApprovalTimeouts[t];this.inRenderRange(t)&&!e&&(this.renderApprovalTimeouts[t]=setTimeout((()=>{this.inRenderRange(t)?this.renderedIndexes.add(t):this.renderApprovalTimeouts[t]=void 0,this.requestUpdate()}),300))}inRenderRange(t){return t>=this.visibleItems[0]-this.renderBeforeFirst&&t<=(null!=(e=this.visibleItems)?e:[])[(null!=e?e:[]).length-1]+this.renderAfterLast;var e}resetScroll(){this.triggerFindScrollableParent(),this.intersectionObserver.disconnect(),this.itemsResizeObserver.disconnect(),this.scrollableResizeObserver.disconnect(),this.visibleItems=[];const t=this.resolveScrollToIndex();this.renderedIndexes.add(t),this.scrolledToTarget=!1,this.scrollToTarget(t),this.onMutation(),this.scrollDoneDebouncer.run((()=>{this.ensureScrollToTarget&&t>=0&&this.scrollDebouncer.run((()=>{Math.abs(this.scrollable.scrollTop-this.getOffset(t))>5&&this.scrollToTarget(t)}),500),this.scrolledToTarget=!0}))}resolveScrollToIndex(){var t;let e=null!==(t=this.scrollToIndex)&&void 0!==t?t:this.scrollToItem?this.items.indexOf(this.scrollToItem):-1;return e>=this.items.length?-1:e}getItem(t){var e,o,r;return null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(`#item-${t}`))&&void 0!==o?o:null===(r=this.shadowRoot)||void 0===r?void 0:r.querySelector("#item-0")}scrollToTarget(t){t<=0?(this.scrollable.scrollTop=0,this.scrollRestorationOffset=-this.getOffset(t)):(this.scrollable.scrollTop=this.getOffset(t),this.scrollRestorationOffset=0),this.scrollRestorationItem=t>=0?t:void 0}getOffset(t){var e;let o=0,r="number"==typeof t?this.getItem(t):t;for(;r&&r.offsetParent!==this.scrollable.offsetParent;)o+=r.offsetTop,r=r.offsetParent;return o+(null!==(e=null==r?void 0:r.offsetTop)&&void 0!==e?e:0)-this.scrollable.offsetTop}getLastKnownHeight(t){var e;return+(null!==(e=null==t?void 0:t.getAttribute("data-last-known-height"))&&void 0!==e?e:1e3)}appendItems(...t){this.items=[...this.items,...t]}prependItems(...t){this.items=[...t,...this.items]}connectedCallback(){super.connectedCallback(),setTimeout((()=>{this.triggerFindScrollableParent(),this.initIntersectionObserver(),this.mutationObserver.disconnect(),this.mutationObserver.observe(this.itemsContainer,{childList:!0}),this.resetScroll()}),0)}initIntersectionObserver(){this.intersectionObserver.disconnect(),this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange,{root:this.scrollable,rootMargin:"-8px",threshold:[0,.01,.1,1]})}triggerFindScrollableParent(){var t;null===(t=this.itemsContainer)||void 0===t||t.dispatchEvent(new Event("find-scrollable-parent",{composed:!0}))}findScrollableParent(t){var e;let o,r;t.stopPropagation();for(let e of t.composedPath()){const t=e,n=this.elementCanScroll(t);if(n&&t.clientHeight&&t.clientHeight<t.scrollHeight){o=t;break}n&&(r=t)}let n=o||r;n!==this.firstScrollableParent&&(null===(e=this.firstScrollableParent)||void 0===e||e.removeEventListener("scroll",this.scrollListener),null==n||n.addEventListener("scroll",this.scrollListener),this.firstScrollableParent=n,this.initIntersectionObserver(),this.resetScroll())}elementCanScroll(t){try{return["auto","scroll"].includes(getComputedStyle(t).overflowY)}catch(t){return!1}}searchFirstVisibleItem(t,e,o){if(e=null!=e?e:0,(o=null!=o?o:t.length-1)<=e)return t[e];const r=Math.floor((o-e)/2)+e,n=t[r];return this.getOffset(n)>this.scrollable.scrollTop?this.searchFirstVisibleItem(t,e,r-1):this.getOffset(n)+this.getLastKnownHeight(n)<this.scrollable.scrollTop?this.searchFirstVisibleItem(t,r+1,o):n}disconnectedCallback(){super.disconnectedCallback(),this.intersectionObserver.disconnect(),this.itemsResizeObserver.disconnect(),this.scrollableResizeObserver.disconnect(),this.mutationObserver.disconnect()}update(t){super.update(t),t.has("items")&&(this.renderedIndexes=new Set,this.renderApprovalTimeouts=[]),!t.has("scrollToItem")&&!t.has("scrollToIndex")||null==this.scrollToItem&&null==this.scrollToIndex||this.resetScroll()}updated(t){super.updated(t),(t.has("visibleItems")||t.has("items"))&&this.onVisibleItemsChange(),t.has("scrolledToTarget")&&this.scrolledToTarget&&(null!=this.scrollToItem||null!=this.scrollToIndex)&&this.dispatchEvent(new yc)}onVisibleItemsChange(){const t=this.visibleItems.every(((t,e)=>null==this.visibleItems[e+1]||t+1===this.visibleItems[e+1]));t||lo(this.visibleItems,this.lastNotOkVisibleItems)?(this.resetVisibleItemsDebouncer.cancel(),this.dispatchVisibleItemsEvent()):this.resetVisibleItemsDebouncer.run((()=>{this.lastNotOkVisibleItems=[...this.visibleItems],this.visibleItems=[],this.initIntersectionObserver(),this.onMutation()}))}dispatchVisibleItemsEvent(){var t;null===(t=this.cancelableDispatchEvent)||void 0===t||t.cancel(),this.cancelableDispatchEvent=Je(io((()=>!this.scrolling))),this.cancelableDispatchEvent.then((()=>this.dispatchEvent(new gc(this.visibleItems,this.visibleItems.map((t=>this.items[t])))))).catch((()=>null))}}bc.styles=hc,pc([Se({type:Array})],bc.prototype,"items",void 0),pc([Se({attribute:!1})],bc.prototype,"renderItem",void 0),pc([Se({attribute:!1})],bc.prototype,"getItemKey",void 0),pc([Se({type:Object})],bc.prototype,"scrollToItem",void 0),pc([Se({type:Number})],bc.prototype,"scrollToIndex",void 0),pc([Se({type:Boolean})],bc.prototype,"internalScroll",void 0),pc([Se({type:Number})],bc.prototype,"renderBeforeFirst",void 0),pc([Se({type:Number})],bc.prototype,"renderAfterLast",void 0),pc([Se({type:Boolean})],bc.prototype,"ensureScrollToTarget",void 0),pc([xe({hasChanged:(t,e)=>null!=t&&null==e||t.length!==e.length||t[0]!==e[0]})],bc.prototype,"visibleItems",void 0),pc([Ce(".scrollable")],bc.prototype,"internalScrollable",void 0),pc([Ce(".items-container")],bc.prototype,"itemsContainer",void 0),pc([xe()],bc.prototype,"scrolledToTarget",void 0),pc([xe()],bc.prototype,"scrolling",void 0),pc([xe({hasChanged:(t,e)=>!lo(t,e)})],bc.prototype,"renderedIndexes",void 0),uo("ft-infinite-scroll")(bc);const mc=dt`
|
|
220
|
+
`,vc=dt`
|
|
221
|
+
`;var Oc=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,c=t.length-1;c>=0;c--)(n=t[c])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};class Sc extends sc{constructor(){super(...arguments),this.disableContextInteractions=!1,this.registeredComponents=[]}render(){return Yt`
|
|
221
222
|
<article id=${this.tocId}>
|
|
222
223
|
<slot @register-ft-reader-topic-component=${this.registerComponent}></slot>
|
|
223
224
|
</article>
|
|
224
|
-
`}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){this.registeredComponents.push(t),t.tocNode=this.tocNode,t.disableContextInteractions=this.disableContextInteractions}update(t){super.update(t),["mapId","tocId","stateManager"].some((e=>t.has(e)))&&this.setTocNode(),t.has("tocNode")&&this.registeredComponents.forEach((t=>t.tocNode=this.tocNode))}async setTocNode(){var t;this.tocNode=void 0,this.tocNode=this.mapId&&this.tocId?await(null===(t=this.service)||void 0===t?void 0:t.getTocNode(this.tocId)):void 0}disconnectedCallback(){super.disconnectedCallback(),this.registeredComponents=[]}}
|
|
225
|
+
`}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){this.registeredComponents.push(t),t.tocNode=this.tocNode,t.disableContextInteractions=this.disableContextInteractions}update(t){super.update(t),["mapId","tocId","stateManager"].some((e=>t.has(e)))&&this.setTocNode(),t.has("tocNode")&&this.registeredComponents.forEach((t=>t.tocNode=this.tocNode))}async setTocNode(){var t;this.tocNode=void 0,this.tocNode=this.mapId&&this.tocId?await(null===(t=this.service)||void 0===t?void 0:t.getTocNode(this.tocId)):void 0}disconnectedCallback(){super.disconnectedCallback(),this.registeredComponents=[]}}Sc.styles=vc,Oc([Jn({selector:t=>{var e;return null===(e=t.map)||void 0===e?void 0:e.id}})],Sc.prototype,"mapId",void 0),Oc([Se()],Sc.prototype,"tocId",void 0),Oc([Se({type:Boolean})],Sc.prototype,"disableContextInteractions",void 0),Oc([xe()],Sc.prototype,"tocNode",void 0),uo("ft-reader-topic-context")(Sc);const xc=dt`
|
|
225
226
|
:host {
|
|
226
227
|
position: absolute;
|
|
227
228
|
top: 0;
|
|
@@ -240,7 +241,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
240
241
|
.ft-watermark {
|
|
241
242
|
z-index: 79;
|
|
242
243
|
}
|
|
243
|
-
`;var
|
|
244
|
+
`;var wc=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,c=t.length-1;c>=0;c--)(n=t[c])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};class Cc extends sc{constructor(){super(...arguments),this.height="0"}render(){var t,e,o;return this.watermark?Yt`
|
|
244
245
|
<style>
|
|
245
246
|
.ft-watermark {
|
|
246
247
|
height: ${this.height};
|
|
@@ -254,7 +255,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
254
255
|
</text>
|
|
255
256
|
</svg>
|
|
256
257
|
</div>
|
|
257
|
-
`:Qt}updated(t){if(super.updated(t),t.has("watermark")&&this.watermark){const t=this.svg.getBBox();this.svg.setAttribute("viewBox",t.x+" "+t.y+" "+t.width+" "+t.height)}}}
|
|
258
|
+
`:Qt}updated(t){if(super.updated(t),t.has("watermark")&&this.watermark){const t=this.svg.getBBox();this.svg.setAttribute("viewBox",t.x+" "+t.y+" "+t.width+" "+t.height)}}}Cc.styles=xc,wc([Jn({selector:t=>{var e;return null===(e=t.map)||void 0===e?void 0:e.watermark}})],Cc.prototype,"watermark",void 0),wc([Ce(".ft-watermark")],Cc.prototype,"svg",void 0),wc([Se()],Cc.prototype,"height",void 0);var Nc=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,c=t.length-1;c>=0;c--)(n=t[c])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};class Ec extends sc{constructor(){super(...arguments),this.renderTopic=()=>Yt`
|
|
258
259
|
<ft-reader-topic-title></ft-reader-topic-title>
|
|
259
260
|
<ft-reader-topic-content></ft-reader-topic-content>
|
|
260
261
|
`,this.disableContextInteractions=!1,this.renderBeforeFirst=5,this.renderAfterLast=10,this.visibleTopicsDebouncer=new oo(50)}render(){var t,e,o;const r=(null===(t=this.currentPage)||void 0===t?void 0:t.topics)||[];return Yt`
|
|
@@ -275,4 +276,4 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
|
|
|
275
276
|
<ft-reader-topic-context tocId="${t}" ?disableContextInteractions=${this.disableContextInteractions}>
|
|
276
277
|
${this.renderTopic(t,e)}
|
|
277
278
|
</ft-reader-topic-context>
|
|
278
|
-
`}getScrollTarget(){var t,e,o,r,
|
|
279
|
+
`}getScrollTarget(){var t,e,o,r,n;if(this.disableContextInteractions)return null;const i=null!==(r=null===(t=this.visibleTopics)||void 0===t?void 0:t.includes(null!==(o=null===(e=this.scrollTarget)||void 0===e?void 0:e.tocId)&&void 0!==o?o:""))&&void 0!==r&&r;return!(null===(n=this.scrollTarget)||void 0===n?void 0:n.tocId)||i&&null!=this.scrollTarget.section?null:this.scrollTarget.tocId}visibleTopicChange(t){this.disableContextInteractions||this.visibleTopicsDebouncer.run((()=>{var e;return null===(e=this.stateManager)||void 0===e?void 0:e.setVisibleTopics(t.detail.visibleItems)}))}onScrollDone(){var t,e;this.disableContextInteractions||(null===(t=this.scrollTarget)||void 0===t?void 0:t.section)||null===(e=this.stateManager)||void 0===e||e.scrollDone()}}Ec.elementDefinitions={"ft-infinite-scroll":bc,"ft-reader-watermark":Cc},Ec.styles=mc,Nc([Se()],Ec.prototype,"renderTopic",void 0),Nc([Se({type:Boolean})],Ec.prototype,"disableContextInteractions",void 0),Nc([Jn()],Ec.prototype,"currentPage",void 0),Nc([Jn()],Ec.prototype,"scrollTarget",void 0),Nc([Jn()],Ec.prototype,"visibleTopics",void 0),Nc([Jn({selector:t=>{var e,o;return null!==(o=null===(e=t.configuration)||void 0===e?void 0:e.loadBeforeFirstVisibleTopic)&&void 0!==o?o:5}})],Ec.prototype,"renderBeforeFirst",void 0),Nc([Jn({selector:t=>{var e,o;return null!==(o=null===(e=t.configuration)||void 0===e?void 0:e.loadAfterLastVisibleTopic)&&void 0!==o?o:5}})],Ec.prototype,"renderAfterLast",void 0),Nc([Jn()],Ec.prototype,"mapId",void 0),Nc([Ce(".ft-reader-content")],Ec.prototype,"container",void 0),uo("ft-reader-content")(Ec),t.FtReaderContent=Ec,t.FtReaderContentCssVariables={},t.styles=mc}({});
|