@fluid-topics/ft-wc-utils 1.1.12 → 1.1.14

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.
@@ -145,16 +145,16 @@ const xo=2;let Eo=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,
145
145
  * Code distributed by Google as part of the polymer project is also
146
146
  * subject to an additional IP rights grant found at
147
147
  * http://polymer.github.io/PATENTS.txt
148
- */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,s=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 s=i.prototype.attributeChangedCallback,c=new Set(i.observedAttributes||[]);u(i,c,s);const l={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,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,l),this._definitionsByClass.set(i,l);let f=o.call(r,t);f||(f=h(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,l),l.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),p(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let 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 l=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!l(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),l(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},h=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)}},u=(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)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},p=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),c=t;try{new e.elementClass}catch(t){d(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)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),g.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){g.push(this),o.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,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(Er){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)}}}class Uo extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class Wo extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new Uo("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new Uo("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const ko=t=>new Wo(((e,o)=>t.then(e).catch(o)));class Ao{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}}const $o=t=>new Promise((e=>setTimeout(e,t)));function Fo(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 Ko(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(!Ko(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(!Ko(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(!Ko(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}function jo(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)=>!Ko(t,e),...null!=e?e:{}})}const Bo=t=>"string"==typeof t?ft(t):t;class Po{static create(t,e,o,r){const i=t=>Bo(null!=t?t:r),n=ht`var(${Bo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>ht`var(${Bo(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=ht`var(${Bo(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=>ht`var(${Bo(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):Bo(null!=e?e:t.lastResortDefaultValue()),r=ht`var(${Bo(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=>ht`var(${Bo(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const Mo={colorWhite:Po.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Po.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Po.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Po.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Po.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Po.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Po.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Po.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Po.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Po.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Po.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Po.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Po.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Po.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Po.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Po.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Po.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Po.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Po.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Po.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Po.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Po.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Po.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Po.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Po.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Po.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Po.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Po.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Po.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Po.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Po.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Po.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Po.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Po.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Po.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Po.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Po.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Po.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Po.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Po.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Po.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Po.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Po.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Po.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Po.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Po.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Po.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Po.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Po.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Po.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Po.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Po.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Po.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Po.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Po.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Po.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Po.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Po.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Po.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Po.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Po.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Po.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Po.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Po.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Po.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Po.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Po.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Po.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Po.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Po.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Po.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Po.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Po.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Po.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Po.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Po.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Po.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Po.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Po.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Po.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Po.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Po.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Po.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Po.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Po.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Po.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Po.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Po.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Po.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Po.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Po.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Po.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Po.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Po.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Po.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Po.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Po.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Po.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Po.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Po.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Po.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Po.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Po.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Po.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Po.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Po.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Po.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Po.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Po.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Po.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Po.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Po.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Po.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Po.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Po.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Po.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Po.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Po.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Po.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Po.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Po.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Po.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Po.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Po.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Po.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Po.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Po.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Po.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Po.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Po.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Po.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Po.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Po.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Po.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Po.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Po.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Po.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Po.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Po.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Po.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Po.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Po.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Po.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Po.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Po.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Po.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Po.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Po.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Po.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Po.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Po.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Po.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Po.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Po.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Po.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Po.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Po.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Po.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Po.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Po.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Po.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Po.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Po.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Po.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Po.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Po.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Po.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Po.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Po.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Po.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Po.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Po.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Po.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Po.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Po.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Po.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Po.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Po.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Po.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Po.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Po.create("--ft-opacity-0","","NUMBER","0"),opacity8:Po.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Po.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Po.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Po.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Po.create("--ft-opacity-80","","NUMBER","0.8")},_o={fontFamily:Po.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Po.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Po.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Po.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-display-textCase","","UNKNOWN","none")},Zo={fontFamily:Po.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Po.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Po.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Po.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Do={fontFamily:Po.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Po.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Po.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Po.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},zo={fontFamily:Po.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Po.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Po.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Po.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Ho={fontFamily:Po.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Po.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Po.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Po.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Po.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},To={fontFamily:Po.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Po.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Po.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Po.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Po.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Go={fontFamily:Po.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Po.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Po.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Po.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Vo={fontFamily:Po.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Po.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Po.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Po.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Po.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},qo={fontFamily:Po.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Po.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Po.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Po.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Po.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Jo={fontFamily:Po.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Po.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Po.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Po.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Po.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Yo={fontFamily:Po.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Po.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Po.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Po.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Po.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Po.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Xo={fontFamily:Po.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Po.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Po.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Po.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Po.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Qo={fontFamily:Po.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Po.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Po.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Po.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Po.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Po.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},tr={fontFamily:Po.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Po.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Po.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Po.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Po.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Po.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},er={fontFamily:Po.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Po.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Po.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Po.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Po.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},or={fontFamily:Po.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Po.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Po.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Po.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Po.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Po.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},rr={fontFamily:Po.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Po.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Po.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Po.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Po.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Po.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},ir={fontFamily:Po.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Po.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Po.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Po.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Po.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},nr={fontFamily:Po.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Po.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Po.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Po.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Po.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Po.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},ar={fontFamily:Po.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Po.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Po.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Po.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Po.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Po.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},sr={fontFamily:Po.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Po.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Po.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Po.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Po.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Po.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},cr={fontFamily:Po.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Po.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Po.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Po.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Po.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Po.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Po.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Po.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Po.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},lr={display:_o,"title-1":Zo,"title-2":Do,"title-3":zo,"body-1-regular":Ho,"body-1-medium":To,"body-1-semibold":Go,"body-2-regular":Vo,"body-2-medium":qo,"body-2-semibold":Jo,"label-1-medium":Yo,"label-1-semibold":Xo,"label-1-bold":Qo,"label-2-medium":tr,"label-2-semibold":er,"label-2-bold":or,"caption-1-medium":rr,"caption-1-semibold":ir,"caption-1-bold":nr,"caption-2-medium":ar,"caption-2-semibold":sr,"caption-2-bold":cr},fr={backgroundActionPrimary:Po.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Mo.colorBrand0),backgroundErrorPrimary:Po.extend("--ft-background-error-primary","Used as background of error components.",Mo.colorRed0),backgroundErrorSubtle:Po.extend("--ft-background-error-subtle","Used as background of subtle error components.",Mo.colorRed10),backgroundInfoPrimary:Po.extend("--ft-background-info-primary","Used as background of information components.",Mo.colorCyan200),backgroundInfoSubtle:Po.extend("--ft-background-info-subtle","Used as background of subtle information components.",Mo.colorCyan10),backgroundWarningPrimary:Po.extend("--ft-background-warning-primary","Used as background of warning components.",Mo.colorOrange300),backgroundWarningSubtle:Po.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Mo.colorOrange10),backgroundSuccessPrimary:Po.extend("--ft-background-success-primary","Used as background of success components.",Mo.colorGreen200),backgroundSuccessSubtle:Po.extend("--ft-background-success-subtle","Used as background of subtle success components.",Mo.colorGreen10),backgroundGlobalSurface:Po.extend("--ft-background-global-surface","Used as app background.",Mo.colorWhite),backgroundGlobalOnSurface:Po.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Mo.colorGray10),backgroundGlobalOnSurfaceDark:Po.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Mo.colorGray30),contentActionPrimary:Po.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Mo.colorBrand0),contentWarningPrimary:Po.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Mo.colorOrange300),contentWarningIconOnly:Po.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Mo.colorOrange0),contentErrorPrimary:Po.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Mo.colorRed0),contentErrorIconOnly:Po.extend("--ft-content-error-icon-only","Used on error status icons alone",Mo.colorRed0),contentInfoPrimary:Po.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Mo.colorCyan200),contentInfoIconOnly:Po.extend("--ft-content-info-icon-only","Used on info status icons alone",Mo.colorCyan0),contentSuccessIconOnly:Po.extend("--ft-content-success-icon-only","Used on success status icons alone",Mo.colorGreen0),contentSuccessPrimary:Po.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Mo.colorGreen200),contentGlobalPrimary:Po.extend("--ft-content-global-primary","Used for main content on the page.",Mo.colorGray500),contentGlobalSecondary:Po.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Mo.colorGray200),contentGlobalSubtle:Po.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Mo.colorGray0),contentGlobalOnColor:Po.extend("--ft-content-global-on-color","Used for content on a dominant color.",Mo.colorWhite),borderActionPrimary:Po.extend("--ft-border-action-primary","Used as border for primary action components.",Mo.colorBrand0),borderActionFocusRing:Po.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Mo.colorCyan0),borderWarningPrimary:Po.extend("--ft-border-warning-primary","Used as border for warning components.",Mo.colorOrange30),borderSuccessPrimary:Po.extend("--ft-border-success-primary","Used as border for success components.",Mo.colorGreen30),borderErrorPrimary:Po.extend("--ft-border-error-primary","Used as border for error components.",Mo.colorRed30),borderInfoPrimary:Po.extend("--ft-border-info-primary","Used as border for information components.",Mo.colorCyan30),borderGlobalSubtle:Po.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Mo.colorGray30),borderGlobalPrimary:Po.extend("--ft-border-global-primary","Used as border for element like input.",Mo.colorGray50),borderInputPrimary:Po.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Mo.colorGray80)},hr={largeHeight:Po.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:Po.extend("--ft-button-large-horizontal-padding","",Mo.spacing4),largeGap:Po.extend("--ft-button-large-gap","",Mo.spacing2),largeBorderRadius:Po.extend("--ft-button-large-border-radius","",Mo.borderRadiusS),largeIconSize:Po.extend("--ft-button-large-icon-size","",Mo.iconSize3),largeBorderWidth:Po.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:Po.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Po.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:Po.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:Po.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:Po.extend("--ft-button-small-horizontal-padding","",Mo.spacing3),smallGap:Po.extend("--ft-button-small-gap","",Mo.spacing2),smallBorderRadius:Po.extend("--ft-button-small-border-radius","",Mo.borderRadiusS),smallIconSize:Po.extend("--ft-button-small-icon-size","",Mo.iconSize2),smallBorderWidth:Po.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:Po.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Po.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:Po.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:Po.extend("--ft-button-primary-background-color","",fr.backgroundActionPrimary),primaryColor:Po.extend("--ft-button-primary-color","",fr.contentGlobalOnColor),primaryIconColor:Po.extend("--ft-button-primary-icon-color","",fr.contentGlobalOnColor),primaryStateLayerColor:Po.extend("--ft-button-primary-state-layer-color","",fr.contentGlobalOnColor),primaryStateLayerOpacityHover:Po.extend("--ft-button-primary-state-layer-opacity-hover","",Mo.opacity16),primaryStateLayerOpacityFocus:Po.extend("--ft-button-primary-state-layer-opacity-focus","",Mo.opacity16),primaryStateLayerOpacityActive:Po.extend("--ft-button-primary-state-layer-opacity-active","",Mo.opacity24),primaryComponentOpacityDisabled:Po.extend("--ft-button-primary-component-opacity-disabled","",Mo.opacity40),focusFocusRingColor:Po.extend("--ft-button-focus-focus-ring-color","",fr.borderActionFocusRing),tertiaryBackgroundColor:Po.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:Po.extend("--ft-button-tertiary-color","",fr.contentActionPrimary),tertiaryIconColor:Po.extend("--ft-button-tertiary-icon-color","",fr.contentActionPrimary),tertiaryStateLayerColor:Po.extend("--ft-button-tertiary-state-layer-color","",fr.contentActionPrimary),tertiaryStateLayerOpacityHover:Po.extend("--ft-button-tertiary-state-layer-opacity-hover","",Mo.opacity8),tertiaryStateLayerOpacityFocus:Po.extend("--ft-button-tertiary-state-layer-opacity-focus","",Mo.opacity8),tertiaryStateLayerOpacityActive:Po.extend("--ft-button-tertiary-state-layer-opacity-active","",Mo.opacity16),tertiaryComponentOpacityDisabled:Po.extend("--ft-button-tertiary-component-opacity-disabled","",Mo.opacity40),secondaryBackgroundColor:Po.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:Po.extend("--ft-button-secondary-color","",fr.contentActionPrimary),secondaryIconColor:Po.extend("--ft-button-secondary-icon-color","",fr.contentActionPrimary),secondaryStateLayerColor:Po.extend("--ft-button-secondary-state-layer-color","",fr.contentActionPrimary),secondaryStateLayerOpacityHover:Po.extend("--ft-button-secondary-state-layer-opacity-hover","",Mo.opacity8),secondaryStateLayerOpacityFocus:Po.extend("--ft-button-secondary-state-layer-opacity-focus","",Mo.opacity8),secondaryStateLayerOpacityActive:Po.extend("--ft-button-secondary-state-layer-opacity-active","",Mo.opacity16),secondaryComponentOpacityDisabled:Po.extend("--ft-button-secondary-component-opacity-disabled","",Mo.opacity40),secondaryBorderColor:Po.extend("--ft-button-secondary-border-color","",fr.borderActionPrimary),neutralBackgroundColor:Po.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:Po.extend("--ft-button-neutral-icon-color","",fr.contentGlobalSecondary),neutralColor:Po.extend("--ft-button-neutral-color","",fr.contentGlobalSecondary),neutralStateLayerColor:Po.extend("--ft-button-neutral-state-layer-color","",fr.contentGlobalSecondary),neutralStateLayerOpacityHover:Po.extend("--ft-button-neutral-state-layer-opacity-hover","",Mo.opacity8),neutralStateLayerOpacityFocus:Po.extend("--ft-button-neutral-state-layer-opacity-focus","",Mo.opacity8),neutralStateLayerOpacityActive:Po.extend("--ft-button-neutral-state-layer-opacity-active","",Mo.opacity16),neutralComponentOpacityDisabled:Po.extend("--ft-button-neutral-component-opacity-disabled","",Mo.opacity40)},ur={topLeftBorderRadius:Po.extend("--ft-tabs-top-left-border-radius","",Mo.borderRadiusS),topRightBorderRadius:Po.extend("--ft-tabs-top-right-border-radius","",Mo.borderRadiusS),labelHorizontalPadding:Po.extend("--ft-tabs-label-horizontal-padding","",Mo.spacing4),labelVerticalPadding:Po.extend("--ft-tabs-label-vertical-padding","",Mo.spacing3),labelGap:Po.extend("--ft-tabs-label-gap","",Mo.spacing1)},dr={groupHorizontalPadding:Po.extend("--ft-switch-group-horizontal-padding","",Mo.spacing1),groupVerticalPadding:Po.extend("--ft-switch-group-vertical-padding","",Mo.spacing1),groupGap:Po.extend("--ft-switch-group-gap","",Mo.spacing1),groupBackgroundColor:Po.extend("--ft-switch-group-background-color","",fr.backgroundGlobalSurface),groupBorderColor:Po.extend("--ft-switch-group-border-color","",fr.borderGlobalSubtle),groupBorderRadius:Po.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:Po.extend("--ft-switch-label-horizontal-padding","",Mo.spacing2),labelVerticalPadding:Po.extend("--ft-switch-label-vertical-padding","",Mo.spacing1),iconHorizontalPadding:Po.extend("--ft-switch-icon-horizontal-padding","",Mo.spacing1),iconVerticalPadding:Po.extend("--ft-switch-icon-vertical-padding","",Mo.spacing1),focusOutlineWidth:Po.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Po.extend("--ft-switch-focus-focus-ring-color","",fr.borderActionFocusRing),optionBorderRadius:Po.extend("--ft-switch-option-border-radius","",Mo.borderRadiusS),offStateLayerOpacityHover:Po.extend("--ft-switch-off-state-layer-opacity-hover","",Mo.opacity8),offStateLayerOpacityFocus:Po.extend("--ft-switch-off-state-layer-opacity-focus","",Mo.opacity8),offStateLayerOpacityActive:Po.extend("--ft-switch-off-state-layer-opacity-active","",Mo.opacity16),offComponentOpacityDisabled:Po.extend("--ft-switch-off-component-opacity-disabled","",Mo.opacity40),offColor:Po.extend("--ft-switch-off-color","",fr.contentGlobalSubtle),offStateLayerColor:Po.extend("--ft-switch-off-state-layer-color","",fr.contentGlobalSubtle)},pr={color1Light:Po.extend("--ft-chart-1-light","for area color charts",Mo.colorBrand40),color1Base:Po.extend("--ft-chart-1-base","for line charts",Mo.colorBrand0),color2Light:Po.extend("--ft-chart-2-light","for area color charts",Mo.colorYellow60),color2Base:Po.extend("--ft-chart-2-base","for line charts",Mo.colorYellow100),color3Light:Po.extend("--ft-chart-3-light","",Mo.colorUltramarine40),color3Base:Po.extend("--ft-chart-3-base","",Mo.colorUltramarine70),color4Light:Po.extend("--ft-chart-4-light","",Mo.colorCyan50),color4Base:Po.extend("--ft-chart-4-base","",Mo.colorCyan100),color5Light:Po.extend("--ft-chart-5-light","",Mo.colorRed40),color5Base:Po.extend("--ft-chart-5-base","",Mo.colorRed60),color6Light:Po.extend("--ft-chart-6-light","",Mo.colorGreen40),color6Base:Po.extend("--ft-chart-6-base","",Mo.colorGreen70),color7Light:Po.extend("--ft-chart-7-light","",Mo.colorOrange70),color7Base:Po.extend("--ft-chart-7-base","",Mo.colorOrange100),color8Light:Po.extend("--ft-chart-8-light","",Mo.colorAvocado70),color8Base:Po.extend("--ft-chart-8-base","",Mo.colorAvocado200),color9Light:Po.extend("--ft-chart-9-light","",Mo.colorBrown50),color9Base:Po.extend("--ft-chart-9-base","",Mo.colorBrown200),color10Light:Po.extend("--ft-chart-10-light","",Mo.colorGray50),color10Base:Po.extend("--ft-chart-10-base","",Mo.colorGray80),monochrome10:Po.extend("--ft-chart-monochrome-10","",Mo.colorBrand10),monochrome20:Po.extend("--ft-chart-monochrome-20","",Mo.colorBrand20),monochrome30:Po.extend("--ft-chart-monochrome-30","",Mo.colorBrand40),monochrome40:Po.extend("--ft-chart-monochrome-40","",Mo.colorBrand60),monochrome50:Po.extend("--ft-chart-monochrome-50","",Mo.colorBrand0),monochrome60:Po.extend("--ft-chart-monochrome-60","",Mo.colorBrand200)},yr={largeHorizontalPadding:Po.extend("--ft-chip-large-horizontal-padding","",Mo.spacing4),largeVerticalPadding:Po.extend("--ft-chip-large-vertical-padding","",Mo.spacing2),largeGap:Po.extend("--ft-chip-large-gap","",Mo.spacing1),largeFocusOutlineOffset:Po.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Po.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:Po.extend("--ft-chip-large-border-radius","",Mo.borderRadiusPill),largeBorderWidth:Po.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:Po.extend("--ft-chip-large-icon-size","",Mo.iconSize3),mediumHorizontalPadding:Po.extend("--ft-chip-medium-horizontal-padding","",Mo.spacing3),mediumVerticalPadding:Po.extend("--ft-chip-medium-vertical-padding","",Mo.spacing1),mediumGap:Po.extend("--ft-chip-medium-gap","",Mo.spacing1),mediumFocusOutlineOffset:Po.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:Po.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:Po.extend("--ft-chip-medium-border-radius","",Mo.borderRadiusPill),mediumBorderWidth:Po.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:Po.extend("--ft-chip-medium-icon-size","",Mo.iconSize2),smallHorizontalPadding:Po.extend("--ft-chip-small-horizontal-padding","",Mo.spacing2),smallVerticalPadding:Po.extend("--ft-chip-small-vertical-padding","",Mo.spacing05),smallGap:Po.extend("--ft-chip-small-gap","",Mo.spacing1),smallFocusOutlineOffset:Po.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Po.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:Po.extend("--ft-chip-small-border-radius","",Mo.borderRadiusPill),smallBorderWidth:Po.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:Po.extend("--ft-chip-small-icon-size","",Mo.iconSize1),neutralBackgroundColor:Po.extend("--ft-chip-neutral-background-color","",fr.backgroundGlobalOnSurface),neutralColor:Po.extend("--ft-chip-neutral-color","",fr.contentGlobalPrimary),neutralBorderColor:Po.extend("--ft-chip-neutral-border-color","",fr.borderGlobalSubtle),infoBackgroundColor:Po.extend("--ft-chip-info-background-color","",fr.backgroundInfoSubtle),infoColor:Po.extend("--ft-chip-info-color","",fr.contentInfoPrimary),infoBorderColor:Po.extend("--ft-chip-info-border-color","",fr.borderInfoPrimary),successBackgroundColor:Po.extend("--ft-chip-success-background-color","",fr.backgroundSuccessSubtle),successColor:Po.extend("--ft-chip-success-color","",fr.contentSuccessPrimary),successBorderColor:Po.extend("--ft-chip-success-border-color","",fr.borderSuccessPrimary),warningBackgroundColor:Po.extend("--ft-chip-warning-background-color","",fr.backgroundWarningSubtle),warningColor:Po.extend("--ft-chip-warning-color","",fr.contentWarningPrimary),warningBorderColor:Po.extend("--ft-chip-warning-border-color","",fr.borderWarningPrimary),errorBackgroundColor:Po.extend("--ft-chip-error-background-color","",fr.backgroundErrorSubtle),errorColor:Po.extend("--ft-chip-error-color","",fr.contentErrorPrimary),errorBorderColor:Po.extend("--ft-chip-error-border-color","",fr.borderErrorPrimary)},gr={borderWidth:Po.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:Po.extend("--ft-notice-horizontal-padding","",Mo.spacing2),verticalPadding:Po.extend("--ft-notice-vertical-padding","",Mo.spacing1),borderRadius:Po.extend("--ft-notice-border-radius","",Mo.borderRadiusS),gap:Po.extend("--ft-notice-gap","",Mo.spacing2),iconSize:Po.extend("--ft-notice-icon-size","",Mo.iconSize3),infoBackgroundColor:Po.extend("--ft-notice-info-background-color","",fr.backgroundInfoSubtle),infoBorderColor:Po.extend("--ft-notice-info-border-color","",fr.borderInfoPrimary),infoColor:Po.extend("--ft-notice-info-color","",fr.contentInfoPrimary),warningBackgroundColor:Po.extend("--ft-notice-warning-background-color","",fr.backgroundWarningSubtle),warningBorderColor:Po.extend("--ft-notice-warning-border-color","",fr.borderWarningPrimary),warningColor:Po.extend("--ft-notice-warning-color","",fr.contentWarningPrimary)},br={labelColor:Po.extend("--ft-checkbox-label-color","",fr.contentGlobalPrimary),checkedBackgroundColor:Po.extend("--ft-checkbox-checked-background-color","",fr.contentActionPrimary),checkedStateLayerColor:Po.extend("--ft-checkbox-checked-state-layer-color","",fr.contentActionPrimary),checkedColor:Po.extend("--ft-checkbox-checked-color","",fr.contentGlobalOnColor),checkedStateLayerOpacityHover:Po.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Mo.opacity16),checkedStateLayerOpacityFocus:Po.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Mo.opacity16),checkedStateLayerOpacityActive:Po.extend("--ft-checkbox-checked-state-layer-opacity-active","",Mo.opacity24),checkedComponentOpacityDisabled:Po.extend("--ft-checkbox-checked-component-opacity-disabled","",Mo.opacity40),uncheckedBorderColor:Po.extend("--ft-checkbox-unchecked-border-color","",Mo.colorGray80),uncheckedStateLayerColor:Po.extend("--ft-checkbox-unchecked-state-layer-color","",Mo.colorGray80),uncheckedStateLayerOpacityHover:Po.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Mo.opacity16),uncheckedStateLayerOpacityFocus:Po.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Mo.opacity16),uncheckedStateLayerOpacityActive:Po.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Mo.opacity24),uncheckedComponentOpacityDisabled:Po.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Mo.opacity40),focusFocusRingColor:Po.extend("--ft-checkbox-focus-focus-ring-color","",fr.borderActionFocusRing),focusOutlineOffset:Po.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:Po.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:Po.extend("--ft-checkbox-gap","",Mo.spacing3)},mr={offStateLayerOpacityHover:Po.extend("--ft-toggle-off-state-layer-opacity-hover","",Mo.opacity16),offStateLayerOpacityFocus:Po.extend("--ft-toggle-off-state-layer-opacity-focus","",Mo.opacity16),offStateLayerOpacityActive:Po.extend("--ft-toggle-off-state-layer-opacity-active","",Mo.opacity24),offComponentOpacityDisabled:Po.extend("--ft-toggle-off-component-opacity-disabled","",Mo.opacity40),offBackgroundColor:Po.extend("--ft-toggle-off-background-color","",fr.contentGlobalSubtle),offIconColor:Po.extend("--ft-toggle-off-icon-color","",fr.contentGlobalSubtle),offStateLayerColor:Po.extend("--ft-toggle-off-state-layer-color","",fr.contentGlobalSubtle),onStateLayerOpacityHover:Po.extend("--ft-toggle-on-state-layer-opacity-hover","",Mo.opacity16),onStateLayerOpacityFocus:Po.extend("--ft-toggle-on-state-layer-opacity-focus","",Mo.opacity16),onStateLayerOpacityActive:Po.extend("--ft-toggle-on-state-layer-opacity-active","",Mo.opacity24),onComponentOpacityDisabled:Po.extend("--ft-toggle-on-component-opacity-disabled","",Mo.opacity40),onBackgroundColor:Po.extend("--ft-toggle-on-background-color","",fr.contentActionPrimary),onIconColor:Po.extend("--ft-toggle-on-icon-color","",fr.contentActionPrimary),onStateLayerColor:Po.extend("--ft-toggle-on-state-layer-color","",fr.contentActionPrimary),labelColor:Po.extend("--ft-toggle-label-color","",fr.contentGlobalPrimary),focusFocusRingColor:Po.extend("--ft-toggle-focus-focus-ring-color","",fr.borderActionFocusRing),gap:Po.extend("--ft-toggle-gap","",Mo.spacing3)},Or={labelColor:Po.extend("--ft-radio-label-color","",fr.contentGlobalPrimary),selectedColor:Po.extend("--ft-radio-selected-color","",fr.contentActionPrimary),selectedStateLayerColor:Po.extend("--ft-radio-selected-state-layer-color","",fr.contentActionPrimary),selectedStateLayerOpacityHover:Po.extend("--ft-radio-selected-state-layer-opacity-hover","",Mo.opacity16),selectedStateLayerOpacityFocus:Po.extend("--ft-radio-selected-state-layer-opacity-focus","",Mo.opacity16),selectedStateLayerOpacityActive:Po.extend("--ft-radio-selected-state-layer-opacity-active","",Mo.opacity24),selectedComponentOpacityDisabled:Po.extend("--ft-radio-selected-component-opacity-disabled","",Mo.opacity40),unselectedStateLayerColor:Po.extend("--ft-radio-unselected-state-layer-color","",Mo.colorGray80),unselectedStateLayerOpacityHover:Po.extend("--ft-radio-unselected-state-layer-opacity-hover","",Mo.opacity16),unselectedStateLayerOpacityFocus:Po.extend("--ft-radio-unselected-state-layer-opacity-focus","",Mo.opacity16),unselectedStateLayerOpacityActive:Po.extend("--ft-radio-unselected-state-layer-opacity-active","",Mo.opacity24),unselectedComponentOpacityDisabled:Po.extend("--ft-radio-unselected-component-opacity-disabled","",Mo.opacity40),focusFocusRingColor:Po.extend("--ft-radio-focus-focus-ring-color","",fr.borderActionFocusRing),focusOutlineOffset:Po.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:Po.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:Po.extend("--ft-radio-gap","",Mo.spacing3)},vr={iconSize:Po.extend("--ft-notification-icon-size","",Mo.iconSize4),horizontalPadding:Po.extend("--ft-notification-horizontal-padding","",Mo.spacing4),verticalPadding:Po.extend("--ft-notification-vertical-padding","",Mo.spacing4),infoBackgroundColor:Po.extend("--ft-notification-info-background-color","",fr.backgroundInfoSubtle),infoColor:Po.extend("--ft-notification-info-color","",fr.contentInfoPrimary),infoBorderColor:Po.extend("--ft-notification-info-border-color","",fr.borderInfoPrimary),successBackgroundColor:Po.extend("--ft-notification-success-background-color","",fr.backgroundSuccessSubtle),successColor:Po.extend("--ft-notification-success-color","",fr.contentSuccessPrimary),successBorderColor:Po.extend("--ft-notification-success-border-color","",fr.borderSuccessPrimary),warningBackgroundColor:Po.extend("--ft-notification-warning-background-color","",fr.backgroundWarningSubtle),warningColor:Po.extend("--ft-notification-warning-color","",fr.contentWarningPrimary),warningBorderColor:Po.extend("--ft-notification-warning-border-color","",fr.borderWarningPrimary),errorBackgroundColor:Po.extend("--ft-notification-error-background-color","",fr.backgroundErrorSubtle),errorColor:Po.extend("--ft-notification-error-color","",fr.contentErrorPrimary),errorBorderColor:Po.extend("--ft-notification-error-border-color","",fr.borderErrorPrimary),borderRadius:Po.extend("--ft-notification-border-radius","",Mo.borderRadiusPill),borderWidth:Po.create("--ft-notification-border-width","","SIZE","1px"),gapLeading:Po.extend("--ft-notification-gap-leading","",Mo.spacing2),gapTrailing:Po.extend("--ft-notification-gap-trailing","",Mo.spacing8)},Sr={colorPrimary:Po.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Po.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Po.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Po.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Po.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Po.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Po.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Po.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Po.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Po.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Po.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Po.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Po.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Po.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Po.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Po.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Po.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Po.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Po.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Po.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Po.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Po.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Po.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Po.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Po.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Po.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Po.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Po.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Po.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Po.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Po.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Po.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Po.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Po.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Po.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Po.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Po.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Po.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Po.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Po.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Po.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Po.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Po.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Po.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Po.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:Po.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:Po.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:Po.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:Po.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:Po.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:Po.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:Po.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:Po.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:Po.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:Po.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Po.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Po.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Po.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Po.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Po.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Po.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Po.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class Nr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class wr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Cr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}
148
+ */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,s=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 s=i.prototype.attributeChangedCallback,c=new Set(i.observedAttributes||[]);u(i,c,s);const l={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,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,l),this._definitionsByClass.set(i,l);let f=o.call(r,t);f||(f=h(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,l),l.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),p(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let 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 l=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!l(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),l(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},h=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)}},u=(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)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},p=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),c=t;try{new e.elementClass}catch(t){d(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)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),g.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){g.push(this),o.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,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(Rr){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)}}}class Uo extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class Wo extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new Uo("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new Uo("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const ko=t=>new Wo(((e,o)=>t.then(e).catch(o)));class Ao{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}}const $o=t=>new Promise((e=>setTimeout(e,t)));async function Fo(t,e=5,o){let r,i,n=await t();for(r=i=performance.now();!n&&(!o||i-r<o);)await $o(e),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded")}function Ko(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 jo(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(!jo(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(!jo(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(!jo(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}function Bo(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)=>!jo(t,e),...null!=e?e:{}})}const Po=t=>"string"==typeof t?ft(t):t;class Mo{static create(t,e,o,r){const i=t=>Po(null!=t?t:r),n=ht`var(${Po(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>ht`var(${Po(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=ht`var(${Po(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=>ht`var(${Po(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):Po(null!=e?e:t.lastResortDefaultValue()),r=ht`var(${Po(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=>ht`var(${Po(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const _o={colorWhite:Mo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Mo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Mo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Mo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Mo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Mo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Mo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Mo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Mo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Mo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Mo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Mo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Mo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Mo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Mo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Mo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Mo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Mo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Mo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Mo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Mo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Mo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Mo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Mo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Mo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Mo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Mo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Mo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Mo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Mo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Mo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Mo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Mo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Mo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Mo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Mo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Mo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Mo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Mo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Mo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Mo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Mo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Mo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Mo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Mo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Mo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Mo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Mo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Mo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Mo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Mo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Mo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Mo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Mo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Mo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Mo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Mo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Mo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Mo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Mo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Mo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Mo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Mo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Mo.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Mo.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Mo.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Mo.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Mo.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Mo.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Mo.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Mo.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Mo.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Mo.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Mo.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Mo.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Mo.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Mo.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Mo.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Mo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Mo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Mo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Mo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Mo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Mo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Mo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Mo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Mo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Mo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Mo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Mo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Mo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Mo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Mo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Mo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Mo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Mo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Mo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Mo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Mo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Mo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Mo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Mo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Mo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Mo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Mo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Mo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Mo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Mo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Mo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Mo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Mo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Mo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Mo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Mo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Mo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Mo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Mo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Mo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Mo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Mo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Mo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Mo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Mo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Mo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Mo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Mo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Mo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Mo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Mo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Mo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Mo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Mo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Mo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Mo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Mo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Mo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Mo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Mo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Mo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Mo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Mo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Mo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Mo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Mo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Mo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Mo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Mo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Mo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Mo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Mo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Mo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Mo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Mo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Mo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Mo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Mo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Mo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Mo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Mo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Mo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Mo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Mo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Mo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Mo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Mo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Mo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Mo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Mo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Mo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Mo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Mo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Mo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Mo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Mo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Mo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Mo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Mo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Mo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Mo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Mo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Mo.create("--ft-opacity-0","","NUMBER","0"),opacity8:Mo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Mo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Mo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Mo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Mo.create("--ft-opacity-80","","NUMBER","0.8")},Zo={fontFamily:Mo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Mo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Mo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Mo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-display-textCase","","UNKNOWN","none")},Do={fontFamily:Mo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Mo.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Mo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Mo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},zo={fontFamily:Mo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Mo.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Mo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Mo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Ho={fontFamily:Mo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Mo.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Mo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Mo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},To={fontFamily:Mo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Mo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Mo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Mo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Mo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Go={fontFamily:Mo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Mo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Mo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Mo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Mo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Vo={fontFamily:Mo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Mo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Mo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Mo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},qo={fontFamily:Mo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Mo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Mo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Mo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Mo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Jo={fontFamily:Mo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Mo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Mo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Mo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Mo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Yo={fontFamily:Mo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Mo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Mo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Mo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Mo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Xo={fontFamily:Mo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Mo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Mo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Mo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Mo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Mo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Qo={fontFamily:Mo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Mo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Mo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Mo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Mo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},tr={fontFamily:Mo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Mo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Mo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Mo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Mo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Mo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},er={fontFamily:Mo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Mo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Mo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Mo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Mo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Mo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},or={fontFamily:Mo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Mo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Mo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Mo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Mo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},rr={fontFamily:Mo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Mo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Mo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Mo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Mo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Mo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},ir={fontFamily:Mo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Mo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Mo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Mo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Mo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Mo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},nr={fontFamily:Mo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Mo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Mo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Mo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Mo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},ar={fontFamily:Mo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Mo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Mo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Mo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Mo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Mo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},sr={fontFamily:Mo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Mo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Mo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Mo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Mo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Mo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},cr={fontFamily:Mo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Mo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Mo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Mo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Mo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Mo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},lr={fontFamily:Mo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Mo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Mo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Mo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Mo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Mo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Mo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Mo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Mo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},fr={display:Zo,"title-1":Do,"title-2":zo,"title-3":Ho,"body-1-regular":To,"body-1-medium":Go,"body-1-semibold":Vo,"body-2-regular":qo,"body-2-medium":Jo,"body-2-semibold":Yo,"label-1-medium":Xo,"label-1-semibold":Qo,"label-1-bold":tr,"label-2-medium":er,"label-2-semibold":or,"label-2-bold":rr,"caption-1-medium":ir,"caption-1-semibold":nr,"caption-1-bold":ar,"caption-2-medium":sr,"caption-2-semibold":cr,"caption-2-bold":lr},hr={backgroundActionPrimary:Mo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",_o.colorBrand0),backgroundErrorPrimary:Mo.extend("--ft-background-error-primary","Used as background of error components.",_o.colorRed0),backgroundErrorSubtle:Mo.extend("--ft-background-error-subtle","Used as background of subtle error components.",_o.colorRed10),backgroundInfoPrimary:Mo.extend("--ft-background-info-primary","Used as background of information components.",_o.colorCyan200),backgroundInfoSubtle:Mo.extend("--ft-background-info-subtle","Used as background of subtle information components.",_o.colorCyan10),backgroundWarningPrimary:Mo.extend("--ft-background-warning-primary","Used as background of warning components.",_o.colorOrange300),backgroundWarningSubtle:Mo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",_o.colorOrange10),backgroundSuccessPrimary:Mo.extend("--ft-background-success-primary","Used as background of success components.",_o.colorGreen200),backgroundSuccessSubtle:Mo.extend("--ft-background-success-subtle","Used as background of subtle success components.",_o.colorGreen10),backgroundGlobalSurface:Mo.extend("--ft-background-global-surface","Used as app background.",_o.colorWhite),backgroundGlobalOnSurface:Mo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",_o.colorGray10),backgroundGlobalOnSurfaceDark:Mo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",_o.colorGray30),contentActionPrimary:Mo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",_o.colorBrand0),contentWarningPrimary:Mo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",_o.colorOrange300),contentWarningIconOnly:Mo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",_o.colorOrange0),contentErrorPrimary:Mo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",_o.colorRed0),contentErrorIconOnly:Mo.extend("--ft-content-error-icon-only","Used on error status icons alone",_o.colorRed0),contentInfoPrimary:Mo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",_o.colorCyan200),contentInfoIconOnly:Mo.extend("--ft-content-info-icon-only","Used on info status icons alone",_o.colorCyan0),contentSuccessIconOnly:Mo.extend("--ft-content-success-icon-only","Used on success status icons alone",_o.colorGreen0),contentSuccessPrimary:Mo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",_o.colorGreen200),contentGlobalPrimary:Mo.extend("--ft-content-global-primary","Used for main content on the page.",_o.colorGray500),contentGlobalSecondary:Mo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",_o.colorGray200),contentGlobalSubtle:Mo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",_o.colorGray0),contentGlobalOnColor:Mo.extend("--ft-content-global-on-color","Used for content on a dominant color.",_o.colorWhite),borderActionPrimary:Mo.extend("--ft-border-action-primary","Used as border for primary action components.",_o.colorBrand0),borderActionFocusRing:Mo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",_o.colorCyan0),borderWarningPrimary:Mo.extend("--ft-border-warning-primary","Used as border for warning components.",_o.colorOrange30),borderSuccessPrimary:Mo.extend("--ft-border-success-primary","Used as border for success components.",_o.colorGreen30),borderErrorPrimary:Mo.extend("--ft-border-error-primary","Used as border for error components.",_o.colorRed30),borderInfoPrimary:Mo.extend("--ft-border-info-primary","Used as border for information components.",_o.colorCyan30),borderGlobalSubtle:Mo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",_o.colorGray30),borderGlobalPrimary:Mo.extend("--ft-border-global-primary","Used as border for element like input.",_o.colorGray50),borderInputPrimary:Mo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",_o.colorGray80)},ur={largeHeight:Mo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:Mo.extend("--ft-button-large-horizontal-padding","",_o.spacing4),largeGap:Mo.extend("--ft-button-large-gap","",_o.spacing2),largeBorderRadius:Mo.extend("--ft-button-large-border-radius","",_o.borderRadiusS),largeIconSize:Mo.extend("--ft-button-large-icon-size","",_o.iconSize3),largeBorderWidth:Mo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:Mo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Mo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:Mo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:Mo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:Mo.extend("--ft-button-small-horizontal-padding","",_o.spacing3),smallGap:Mo.extend("--ft-button-small-gap","",_o.spacing2),smallBorderRadius:Mo.extend("--ft-button-small-border-radius","",_o.borderRadiusS),smallIconSize:Mo.extend("--ft-button-small-icon-size","",_o.iconSize2),smallBorderWidth:Mo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:Mo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Mo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:Mo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:Mo.extend("--ft-button-primary-background-color","",hr.backgroundActionPrimary),primaryColor:Mo.extend("--ft-button-primary-color","",hr.contentGlobalOnColor),primaryIconColor:Mo.extend("--ft-button-primary-icon-color","",hr.contentGlobalOnColor),primaryStateLayerColor:Mo.extend("--ft-button-primary-state-layer-color","",hr.contentGlobalOnColor),primaryStateLayerOpacityHover:Mo.extend("--ft-button-primary-state-layer-opacity-hover","",_o.opacity16),primaryStateLayerOpacityFocus:Mo.extend("--ft-button-primary-state-layer-opacity-focus","",_o.opacity16),primaryStateLayerOpacityActive:Mo.extend("--ft-button-primary-state-layer-opacity-active","",_o.opacity24),primaryComponentOpacityDisabled:Mo.extend("--ft-button-primary-component-opacity-disabled","",_o.opacity40),focusFocusRingColor:Mo.extend("--ft-button-focus-focus-ring-color","",hr.borderActionFocusRing),tertiaryBackgroundColor:Mo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:Mo.extend("--ft-button-tertiary-color","",hr.contentActionPrimary),tertiaryIconColor:Mo.extend("--ft-button-tertiary-icon-color","",hr.contentActionPrimary),tertiaryStateLayerColor:Mo.extend("--ft-button-tertiary-state-layer-color","",hr.contentActionPrimary),tertiaryStateLayerOpacityHover:Mo.extend("--ft-button-tertiary-state-layer-opacity-hover","",_o.opacity8),tertiaryStateLayerOpacityFocus:Mo.extend("--ft-button-tertiary-state-layer-opacity-focus","",_o.opacity8),tertiaryStateLayerOpacityActive:Mo.extend("--ft-button-tertiary-state-layer-opacity-active","",_o.opacity16),tertiaryComponentOpacityDisabled:Mo.extend("--ft-button-tertiary-component-opacity-disabled","",_o.opacity40),secondaryBackgroundColor:Mo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:Mo.extend("--ft-button-secondary-color","",hr.contentActionPrimary),secondaryIconColor:Mo.extend("--ft-button-secondary-icon-color","",hr.contentActionPrimary),secondaryStateLayerColor:Mo.extend("--ft-button-secondary-state-layer-color","",hr.contentActionPrimary),secondaryStateLayerOpacityHover:Mo.extend("--ft-button-secondary-state-layer-opacity-hover","",_o.opacity8),secondaryStateLayerOpacityFocus:Mo.extend("--ft-button-secondary-state-layer-opacity-focus","",_o.opacity8),secondaryStateLayerOpacityActive:Mo.extend("--ft-button-secondary-state-layer-opacity-active","",_o.opacity16),secondaryComponentOpacityDisabled:Mo.extend("--ft-button-secondary-component-opacity-disabled","",_o.opacity40),secondaryBorderColor:Mo.extend("--ft-button-secondary-border-color","",hr.borderActionPrimary),neutralBackgroundColor:Mo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:Mo.extend("--ft-button-neutral-icon-color","",hr.contentGlobalSecondary),neutralColor:Mo.extend("--ft-button-neutral-color","",hr.contentGlobalSecondary),neutralStateLayerColor:Mo.extend("--ft-button-neutral-state-layer-color","",hr.contentGlobalSecondary),neutralStateLayerOpacityHover:Mo.extend("--ft-button-neutral-state-layer-opacity-hover","",_o.opacity8),neutralStateLayerOpacityFocus:Mo.extend("--ft-button-neutral-state-layer-opacity-focus","",_o.opacity8),neutralStateLayerOpacityActive:Mo.extend("--ft-button-neutral-state-layer-opacity-active","",_o.opacity16),neutralComponentOpacityDisabled:Mo.extend("--ft-button-neutral-component-opacity-disabled","",_o.opacity40)},dr={topLeftBorderRadius:Mo.extend("--ft-tabs-top-left-border-radius","",_o.borderRadiusS),topRightBorderRadius:Mo.extend("--ft-tabs-top-right-border-radius","",_o.borderRadiusS),labelHorizontalPadding:Mo.extend("--ft-tabs-label-horizontal-padding","",_o.spacing4),labelVerticalPadding:Mo.extend("--ft-tabs-label-vertical-padding","",_o.spacing3),labelGap:Mo.extend("--ft-tabs-label-gap","",_o.spacing1)},pr={groupHorizontalPadding:Mo.extend("--ft-switch-group-horizontal-padding","",_o.spacing1),groupVerticalPadding:Mo.extend("--ft-switch-group-vertical-padding","",_o.spacing1),groupGap:Mo.extend("--ft-switch-group-gap","",_o.spacing1),groupBackgroundColor:Mo.extend("--ft-switch-group-background-color","",hr.backgroundGlobalSurface),groupBorderColor:Mo.extend("--ft-switch-group-border-color","",hr.borderGlobalSubtle),groupBorderRadius:Mo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:Mo.extend("--ft-switch-label-horizontal-padding","",_o.spacing2),labelVerticalPadding:Mo.extend("--ft-switch-label-vertical-padding","",_o.spacing1),iconHorizontalPadding:Mo.extend("--ft-switch-icon-horizontal-padding","",_o.spacing1),iconVerticalPadding:Mo.extend("--ft-switch-icon-vertical-padding","",_o.spacing1),focusOutlineWidth:Mo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Mo.extend("--ft-switch-focus-focus-ring-color","",hr.borderActionFocusRing),optionBorderRadius:Mo.extend("--ft-switch-option-border-radius","",_o.borderRadiusS),offStateLayerOpacityHover:Mo.extend("--ft-switch-off-state-layer-opacity-hover","",_o.opacity8),offStateLayerOpacityFocus:Mo.extend("--ft-switch-off-state-layer-opacity-focus","",_o.opacity8),offStateLayerOpacityActive:Mo.extend("--ft-switch-off-state-layer-opacity-active","",_o.opacity16),offComponentOpacityDisabled:Mo.extend("--ft-switch-off-component-opacity-disabled","",_o.opacity40),offColor:Mo.extend("--ft-switch-off-color","",hr.contentGlobalSubtle),offStateLayerColor:Mo.extend("--ft-switch-off-state-layer-color","",hr.contentGlobalSubtle)},yr={color1Light:Mo.extend("--ft-chart-1-light","for area color charts",_o.colorBrand40),color1Base:Mo.extend("--ft-chart-1-base","for line charts",_o.colorBrand0),color2Light:Mo.extend("--ft-chart-2-light","for area color charts",_o.colorYellow60),color2Base:Mo.extend("--ft-chart-2-base","for line charts",_o.colorYellow100),color3Light:Mo.extend("--ft-chart-3-light","",_o.colorUltramarine40),color3Base:Mo.extend("--ft-chart-3-base","",_o.colorUltramarine70),color4Light:Mo.extend("--ft-chart-4-light","",_o.colorCyan50),color4Base:Mo.extend("--ft-chart-4-base","",_o.colorCyan100),color5Light:Mo.extend("--ft-chart-5-light","",_o.colorRed40),color5Base:Mo.extend("--ft-chart-5-base","",_o.colorRed60),color6Light:Mo.extend("--ft-chart-6-light","",_o.colorGreen40),color6Base:Mo.extend("--ft-chart-6-base","",_o.colorGreen70),color7Light:Mo.extend("--ft-chart-7-light","",_o.colorOrange70),color7Base:Mo.extend("--ft-chart-7-base","",_o.colorOrange100),color8Light:Mo.extend("--ft-chart-8-light","",_o.colorAvocado70),color8Base:Mo.extend("--ft-chart-8-base","",_o.colorAvocado200),color9Light:Mo.extend("--ft-chart-9-light","",_o.colorBrown50),color9Base:Mo.extend("--ft-chart-9-base","",_o.colorBrown200),color10Light:Mo.extend("--ft-chart-10-light","",_o.colorGray50),color10Base:Mo.extend("--ft-chart-10-base","",_o.colorGray80),monochrome10:Mo.extend("--ft-chart-monochrome-10","",_o.colorBrand10),monochrome20:Mo.extend("--ft-chart-monochrome-20","",_o.colorBrand20),monochrome30:Mo.extend("--ft-chart-monochrome-30","",_o.colorBrand40),monochrome40:Mo.extend("--ft-chart-monochrome-40","",_o.colorBrand60),monochrome50:Mo.extend("--ft-chart-monochrome-50","",_o.colorBrand0),monochrome60:Mo.extend("--ft-chart-monochrome-60","",_o.colorBrand200)},gr={largeHorizontalPadding:Mo.extend("--ft-chip-large-horizontal-padding","",_o.spacing4),largeVerticalPadding:Mo.extend("--ft-chip-large-vertical-padding","",_o.spacing2),largeGap:Mo.extend("--ft-chip-large-gap","",_o.spacing1),largeFocusOutlineOffset:Mo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Mo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:Mo.extend("--ft-chip-large-border-radius","",_o.borderRadiusPill),largeBorderWidth:Mo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:Mo.extend("--ft-chip-large-icon-size","",_o.iconSize3),mediumHorizontalPadding:Mo.extend("--ft-chip-medium-horizontal-padding","",_o.spacing3),mediumVerticalPadding:Mo.extend("--ft-chip-medium-vertical-padding","",_o.spacing1),mediumGap:Mo.extend("--ft-chip-medium-gap","",_o.spacing1),mediumFocusOutlineOffset:Mo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:Mo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:Mo.extend("--ft-chip-medium-border-radius","",_o.borderRadiusPill),mediumBorderWidth:Mo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:Mo.extend("--ft-chip-medium-icon-size","",_o.iconSize2),smallHorizontalPadding:Mo.extend("--ft-chip-small-horizontal-padding","",_o.spacing2),smallVerticalPadding:Mo.extend("--ft-chip-small-vertical-padding","",_o.spacing05),smallGap:Mo.extend("--ft-chip-small-gap","",_o.spacing1),smallFocusOutlineOffset:Mo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Mo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:Mo.extend("--ft-chip-small-border-radius","",_o.borderRadiusPill),smallBorderWidth:Mo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:Mo.extend("--ft-chip-small-icon-size","",_o.iconSize1),neutralBackgroundColor:Mo.extend("--ft-chip-neutral-background-color","",hr.backgroundGlobalOnSurface),neutralColor:Mo.extend("--ft-chip-neutral-color","",hr.contentGlobalPrimary),neutralBorderColor:Mo.extend("--ft-chip-neutral-border-color","",hr.borderGlobalSubtle),infoBackgroundColor:Mo.extend("--ft-chip-info-background-color","",hr.backgroundInfoSubtle),infoColor:Mo.extend("--ft-chip-info-color","",hr.contentInfoPrimary),infoBorderColor:Mo.extend("--ft-chip-info-border-color","",hr.borderInfoPrimary),successBackgroundColor:Mo.extend("--ft-chip-success-background-color","",hr.backgroundSuccessSubtle),successColor:Mo.extend("--ft-chip-success-color","",hr.contentSuccessPrimary),successBorderColor:Mo.extend("--ft-chip-success-border-color","",hr.borderSuccessPrimary),warningBackgroundColor:Mo.extend("--ft-chip-warning-background-color","",hr.backgroundWarningSubtle),warningColor:Mo.extend("--ft-chip-warning-color","",hr.contentWarningPrimary),warningBorderColor:Mo.extend("--ft-chip-warning-border-color","",hr.borderWarningPrimary),errorBackgroundColor:Mo.extend("--ft-chip-error-background-color","",hr.backgroundErrorSubtle),errorColor:Mo.extend("--ft-chip-error-color","",hr.contentErrorPrimary),errorBorderColor:Mo.extend("--ft-chip-error-border-color","",hr.borderErrorPrimary)},br={borderWidth:Mo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:Mo.extend("--ft-notice-horizontal-padding","",_o.spacing2),verticalPadding:Mo.extend("--ft-notice-vertical-padding","",_o.spacing1),borderRadius:Mo.extend("--ft-notice-border-radius","",_o.borderRadiusS),gap:Mo.extend("--ft-notice-gap","",_o.spacing2),iconSize:Mo.extend("--ft-notice-icon-size","",_o.iconSize3),infoBackgroundColor:Mo.extend("--ft-notice-info-background-color","",hr.backgroundInfoSubtle),infoBorderColor:Mo.extend("--ft-notice-info-border-color","",hr.borderInfoPrimary),infoColor:Mo.extend("--ft-notice-info-color","",hr.contentInfoPrimary),warningBackgroundColor:Mo.extend("--ft-notice-warning-background-color","",hr.backgroundWarningSubtle),warningBorderColor:Mo.extend("--ft-notice-warning-border-color","",hr.borderWarningPrimary),warningColor:Mo.extend("--ft-notice-warning-color","",hr.contentWarningPrimary)},mr={labelColor:Mo.extend("--ft-checkbox-label-color","",hr.contentGlobalPrimary),checkedBackgroundColor:Mo.extend("--ft-checkbox-checked-background-color","",hr.contentActionPrimary),checkedStateLayerColor:Mo.extend("--ft-checkbox-checked-state-layer-color","",hr.contentActionPrimary),checkedColor:Mo.extend("--ft-checkbox-checked-color","",hr.contentGlobalOnColor),checkedStateLayerOpacityHover:Mo.extend("--ft-checkbox-checked-state-layer-opacity-hover","",_o.opacity16),checkedStateLayerOpacityFocus:Mo.extend("--ft-checkbox-checked-state-layer-opacity-focus","",_o.opacity16),checkedStateLayerOpacityActive:Mo.extend("--ft-checkbox-checked-state-layer-opacity-active","",_o.opacity24),checkedComponentOpacityDisabled:Mo.extend("--ft-checkbox-checked-component-opacity-disabled","",_o.opacity40),uncheckedBorderColor:Mo.extend("--ft-checkbox-unchecked-border-color","",_o.colorGray80),uncheckedStateLayerColor:Mo.extend("--ft-checkbox-unchecked-state-layer-color","",_o.colorGray80),uncheckedStateLayerOpacityHover:Mo.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",_o.opacity16),uncheckedStateLayerOpacityFocus:Mo.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",_o.opacity16),uncheckedStateLayerOpacityActive:Mo.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",_o.opacity24),uncheckedComponentOpacityDisabled:Mo.extend("--ft-checkbox-unchecked-component-opacity-disabled","",_o.opacity40),focusFocusRingColor:Mo.extend("--ft-checkbox-focus-focus-ring-color","",hr.borderActionFocusRing),focusOutlineOffset:Mo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:Mo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:Mo.extend("--ft-checkbox-gap","",_o.spacing3)},Or={offStateLayerOpacityHover:Mo.extend("--ft-toggle-off-state-layer-opacity-hover","",_o.opacity16),offStateLayerOpacityFocus:Mo.extend("--ft-toggle-off-state-layer-opacity-focus","",_o.opacity16),offStateLayerOpacityActive:Mo.extend("--ft-toggle-off-state-layer-opacity-active","",_o.opacity24),offComponentOpacityDisabled:Mo.extend("--ft-toggle-off-component-opacity-disabled","",_o.opacity40),offBackgroundColor:Mo.extend("--ft-toggle-off-background-color","",hr.contentGlobalSubtle),offIconColor:Mo.extend("--ft-toggle-off-icon-color","",hr.contentGlobalSubtle),offStateLayerColor:Mo.extend("--ft-toggle-off-state-layer-color","",hr.contentGlobalSubtle),onStateLayerOpacityHover:Mo.extend("--ft-toggle-on-state-layer-opacity-hover","",_o.opacity16),onStateLayerOpacityFocus:Mo.extend("--ft-toggle-on-state-layer-opacity-focus","",_o.opacity16),onStateLayerOpacityActive:Mo.extend("--ft-toggle-on-state-layer-opacity-active","",_o.opacity24),onComponentOpacityDisabled:Mo.extend("--ft-toggle-on-component-opacity-disabled","",_o.opacity40),onBackgroundColor:Mo.extend("--ft-toggle-on-background-color","",hr.contentActionPrimary),onIconColor:Mo.extend("--ft-toggle-on-icon-color","",hr.contentActionPrimary),onStateLayerColor:Mo.extend("--ft-toggle-on-state-layer-color","",hr.contentActionPrimary),labelColor:Mo.extend("--ft-toggle-label-color","",hr.contentGlobalPrimary),focusFocusRingColor:Mo.extend("--ft-toggle-focus-focus-ring-color","",hr.borderActionFocusRing),gap:Mo.extend("--ft-toggle-gap","",_o.spacing3)},vr={labelColor:Mo.extend("--ft-radio-label-color","",hr.contentGlobalPrimary),selectedColor:Mo.extend("--ft-radio-selected-color","",hr.contentActionPrimary),selectedStateLayerColor:Mo.extend("--ft-radio-selected-state-layer-color","",hr.contentActionPrimary),selectedStateLayerOpacityHover:Mo.extend("--ft-radio-selected-state-layer-opacity-hover","",_o.opacity16),selectedStateLayerOpacityFocus:Mo.extend("--ft-radio-selected-state-layer-opacity-focus","",_o.opacity16),selectedStateLayerOpacityActive:Mo.extend("--ft-radio-selected-state-layer-opacity-active","",_o.opacity24),selectedComponentOpacityDisabled:Mo.extend("--ft-radio-selected-component-opacity-disabled","",_o.opacity40),unselectedStateLayerColor:Mo.extend("--ft-radio-unselected-state-layer-color","",_o.colorGray80),unselectedStateLayerOpacityHover:Mo.extend("--ft-radio-unselected-state-layer-opacity-hover","",_o.opacity16),unselectedStateLayerOpacityFocus:Mo.extend("--ft-radio-unselected-state-layer-opacity-focus","",_o.opacity16),unselectedStateLayerOpacityActive:Mo.extend("--ft-radio-unselected-state-layer-opacity-active","",_o.opacity24),unselectedComponentOpacityDisabled:Mo.extend("--ft-radio-unselected-component-opacity-disabled","",_o.opacity40),focusFocusRingColor:Mo.extend("--ft-radio-focus-focus-ring-color","",hr.borderActionFocusRing),focusOutlineOffset:Mo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:Mo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:Mo.extend("--ft-radio-gap","",_o.spacing3)},Sr={iconSize:Mo.extend("--ft-notification-icon-size","",_o.iconSize4),horizontalPadding:Mo.extend("--ft-notification-horizontal-padding","",_o.spacing4),verticalPadding:Mo.extend("--ft-notification-vertical-padding","",_o.spacing4),infoBackgroundColor:Mo.extend("--ft-notification-info-background-color","",hr.backgroundInfoSubtle),infoColor:Mo.extend("--ft-notification-info-color","",hr.contentInfoPrimary),infoBorderColor:Mo.extend("--ft-notification-info-border-color","",hr.borderInfoPrimary),successBackgroundColor:Mo.extend("--ft-notification-success-background-color","",hr.backgroundSuccessSubtle),successColor:Mo.extend("--ft-notification-success-color","",hr.contentSuccessPrimary),successBorderColor:Mo.extend("--ft-notification-success-border-color","",hr.borderSuccessPrimary),warningBackgroundColor:Mo.extend("--ft-notification-warning-background-color","",hr.backgroundWarningSubtle),warningColor:Mo.extend("--ft-notification-warning-color","",hr.contentWarningPrimary),warningBorderColor:Mo.extend("--ft-notification-warning-border-color","",hr.borderWarningPrimary),errorBackgroundColor:Mo.extend("--ft-notification-error-background-color","",hr.backgroundErrorSubtle),errorColor:Mo.extend("--ft-notification-error-color","",hr.contentErrorPrimary),errorBorderColor:Mo.extend("--ft-notification-error-border-color","",hr.borderErrorPrimary),borderRadius:Mo.extend("--ft-notification-border-radius","",_o.borderRadiusPill),borderWidth:Mo.create("--ft-notification-border-width","","SIZE","1px"),gapLeading:Mo.extend("--ft-notification-gap-leading","",_o.spacing2),gapTrailing:Mo.extend("--ft-notification-gap-trailing","",_o.spacing8)},Nr={colorPrimary:Mo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Mo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Mo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Mo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Mo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Mo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Mo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Mo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Mo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Mo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Mo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Mo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Mo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Mo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Mo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Mo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Mo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Mo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Mo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Mo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Mo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Mo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Mo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Mo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Mo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Mo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Mo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Mo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Mo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Mo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Mo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Mo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Mo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Mo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Mo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Mo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Mo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Mo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Mo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Mo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Mo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Mo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Mo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Mo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Mo.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:Mo.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:Mo.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:Mo.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:Mo.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:Mo.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:Mo.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:Mo.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:Mo.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:Mo.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:Mo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Mo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Mo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Mo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Mo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Mo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Mo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Mo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class wr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Cr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class xr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}
149
149
  /**
150
150
  * @license
151
151
  * Copyright 2019 Google LLC
152
152
  * SPDX-License-Identifier: BSD-3-Clause
153
- */const xr=window,Er=xr.ShadowRoot&&(void 0===xr.ShadyCSS||xr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Rr extends ge{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)=>{Er?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=xr.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Lr,Ir=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(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 Ur=Symbol("constructorPrototype"),Wr=Symbol("constructorName"),kr=Symbol("exportpartsDebouncer");class Ar extends Rr{constructor(){super(),this[Lr]=new Ao(5),this[Wr]=this.constructor.name,this[Ur]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Wr]&&Object.setPrototypeOf(this,this[Ur])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,o;if((null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==o?o:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[kr].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,i,n,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=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(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const f=[...l.values()].flatMap((t=>c.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Lr=kr,Ir([Se()],Ar.prototype,"exportpartsPrefix",void 0),Ir([jo([])],Ar.prototype,"exportpartsPrefixes",void 0),Ir([Se()],Ar.prototype,"customStylesheet",void 0);class $r{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 s=()=>{--n<=0&&r(a)};n||s(),i.forEach((t=>{$r.matches(t,this.exclude)?s():this.onIframeReady(t,(r=>{e(t)&&(a++,o(r)),s()}),s)}))}createIterator(t,e,o){return document.createNodeIterator(t,e,o,!1)}createInstanceOnIframe(t){return new $r(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,s,c=[],l=[],f=()=>(({prevNode:s,node:a}=this.getIteratorNode(n)),a);for(;f();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,s,t,c)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>l.push(t)),r)})),l.push(a);l.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 Fr=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 $r(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),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n);""!==a&&""!==s&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(s)})`,`gm${o}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(s)})`+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,s=parseInt(t.start,10)-a;return s=s>n?n:s,r=s+parseInt(t.length,10),r>n&&(r=n,this.log(`End range automatically set to the max value of ${n}`)),s<0||r-s<0||s>n||r>n?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===o.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:s,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 $r.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 s=t.nodes[a+1];if(void 0===s||s.start>e){if(!r(n.node))return!1;const s=e-n.start,c=(o>n.end?n.end:o)-n.start,l=t.value.substr(0,n.start),f=t.value.substr(c+n.start);if(n.node=this.wrapRangeInTextNode(n.node,s,c),t.value=l+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 s=i+a[n].length;this.wrapRangeInMappedTextNode(e,i,s,(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:s,valid:c}=this.checkWhitespaceRanges(t,n,i.value);c&&this.wrapRangeInMappedTextNode(i,a,s,(o=>e(o,t,i.value.substring(a,s),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",s=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):s(i[i.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(o):s(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=$r.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},Kr=Po.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),jr=ht`
153
+ */const Er=window,Rr=Er.ShadowRoot&&(void 0===Er.ShadyCSS||Er.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Lr extends ge{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)=>{Rr?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=Er.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Ir,Ur=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(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 Wr=Symbol("constructorPrototype"),kr=Symbol("constructorName"),Ar=Symbol("exportpartsDebouncer");class $r extends Lr{constructor(){super(),this[Ir]=new Ao(5),this[kr]=this.constructor.name,this[Wr]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[kr]&&Object.setPrototypeOf(this,this[Wr])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,o;if((null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==o?o:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Ar].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,i,n,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=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(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const f=[...l.values()].flatMap((t=>c.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Ir=Ar,Ur([Se()],$r.prototype,"exportpartsPrefix",void 0),Ur([Bo([])],$r.prototype,"exportpartsPrefixes",void 0),Ur([Se()],$r.prototype,"customStylesheet",void 0);class Fr{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 s=()=>{--n<=0&&r(a)};n||s(),i.forEach((t=>{Fr.matches(t,this.exclude)?s():this.onIframeReady(t,(r=>{e(t)&&(a++,o(r)),s()}),s)}))}createIterator(t,e,o){return document.createNodeIterator(t,e,o,!1)}createInstanceOnIframe(t){return new Fr(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,s,c=[],l=[],f=()=>(({prevNode:s,node:a}=this.getIteratorNode(n)),a);for(;f();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,s,t,c)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>l.push(t)),r)})),l.push(a);l.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 Kr=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 Fr(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),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n);""!==a&&""!==s&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(s)})`,`gm${o}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(s)})`+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,s=parseInt(t.start,10)-a;return s=s>n?n:s,r=s+parseInt(t.length,10),r>n&&(r=n,this.log(`End range automatically set to the max value of ${n}`)),s<0||r-s<0||s>n||r>n?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===o.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:s,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 Fr.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 s=t.nodes[a+1];if(void 0===s||s.start>e){if(!r(n.node))return!1;const s=e-n.start,c=(o>n.end?n.end:o)-n.start,l=t.value.substr(0,n.start),f=t.value.substr(c+n.start);if(n.node=this.wrapRangeInTextNode(n.node,s,c),t.value=l+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 s=i+a[n].length;this.wrapRangeInMappedTextNode(e,i,s,(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:s,valid:c}=this.checkWhitespaceRanges(t,n,i.value);c&&this.wrapRangeInMappedTextNode(i,a,s,(o=>e(o,t,i.value.substring(a,s),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",s=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):s(i[i.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(o):s(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=Fr.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},jr=Mo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Br=ht`
154
154
  .highlight-html-match {
155
- background: ${Kr};
155
+ background: ${jr};
156
156
  }
157
- `,Br={className:"highlight-html-match"};const Pr=ht`
157
+ `,Pr={className:"highlight-html-match"};const Mr=ht`
158
158
  .ft-no-text-select {
159
159
  -webkit-touch-callout: none;
160
160
  -webkit-user-select: none;
@@ -163,7 +163,7 @@ const xo=2;let Eo=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,
163
163
  -ms-user-select: none;
164
164
  user-select: none;
165
165
  }
166
- `,Mr=ht`
166
+ `,_r=ht`
167
167
  .ft-word-wrap {
168
168
  white-space: normal;
169
169
  word-wrap: break-word;
@@ -175,7 +175,7 @@ const xo=2;let Eo=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,
175
175
  -webkit-hyphens: auto;
176
176
  hyphens: auto
177
177
  }
178
- `,_r=ht`
178
+ `,Zr=ht`
179
179
  .ft-safari-ellipsis-fix {
180
180
  margin-right: 0;
181
181
 
@@ -186,4 +186,4 @@ const xo=2;let Eo=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,
186
186
  display: inline-block;
187
187
  width: 0;
188
188
  }
189
- `;class Zr{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 Dr(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var zr,Hr,Tr;const Gr=Symbol("internalReduxEventsUnsubscribers"),Vr=Symbol("internalStoresUnsubscribers"),qr=Symbol("internalStores");class Jr extends Ar{constructor(){super(...arguments),this[zr]=new Map,this[Hr]=new Map,this[Tr]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[qr].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[qr].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[qr].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:Dr(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[qr].delete(e)}setupStore(t,e){this[qr].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[qr].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[Vr].has(t.store):this[Vr].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[Vr].set(t,e.subscribe((()=>this.updateFromStores()))),Dr(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[Gr].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Vr].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[Gr].forEach((t=>t())),this[Gr]=[]}unsubscribeFromStore(t){this[Vr].has(t)&&this[Vr].get(t)(),this[Vr].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function Yr(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 Xr(t){return!!t&&!!t[Bi]}function Qr(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)===Pi}(t)||Array.isArray(t)||!!t[ji]||!!(null===(e=t.constructor)||void 0===e?void 0:e[ji])||ni(t)||ai(t))}function ti(t,e,o){void 0===o&&(o=!1),0===ei(t)?(o?Object.keys:Mi)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function ei(t){var e=t[Bi];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:ni(t)?2:ai(t)?3:0}function oi(t,e){return 2===ei(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function ri(t,e,o){var r=ei(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function ii(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function ni(t){return Ai&&t instanceof Map}function ai(t){return $i&&t instanceof Set}function si(t){return t.o||t.t}function ci(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=_i(t);delete e[Bi];for(var o=Mi(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 li(t,e){return void 0===e&&(e=!1),hi(t)||Xr(t)||!Qr(t)||(ei(t)>1&&(t.set=t.add=t.clear=t.delete=fi),Object.freeze(t),e&&ti(t,(function(t,e){return li(e,!0)}),!0)),t}function fi(){Yr(2)}function hi(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function ui(t){var e=Zi[t];return e||Yr(18,t),e}function di(){return Wi}function pi(t,e){e&&(ui("Patches"),t.u=[],t.s=[],t.v=e)}function yi(t){gi(t),t.p.forEach(mi),t.p=null}function gi(t){t===Wi&&(Wi=t.l)}function bi(t){return Wi={p:[],l:Wi,h:t,m:!0,_:0}}function mi(t){var e=t[Bi];0===e.i||1===e.i?e.j():e.g=!0}function Oi(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||ui("ES5").S(e,t,r),r?(o[Bi].P&&(yi(e),Yr(4)),Qr(t)&&(t=vi(e,t),e.l||Ni(e,t)),e.u&&ui("Patches").M(o[Bi].t,t,e.u,e.s)):t=vi(e,o,[]),yi(e),e.u&&e.v(e.u,e.s),t!==Ki?t:void 0}function vi(t,e,o){if(hi(e))return e;var r=e[Bi];if(!r)return ti(e,(function(i,n){return Si(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return Ni(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=ci(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),ti(n,(function(e,n){return Si(t,r,i,e,n,o,a)})),Ni(t,i,!1),o&&t.u&&ui("Patches").N(r,o,t.u,t.s)}return r.o}function Si(t,e,o,r,i,n,a){if(Xr(i)){var s=vi(t,i,n&&e&&3!==e.i&&!oi(e.R,r)?n.concat(r):void 0);if(ri(o,r,s),!Xr(s))return;t.m=!1}else a&&o.add(i);if(Qr(i)&&!hi(i)){if(!t.h.D&&t._<1)return;vi(t,i),e&&e.A.l||Ni(t,i)}}function Ni(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&li(e,o)}function wi(t,e){var o=t[Bi];return(o?si(o):t)[e]}function Ci(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 xi(t){t.P||(t.P=!0,t.l&&xi(t.l))}function Ei(t){t.o||(t.o=ci(t.t))}function Ri(t,e,o){var r=ni(e)?ui("MapSet").F(e,o):ai(e)?ui("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:di(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=Di;o&&(i=[r],n=zi);var a=Proxy.revocable(i,n),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(e,o):ui("ES5").J(e,o);return(o?o.A:di()).p.push(r),r}function Li(t){return Xr(t)||Yr(22,t),function t(e){if(!Qr(e))return e;var o,r=e[Bi],i=ei(e);if(r){if(!r.P&&(r.i<4||!ui("ES5").K(r)))return r.t;r.I=!0,o=Ii(e,i),r.I=!1}else o=Ii(e,i);return ti(o,(function(e,i){r&&function(t,e){return 2===ei(t)?t.get(e):t[e]}(r.t,e)===i||ri(o,e,t(i))})),3===i?new Set(o):o}(t)}function Ii(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return ci(t)}zr=Vr,Hr=qr,Tr=Gr,Jr.reduxProperties=new Map,Jr.reduxReactiveProperties=new Set,Jr.reduxEventListeners=new Map;var Ui,Wi,ki="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Ai="undefined"!=typeof Map,$i="undefined"!=typeof Set,Fi="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Ki=ki?Symbol.for("immer-nothing"):((Ui={})["immer-nothing"]=!0,Ui),ji=ki?Symbol.for("immer-draftable"):"__$immer_draftable",Bi=ki?Symbol.for("immer-state"):"__$immer_state",Pi=""+Object.prototype.constructor,Mi="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,_i=Object.getOwnPropertyDescriptors||function(t){var e={};return Mi(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},Zi={},Di={get:function(t,e){if(e===Bi)return t;var o=si(t);if(!oi(o,e))return function(t,e,o){var r,i=Ci(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||!Qr(r)?r:r===wi(t.t,e)?(Ei(t),t.o[e]=Ri(t.A.h,r,t)):r},has:function(t,e){return e in si(t)},ownKeys:function(t){return Reflect.ownKeys(si(t))},set:function(t,e,o){var r=Ci(si(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=wi(si(t),e),n=null==i?void 0:i[Bi];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(ii(o,i)&&(void 0!==o||oi(t.t,e)))return!0;Ei(t),xi(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!==wi(t.t,e)||e in t.t?(t.R[e]=!1,Ei(t),xi(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=si(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(){Yr(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Yr(12)}},zi={};ti(Di,(function(t,e){zi[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),zi.deleteProperty=function(t,e){return zi.set.call(this,t,e,void 0)},zi.set=function(t,e,o){return Di.set.call(this,t[0],e,o,t[0])};var Hi=function(){function t(t){var e=this;this.O=Fi,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),s=1;s<r;s++)a[s-1]=arguments[s];return n.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&Yr(6),void 0!==r&&"function"!=typeof r&&Yr(7),Qr(t)){var s=bi(e),c=Ri(e,t,void 0),l=!0;try{a=o(c),l=!1}finally{l?yi(s):gi(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return pi(s,r),Oi(t,s)}),(function(t){throw yi(s),t})):(pi(s,r),Oi(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Ki&&(a=void 0),e.D&&li(a,!0),r){var f=[],h=[];ui("Patches").M(t,a,f,h),r(f,h)}return a}Yr(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){Qr(t)||Yr(8),Xr(t)&&(t=Li(t));var e=bi(this),o=Ri(this,t,void 0);return o[Bi].C=!0,gi(e),o},e.finishDraft=function(t,e){var o=(t&&t[Bi]).A;return pi(o,e),Oi(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Fi&&Yr(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=ui("Patches").$;return Xr(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),Ti=new Hi,Gi=Ti.produce;function Vi(t){return Vi="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},Vi(t)}function qi(t){var e=function(t,e){if("object"!==Vi(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==Vi(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Vi(e)?e:String(e)}function Ji(t,e,o){return(e=qi(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function Yi(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 Xi(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?Yi(Object(o),!0).forEach((function(e){Ji(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):Yi(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function Qi(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. "}Ti.produceWithPatches.bind(Ti),Ti.setAutoFreeze.bind(Ti),Ti.setUseProxies.bind(Ti),Ti.applyPatches.bind(Ti),Ti.createDraft.bind(Ti),Ti.finishDraft.bind(Ti);var tn="function"==typeof Symbol&&Symbol.observable||"@@observable",en=function(){return Math.random().toString(36).substring(7).split("").join(".")},on={INIT:"@@redux/INIT"+en(),REPLACE:"@@redux/REPLACE"+en(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+en()}};function rn(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(Qi(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(Qi(1));return o(rn)(t,e)}if("function"!=typeof t)throw new Error(Qi(2));var i=t,n=e,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function f(){if(c)throw new Error(Qi(3));return n}function h(t){if("function"!=typeof t)throw new Error(Qi(4));if(c)throw new Error(Qi(5));var e=!0;return l(),s.push(t),function(){if(e){if(c)throw new Error(Qi(6));e=!1,l();var o=s.indexOf(t);s.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(Qi(7));if(void 0===t.type)throw new Error(Qi(8));if(c)throw new Error(Qi(9));try{c=!0,n=i(n,t)}finally{c=!1}for(var e=a=s,o=0;o<e.length;o++){(0,e[o])()}return t}return u({type:on.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(Qi(10));i=t,u({type:on.REPLACE})}})[tn]=function(){var t,e=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(Qi(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[tn]=function(){return this},t},r}function nn(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:on.INIT}))throw new Error(Qi(12));if(void 0===o(void 0,{type:on.PROBE_UNKNOWN_ACTION()}))throw new Error(Qi(13))}))}(o)}catch(t){n=t}return function(t,e){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},s=0;s<a.length;s++){var c=a[s],l=o[c],f=t[c],h=l(f,e);if(void 0===h)throw e&&e.type,new Error(Qi(14));i[c]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function an(){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 sn(){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(Qi(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=an.apply(void 0,n)(o.dispatch),Xi(Xi({},o),{},{dispatch:r})}}}function cn(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 ln=cn();ln.withExtraArgument=cn;var fn,hn=ln,un=(fn=function(t,e){return fn=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])},fn(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}fn(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),dn=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:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function s(n){return function(s){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,s])}}},pn=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},yn=Object.defineProperty,gn=Object.defineProperties,bn=Object.getOwnPropertyDescriptors,mn=Object.getOwnPropertySymbols,On=Object.prototype.hasOwnProperty,vn=Object.prototype.propertyIsEnumerable,Sn=function(t,e,o){return e in t?yn(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Nn=function(t,e){for(var o in e||(e={}))On.call(e,o)&&Sn(t,o,e[o]);if(mn)for(var r=0,i=mn(e);r<i.length;r++){o=i[r];vn.call(e,o)&&Sn(t,o,e[o])}return t},wn=function(t,e){return gn(t,bn(e))},Cn="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?an:an.apply(null,arguments)};var xn=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 un(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,pn([void 0],t[0].concat(this)))):new(e.bind.apply(e,pn([void 0],t.concat(this))))},e}(Array),En=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 un(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,pn([void 0],t[0].concat(this)))):new(e.bind.apply(e,pn([void 0],t.concat(this))))},e}(Array);function Rn(t){return Qr(t)?Gi(t,(function(){})):t}function Ln(){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 xn;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(hn.withExtraArgument(o.extraArgument)):r.push(hn));return r}(t)}}function In(t){var e,o=Ln(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?o():a,c=r.devTools,l=void 0===c||c,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,d=void 0===u?void 0:u;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=nn(n)}var p=s;"function"==typeof p&&(p=p(o));var y=sn.apply(void 0,p),g=an;l&&(g=Cn(Nn({trace:!1},"object"==typeof l&&l)));var b=new En(y),m=b;return Array.isArray(d)?m=pn([y],d):"function"==typeof d&&(m=d(b)),rn(e,h,g.apply(void 0,m))}function Un(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 Nn(Nn({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 Wn(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 kn(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:Rn(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},c={};function l(){var e="function"==typeof t.extraReducers?Wn(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,c=e[2],l=void 0===c?void 0:c,f=Nn(Nn({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?Wn(e):[e,o,r],a=n[0],s=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Rn(t())};else{var l=Rn(t);i=function(){return l}}function f(t,e){void 0===t&&(t=i());var o=pn([a[e.type]],s.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(Xr(t))return void 0===(r=o(t,e))?t:r;if(Qr(t))return Gi(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)}l&&t.addDefaultCase(l)}))}return n.forEach((function(t){var o,r,n=i[t],l=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,s[l]=o,c[t]=r?Un(l,r):Un(l)})),{name:e,reducer:function(t,e){return o||(o=l()),o(t,e)},actions:c,caseReducers:a,getInitialState:function(){return o||(o=l()),o.getInitialState()}}}var An=["name","message","stack","code"],$n=function(t,e){this.payload=t,this.meta=e},Fn=function(t,e){this.payload=t,this.meta=e},Kn=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=An;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function jn(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=Un(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:wn(Nn({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Un(t+"/pending",(function(t,e,o){return{payload:void 0,meta:wn(Nn({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Un(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Kn)(t||"Rejected"),meta:wn(Nn({},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(s,c,l){var f,h=(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 d(t){f=t,u.abort()}var p=function(){return a=this,p=null,y=function(){var a,p,y,g,b,m;return dn(this,(function(O){switch(O.label){case 0:return O.trys.push([0,4,,5]),g=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:c,extra:l}),null===(v=g)||"object"!=typeof v||"function"!=typeof v.then?[3,2]:[4,g];case 1:g=O.sent(),O.label=2;case 2:if(!1===g||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"})}))})),s(i(h,t,null==(p=null==o?void 0:o.getPendingMeta)?void 0:p.call(o,{requestId:h,arg:t},{getState:c,extra:l}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:c,extra:l,requestId:h,signal:u.signal,abort:d,rejectWithValue:function(t,e){return new $n(t,e)},fulfillWithValue:function(t,e){return new Fn(t,e)}})).then((function(e){if(e instanceof $n)throw e;return e instanceof Fn?r(e.payload,h,t,e.meta):r(e,h,t)}))])];case 3:return y=O.sent(),[3,5];case 4:return m=O.sent(),y=m instanceof $n?n(null,h,t,m.payload,m.meta):n(m,h,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(y)&&y.meta.condition||s(y),[2,y]}var v}))},new Promise((function(t,e){var o=function(t){try{i(y.next(t))}catch(t){e(t)}},r=function(t){try{i(y.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((y=y.apply(a,p)).next())}));var a,p,y}();return Object.assign(p,{abort:d,requestId:h,arg:t,unwrap:function(){return p.then(jn)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Bn="listenerMiddleware";Un(Bn+"/add"),Un(Bn+"/removeAll"),Un(Bn+"/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[Bi];return Di.get(e,t)},set:function(e){var o=this[Bi];Di.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][Bi];if(!i.P)switch(i.i){case 5:r(i)&&xi(i);break;case 4:o(i)&&xi(i)}}}function o(t){for(var e=t.t,o=t.k,r=Mi(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==Bi){var a=e[n];if(void 0===a&&!oi(e,n))return!0;var s=o[n],c=s&&s[Bi];if(c?c.t!==a:!ii(s,a))return!0}}var l=!!e[Bi];return r.length!==Mi(e).length+(l?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){Zi[t]||(Zi[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=_i(o);delete n[Bi];for(var a=Mi(n),s=0;s<a.length;s++){var c=a[s];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:di(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Bi,{value:n,writable:!0}),i},S:function(t,o,i){i?Xr(o)&&o[Bi].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[Bi];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)ti(n,(function(e){e!==Bi&&(void 0!==i[e]||oi(i,e)?a[e]||t(n[e]):(a[e]=!0,xi(o)))})),ti(i,(function(t){void 0!==n[t]||oi(n,t)||(a[t]=!1,xi(o))}));else if(5===s){if(r(o)&&(xi(o),a.length=!0),n.length<i.length)for(var c=n.length;c<i.length;c++)a[c]=!1;else for(var l=i.length;l<n.length;l++)a[l]=!0;for(var f=Math.min(n.length,i.length),h=0;h<f;h++)n.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(n[h])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Pn{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(Dr(i))return i;if(null==r)return;const n=kn({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=In({reducer:(t,e)=>{var o;switch(e.type){case"CLEAR_FT_REDUX_STORE":return n.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(o=e.overwrites)&&void 0!==o?o:{}};default:return n.reducer(t,e)}}});return window.ftReduxStores[r.name]=new Pn(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Zr,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_STATE_FIELDS_VALUES_SETTER",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()}}const Mn=Symbol("elementInternals");var _n,Zn,Dn;const zn=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(Dn=null===(Zn=null===(_n=window.safari)||void 0===_n?void 0:_n.pushNotification)||void 0===Zn?void 0:Zn.toString())&&void 0!==Dn?Dn:""),Hn="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;var Tn=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 Wo&&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=ko(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)}},CancelablePromise:Wo,CanceledPromiseError:Uo,Debouncer:Ao,FtCommandQueue:Zr,FtCssVariableFactory:Po,FtLitElement:Ar,FtLitElementRedux:Jr,FtNotificationEvent:Nr,FtReduxStore:Pn,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()}}},PostResizeEvent:Cr,PreResizeEvent:wr,ScopedRegistryLitElement:Rr,button:hr,cancelable:ko,chart:pr,checkbox:br,chip:yr,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))Dr(e)&&e.clear()},customElement:t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)},dateReviver:function(...t){return function(e,o){return t.includes(e)?Fo(o):o}},deepEqual:Ko,delay:$o,designSystemVariables:Sr,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)]))},foundation:Mo,highlightHtml:function(t,e){let o=t.getAttribute("data-highlight-html-query");if((null!=o?o:"")!==(null!=e?e:"")){const o=new Fr(t);o.unmark(Br),e&&e.trim()&&o.mark(e,Br)}t.setAttribute("data-highlight-html-query",null!=e?e:"")},highlightHtmlColorCssVariable:Kr,highlightHtmlStyles:jr,isFtReduxStore:Dr,isSafari:zn,isTouchScreen:Hn,jsonProperty:jo,last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},noTextSelect:Pr,notice:gr,notification:vr,parseDate:Fo,radio:Or,redux:t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!Ko(t,e),attribute:!1,...e};Se(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})}},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)},safariEllipsisFix:_r,semantic:fr,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},setVariable:function(t,e){return Bo(`${t.name}: ${e}`)},switch_:dr,tabs:ur,toFtFormComponent:function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Mn].form}constructor(...t){super(t),this[Mn]=this.attachInternals(),this[Mn].role=e}setFormValue(t){this[Mn].setFormValue(t)}}},toggle:mr,typographies:lr,typographyBody1Medium:To,typographyBody1Regular:Ho,typographyBody1Semibold:Go,typographyBody2Medium:qo,typographyBody2Regular:Vo,typographyBody2Semibold:Jo,typographyCaption1Bold:nr,typographyCaption1Medium:rr,typographyCaption1Semibold:ir,typographyCaption2Bold:cr,typographyCaption2Medium:ar,typographyCaption2Semibold:sr,typographyDisplay:_o,typographyLabel1Bold:Qo,typographyLabel1Medium:Yo,typographyLabel1Semibold:Xo,typographyLabel2Bold:or,typographyLabel2Medium:tr,typographyLabel2Semibold:er,typographyTitle1:Zo,typographyTitle2:Do,typographyTitle3:zo,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","label-1","label-2","caption-1","caption-2"],waitFor:async function(t,e=5){let o=await t();for(;null==o;)await $o(e),o=await t();return o},waitUntil:async function(t,e=5){let o=await t();for(;!o;)await $o(e),o=await t()},wordWrap:Mr});t.lit=me,t.litClassMap=Pe,t.litDecorators=Ce,t.litRepeat=je,t.litStyleMap=ze,t.litUnsafeHTML=Io,t.wcUtils=Tn}));
189
+ `;class Dr{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 zr(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var Hr,Tr,Gr;const Vr=Symbol("internalReduxEventsUnsubscribers"),qr=Symbol("internalStoresUnsubscribers"),Jr=Symbol("internalStores");class Yr extends $r{constructor(){super(...arguments),this[Hr]=new Map,this[Tr]=new Map,this[Gr]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[Jr].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Jr].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Jr].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:zr(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[Jr].delete(e)}setupStore(t,e){this[Jr].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Jr].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[qr].has(t.store):this[qr].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[qr].set(t,e.subscribe((()=>this.updateFromStores()))),zr(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[Vr].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[qr].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[Vr].forEach((t=>t())),this[Vr]=[]}unsubscribeFromStore(t){this[qr].has(t)&&this[qr].get(t)(),this[qr].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function Xr(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 Qr(t){return!!t&&!!t[Pi]}function ti(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)===Mi}(t)||Array.isArray(t)||!!t[Bi]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Bi])||ai(t)||si(t))}function ei(t,e,o){void 0===o&&(o=!1),0===oi(t)?(o?Object.keys:_i)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function oi(t){var e=t[Pi];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:ai(t)?2:si(t)?3:0}function ri(t,e){return 2===oi(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function ii(t,e,o){var r=oi(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function ni(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function ai(t){return $i&&t instanceof Map}function si(t){return Fi&&t instanceof Set}function ci(t){return t.o||t.t}function li(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Zi(t);delete e[Pi];for(var o=_i(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 fi(t,e){return void 0===e&&(e=!1),ui(t)||Qr(t)||!ti(t)||(oi(t)>1&&(t.set=t.add=t.clear=t.delete=hi),Object.freeze(t),e&&ei(t,(function(t,e){return fi(e,!0)}),!0)),t}function hi(){Xr(2)}function ui(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function di(t){var e=Di[t];return e||Xr(18,t),e}function pi(){return ki}function yi(t,e){e&&(di("Patches"),t.u=[],t.s=[],t.v=e)}function gi(t){bi(t),t.p.forEach(Oi),t.p=null}function bi(t){t===ki&&(ki=t.l)}function mi(t){return ki={p:[],l:ki,h:t,m:!0,_:0}}function Oi(t){var e=t[Pi];0===e.i||1===e.i?e.j():e.g=!0}function vi(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||di("ES5").S(e,t,r),r?(o[Pi].P&&(gi(e),Xr(4)),ti(t)&&(t=Si(e,t),e.l||wi(e,t)),e.u&&di("Patches").M(o[Pi].t,t,e.u,e.s)):t=Si(e,o,[]),gi(e),e.u&&e.v(e.u,e.s),t!==ji?t:void 0}function Si(t,e,o){if(ui(e))return e;var r=e[Pi];if(!r)return ei(e,(function(i,n){return Ni(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return wi(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=li(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),ei(n,(function(e,n){return Ni(t,r,i,e,n,o,a)})),wi(t,i,!1),o&&t.u&&di("Patches").N(r,o,t.u,t.s)}return r.o}function Ni(t,e,o,r,i,n,a){if(Qr(i)){var s=Si(t,i,n&&e&&3!==e.i&&!ri(e.R,r)?n.concat(r):void 0);if(ii(o,r,s),!Qr(s))return;t.m=!1}else a&&o.add(i);if(ti(i)&&!ui(i)){if(!t.h.D&&t._<1)return;Si(t,i),e&&e.A.l||wi(t,i)}}function wi(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&fi(e,o)}function Ci(t,e){var o=t[Pi];return(o?ci(o):t)[e]}function xi(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 Ei(t){t.P||(t.P=!0,t.l&&Ei(t.l))}function Ri(t){t.o||(t.o=li(t.t))}function Li(t,e,o){var r=ai(e)?di("MapSet").F(e,o):si(e)?di("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:pi(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=zi;o&&(i=[r],n=Hi);var a=Proxy.revocable(i,n),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(e,o):di("ES5").J(e,o);return(o?o.A:pi()).p.push(r),r}function Ii(t){return Qr(t)||Xr(22,t),function t(e){if(!ti(e))return e;var o,r=e[Pi],i=oi(e);if(r){if(!r.P&&(r.i<4||!di("ES5").K(r)))return r.t;r.I=!0,o=Ui(e,i),r.I=!1}else o=Ui(e,i);return ei(o,(function(e,i){r&&function(t,e){return 2===oi(t)?t.get(e):t[e]}(r.t,e)===i||ii(o,e,t(i))})),3===i?new Set(o):o}(t)}function Ui(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return li(t)}Hr=qr,Tr=Jr,Gr=Vr,Yr.reduxProperties=new Map,Yr.reduxReactiveProperties=new Set,Yr.reduxEventListeners=new Map;var Wi,ki,Ai="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),$i="undefined"!=typeof Map,Fi="undefined"!=typeof Set,Ki="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,ji=Ai?Symbol.for("immer-nothing"):((Wi={})["immer-nothing"]=!0,Wi),Bi=Ai?Symbol.for("immer-draftable"):"__$immer_draftable",Pi=Ai?Symbol.for("immer-state"):"__$immer_state",Mi=""+Object.prototype.constructor,_i="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Zi=Object.getOwnPropertyDescriptors||function(t){var e={};return _i(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},Di={},zi={get:function(t,e){if(e===Pi)return t;var o=ci(t);if(!ri(o,e))return function(t,e,o){var r,i=xi(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||!ti(r)?r:r===Ci(t.t,e)?(Ri(t),t.o[e]=Li(t.A.h,r,t)):r},has:function(t,e){return e in ci(t)},ownKeys:function(t){return Reflect.ownKeys(ci(t))},set:function(t,e,o){var r=xi(ci(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=Ci(ci(t),e),n=null==i?void 0:i[Pi];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(ni(o,i)&&(void 0!==o||ri(t.t,e)))return!0;Ri(t),Ei(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!==Ci(t.t,e)||e in t.t?(t.R[e]=!1,Ri(t),Ei(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=ci(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(){Xr(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Xr(12)}},Hi={};ei(zi,(function(t,e){Hi[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),Hi.deleteProperty=function(t,e){return Hi.set.call(this,t,e,void 0)},Hi.set=function(t,e,o){return zi.set.call(this,t[0],e,o,t[0])};var Ti=function(){function t(t){var e=this;this.O=Ki,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),s=1;s<r;s++)a[s-1]=arguments[s];return n.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&Xr(6),void 0!==r&&"function"!=typeof r&&Xr(7),ti(t)){var s=mi(e),c=Li(e,t,void 0),l=!0;try{a=o(c),l=!1}finally{l?gi(s):bi(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return yi(s,r),vi(t,s)}),(function(t){throw gi(s),t})):(yi(s,r),vi(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===ji&&(a=void 0),e.D&&fi(a,!0),r){var f=[],h=[];di("Patches").M(t,a,f,h),r(f,h)}return a}Xr(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){ti(t)||Xr(8),Qr(t)&&(t=Ii(t));var e=mi(this),o=Li(this,t,void 0);return o[Pi].C=!0,bi(e),o},e.finishDraft=function(t,e){var o=(t&&t[Pi]).A;return yi(o,e),vi(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Ki&&Xr(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=di("Patches").$;return Qr(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),Gi=new Ti,Vi=Gi.produce;function qi(t){return qi="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},qi(t)}function Ji(t){var e=function(t,e){if("object"!==qi(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==qi(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===qi(e)?e:String(e)}function Yi(t,e,o){return(e=Ji(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function Xi(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 Qi(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?Xi(Object(o),!0).forEach((function(e){Yi(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):Xi(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function tn(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. "}Gi.produceWithPatches.bind(Gi),Gi.setAutoFreeze.bind(Gi),Gi.setUseProxies.bind(Gi),Gi.applyPatches.bind(Gi),Gi.createDraft.bind(Gi),Gi.finishDraft.bind(Gi);var en="function"==typeof Symbol&&Symbol.observable||"@@observable",on=function(){return Math.random().toString(36).substring(7).split("").join(".")},rn={INIT:"@@redux/INIT"+on(),REPLACE:"@@redux/REPLACE"+on(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+on()}};function nn(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(tn(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(tn(1));return o(nn)(t,e)}if("function"!=typeof t)throw new Error(tn(2));var i=t,n=e,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function f(){if(c)throw new Error(tn(3));return n}function h(t){if("function"!=typeof t)throw new Error(tn(4));if(c)throw new Error(tn(5));var e=!0;return l(),s.push(t),function(){if(e){if(c)throw new Error(tn(6));e=!1,l();var o=s.indexOf(t);s.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(tn(7));if(void 0===t.type)throw new Error(tn(8));if(c)throw new Error(tn(9));try{c=!0,n=i(n,t)}finally{c=!1}for(var e=a=s,o=0;o<e.length;o++){(0,e[o])()}return t}return u({type:rn.INIT}),(r={dispatch:u,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(tn(10));i=t,u({type:rn.REPLACE})}})[en]=function(){var t,e=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(tn(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[en]=function(){return this},t},r}function an(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:rn.INIT}))throw new Error(tn(12));if(void 0===o(void 0,{type:rn.PROBE_UNKNOWN_ACTION()}))throw new Error(tn(13))}))}(o)}catch(t){n=t}return function(t,e){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},s=0;s<a.length;s++){var c=a[s],l=o[c],f=t[c],h=l(f,e);if(void 0===h)throw e&&e.type,new Error(tn(14));i[c]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function sn(){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 cn(){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(tn(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=sn.apply(void 0,n)(o.dispatch),Qi(Qi({},o),{},{dispatch:r})}}}function ln(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 fn=ln();fn.withExtraArgument=ln;var hn,un=fn,dn=(hn=function(t,e){return hn=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])},hn(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}hn(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),pn=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:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function s(n){return function(s){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,s])}}},yn=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},gn=Object.defineProperty,bn=Object.defineProperties,mn=Object.getOwnPropertyDescriptors,On=Object.getOwnPropertySymbols,vn=Object.prototype.hasOwnProperty,Sn=Object.prototype.propertyIsEnumerable,Nn=function(t,e,o){return e in t?gn(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},wn=function(t,e){for(var o in e||(e={}))vn.call(e,o)&&Nn(t,o,e[o]);if(On)for(var r=0,i=On(e);r<i.length;r++){o=i[r];Sn.call(e,o)&&Nn(t,o,e[o])}return t},Cn=function(t,e){return bn(t,mn(e))},xn="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?sn:sn.apply(null,arguments)};var En=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 dn(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,yn([void 0],t[0].concat(this)))):new(e.bind.apply(e,yn([void 0],t.concat(this))))},e}(Array),Rn=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 dn(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,yn([void 0],t[0].concat(this)))):new(e.bind.apply(e,yn([void 0],t.concat(this))))},e}(Array);function Ln(t){return ti(t)?Vi(t,(function(){})):t}function In(){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 En;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(un.withExtraArgument(o.extraArgument)):r.push(un));return r}(t)}}function Un(t){var e,o=In(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?o():a,c=r.devTools,l=void 0===c||c,f=r.preloadedState,h=void 0===f?void 0:f,u=r.enhancers,d=void 0===u?void 0:u;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=an(n)}var p=s;"function"==typeof p&&(p=p(o));var y=cn.apply(void 0,p),g=sn;l&&(g=xn(wn({trace:!1},"object"==typeof l&&l)));var b=new Rn(y),m=b;return Array.isArray(d)?m=yn([y],d):"function"==typeof d&&(m=d(b)),nn(e,h,g.apply(void 0,m))}function Wn(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 wn(wn({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 kn(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 An(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:Ln(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},c={};function l(){var e="function"==typeof t.extraReducers?kn(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,c=e[2],l=void 0===c?void 0:c,f=wn(wn({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?kn(e):[e,o,r],a=n[0],s=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Ln(t())};else{var l=Ln(t);i=function(){return l}}function f(t,e){void 0===t&&(t=i());var o=yn([a[e.type]],s.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(Qr(t))return void 0===(r=o(t,e))?t:r;if(ti(t))return Vi(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)}l&&t.addDefaultCase(l)}))}return n.forEach((function(t){var o,r,n=i[t],l=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,s[l]=o,c[t]=r?Wn(l,r):Wn(l)})),{name:e,reducer:function(t,e){return o||(o=l()),o(t,e)},actions:c,caseReducers:a,getInitialState:function(){return o||(o=l()),o.getInitialState()}}}var $n=["name","message","stack","code"],Fn=function(t,e){this.payload=t,this.meta=e},Kn=function(t,e){this.payload=t,this.meta=e},jn=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=$n;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function Bn(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=Wn(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:Cn(wn({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Wn(t+"/pending",(function(t,e,o){return{payload:void 0,meta:Cn(wn({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Wn(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||jn)(t||"Rejected"),meta:Cn(wn({},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(s,c,l){var f,h=(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 d(t){f=t,u.abort()}var p=function(){return a=this,p=null,y=function(){var a,p,y,g,b,m;return pn(this,(function(O){switch(O.label){case 0:return O.trys.push([0,4,,5]),g=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:c,extra:l}),null===(v=g)||"object"!=typeof v||"function"!=typeof v.then?[3,2]:[4,g];case 1:g=O.sent(),O.label=2;case 2:if(!1===g||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"})}))})),s(i(h,t,null==(p=null==o?void 0:o.getPendingMeta)?void 0:p.call(o,{requestId:h,arg:t},{getState:c,extra:l}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:c,extra:l,requestId:h,signal:u.signal,abort:d,rejectWithValue:function(t,e){return new Fn(t,e)},fulfillWithValue:function(t,e){return new Kn(t,e)}})).then((function(e){if(e instanceof Fn)throw e;return e instanceof Kn?r(e.payload,h,t,e.meta):r(e,h,t)}))])];case 3:return y=O.sent(),[3,5];case 4:return m=O.sent(),y=m instanceof Fn?n(null,h,t,m.payload,m.meta):n(m,h,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(y)&&y.meta.condition||s(y),[2,y]}var v}))},new Promise((function(t,e){var o=function(t){try{i(y.next(t))}catch(t){e(t)}},r=function(t){try{i(y.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((y=y.apply(a,p)).next())}));var a,p,y}();return Object.assign(p,{abort:d,requestId:h,arg:t,unwrap:function(){return p.then(Bn)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Pn="listenerMiddleware";Wn(Pn+"/add"),Wn(Pn+"/removeAll"),Wn(Pn+"/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[Pi];return zi.get(e,t)},set:function(e){var o=this[Pi];zi.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][Pi];if(!i.P)switch(i.i){case 5:r(i)&&Ei(i);break;case 4:o(i)&&Ei(i)}}}function o(t){for(var e=t.t,o=t.k,r=_i(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==Pi){var a=e[n];if(void 0===a&&!ri(e,n))return!0;var s=o[n],c=s&&s[Pi];if(c?c.t!==a:!ni(s,a))return!0}}var l=!!e[Pi];return r.length!==_i(e).length+(l?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){Di[t]||(Di[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=Zi(o);delete n[Pi];for(var a=_i(n),s=0;s<a.length;s++){var c=a[s];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:pi(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Pi,{value:n,writable:!0}),i},S:function(t,o,i){i?Qr(o)&&o[Pi].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[Pi];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)ei(n,(function(e){e!==Pi&&(void 0!==i[e]||ri(i,e)?a[e]||t(n[e]):(a[e]=!0,Ei(o)))})),ei(i,(function(t){void 0!==n[t]||ri(n,t)||(a[t]=!1,Ei(o))}));else if(5===s){if(r(o)&&(Ei(o),a.length=!0),n.length<i.length)for(var c=n.length;c<i.length;c++)a[c]=!1;else for(var l=i.length;l<n.length;l++)a[l]=!0;for(var f=Math.min(n.length,i.length),h=0;h<f;h++)n.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(n[h])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Mn{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(zr(i))return i;if(null==r)return;const n=An({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Un({reducer:(t,e)=>{var o;switch(e.type){case"CLEAR_FT_REDUX_STORE":return n.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(o=e.overwrites)&&void 0!==o?o:{}};default:return n.reducer(t,e)}}});return window.ftReduxStores[r.name]=new Mn(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Dr,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_STATE_FIELDS_VALUES_SETTER",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()}}const _n=Symbol("elementInternals");var Zn,Dn,zn;const Hn=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(zn=null===(Dn=null===(Zn=window.safari)||void 0===Zn?void 0:Zn.pushNotification)||void 0===Dn?void 0:Dn.toString())&&void 0!==zn?zn:""),Tn="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;var Gn=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 Wo&&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=ko(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)}},CancelablePromise:Wo,CanceledPromiseError:Uo,Debouncer:Ao,FtCommandQueue:Dr,FtCssVariableFactory:Mo,FtLitElement:$r,FtLitElementRedux:Yr,FtNotificationEvent:wr,FtReduxStore:Mn,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()}}},PostResizeEvent:xr,PreResizeEvent:Cr,ScopedRegistryLitElement:Lr,button:ur,cancelable:ko,chart:yr,checkbox:mr,chip:gr,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))zr(e)&&e.clear()},customElement:t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)},dateReviver:function(...t){return function(e,o){return t.includes(e)?Ko(o):o}},deepEqual:jo,delay:$o,designSystemVariables:Nr,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)]))},foundation:_o,highlightHtml:function(t,e){let o=t.getAttribute("data-highlight-html-query");if((null!=o?o:"")!==(null!=e?e:"")){const o=new Kr(t);o.unmark(Pr),e&&e.trim()&&o.mark(e,Pr)}t.setAttribute("data-highlight-html-query",null!=e?e:"")},highlightHtmlColorCssVariable:jr,highlightHtmlStyles:Br,isFtReduxStore:zr,isSafari:Hn,isTouchScreen:Tn,jsonProperty:Bo,last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},noTextSelect:Mr,notice:br,notification:Sr,parseDate:Ko,radio:vr,redux:t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!jo(t,e),attribute:!1,...e};Se(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})}},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)},safariEllipsisFix:Zr,semantic:hr,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},setVariable:function(t,e){return Po(`${t.name}: ${e}`)},switch_:pr,tabs:dr,toFtFormComponent:function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[_n].form}constructor(...t){super(t),this[_n]=this.attachInternals(),this[_n].role=e}setFormValue(t){this[_n].setFormValue(t)}}},toggle:Or,typographies:fr,typographyBody1Medium:Go,typographyBody1Regular:To,typographyBody1Semibold:Vo,typographyBody2Medium:Jo,typographyBody2Regular:qo,typographyBody2Semibold:Yo,typographyCaption1Bold:ar,typographyCaption1Medium:ir,typographyCaption1Semibold:nr,typographyCaption2Bold:lr,typographyCaption2Medium:sr,typographyCaption2Semibold:cr,typographyDisplay:Zo,typographyLabel1Bold:tr,typographyLabel1Medium:Xo,typographyLabel1Semibold:Qo,typographyLabel2Bold:rr,typographyLabel2Medium:er,typographyLabel2Semibold:or,typographyTitle1:Do,typographyTitle2:zo,typographyTitle3:Ho,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","label-1","label-2","caption-1","caption-2"],waitFor:async function(t,e=5,o){return await Fo((async()=>null!=await t()),e,o),await t()},waitUntil:Fo,wordWrap:_r});t.lit=me,t.litClassMap=Pe,t.litDecorators=Ce,t.litRepeat=je,t.litStyleMap=ze,t.litUnsafeHTML=Io,t.wcUtils=Gn}));
@@ -1,7 +1,7 @@
1
1
  import { Optional, Provider } from "./generic-types";
2
2
  export declare const delay: (ms: number) => Promise<unknown>;
3
- export declare function waitFor<T>(provider: Provider<Optional<T> | Promise<Optional<T>>>, interval?: number): Promise<T>;
4
- export declare function waitUntil(condition: Provider<boolean | Promise<boolean>>, interval?: number): Promise<void>;
3
+ export declare function waitUntil(condition: Provider<boolean | Promise<boolean>>, interval?: number, timeout?: number): Promise<void>;
4
+ export declare function waitFor<T>(provider: Provider<Optional<T> | Promise<Optional<T>>>, interval?: number, timeout?: number): Promise<T>;
5
5
  export declare function flatDeep<T>(arr: Array<T>, getChildren: (o: T) => Array<T>): Array<T>;
6
6
  export declare function dateReviver(...dateKeys: string[]): (key: string, value: any) => any;
7
7
  export declare function parseDate(value: string): Date;
package/build/helpers.js CHANGED
@@ -1,18 +1,20 @@
1
1
  export const delay = (ms) => new Promise(resolve => setTimeout(resolve, ms));
2
- export async function waitFor(provider, interval = 5) {
3
- let value = await provider();
4
- while (value == null) {
5
- await delay(interval);
6
- value = await provider();
7
- }
8
- return value;
9
- }
10
- export async function waitUntil(condition, interval = 5) {
2
+ export async function waitUntil(condition, interval = 5, timeout) {
11
3
  let value = await condition();
12
- while (!value) {
4
+ let start, now;
5
+ start = now = performance.now();
6
+ while (!value && (!timeout || now - start < timeout)) {
13
7
  await delay(interval);
14
8
  value = await condition();
9
+ now = performance.now();
15
10
  }
11
+ if (value == null) {
12
+ throw new Error("Timeout exceeded");
13
+ }
14
+ }
15
+ export async function waitFor(provider, interval = 5, timeout) {
16
+ await waitUntil(async () => (await provider()) != null, interval, timeout);
17
+ return (await provider());
16
18
  }
17
19
  export function flatDeep(arr, getChildren) {
18
20
  return arr.flatMap(o => [o, ...flatDeep(getChildren(o), getChildren)]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-wc-utils",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "Internal web components tools",
5
5
  "author": "Fluid Topics <devtopics@antidot.net>",
6
6
  "license": "ISC",
@@ -21,5 +21,5 @@
21
21
  "lit": "3.1.0",
22
22
  "mark.js": "8.11.1"
23
23
  },
24
- "gitHead": "81a42d69a8e10526af88b3c220eff325cbc33c3c"
24
+ "gitHead": "f58494852acf5409f0881678c76cd0af9a203482"
25
25
  }