@fluid-topics/ft-chip 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.
@@ -540,7 +540,7 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
540
540
  @focusin=${this.onHover}
541
541
  @focusout=${this.onOut}
542
542
  @touchstart=${this.onTouch}>
543
- <slot part="slot"></slot>
543
+ <slot part="slot" @click=${this.onClick}></slot>
544
544
  <div part="tooltip" role="tooltip" inert
545
545
  class="ft-tooltip ft-tooltip--${this.validPosition}"
546
546
  ?hidden=${!this.visible}>
@@ -550,7 +550,7 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
550
550
  </div>
551
551
  </div>
552
552
  </div>
553
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",_e(this.slottedElement,this.tooltip,{platform:{...Ye,getOffsetParent:t=>Ye.getOffsetParent(t,Ve)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(o){const{x:e,y:r,placement:i}=o,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=ne(t,o),p={x:e,y:r},f=await ye(o,c),s=fe(ae(i)),d=ce(s);let h=p[d],g=p[s];if(n){const t="y"===d?"bottom":"right";h=ie(h+f["y"===d?"top":"left"],h,h-f[t])}if(a){const t="y"===s?"bottom":"right";g=ie(g+f["y"===s?"top":"left"],g,g-f[t])}const y=l.fn({...o,[d]:h,[s]:g});return{...y,data:{x:y.x-e,y:y.y-r}}}}),be({allowedPlacements:[this.position]})]}).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}Je.elementDefinitions={"ft-typography":wo},Je.styles=Vo,qe([r.property()],Je.prototype,"text",void 0),qe([r.property({type:Boolean})],Je.prototype,"manual",void 0),qe([r.property({type:Boolean})],Je.prototype,"inline",void 0),qe([r.property({type:Number})],Je.prototype,"delay",void 0),qe([r.property()],Je.prototype,"position",void 0),qe([r.queryAssignedNodes()],Je.prototype,"slotNodes",void 0),qe([r.query(".ft-tooltip--container")],Je.prototype,"container",void 0),qe([r.query(".ft-tooltip")],Je.prototype,"tooltip",void 0),qe([r.query(".ft-tooltip--content")],Je.prototype,"tooltipContent",void 0),qe([r.state()],Je.prototype,"visible",void 0),qe([r.eventOptions({passive:!0})],Je.prototype,"onTouch",null),qe([r.eventOptions({passive:!0})],Je.prototype,"onHover",null),qe([r.eventOptions({passive:!0})],Je.prototype,"onOut",null),o.customElement("ft-tooltip")(Je);class Qe extends o.FtLitElement{render(){return e.html`
553
+ `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",_e(this.slottedElement,this.tooltip,{platform:{...Ye,getOffsetParent:t=>Ye.getOffsetParent(t,Ve)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(o){const{x:e,y:r,placement:i}=o,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=ne(t,o),p={x:e,y:r},f=await ye(o,c),s=fe(ae(i)),d=ce(s);let h=p[d],g=p[s];if(n){const t="y"===d?"bottom":"right";h=ie(h+f["y"===d?"top":"left"],h,h-f[t])}if(a){const t="y"===s?"bottom":"right";g=ie(g+f["y"===s?"top":"left"],g,g-f[t])}const y=l.fn({...o,[d]:h,[s]:g});return{...y,data:{x:y.x-e,y:y.y-r}}}}),be({allowedPlacements:[this.position]})]}).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}Je.elementDefinitions={"ft-typography":wo},Je.styles=Vo,qe([r.property()],Je.prototype,"text",void 0),qe([r.property({type:Boolean})],Je.prototype,"manual",void 0),qe([r.property({type:Boolean})],Je.prototype,"inline",void 0),qe([r.property({type:Number})],Je.prototype,"delay",void 0),qe([r.property()],Je.prototype,"position",void 0),qe([r.queryAssignedNodes()],Je.prototype,"slotNodes",void 0),qe([r.query(".ft-tooltip--container")],Je.prototype,"container",void 0),qe([r.query(".ft-tooltip")],Je.prototype,"tooltip",void 0),qe([r.query(".ft-tooltip--content")],Je.prototype,"tooltipContent",void 0),qe([r.state()],Je.prototype,"visible",void 0),qe([r.eventOptions({passive:!0})],Je.prototype,"onTouch",null),qe([r.eventOptions({passive:!0})],Je.prototype,"onHover",null),qe([r.eventOptions({passive:!0})],Je.prototype,"onOut",null),qe([r.eventOptions({passive:!0})],Je.prototype,"onClick",null),o.customElement("ft-tooltip")(Je);class Qe extends o.FtLitElement{render(){return e.html`
554
554
  <div class="ft-loader">
555
555
  <div></div>
556
556
  <div></div>
@@ -48,12 +48,12 @@ const N={attribute:!0,type:String,converter:x,reflect:!1,hasChanged:v},w=(t=N,o,
48
48
  * @license
49
49
  * Copyright 2017 Google LLC
50
50
  * SPDX-License-Identifier: BSD-3-Clause
51
- */;function U(t,o){return(e,i,r)=>{const n=o=>o.renderRoot?.querySelector(t)??null;if(o){const{get:t,set:o}="object"==typeof i?e:r??(()=>{const t=Symbol();return{get(){return this[t]},set(o){this[t]=o}}})();return E(0,0,{get(){let e=t.call(this);return void 0===e&&(e=n(this),(null!==e||this.hasUpdated)&&o.call(this,e)),e}})}return E(0,0,{get(){return n(this)}})}}
51
+ */;function k(t,o){return(e,i,r)=>{const n=o=>o.renderRoot?.querySelector(t)??null;if(o){const{get:t,set:o}="object"==typeof i?e:r??(()=>{const t=Symbol();return{get(){return this[t]},set(o){this[t]=o}}})();return E(0,0,{get(){let e=t.call(this);return void 0===e&&(e=n(this),(null!==e||this.hasUpdated)&&o.call(this,e)),e}})}return E(0,0,{get(){return n(this)}})}}
52
52
  /**
53
53
  * @license
54
54
  * Copyright 2017 Google LLC
55
55
  * SPDX-License-Identifier: BSD-3-Clause
56
- */function k(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,i,r;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(i=e;0!=i--;)if(!k(t[i],o[i]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(i of t.entries())if(!o.has(i[0]))return!1;for(i of t.entries())if(!k(i[1],o.get(i[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(i of t.entries())if(!o.has(i[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((e=(r=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(i=e;0!=i--;)if(!Object.prototype.hasOwnProperty.call(o,r[i]))return!1;for(i=e;0!=i--;){var n=r[i];if(!k(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const I=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};
56
+ */function U(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,i,r;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(i=e;0!=i--;)if(!U(t[i],o[i]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(i of t.entries())if(!o.has(i[0]))return!1;for(i of t.entries())if(!U(i[1],o.get(i[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(i of t.entries())if(!o.has(i[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((e=(r=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(i=e;0!=i--;)if(!Object.prototype.hasOwnProperty.call(o,r[i]))return!1;for(i=e;0!=i--;){var n=r[i];if(!U(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const I=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};
57
57
  /**
58
58
  * @license
59
59
  * Copyright 2017 Google LLC
@@ -70,7 +70,7 @@ const ht=globalThis,dt=ht.ShadowRoot&&(void 0===ht.ShadyCSS||ht.ShadyCSS.nativeS
70
70
  * @license
71
71
  * Copyright 2017 Google LLC
72
72
  * SPDX-License-Identifier: BSD-3-Clause
73
- */,{is:vt,defineProperty:Ot,getOwnPropertyDescriptor:St,getOwnPropertyNames:Nt,getOwnPropertySymbols:wt,getPrototypeOf:Ct}=Object,$t=globalThis,Rt=$t.trustedTypes,Et=Rt?Rt.emptyScript:"",Ut=$t.reactiveElementPolyfillSupport,kt=(t,o)=>t,It={toAttribute(t,o){switch(o){case Boolean:t=t?Et:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},Lt=(t,o)=>!vt(t,o),Wt={attribute:!0,type:String,converter:It,reflect:!1,hasChanged:Lt};Symbol.metadata??=Symbol("metadata"),$t.litPropertyMetadata??=new WeakMap;class zt extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=Wt){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),i=this.getPropertyDescriptor(t,e,o);void 0!==i&&Ot(this.prototype,t,i)}}static getPropertyDescriptor(t,o,e){const{get:i,set:r}=St(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return i?.call(this)},set(o){const n=i?.call(this);r.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Wt}static _$Ei(){if(this.hasOwnProperty(kt("elementProperties")))return;const t=Ct(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(kt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(kt("properties"))){const t=this.properties,o=[...Nt(t),...wt(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(xt(t))}else void 0!==t&&o.push(xt(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(dt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),i=ht.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=e.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,e);if(void 0!==i&&!0===e.reflect){const r=(void 0!==e.converter?.toAttribute?e.converter:It).toAttribute(o,e.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,o){const e=this.constructor,i=e._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=e.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:It;this._$Em=i,this[i]=r.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,i=!1,r){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??Lt)(i?r:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}}zt.elementStyles=[],zt.shadowRootOptions={mode:"open"},zt[kt("elementProperties")]=new Map,zt[kt("finalized")]=new Map,Ut?.({ReactiveElement:zt}),($t.reactiveElementVersions??=[]).push("2.0.2");
73
+ */,{is:vt,defineProperty:Ot,getOwnPropertyDescriptor:St,getOwnPropertyNames:Nt,getOwnPropertySymbols:wt,getPrototypeOf:Ct}=Object,$t=globalThis,Rt=$t.trustedTypes,Et=Rt?Rt.emptyScript:"",kt=$t.reactiveElementPolyfillSupport,Ut=(t,o)=>t,It={toAttribute(t,o){switch(o){case Boolean:t=t?Et:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},Lt=(t,o)=>!vt(t,o),Wt={attribute:!0,type:String,converter:It,reflect:!1,hasChanged:Lt};Symbol.metadata??=Symbol("metadata"),$t.litPropertyMetadata??=new WeakMap;class zt extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=Wt){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),i=this.getPropertyDescriptor(t,e,o);void 0!==i&&Ot(this.prototype,t,i)}}static getPropertyDescriptor(t,o,e){const{get:i,set:r}=St(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return i?.call(this)},set(o){const n=i?.call(this);r.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Wt}static _$Ei(){if(this.hasOwnProperty(Ut("elementProperties")))return;const t=Ct(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Ut("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Ut("properties"))){const t=this.properties,o=[...Nt(t),...wt(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(xt(t))}else void 0!==t&&o.push(xt(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(dt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),i=ht.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=e.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,e);if(void 0!==i&&!0===e.reflect){const r=(void 0!==e.converter?.toAttribute?e.converter:It).toAttribute(o,e.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,o){const e=this.constructor,i=e._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=e.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:It;this._$Em=i,this[i]=r.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,i=!1,r){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??Lt)(i?r:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}}zt.elementStyles=[],zt.shadowRootOptions={mode:"open"},zt[Ut("elementProperties")]=new Map,zt[Ut("finalized")]=new Map,kt?.({ReactiveElement:zt}),($t.reactiveElementVersions??=[]).push("2.0.2");
74
74
  /**
75
75
  * @license
76
76
  * Copyright 2017 Google LLC
@@ -87,7 +87,7 @@ class bo extends zt{constructor(){super(...arguments),this.renderOptions={host:t
87
87
  * @license
88
88
  * Copyright 2019 Google LLC
89
89
  * SPDX-License-Identifier: BSD-3-Clause
90
- */class Uo extends bo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{Eo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),i=Ro.litNonce;void 0!==i&&e.setAttribute("nonce",i),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var ko,Io=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};const Lo=Symbol("constructorPrototype"),Wo=Symbol("constructorName"),zo=Symbol("exportpartsDebouncer");class Ko extends Uo{constructor(){super(),this[ko]=new o(5),this[Wo]=this.constructor.name,this[Lo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Wo]&&Object.setPrototypeOf(this,this[Lo])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[zo].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,i,r,n,a;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(r=null===(i=t.getAttribute("part"))||void 0===i?void 0:i.split(" "))&&void 0!==r?r:[],e=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(...o,...e).filter(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const p=[...c.values()].flatMap((t=>l.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}ko=zo,Io([C()],Ko.prototype,"exportpartsPrefix",void 0),Io([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!k(t,o),...null!=o?o:{}})}([])],Ko.prototype,"exportpartsPrefixes",void 0),Io([C()],Ko.prototype,"customStylesheet",void 0);const Fo=vo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");mt`
90
+ */class ko extends bo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{Eo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),i=Ro.litNonce;void 0!==i&&e.setAttribute("nonce",i),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var Uo,Io=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};const Lo=Symbol("constructorPrototype"),Wo=Symbol("constructorName"),zo=Symbol("exportpartsDebouncer");class Ko extends ko{constructor(){super(),this[Uo]=new o(5),this[Wo]=this.constructor.name,this[Lo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Wo]&&Object.setPrototypeOf(this,this[Lo])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[zo].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,i,r,n,a;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(r=null===(i=t.getAttribute("part"))||void 0===i?void 0:i.split(" "))&&void 0!==r?r:[],e=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(...o,...e).filter(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const p=[...c.values()].flatMap((t=>l.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}Uo=zo,Io([C()],Ko.prototype,"exportpartsPrefix",void 0),Io([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!U(t,o),...null!=o?o:{}})}([])],Ko.prototype,"exportpartsPrefixes",void 0),Io([C()],Ko.prototype,"customStylesheet",void 0);const Fo=vo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");mt`
91
91
  .highlight-html-match {
92
92
  background: ${Fo};
93
93
  }
@@ -256,13 +256,13 @@ class bo extends zt{constructor(){super(...arguments),this.renderOptions={host:t
256
256
  <div class="ft-ripple--background"></div>
257
257
  <div class="ft-ripple--effect"></div>
258
258
  </div>
259
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),i=o("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",e,n),t.addEventListener("touchstart",i,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",r,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",e,n),t.removeEventListener("touchstart",i,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",r,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let i,r;return null!=o.x?({x:i,y:r}=o):null!=e.touches&&(i=e.touches[0].clientX,r=e.touches[0].clientY),{x:i,y:r}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}de.elementDefinitions={},de.styles=fe,he([C({type:Boolean})],de.prototype,"primary",void 0),he([C({type:Boolean})],de.prototype,"secondary",void 0),he([C({type:Boolean})],de.prototype,"unbounded",void 0),he([C({type:Boolean})],de.prototype,"activated",void 0),he([C({type:Boolean})],de.prototype,"selected",void 0),he([C({type:Boolean})],de.prototype,"disabled",void 0),he([$()],de.prototype,"hovered",void 0),he([$()],de.prototype,"focused",void 0),he([$()],de.prototype,"pressed",void 0),he([$()],de.prototype,"rippling",void 0),he([$()],de.prototype,"originX",void 0),he([$()],de.prototype,"originY",void 0),he([U(".ft-ripple")],de.prototype,"ripple",void 0),he([U(".ft-ripple--effect")],de.prototype,"rippleEffect",void 0),I("ft-ripple")(de);
259
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),i=o("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",e,n),t.addEventListener("touchstart",i,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",r,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",e,n),t.removeEventListener("touchstart",i,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",r,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let i,r;return null!=o.x?({x:i,y:r}=o):null!=e.touches&&(i=e.touches[0].clientX,r=e.touches[0].clientY),{x:i,y:r}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}de.elementDefinitions={},de.styles=fe,he([C({type:Boolean})],de.prototype,"primary",void 0),he([C({type:Boolean})],de.prototype,"secondary",void 0),he([C({type:Boolean})],de.prototype,"unbounded",void 0),he([C({type:Boolean})],de.prototype,"activated",void 0),he([C({type:Boolean})],de.prototype,"selected",void 0),he([C({type:Boolean})],de.prototype,"disabled",void 0),he([$()],de.prototype,"hovered",void 0),he([$()],de.prototype,"focused",void 0),he([$()],de.prototype,"pressed",void 0),he([$()],de.prototype,"rippling",void 0),he([$()],de.prototype,"originX",void 0),he([$()],de.prototype,"originY",void 0),he([k(".ft-ripple")],de.prototype,"ripple",void 0),he([k(".ft-ripple--effect")],de.prototype,"rippleEffect",void 0),I("ft-ripple")(de);
260
260
  /**
261
261
  * @license
262
262
  * Copyright 2020 Google LLC
263
263
  * SPDX-License-Identifier: BSD-3-Clause
264
264
  */
265
- const ue=Symbol.for(""),ye=t=>{if(t?.r===ue)return t?._$litStatic$},ge=t=>({_$litStatic$:t,r:ue}),be=new Map,me=(t=>(o,...e)=>{const i=e.length;let r,n;const a=[],s=[];let l,c=0,p=!1;for(;c<i;){for(l=o[c];c<i&&void 0!==(n=e[c],r=ye(n));)l+=r+o[++c],p=!0;c!==i&&s.push(n),a.push(l),c++}if(c===i&&a.push(o[i]),p){const t=a.join("$$lit$$");void 0===(o=be.get(t))&&(a.raw=a,be.set(t,o=a)),e=s}return t(o,...e)})(q);var xe;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(xe||(xe={}));const ve=vo.extend("--ft-typography-font-family","",$o.titleFont),Oe=vo.extend("--ft-typography-font-family","",$o.contentFont),Se={fontFamily:Oe,fontSize:vo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:vo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:vo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:vo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:vo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ne=vo.extend("--ft-typography-title-font-family","",ve),we=vo.extend("--ft-typography-title-font-size","",Se.fontSize,"20px"),Ce=vo.extend("--ft-typography-title-font-weight","",Se.fontWeight,"normal"),$e=vo.extend("--ft-typography-title-letter-spacing","",Se.letterSpacing,"0.15px"),Re=vo.extend("--ft-typography-title-line-height","",Se.lineHeight,"1.2"),Ee=vo.extend("--ft-typography-title-text-transform","",Se.textTransform,"inherit"),Ue=vo.extend("--ft-typography-title-dense-font-family","",ve),ke=vo.extend("--ft-typography-title-dense-font-size","",Se.fontSize,"14px"),Ie=vo.extend("--ft-typography-title-dense-font-weight","",Se.fontWeight,"normal"),Le=vo.extend("--ft-typography-title-dense-letter-spacing","",Se.letterSpacing,"0.105px"),We=vo.extend("--ft-typography-title-dense-line-height","",Se.lineHeight,"1.7"),ze=vo.extend("--ft-typography-title-dense-text-transform","",Se.textTransform,"inherit"),Ke=vo.extend("--ft-typography-subtitle1-font-family","",Oe),Fe=vo.extend("--ft-typography-subtitle1-font-size","",Se.fontSize,"16px"),Ze=vo.extend("--ft-typography-subtitle1-font-weight","",Se.fontWeight,"600"),Be=vo.extend("--ft-typography-subtitle1-letter-spacing","",Se.letterSpacing,"0.144px"),Ae=vo.extend("--ft-typography-subtitle1-line-height","",Se.lineHeight,"1.5"),De=vo.extend("--ft-typography-subtitle1-text-transform","",Se.textTransform,"inherit"),Me=vo.extend("--ft-typography-subtitle2-font-family","",Oe),Pe=vo.extend("--ft-typography-subtitle2-font-size","",Se.fontSize,"14px"),He=vo.extend("--ft-typography-subtitle2-font-weight","",Se.fontWeight,"normal"),je=vo.extend("--ft-typography-subtitle2-letter-spacing","",Se.letterSpacing,"0.098px"),Te=vo.extend("--ft-typography-subtitle2-line-height","",Se.lineHeight,"1.7"),_e=vo.extend("--ft-typography-subtitle2-text-transform","",Se.textTransform,"inherit"),Ge=vo.extend("--ft-typography-body1-font-family","",Oe),Ye=vo.extend("--ft-typography-body1-font-size","",Se.fontSize,"16px"),Ve=vo.extend("--ft-typography-body1-font-weight","",Se.fontWeight,"normal"),Je=vo.extend("--ft-typography-body1-letter-spacing","",Se.letterSpacing,"0.496px"),qe=vo.extend("--ft-typography-body1-line-height","",Se.lineHeight,"1.5"),Xe=vo.extend("--ft-typography-body1-text-transform","",Se.textTransform,"inherit"),Qe={fontFamily:vo.extend("--ft-typography-body2-font-family","",Oe),fontSize:vo.extend("--ft-typography-body2-font-size","",Se.fontSize,"14px"),fontWeight:vo.extend("--ft-typography-body2-font-weight","",Se.fontWeight,"normal"),letterSpacing:vo.extend("--ft-typography-body2-letter-spacing","",Se.letterSpacing,"0.252px"),lineHeight:vo.extend("--ft-typography-body2-line-height","",Se.lineHeight,"1.4"),textTransform:vo.extend("--ft-typography-body2-text-transform","",Se.textTransform,"inherit")},ti=vo.extend("--ft-typography-caption-font-family","",Oe),oi=vo.extend("--ft-typography-caption-font-size","",Se.fontSize,"12px"),ei=vo.extend("--ft-typography-caption-font-weight","",Se.fontWeight,"normal"),ii=vo.extend("--ft-typography-caption-letter-spacing","",Se.letterSpacing,"0.396px"),ri=vo.extend("--ft-typography-caption-line-height","",Se.lineHeight,"1.33"),ni=vo.extend("--ft-typography-caption-text-transform","",Se.textTransform,"inherit"),ai=vo.extend("--ft-typography-breadcrumb-font-family","",Oe),si=vo.extend("--ft-typography-breadcrumb-font-size","",Se.fontSize,"10px"),li=vo.extend("--ft-typography-breadcrumb-font-weight","",Se.fontWeight,"normal"),ci=vo.extend("--ft-typography-breadcrumb-letter-spacing","",Se.letterSpacing,"0.33px"),pi=vo.extend("--ft-typography-breadcrumb-line-height","",Se.lineHeight,"1.6"),fi=vo.extend("--ft-typography-breadcrumb-text-transform","",Se.textTransform,"inherit"),hi=vo.extend("--ft-typography-overline-font-family","",Oe),di=vo.extend("--ft-typography-overline-font-size","",Se.fontSize,"10px"),ui=vo.extend("--ft-typography-overline-font-weight","",Se.fontWeight,"normal"),yi=vo.extend("--ft-typography-overline-letter-spacing","",Se.letterSpacing,"1.5px"),gi=vo.extend("--ft-typography-overline-line-height","",Se.lineHeight,"1.6"),bi=vo.extend("--ft-typography-overline-text-transform","",Se.textTransform,"uppercase"),mi={fontFamily:vo.extend("--ft-typography-button-font-family","",Oe),fontSize:vo.extend("--ft-typography-button-font-size","",Se.fontSize,"14px"),fontWeight:vo.extend("--ft-typography-button-font-weight","",Se.fontWeight,"600"),letterSpacing:vo.extend("--ft-typography-button-letter-spacing","",Se.letterSpacing,"1.246px"),lineHeight:vo.extend("--ft-typography-button-line-height","",Se.lineHeight,"1.15"),textTransform:vo.extend("--ft-typography-button-text-transform","",Se.textTransform,"uppercase")},xi=mt`
265
+ const ue=Symbol.for(""),ye=t=>{if(t?.r===ue)return t?._$litStatic$},ge=t=>({_$litStatic$:t,r:ue}),be=new Map,me=(t=>(o,...e)=>{const i=e.length;let r,n;const a=[],s=[];let l,c=0,p=!1;for(;c<i;){for(l=o[c];c<i&&void 0!==(n=e[c],r=ye(n));)l+=r+o[++c],p=!0;c!==i&&s.push(n),a.push(l),c++}if(c===i&&a.push(o[i]),p){const t=a.join("$$lit$$");void 0===(o=be.get(t))&&(a.raw=a,be.set(t,o=a)),e=s}return t(o,...e)})(q);var xe;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(xe||(xe={}));const ve=vo.extend("--ft-typography-font-family","",$o.titleFont),Oe=vo.extend("--ft-typography-font-family","",$o.contentFont),Se={fontFamily:Oe,fontSize:vo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:vo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:vo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:vo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:vo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ne=vo.extend("--ft-typography-title-font-family","",ve),we=vo.extend("--ft-typography-title-font-size","",Se.fontSize,"20px"),Ce=vo.extend("--ft-typography-title-font-weight","",Se.fontWeight,"normal"),$e=vo.extend("--ft-typography-title-letter-spacing","",Se.letterSpacing,"0.15px"),Re=vo.extend("--ft-typography-title-line-height","",Se.lineHeight,"1.2"),Ee=vo.extend("--ft-typography-title-text-transform","",Se.textTransform,"inherit"),ke=vo.extend("--ft-typography-title-dense-font-family","",ve),Ue=vo.extend("--ft-typography-title-dense-font-size","",Se.fontSize,"14px"),Ie=vo.extend("--ft-typography-title-dense-font-weight","",Se.fontWeight,"normal"),Le=vo.extend("--ft-typography-title-dense-letter-spacing","",Se.letterSpacing,"0.105px"),We=vo.extend("--ft-typography-title-dense-line-height","",Se.lineHeight,"1.7"),ze=vo.extend("--ft-typography-title-dense-text-transform","",Se.textTransform,"inherit"),Ke=vo.extend("--ft-typography-subtitle1-font-family","",Oe),Fe=vo.extend("--ft-typography-subtitle1-font-size","",Se.fontSize,"16px"),Ze=vo.extend("--ft-typography-subtitle1-font-weight","",Se.fontWeight,"600"),Be=vo.extend("--ft-typography-subtitle1-letter-spacing","",Se.letterSpacing,"0.144px"),Ae=vo.extend("--ft-typography-subtitle1-line-height","",Se.lineHeight,"1.5"),De=vo.extend("--ft-typography-subtitle1-text-transform","",Se.textTransform,"inherit"),Me=vo.extend("--ft-typography-subtitle2-font-family","",Oe),Pe=vo.extend("--ft-typography-subtitle2-font-size","",Se.fontSize,"14px"),He=vo.extend("--ft-typography-subtitle2-font-weight","",Se.fontWeight,"normal"),je=vo.extend("--ft-typography-subtitle2-letter-spacing","",Se.letterSpacing,"0.098px"),Te=vo.extend("--ft-typography-subtitle2-line-height","",Se.lineHeight,"1.7"),_e=vo.extend("--ft-typography-subtitle2-text-transform","",Se.textTransform,"inherit"),Ge=vo.extend("--ft-typography-body1-font-family","",Oe),Ye=vo.extend("--ft-typography-body1-font-size","",Se.fontSize,"16px"),Ve=vo.extend("--ft-typography-body1-font-weight","",Se.fontWeight,"normal"),Je=vo.extend("--ft-typography-body1-letter-spacing","",Se.letterSpacing,"0.496px"),qe=vo.extend("--ft-typography-body1-line-height","",Se.lineHeight,"1.5"),Xe=vo.extend("--ft-typography-body1-text-transform","",Se.textTransform,"inherit"),Qe={fontFamily:vo.extend("--ft-typography-body2-font-family","",Oe),fontSize:vo.extend("--ft-typography-body2-font-size","",Se.fontSize,"14px"),fontWeight:vo.extend("--ft-typography-body2-font-weight","",Se.fontWeight,"normal"),letterSpacing:vo.extend("--ft-typography-body2-letter-spacing","",Se.letterSpacing,"0.252px"),lineHeight:vo.extend("--ft-typography-body2-line-height","",Se.lineHeight,"1.4"),textTransform:vo.extend("--ft-typography-body2-text-transform","",Se.textTransform,"inherit")},ti=vo.extend("--ft-typography-caption-font-family","",Oe),oi=vo.extend("--ft-typography-caption-font-size","",Se.fontSize,"12px"),ei=vo.extend("--ft-typography-caption-font-weight","",Se.fontWeight,"normal"),ii=vo.extend("--ft-typography-caption-letter-spacing","",Se.letterSpacing,"0.396px"),ri=vo.extend("--ft-typography-caption-line-height","",Se.lineHeight,"1.33"),ni=vo.extend("--ft-typography-caption-text-transform","",Se.textTransform,"inherit"),ai=vo.extend("--ft-typography-breadcrumb-font-family","",Oe),si=vo.extend("--ft-typography-breadcrumb-font-size","",Se.fontSize,"10px"),li=vo.extend("--ft-typography-breadcrumb-font-weight","",Se.fontWeight,"normal"),ci=vo.extend("--ft-typography-breadcrumb-letter-spacing","",Se.letterSpacing,"0.33px"),pi=vo.extend("--ft-typography-breadcrumb-line-height","",Se.lineHeight,"1.6"),fi=vo.extend("--ft-typography-breadcrumb-text-transform","",Se.textTransform,"inherit"),hi=vo.extend("--ft-typography-overline-font-family","",Oe),di=vo.extend("--ft-typography-overline-font-size","",Se.fontSize,"10px"),ui=vo.extend("--ft-typography-overline-font-weight","",Se.fontWeight,"normal"),yi=vo.extend("--ft-typography-overline-letter-spacing","",Se.letterSpacing,"1.5px"),gi=vo.extend("--ft-typography-overline-line-height","",Se.lineHeight,"1.6"),bi=vo.extend("--ft-typography-overline-text-transform","",Se.textTransform,"uppercase"),mi={fontFamily:vo.extend("--ft-typography-button-font-family","",Oe),fontSize:vo.extend("--ft-typography-button-font-size","",Se.fontSize,"14px"),fontWeight:vo.extend("--ft-typography-button-font-weight","",Se.fontWeight,"600"),letterSpacing:vo.extend("--ft-typography-button-letter-spacing","",Se.letterSpacing,"1.246px"),lineHeight:vo.extend("--ft-typography-button-line-height","",Se.lineHeight,"1.15"),textTransform:vo.extend("--ft-typography-button-text-transform","",Se.textTransform,"uppercase")},xi=mt`
266
266
  .ft-typography--title {
267
267
  font-family: ${Ne};
268
268
  font-size: ${we};
@@ -273,8 +273,8 @@ const ue=Symbol.for(""),ye=t=>{if(t?.r===ue)return t?._$litStatic$},ge=t=>({_$li
273
273
  }
274
274
  `,vi=mt`
275
275
  .ft-typography--title-dense {
276
- font-family: ${Ue};
277
- font-size: ${ke};
276
+ font-family: ${ke};
277
+ font-size: ${Ue};
278
278
  font-weight: ${Ie};
279
279
  letter-spacing: ${Le};
280
280
  line-height: ${We};
@@ -353,11 +353,11 @@ const ue=Symbol.for(""),ye=t=>{if(t?.r===ue)return t?._$litStatic$},ge=t=>({_$li
353
353
  line-height: ${mi.lineHeight};
354
354
  text-transform: ${mi.textTransform};
355
355
  }
356
- `,Ui=mt`
356
+ `,ki=mt`
357
357
  .ft-typography {
358
358
  vertical-align: inherit;
359
359
  }
360
- `,ki=[Object.keys(No).map((t=>function(t){const o=No[t];return mt`
360
+ `,Ui=[Object.keys(No).map((t=>function(t){const o=No[t];return mt`
361
361
  .ft-typography--${bt(t)} {
362
362
  font-family: ${o.fontFamily};
363
363
  font-size: ${o.fontSize};
@@ -373,7 +373,7 @@ const ue=Symbol.for(""),ye=t=>{if(t?.r===ue)return t?._$litStatic$},ge=t=>({_$li
373
373
  </${ge(this.element)}>
374
374
  `:me`
375
375
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
376
- `}}Li.styles=[xi,vi,Oi,Si,Ni,wi,Ci,$i,Ri,Ei,Ui,...ki],Ii([C()],Li.prototype,"element",void 0),Ii([C()],Li.prototype,"variant",void 0),I("ft-typography")(Li);
376
+ `}}Li.styles=[xi,vi,Oi,Si,Ni,wi,Ci,$i,Ri,Ei,ki,...Ui],Ii([C()],Li.prototype,"element",void 0),Ii([C()],Li.prototype,"variant",void 0),I("ft-typography")(Li);
377
377
  /**
378
378
  * @license
379
379
  * Copyright 2017 Google LLC
@@ -432,7 +432,7 @@ class Wi extends oe{constructor(t){if(super(t),this.et=Q,t.type!==Qo)throw Error
432
432
  ${zi(this.resolvedIcon)}
433
433
  <slot ?hidden=${o}></slot>
434
434
  </i>
435
- `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let e=this.value||this.textContent;switch(this.variant){case Ai.file_format:this.resolvedIcon=null!==(t=Fi[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case Ai.material:this.resolvedIcon=this.value||eo;break;default:this.resolvedIcon=null!==(o=Ki[e.replace("-","_").toUpperCase()])&&void 0!==o?o:e}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Mi.elementDefinitions={},Mi.styles=Bi,Di([C()],Mi.prototype,"variant",void 0),Di([C()],Mi.prototype,"value",void 0),Di([$()],Mi.prototype,"resolvedIcon",void 0),Di([U("slot")],Mi.prototype,"slottedContent",void 0),I("ft-icon")(Mi);const Pi={color:vo.extend("--ft-loader-color","",$o.colorPrimary),size:vo.create("--ft-loader-size","","SIZE","80px")},Hi=mt`
435
+ `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let e=this.value||this.textContent;switch(this.variant){case Ai.file_format:this.resolvedIcon=null!==(t=Fi[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case Ai.material:this.resolvedIcon=this.value||eo;break;default:this.resolvedIcon=null!==(o=Ki[e.replace("-","_").toUpperCase()])&&void 0!==o?o:e}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Mi.elementDefinitions={},Mi.styles=Bi,Di([C()],Mi.prototype,"variant",void 0),Di([C()],Mi.prototype,"value",void 0),Di([$()],Mi.prototype,"resolvedIcon",void 0),Di([k("slot")],Mi.prototype,"slottedContent",void 0),I("ft-icon")(Mi);const Pi={color:vo.extend("--ft-loader-color","",$o.colorPrimary),size:vo.create("--ft-loader-size","","SIZE","80px")},Hi=mt`
436
436
  :host {
437
437
  line-height: 0;
438
438
  }
@@ -667,7 +667,7 @@ class Wi extends oe{constructor(t){if(super(t),this.et=Q,t.type!==Qo)throw Error
667
667
  position: relative;
668
668
  word-break: break-word;
669
669
  }
670
- `,ar=["start","end"],sr=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+ar[0],o+"-"+ar[1])),[]),lr=Math.min,cr=Math.max,pr=Math.round,fr=t=>({x:t,y:t}),hr={left:"right",right:"left",bottom:"top",top:"bottom"},dr={start:"end",end:"start"};function ur(t,o,e){return cr(t,lr(o,e))}function yr(t,o){return"function"==typeof t?t(o):t}function gr(t){return t.split("-")[0]}function br(t){return t.split("-")[1]}function mr(t){return"x"===t?"y":"x"}function xr(t){return"y"===t?"height":"width"}function vr(t){return["top","bottom"].includes(gr(t))?"y":"x"}function Or(t){return mr(vr(t))}function Sr(t){return t.replace(/left|right|bottom|top/g,(t=>hr[t]))}function Nr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function wr(t,o,e){let{reference:i,floating:r}=t;const n=vr(o),a=Or(o),s=xr(a),l=gr(o),c="y"===n,p=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,h=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:p,y:i.y-r.height};break;case"bottom":d={x:p,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:f};break;case"left":d={x:i.x-r.width,y:f};break;default:d={x:i.x,y:i.y}}switch(br(o)){case"start":d[a]-=h*(e&&c?-1:1);break;case"end":d[a]+=h*(e&&c?-1:1)}return d}async function Cr(t,o){var e;void 0===o&&(o={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=yr(o,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[h?"floating"===f?"reference":"floating":f],g=Nr(await n.getClippingRect({element:null==(e=await(null==n.isElement?void 0:n.isElement(y)))||e?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:p,strategy:l})),b="floating"===f?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),x=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},v=Nr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(g.top-v.top+u.top)/x.y,bottom:(v.bottom-g.bottom+u.bottom)/x.y,left:(g.left-v.left+u.left)/x.x,right:(v.right-g.right+u.right)/x.x}}function $r(t,o,e){return(t?[...e.filter((o=>br(o)===t)),...e.filter((o=>br(o)!==t))]:e.filter((t=>gr(t)===t))).filter((e=>!t||(br(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>dr[t]))}(e)!==e)))}const Rr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=o,{crossAxis:p=!1,alignment:f,allowedPlacements:h=sr,autoAlignment:d=!0,...u}=yr(t,o),y=void 0!==f||h===sr?$r(f||null,d,h):h,g=await Cr(o,u),b=(null==(e=a.autoPlacement)?void 0:e.index)||0,m=y[b];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const i=br(t),r=Or(t),n=xr(r);let a="x"===r?i===(e?"end":"start")?"right":"left":"start"===i?"bottom":"top";return o.reference[n]>o.floating[n]&&(a=Sr(a)),[a,Sr(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:y[0]}};const v=[g[gr(m)],g[x[0]],g[x[1]]],O=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:v}],S=y[b+1];if(S)return{data:{index:b+1,overflows:O},reset:{placement:S}};const N=O.map((t=>{const o=br(t.placement);return[t.placement,o&&p?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),w=N.filter((t=>t[2].slice(0,br(t[0])?2:3).every((t=>t<=0)))),C=(null==(r=w[0])?void 0:r[0])||N[0][0];return C!==s?{data:{index:b+1,overflows:O},reset:{placement:C}}:{}}}};function Er(t){return Ir(t)?(t.nodeName||"").toLowerCase():"#document"}function Ur(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function kr(t){var o;return null==(o=(Ir(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function Ir(t){return t instanceof Node||t instanceof Ur(t).Node}function Lr(t){return t instanceof Element||t instanceof Ur(t).Element}function Wr(t){return t instanceof HTMLElement||t instanceof Ur(t).HTMLElement}function zr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Ur(t).ShadowRoot)}function Kr(t){const{overflow:o,overflowX:e,overflowY:i,display:r}=Dr(t);return/auto|scroll|overlay|hidden|clip/.test(o+i+e)&&!["inline","contents"].includes(r)}function Fr(t){return["table","td","th"].includes(Er(t))}function Zr(t){const o=Br(),e=Dr(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Br(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Ar(t){return["html","body","#document"].includes(Er(t))}function Dr(t){return Ur(t).getComputedStyle(t)}function Mr(t){return Lr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Pr(t){if("html"===Er(t))return t;const o=t.assignedSlot||t.parentNode||zr(t)&&t.host||kr(t);return zr(o)?o.host:o}function Hr(t){const o=Pr(t);return Ar(o)?t.ownerDocument?t.ownerDocument.body:t.body:Wr(o)&&Kr(o)?o:Hr(o)}function jr(t,o,e){var i;void 0===o&&(o=[]),void 0===e&&(e=!0);const r=Hr(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=Ur(r);return n?o.concat(a,a.visualViewport||[],Kr(r)?r:[],a.frameElement&&e?jr(a.frameElement):[]):o.concat(r,jr(r,[],e))}function Tr(t){const o=Dr(t);let e=parseFloat(o.width)||0,i=parseFloat(o.height)||0;const r=Wr(t),n=r?t.offsetWidth:e,a=r?t.offsetHeight:i,s=pr(e)!==n||pr(i)!==a;return s&&(e=n,i=a),{width:e,height:i,$:s}}function _r(t){return Lr(t)?t:t.contextElement}function Gr(t){const o=_r(t);if(!Wr(o))return fr(1);const e=o.getBoundingClientRect(),{width:i,height:r,$:n}=Tr(o);let a=(n?pr(e.width):e.width)/i,s=(n?pr(e.height):e.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const Yr=fr(0);function Vr(t){const o=Ur(t);return Br()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:Yr}function Jr(t,o,e,i){void 0===o&&(o=!1),void 0===e&&(e=!1);const r=t.getBoundingClientRect(),n=_r(t);let a=fr(1);o&&(i?Lr(i)&&(a=Gr(i)):a=Gr(t));const s=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==Ur(t))&&o}(n,e,i)?Vr(n):fr(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,p=r.width/a.x,f=r.height/a.y;if(n){const t=Ur(n),o=i&&Lr(i)?Ur(i):i;let e=t.frameElement;for(;e&&i&&o!==t;){const t=Gr(e),o=e.getBoundingClientRect(),i=Dr(e),r=o.left+(e.clientLeft+parseFloat(i.paddingLeft))*t.x,n=o.top+(e.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,p*=t.x,f*=t.y,l+=r,c+=n,e=Ur(e).frameElement}}return Nr({width:p,height:f,x:l,y:c})}function qr(t){return Jr(kr(t)).left+Mr(t).scrollLeft}function Xr(t,o,e){let i;if("viewport"===o)i=function(t,o){const e=Ur(t),i=kr(t),r=e.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=Br();(!t||t&&"fixed"===o)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,e);else if("document"===o)i=function(t){const o=kr(t),e=Mr(t),i=t.ownerDocument.body,r=cr(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),n=cr(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight);let a=-e.scrollLeft+qr(t);const s=-e.scrollTop;return"rtl"===Dr(i).direction&&(a+=cr(o.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(kr(t));else if(Lr(o))i=function(t,o){const e=Jr(t,!0,"fixed"===o),i=e.top+t.clientTop,r=e.left+t.clientLeft,n=Wr(t)?Gr(t):fr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(o,e);else{const e=Vr(t);i={...o,x:o.x-e.x,y:o.y-e.y}}return Nr(i)}function Qr(t,o){const e=Pr(t);return!(e===o||!Lr(e)||Ar(e))&&("fixed"===Dr(e).position||Qr(e,o))}function tn(t,o,e){const i=Wr(o),r=kr(o),n="fixed"===e,a=Jr(t,!0,n,o);let s={scrollLeft:0,scrollTop:0};const l=fr(0);if(i||!i&&!n)if(("body"!==Er(o)||Kr(r))&&(s=Mr(o)),i){const t=Jr(o,!0,n,o);l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}else r&&(l.x=qr(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function on(t,o){return Wr(t)&&"fixed"!==Dr(t).position?o?o(t):t.offsetParent:null}function en(t,o){const e=Ur(t);if(!Wr(t))return e;let i=on(t,o);for(;i&&Fr(i)&&"static"===Dr(i).position;)i=on(i,o);return i&&("html"===Er(i)||"body"===Er(i)&&"static"===Dr(i).position&&!Zr(i))?e:i||function(t){let o=Pr(t);for(;Wr(o)&&!Ar(o);){if(Zr(o))return o;o=Pr(o)}return null}(t)||e}const rn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:i}=t;const r=Wr(e),n=kr(e);if(e===n)return o;let a={scrollLeft:0,scrollTop:0},s=fr(1);const l=fr(0);if((r||!r&&"fixed"!==i)&&(("body"!==Er(e)||Kr(n))&&(a=Mr(e)),Wr(e))){const t=Jr(e);s=Gr(e),l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}return{width:o.width*s.x,height:o.height*s.y,x:o.x*s.x-a.scrollLeft*s.x+l.x,y:o.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:kr,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:i,strategy:r}=t;const n=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let i=jr(t,[],!1).filter((t=>Lr(t)&&"body"!==Er(t))),r=null;const n="fixed"===Dr(t).position;let a=n?Pr(t):t;for(;Lr(a)&&!Ar(a);){const o=Dr(a),e=Zr(a);e||"fixed"!==o.position||(r=null),(n?!e&&!r:!e&&"static"===o.position&&r&&["absolute","fixed"].includes(r.position)||Kr(a)&&!e&&Qr(t,a))?i=i.filter((t=>t!==a)):r=o,a=Pr(a)}return o.set(t,i),i}(o,this._c):[].concat(e),i],a=n[0],s=n.reduce(((t,e)=>{const i=Xr(o,e,r);return t.top=cr(i.top,t.top),t.right=lr(i.right,t.right),t.bottom=lr(i.bottom,t.bottom),t.left=cr(i.left,t.left),t}),Xr(o,a,r));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:en,getElementRects:async function(t){let{reference:o,floating:e,strategy:i}=t;const r=this.getOffsetParent||en,n=this.getDimensions;return{reference:tn(o,await r(e),i),floating:{x:0,y:0,...await n(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Tr(t)},getScale:Gr,isElement:Lr,isRTL:function(t){return"rtl"===Dr(t).direction}},nn=(t,o,e)=>{const i=new Map,r={platform:rn,...e},n={...r.platform,_c:i};return(async(t,o,e)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=e,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(o));let c=await a.getElementRects({reference:t,floating:o,strategy:r}),{x:p,y:f}=wr(c,i,l),h=i,d={},u=0;for(let e=0;e<s.length;e++){const{name:n,fn:y}=s[e],{x:g,y:b,data:m,reset:x}=await y({x:p,y:f,initialPlacement:i,placement:h,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:o}});p=null!=g?g:p,f=null!=b?b:f,d={...d,[n]:{...d[n],...m}},x&&u<=50&&(u++,"object"==typeof x&&(x.placement&&(h=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:t,floating:o,strategy:r}):x.rects),({x:p,y:f}=wr(c,h,l))),e=-1)}return{x:p,y:f,placement:h,strategy:r,middlewareData:d}})(t,o,{...r,platform:n})};function an(t){return function(t){for(let o=t;o;o=sn(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=sn(t);o;o=sn(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function sn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var ln=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class cn extends Ko{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o,this.revealDebouncer=new o}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return to`
670
+ `,ar=["start","end"],sr=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+ar[0],o+"-"+ar[1])),[]),lr=Math.min,cr=Math.max,pr=Math.round,fr=t=>({x:t,y:t}),hr={left:"right",right:"left",bottom:"top",top:"bottom"},dr={start:"end",end:"start"};function ur(t,o,e){return cr(t,lr(o,e))}function yr(t,o){return"function"==typeof t?t(o):t}function gr(t){return t.split("-")[0]}function br(t){return t.split("-")[1]}function mr(t){return"x"===t?"y":"x"}function xr(t){return"y"===t?"height":"width"}function vr(t){return["top","bottom"].includes(gr(t))?"y":"x"}function Or(t){return mr(vr(t))}function Sr(t){return t.replace(/left|right|bottom|top/g,(t=>hr[t]))}function Nr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function wr(t,o,e){let{reference:i,floating:r}=t;const n=vr(o),a=Or(o),s=xr(a),l=gr(o),c="y"===n,p=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,h=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:p,y:i.y-r.height};break;case"bottom":d={x:p,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:f};break;case"left":d={x:i.x-r.width,y:f};break;default:d={x:i.x,y:i.y}}switch(br(o)){case"start":d[a]-=h*(e&&c?-1:1);break;case"end":d[a]+=h*(e&&c?-1:1)}return d}async function Cr(t,o){var e;void 0===o&&(o={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=yr(o,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[h?"floating"===f?"reference":"floating":f],g=Nr(await n.getClippingRect({element:null==(e=await(null==n.isElement?void 0:n.isElement(y)))||e?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:p,strategy:l})),b="floating"===f?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),x=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},v=Nr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(g.top-v.top+u.top)/x.y,bottom:(v.bottom-g.bottom+u.bottom)/x.y,left:(g.left-v.left+u.left)/x.x,right:(v.right-g.right+u.right)/x.x}}function $r(t,o,e){return(t?[...e.filter((o=>br(o)===t)),...e.filter((o=>br(o)!==t))]:e.filter((t=>gr(t)===t))).filter((e=>!t||(br(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>dr[t]))}(e)!==e)))}const Rr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=o,{crossAxis:p=!1,alignment:f,allowedPlacements:h=sr,autoAlignment:d=!0,...u}=yr(t,o),y=void 0!==f||h===sr?$r(f||null,d,h):h,g=await Cr(o,u),b=(null==(e=a.autoPlacement)?void 0:e.index)||0,m=y[b];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const i=br(t),r=Or(t),n=xr(r);let a="x"===r?i===(e?"end":"start")?"right":"left":"start"===i?"bottom":"top";return o.reference[n]>o.floating[n]&&(a=Sr(a)),[a,Sr(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:y[0]}};const v=[g[gr(m)],g[x[0]],g[x[1]]],O=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:v}],S=y[b+1];if(S)return{data:{index:b+1,overflows:O},reset:{placement:S}};const N=O.map((t=>{const o=br(t.placement);return[t.placement,o&&p?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),w=N.filter((t=>t[2].slice(0,br(t[0])?2:3).every((t=>t<=0)))),C=(null==(r=w[0])?void 0:r[0])||N[0][0];return C!==s?{data:{index:b+1,overflows:O},reset:{placement:C}}:{}}}};function Er(t){return Ir(t)?(t.nodeName||"").toLowerCase():"#document"}function kr(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function Ur(t){var o;return null==(o=(Ir(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function Ir(t){return t instanceof Node||t instanceof kr(t).Node}function Lr(t){return t instanceof Element||t instanceof kr(t).Element}function Wr(t){return t instanceof HTMLElement||t instanceof kr(t).HTMLElement}function zr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof kr(t).ShadowRoot)}function Kr(t){const{overflow:o,overflowX:e,overflowY:i,display:r}=Dr(t);return/auto|scroll|overlay|hidden|clip/.test(o+i+e)&&!["inline","contents"].includes(r)}function Fr(t){return["table","td","th"].includes(Er(t))}function Zr(t){const o=Br(),e=Dr(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Br(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Ar(t){return["html","body","#document"].includes(Er(t))}function Dr(t){return kr(t).getComputedStyle(t)}function Mr(t){return Lr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Pr(t){if("html"===Er(t))return t;const o=t.assignedSlot||t.parentNode||zr(t)&&t.host||Ur(t);return zr(o)?o.host:o}function Hr(t){const o=Pr(t);return Ar(o)?t.ownerDocument?t.ownerDocument.body:t.body:Wr(o)&&Kr(o)?o:Hr(o)}function jr(t,o,e){var i;void 0===o&&(o=[]),void 0===e&&(e=!0);const r=Hr(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=kr(r);return n?o.concat(a,a.visualViewport||[],Kr(r)?r:[],a.frameElement&&e?jr(a.frameElement):[]):o.concat(r,jr(r,[],e))}function Tr(t){const o=Dr(t);let e=parseFloat(o.width)||0,i=parseFloat(o.height)||0;const r=Wr(t),n=r?t.offsetWidth:e,a=r?t.offsetHeight:i,s=pr(e)!==n||pr(i)!==a;return s&&(e=n,i=a),{width:e,height:i,$:s}}function _r(t){return Lr(t)?t:t.contextElement}function Gr(t){const o=_r(t);if(!Wr(o))return fr(1);const e=o.getBoundingClientRect(),{width:i,height:r,$:n}=Tr(o);let a=(n?pr(e.width):e.width)/i,s=(n?pr(e.height):e.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const Yr=fr(0);function Vr(t){const o=kr(t);return Br()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:Yr}function Jr(t,o,e,i){void 0===o&&(o=!1),void 0===e&&(e=!1);const r=t.getBoundingClientRect(),n=_r(t);let a=fr(1);o&&(i?Lr(i)&&(a=Gr(i)):a=Gr(t));const s=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==kr(t))&&o}(n,e,i)?Vr(n):fr(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,p=r.width/a.x,f=r.height/a.y;if(n){const t=kr(n),o=i&&Lr(i)?kr(i):i;let e=t.frameElement;for(;e&&i&&o!==t;){const t=Gr(e),o=e.getBoundingClientRect(),i=Dr(e),r=o.left+(e.clientLeft+parseFloat(i.paddingLeft))*t.x,n=o.top+(e.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,p*=t.x,f*=t.y,l+=r,c+=n,e=kr(e).frameElement}}return Nr({width:p,height:f,x:l,y:c})}function qr(t){return Jr(Ur(t)).left+Mr(t).scrollLeft}function Xr(t,o,e){let i;if("viewport"===o)i=function(t,o){const e=kr(t),i=Ur(t),r=e.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=Br();(!t||t&&"fixed"===o)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,e);else if("document"===o)i=function(t){const o=Ur(t),e=Mr(t),i=t.ownerDocument.body,r=cr(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),n=cr(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight);let a=-e.scrollLeft+qr(t);const s=-e.scrollTop;return"rtl"===Dr(i).direction&&(a+=cr(o.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(Ur(t));else if(Lr(o))i=function(t,o){const e=Jr(t,!0,"fixed"===o),i=e.top+t.clientTop,r=e.left+t.clientLeft,n=Wr(t)?Gr(t):fr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(o,e);else{const e=Vr(t);i={...o,x:o.x-e.x,y:o.y-e.y}}return Nr(i)}function Qr(t,o){const e=Pr(t);return!(e===o||!Lr(e)||Ar(e))&&("fixed"===Dr(e).position||Qr(e,o))}function tn(t,o,e){const i=Wr(o),r=Ur(o),n="fixed"===e,a=Jr(t,!0,n,o);let s={scrollLeft:0,scrollTop:0};const l=fr(0);if(i||!i&&!n)if(("body"!==Er(o)||Kr(r))&&(s=Mr(o)),i){const t=Jr(o,!0,n,o);l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}else r&&(l.x=qr(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function on(t,o){return Wr(t)&&"fixed"!==Dr(t).position?o?o(t):t.offsetParent:null}function en(t,o){const e=kr(t);if(!Wr(t))return e;let i=on(t,o);for(;i&&Fr(i)&&"static"===Dr(i).position;)i=on(i,o);return i&&("html"===Er(i)||"body"===Er(i)&&"static"===Dr(i).position&&!Zr(i))?e:i||function(t){let o=Pr(t);for(;Wr(o)&&!Ar(o);){if(Zr(o))return o;o=Pr(o)}return null}(t)||e}const rn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:i}=t;const r=Wr(e),n=Ur(e);if(e===n)return o;let a={scrollLeft:0,scrollTop:0},s=fr(1);const l=fr(0);if((r||!r&&"fixed"!==i)&&(("body"!==Er(e)||Kr(n))&&(a=Mr(e)),Wr(e))){const t=Jr(e);s=Gr(e),l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}return{width:o.width*s.x,height:o.height*s.y,x:o.x*s.x-a.scrollLeft*s.x+l.x,y:o.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:Ur,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:i,strategy:r}=t;const n=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let i=jr(t,[],!1).filter((t=>Lr(t)&&"body"!==Er(t))),r=null;const n="fixed"===Dr(t).position;let a=n?Pr(t):t;for(;Lr(a)&&!Ar(a);){const o=Dr(a),e=Zr(a);e||"fixed"!==o.position||(r=null),(n?!e&&!r:!e&&"static"===o.position&&r&&["absolute","fixed"].includes(r.position)||Kr(a)&&!e&&Qr(t,a))?i=i.filter((t=>t!==a)):r=o,a=Pr(a)}return o.set(t,i),i}(o,this._c):[].concat(e),i],a=n[0],s=n.reduce(((t,e)=>{const i=Xr(o,e,r);return t.top=cr(i.top,t.top),t.right=lr(i.right,t.right),t.bottom=lr(i.bottom,t.bottom),t.left=cr(i.left,t.left),t}),Xr(o,a,r));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:en,getElementRects:async function(t){let{reference:o,floating:e,strategy:i}=t;const r=this.getOffsetParent||en,n=this.getDimensions;return{reference:tn(o,await r(e),i),floating:{x:0,y:0,...await n(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Tr(t)},getScale:Gr,isElement:Lr,isRTL:function(t){return"rtl"===Dr(t).direction}},nn=(t,o,e)=>{const i=new Map,r={platform:rn,...e},n={...r.platform,_c:i};return(async(t,o,e)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=e,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(o));let c=await a.getElementRects({reference:t,floating:o,strategy:r}),{x:p,y:f}=wr(c,i,l),h=i,d={},u=0;for(let e=0;e<s.length;e++){const{name:n,fn:y}=s[e],{x:g,y:b,data:m,reset:x}=await y({x:p,y:f,initialPlacement:i,placement:h,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:o}});p=null!=g?g:p,f=null!=b?b:f,d={...d,[n]:{...d[n],...m}},x&&u<=50&&(u++,"object"==typeof x&&(x.placement&&(h=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:t,floating:o,strategy:r}):x.rects),({x:p,y:f}=wr(c,h,l))),e=-1)}return{x:p,y:f,placement:h,strategy:r,middlewareData:d}})(t,o,{...r,platform:n})};function an(t){return function(t){for(let o=t;o;o=sn(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=sn(t);o;o=sn(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function sn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var ln=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class cn extends Ko{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o,this.revealDebouncer=new o}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return to`
671
671
  <div part="container"
672
672
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
673
673
  @mouseenter=${this.onHover}
@@ -675,7 +675,7 @@ class Wi extends oe{constructor(t){if(super(t),this.et=Q,t.type!==Qo)throw Error
675
675
  @focusin=${this.onHover}
676
676
  @focusout=${this.onOut}
677
677
  @touchstart=${this.onTouch}>
678
- <slot part="slot"></slot>
678
+ <slot part="slot" @click=${this.onClick}></slot>
679
679
  <div part="tooltip" role="tooltip" inert
680
680
  class="ft-tooltip ft-tooltip--${this.validPosition}"
681
681
  ?hidden=${!this.visible}>
@@ -685,7 +685,7 @@ class Wi extends oe{constructor(t){if(super(t),this.et=Q,t.type!==Qo)throw Error
685
685
  </div>
686
686
  </div>
687
687
  </div>
688
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",nn(this.slottedElement,this.tooltip,{platform:{...rn,getOffsetParent:t=>rn.getOffsetParent(t,an)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(o){const{x:e,y:i,placement:r}=o,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...l}=yr(t,o),c={x:e,y:i},p=await Cr(o,l),f=vr(gr(r)),h=mr(f);let d=c[h],u=c[f];if(n){const t="y"===h?"bottom":"right";d=ur(d+p["y"===h?"top":"left"],d,d-p[t])}if(a){const t="y"===f?"bottom":"right";u=ur(u+p["y"===f?"top":"left"],u,u-p[t])}const y=s.fn({...o,[h]:d,[f]:u});return{...y,data:{x:y.x-e,y:y.y-i}}}}),Rr({allowedPlacements:[this.position]})]}).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}cn.elementDefinitions={"ft-typography":Li},cn.styles=nr,ln([C()],cn.prototype,"text",void 0),ln([C({type:Boolean})],cn.prototype,"manual",void 0),ln([C({type:Boolean})],cn.prototype,"inline",void 0),ln([C({type:Number})],cn.prototype,"delay",void 0),ln([C()],cn.prototype,"position",void 0),ln([function(t){return(o,e)=>{const{slot:i}=t??{},r="slot"+(i?`[name=${i}]`:":not([name])");return E(0,0,{get(){const o=this.renderRoot?.querySelector(r);return o?.assignedNodes(t)??[]}})}}()],cn.prototype,"slotNodes",void 0),ln([U(".ft-tooltip--container")],cn.prototype,"container",void 0),ln([U(".ft-tooltip")],cn.prototype,"tooltip",void 0),ln([U(".ft-tooltip--content")],cn.prototype,"tooltipContent",void 0),ln([$()],cn.prototype,"visible",void 0),ln([R({passive:!0})],cn.prototype,"onTouch",null),ln([R({passive:!0})],cn.prototype,"onHover",null),ln([R({passive:!0})],cn.prototype,"onOut",null),I("ft-tooltip")(cn);class pn extends Ko{render(){return to`
688
+ `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",nn(this.slottedElement,this.tooltip,{platform:{...rn,getOffsetParent:t=>rn.getOffsetParent(t,an)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(o){const{x:e,y:i,placement:r}=o,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...l}=yr(t,o),c={x:e,y:i},p=await Cr(o,l),f=vr(gr(r)),h=mr(f);let d=c[h],u=c[f];if(n){const t="y"===h?"bottom":"right";d=ur(d+p["y"===h?"top":"left"],d,d-p[t])}if(a){const t="y"===f?"bottom":"right";u=ur(u+p["y"===f?"top":"left"],u,u-p[t])}const y=s.fn({...o,[h]:d,[f]:u});return{...y,data:{x:y.x-e,y:y.y-i}}}}),Rr({allowedPlacements:[this.position]})]}).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}cn.elementDefinitions={"ft-typography":Li},cn.styles=nr,ln([C()],cn.prototype,"text",void 0),ln([C({type:Boolean})],cn.prototype,"manual",void 0),ln([C({type:Boolean})],cn.prototype,"inline",void 0),ln([C({type:Number})],cn.prototype,"delay",void 0),ln([C()],cn.prototype,"position",void 0),ln([function(t){return(o,e)=>{const{slot:i}=t??{},r="slot"+(i?`[name=${i}]`:":not([name])");return E(0,0,{get(){const o=this.renderRoot?.querySelector(r);return o?.assignedNodes(t)??[]}})}}()],cn.prototype,"slotNodes",void 0),ln([k(".ft-tooltip--container")],cn.prototype,"container",void 0),ln([k(".ft-tooltip")],cn.prototype,"tooltip",void 0),ln([k(".ft-tooltip--content")],cn.prototype,"tooltipContent",void 0),ln([$()],cn.prototype,"visible",void 0),ln([R({passive:!0})],cn.prototype,"onTouch",null),ln([R({passive:!0})],cn.prototype,"onHover",null),ln([R({passive:!0})],cn.prototype,"onOut",null),ln([R({passive:!0})],cn.prototype,"onClick",null),I("ft-tooltip")(cn);class pn extends Ko{render(){return to`
689
689
  <div class="ft-loader">
690
690
  <div></div>
691
691
  <div></div>
@@ -715,7 +715,7 @@ class Wi extends oe{constructor(t){if(super(t),this.et=Q,t.type!==Qo)throw Error
715
715
  </ft-tooltip>
716
716
  `:t}resolveIcon(){return this.loading?to`
717
717
  <ft-loader part="loader icon"></ft-loader> `:this.icon?to`
718
- <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:eo}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}hn.elementDefinitions={"ft-ripple":de,"ft-tooltip":cn,"ft-typography":Li,"ft-icon":Mi,"ft-loader":pn},fn([C({type:String,reflect:!0})],hn.prototype,"role",void 0),fn([C()],hn.prototype,"type",void 0),fn([C({type:Boolean})],hn.prototype,"disabled",void 0),fn([C()],hn.prototype,"label",void 0),fn([C()],hn.prototype,"icon",void 0),fn([C()],hn.prototype,"iconVariant",void 0),fn([C({type:Boolean})],hn.prototype,"trailingIcon",void 0),fn([C({type:Boolean})],hn.prototype,"loading",void 0),fn([C()],hn.prototype,"tooltipPosition",void 0),fn([C({type:Boolean})],hn.prototype,"hideTooltip",void 0),fn([C({type:Boolean})],hn.prototype,"forceTooltip",void 0),fn([U(".ft-button")],hn.prototype,"button",void 0),fn([U(".ft-button--label slot")],hn.prototype,"slottedContent",void 0);var dn=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class un extends hn{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}}un.styles=[Bo,Xi],dn([C({type:Boolean})],un.prototype,"primary",void 0),dn([C({type:Boolean})],un.prototype,"outlined",void 0),dn([C({type:Boolean})],un.prototype,"dense",void 0),dn([C({type:Boolean})],un.prototype,"round",void 0);const yn=[mt`
718
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:eo}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}hn.elementDefinitions={"ft-ripple":de,"ft-tooltip":cn,"ft-typography":Li,"ft-icon":Mi,"ft-loader":pn},fn([C({type:String,reflect:!0})],hn.prototype,"role",void 0),fn([C()],hn.prototype,"type",void 0),fn([C({type:Boolean})],hn.prototype,"disabled",void 0),fn([C()],hn.prototype,"label",void 0),fn([C()],hn.prototype,"icon",void 0),fn([C()],hn.prototype,"iconVariant",void 0),fn([C({type:Boolean})],hn.prototype,"trailingIcon",void 0),fn([C({type:Boolean})],hn.prototype,"loading",void 0),fn([C()],hn.prototype,"tooltipPosition",void 0),fn([C({type:Boolean})],hn.prototype,"hideTooltip",void 0),fn([C({type:Boolean})],hn.prototype,"forceTooltip",void 0),fn([k(".ft-button")],hn.prototype,"button",void 0),fn([k(".ft-button--label slot")],hn.prototype,"slottedContent",void 0);var dn=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class un extends hn{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}}un.styles=[Bo,Xi],dn([C({type:Boolean})],un.prototype,"primary",void 0),dn([C({type:Boolean})],un.prototype,"outlined",void 0),dn([C({type:Boolean})],un.prototype,"dense",void 0),dn([C({type:Boolean})],un.prototype,"round",void 0);const yn=[mt`
719
719
  :host {
720
720
  display: inline-block;
721
721
  max-width: 100%;
@@ -1093,4 +1093,4 @@ class Wi extends oe{constructor(t){if(super(t),this.et=Q,t.type!==Qo)throw Error
1093
1093
  <div class="ft-chip--icon-container ft-no-text-select">
1094
1094
  <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}"></ft-icon>
1095
1095
  </div>
1096
- `}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new Cn))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new Cn))}getLabel(){return this.label||this.textContent}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}}$n.elementDefinitions={"ft-ripple":de,"ft-typography":Li,"ft-icon":Mi,"ft-button":un},$n.styles=Nn,wn([C({type:Boolean})],$n.prototype,"highlighted",void 0),wn([C({type:Boolean})],$n.prototype,"removable",void 0),wn([C({type:Boolean})],$n.prototype,"disabled",void 0),wn([C({type:Boolean})],$n.prototype,"clickable",void 0),wn([C({type:Boolean})],$n.prototype,"iconClickable",void 0),wn([C({type:Boolean})],$n.prototype,"dense",void 0),wn([C({type:Boolean})],$n.prototype,"multiLine",void 0),wn([C()],$n.prototype,"label",void 0),wn([C()],$n.prototype,"iconLabel",void 0),wn([C()],$n.prototype,"icon",void 0),wn([C()],$n.prototype,"iconVariant",void 0),wn([C({type:Boolean})],$n.prototype,"trailingIcon",void 0),wn([U("ft-typography slot")],$n.prototype,"slottedContent",void 0),I("ft-chip")($n),t.FtChip=$n,t.FtChipCssVariables=xn,t.FtChipDenseCssVariables=Sn,t.FtChipHighlightedCssVariables=On,t.IconClickEvent=Cn,t.styles=Nn}({});
1096
+ `}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new Cn))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new Cn))}getLabel(){return this.label||this.textContent}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}}$n.elementDefinitions={"ft-ripple":de,"ft-typography":Li,"ft-icon":Mi,"ft-button":un},$n.styles=Nn,wn([C({type:Boolean})],$n.prototype,"highlighted",void 0),wn([C({type:Boolean})],$n.prototype,"removable",void 0),wn([C({type:Boolean})],$n.prototype,"disabled",void 0),wn([C({type:Boolean})],$n.prototype,"clickable",void 0),wn([C({type:Boolean})],$n.prototype,"iconClickable",void 0),wn([C({type:Boolean})],$n.prototype,"dense",void 0),wn([C({type:Boolean})],$n.prototype,"multiLine",void 0),wn([C()],$n.prototype,"label",void 0),wn([C()],$n.prototype,"iconLabel",void 0),wn([C()],$n.prototype,"icon",void 0),wn([C()],$n.prototype,"iconVariant",void 0),wn([C({type:Boolean})],$n.prototype,"trailingIcon",void 0),wn([k("ft-typography slot")],$n.prototype,"slottedContent",void 0),I("ft-chip")($n),t.FtChip=$n,t.FtChipCssVariables=xn,t.FtChipDenseCssVariables=Sn,t.FtChipHighlightedCssVariables=On,t.IconClickEvent=Cn,t.styles=Nn}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-chip",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "A generic Fluid Topics chip",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "1.1.12",
23
- "@fluid-topics/ft-ripple": "1.1.12",
24
- "@fluid-topics/ft-typography": "1.1.12",
25
- "@fluid-topics/ft-wc-utils": "1.1.12",
22
+ "@fluid-topics/ft-icon": "1.1.14",
23
+ "@fluid-topics/ft-ripple": "1.1.14",
24
+ "@fluid-topics/ft-typography": "1.1.14",
25
+ "@fluid-topics/ft-wc-utils": "1.1.14",
26
26
  "lit": "3.1.0"
27
27
  },
28
- "gitHead": "81a42d69a8e10526af88b3c220eff325cbc33c3c"
28
+ "gitHead": "f58494852acf5409f0881678c76cd0af9a203482"
29
29
  }