@fluid-topics/ft-accordion 2.1.18 → 2.1.20

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.
@@ -4,12 +4,12 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- import { html } from "lit";
7
+ import { html, } from "lit";
8
8
  import { property } from "lit/decorators.js";
9
- import { FtLitElement } from "@fluid-topics/ft-wc-utils";
9
+ import { FtLitElement, } from "@fluid-topics/ft-wc-utils";
10
10
  import { FtRipple } from "@fluid-topics/ft-ripple";
11
11
  import { FtTypography } from "@fluid-topics/ft-typography";
12
- import { FtIcon } from "@fluid-topics/ft-icon";
12
+ import { FtIcon, } from "@fluid-topics/ft-icon";
13
13
  import { itemStyles } from "./ft-accordion-item.styles";
14
14
  export class FtAccordionItem extends FtLitElement {
15
15
  constructor() {
@@ -1,5 +1,5 @@
1
1
  import { css } from "lit";
2
- import { designSystemVariables, FtCssVariableFactory } from "@fluid-topics/ft-wc-utils";
2
+ import { designSystemVariables, FtCssVariableFactory, } from "@fluid-topics/ft-wc-utils";
3
3
  export const FtAccordionItemCssVariables = {
4
4
  horizontalSpacing: FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing", "", "SIZE", "16px"),
5
5
  verticalSpacing: FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing", "", "SIZE", "16px"),
@@ -5,8 +5,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
7
  import { html } from "lit";
8
- import { property, query } from "lit/decorators.js";
9
- import { FtLitElement } from "@fluid-topics/ft-wc-utils";
8
+ import { property, query, } from "lit/decorators.js";
9
+ import { FtLitElement, } from "@fluid-topics/ft-wc-utils";
10
10
  import { styles } from "./ft-accordion.styles";
11
11
  export class FtAccordion extends FtLitElement {
12
12
  constructor() {
@@ -23,7 +23,7 @@ export class FtAccordion extends FtLitElement {
23
23
  onChange(e) {
24
24
  e.stopPropagation();
25
25
  if (!this.multi) {
26
- this.content.assignedElements().forEach(item => item.active = item === e.target);
26
+ this.content.assignedElements().forEach((item) => item.active = item === e.target);
27
27
  }
28
28
  }
29
29
  }
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var jt=Object.create;var He=Object.defineProperty;var Yt=Object.getOwnPropertyDescriptor;var Xt=Object.getOwnPropertyNames;var Zt=Object.getPrototypeOf,Jt=Object.prototype.hasOwnProperty;var te=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(i){throw t=0,i}};var qt=(e,t,i,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Xt(t))!Jt.call(e,r)&&r!==i&&He(e,r,{get:()=>t[r],enumerable:!(o=Yt(t,r))||o.enumerable});return e};var c=(e,t,i)=>(i=e!=null?jt(Zt(e)):{},qt(t||!e||!e.__esModule?He(i,"default",{value:e,enumerable:!0}):i,e));var A=te((oi,Pe)=>{Pe.exports=ftGlobals.wcUtils});var T=te((ri,De)=>{De.exports=ftGlobals.lit});var K=te((ni,Me)=>{Me.exports=ftGlobals.litDecorators});var Ke=te((si,ze)=>{ze.exports=ftGlobals.litClassMap});var Mt=te((ki,Dt)=>{Dt.exports=ftGlobals.litUnsafeHTML});var kt=c(A());var Ue=c(T()),de=c(K()),Ge=c(A());var we=c(T());var Be=we.css`
1
+ "use strict";(()=>{var jt=Object.create;var He=Object.defineProperty;var Yt=Object.getOwnPropertyDescriptor;var Xt=Object.getOwnPropertyNames;var Zt=Object.getPrototypeOf,Jt=Object.prototype.hasOwnProperty;var te=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(i){throw t=0,i}};var qt=(e,t,i,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Xt(t))!Jt.call(e,r)&&r!==i&&He(e,r,{get:()=>t[r],enumerable:!(o=Yt(t,r))||o.enumerable});return e};var c=(e,t,i)=>(i=e!=null?jt(Zt(e)):{},qt(t||!e||!e.__esModule?He(i,"default",{value:e,enumerable:!0}):i,e));var A=te((oi,Pe)=>{Pe.exports=ftGlobals.wcUtils});var T=te((ri,De)=>{De.exports=ftGlobals.lit});var K=te((ni,Me)=>{Me.exports=ftGlobals.litDecorators});var Ke=te((li,ze)=>{ze.exports=ftGlobals.litClassMap});var Mt=te((ki,Dt)=>{Dt.exports=ftGlobals.litUnsafeHTML});var kt=c(A());var Ue=c(T()),de=c(K()),Ge=c(A());var we=c(T());var Be=we.css`
2
2
  .ft-accordion {
3
3
  box-sizing: border-box;
4
4
  }
@@ -6,7 +6,7 @@
6
6
  <div class="ft-accordion">
7
7
  <slot @activated=${this.onChange}></slot>
8
8
  </div>
9
- `}onChange(t){t.stopPropagation(),this.multi||this.content.assignedElements().forEach(i=>i.active=i===t.target)}};H.elementDefinitions={};H.styles=Be;We([(0,de.property)({type:Boolean})],H.prototype,"multi",void 0);We([(0,de.query)("slot")],H.prototype,"content",void 0);var se=c(T()),fe=c(K()),Kt=c(A());var qe=c(T()),_=c(K()),Qe=c(Ke()),ie=c(A());var Ze=c(T()),g=c(A()),Ve=g.FtCssVariableFactory.extend("--ft-ripple-color","",g.designSystemVariables.colorContent),w={color:Ve,backgroundColor:g.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ve),opacityContentOnSurfacePressed:g.FtCssVariableFactory.external(g.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:g.FtCssVariableFactory.external(g.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:g.FtCssVariableFactory.external(g.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:g.FtCssVariableFactory.external(g.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:g.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},ke=g.FtCssVariableFactory.extend("--ft-ripple-color","",g.designSystemVariables.colorPrimary),je={color:ke,backgroundColor:g.FtCssVariableFactory.extend("--ft-ripple-background-color","",ke)},Ye=g.FtCssVariableFactory.extend("--ft-ripple-color","",g.designSystemVariables.colorSecondary),Xe={color:Ye,backgroundColor:g.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ye)},Je=Ze.css`
9
+ `}onChange(t){t.stopPropagation(),this.multi||this.content.assignedElements().forEach(i=>i.active=i===t.target)}};H.elementDefinitions={};H.styles=Be;We([(0,de.property)({type:Boolean})],H.prototype,"multi",void 0);We([(0,de.query)("slot")],H.prototype,"content",void 0);var le=c(T()),fe=c(K()),Kt=c(A());var qe=c(T()),_=c(K()),Qe=c(Ke()),ie=c(A());var Ze=c(T()),g=c(A()),Ve=g.FtCssVariableFactory.extend("--ft-ripple-color","",g.designSystemVariables.colorContent),w={color:Ve,backgroundColor:g.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ve),opacityContentOnSurfacePressed:g.FtCssVariableFactory.external(g.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:g.FtCssVariableFactory.external(g.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:g.FtCssVariableFactory.external(g.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:g.FtCssVariableFactory.external(g.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:g.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},ke=g.FtCssVariableFactory.extend("--ft-ripple-color","",g.designSystemVariables.colorPrimary),je={color:ke,backgroundColor:g.FtCssVariableFactory.extend("--ft-ripple-background-color","",ke)},Ye=g.FtCssVariableFactory.extend("--ft-ripple-color","",g.designSystemVariables.colorSecondary),Xe={color:Ye,backgroundColor:g.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ye)},Je=Ze.css`
10
10
  :host {
11
11
  display: contents;
12
12
  }
@@ -129,9 +129,9 @@
129
129
  <div class="ft-ripple--background"></div>
130
130
  <div class="ft-ripple--effect"></div>
131
131
  </div>
132
- `}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 i,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(i=this.target)===null||i===void 0||i.removeAttribute("data-is-ft-ripple-target")):(o=this.target)===null||o===void 0||o.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,i;let o=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;o&&this.setupFor((i=this.target)!==null&&i!==void 0?i:o)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}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");let i=(...h)=>f=>{h.forEach(d=>window.addEventListener(d,this.endPress,{once:!0})),this.startPress(f)},o=i("mouseup","contextmenu"),r=i("touchend","touchcancel"),n=h=>{["Enter"," "].includes(h.key)&&i("keyup")(h)},a={passive:!0};t.addEventListener("mouseover",this.startHover,a),t.addEventListener("mousemove",this.moveRipple,a),t.addEventListener("mouseleave",this.endHover,a),t.addEventListener("mousedown",o,a),t.addEventListener("touchstart",r,a),t.addEventListener("touchmove",this.moveRipple,a),t.addEventListener("keydown",n,a),t.addEventListener("focus",this.startFocus,a),t.addEventListener("blur",this.endFocus,a),t.addEventListener("focusin",this.startFocus,a),t.addEventListener("focusout",this.endFocus,a),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,a),t.removeEventListener("mousemove",this.moveRipple,a),t.removeEventListener("mouseleave",this.endHover,a),t.removeEventListener("mousedown",o,a),t.removeEventListener("touchstart",r,a),t.removeEventListener("touchmove",this.moveRipple,a),t.removeEventListener("keydown",n,a),t.removeEventListener("focus",this.startFocus,a),t.removeEventListener("blur",this.endFocus,a),t.removeEventListener("focusin",this.startFocus,a),t.removeEventListener("focusout",this.endFocus,a),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let i=t,o=t,r,n;return i.x!=null?{x:r,y:n}=i:o.touches!=null&&(r=o.touches[0].clientX,n=o.touches[0].clientY),{x:r,y:n}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let i of t.composedPath()){if(i===this.target)break;if("hasAttribute"in i&&i.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};m.elementDefinitions={};m.styles=Je;v([(0,_.property)({type:Boolean})],m.prototype,"primary",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"secondary",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"unbounded",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"activated",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"selected",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"disabled",void 0);v([(0,_.state)()],m.prototype,"hovered",void 0);v([(0,_.state)()],m.prototype,"focused",void 0);v([(0,_.state)()],m.prototype,"pressed",void 0);v([(0,_.state)()],m.prototype,"rippling",void 0);v([(0,_.state)()],m.prototype,"originX",void 0);v([(0,_.state)()],m.prototype,"originY",void 0);v([(0,_.query)(".ft-ripple")],m.prototype,"ripple",void 0);v([(0,_.query)(".ft-ripple--effect")],m.prototype,"rippleEffect",void 0);var Fe=c(A());var Ie={"ft-ripple":m};(0,Fe.customElements)(Ie);var Te=globalThis,et=e=>e,ce=Te.trustedTypes,tt=ce?ce.createPolicy("lit-html",{createHTML:e=>e}):void 0,pt="$lit$",P=`lit$${Math.random().toFixed(9).slice(2)}$`,lt="?"+P,Qt=`<${lt}>`,U=document,xe=()=>U.createComment(""),re=e=>e===null||typeof e!="object"&&typeof e!="function",Oe=Array.isArray,It=e=>Oe(e)||typeof e?.[Symbol.iterator]=="function",_e=`[
132
+ `}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 i,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(i=this.target)===null||i===void 0||i.removeAttribute("data-is-ft-ripple-target")):(o=this.target)===null||o===void 0||o.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,i;let o=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;o&&this.setupFor((i=this.target)!==null&&i!==void 0?i:o)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}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");let i=(...h)=>f=>{h.forEach(d=>window.addEventListener(d,this.endPress,{once:!0})),this.startPress(f)},o=i("mouseup","contextmenu"),r=i("touchend","touchcancel"),n=h=>{["Enter"," "].includes(h.key)&&i("keyup")(h)},a={passive:!0};t.addEventListener("mouseover",this.startHover,a),t.addEventListener("mousemove",this.moveRipple,a),t.addEventListener("mouseleave",this.endHover,a),t.addEventListener("mousedown",o,a),t.addEventListener("touchstart",r,a),t.addEventListener("touchmove",this.moveRipple,a),t.addEventListener("keydown",n,a),t.addEventListener("focus",this.startFocus,a),t.addEventListener("blur",this.endFocus,a),t.addEventListener("focusin",this.startFocus,a),t.addEventListener("focusout",this.endFocus,a),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,a),t.removeEventListener("mousemove",this.moveRipple,a),t.removeEventListener("mouseleave",this.endHover,a),t.removeEventListener("mousedown",o,a),t.removeEventListener("touchstart",r,a),t.removeEventListener("touchmove",this.moveRipple,a),t.removeEventListener("keydown",n,a),t.removeEventListener("focus",this.startFocus,a),t.removeEventListener("blur",this.endFocus,a),t.removeEventListener("focusin",this.startFocus,a),t.removeEventListener("focusout",this.endFocus,a),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let i=t,o=t,r,n;return i.x!=null?{x:r,y:n}=i:o.touches!=null&&(r=o.touches[0].clientX,n=o.touches[0].clientY),{x:r,y:n}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let i of t.composedPath()){if(i===this.target)break;if("hasAttribute"in i&&i.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};m.elementDefinitions={};m.styles=Je;v([(0,_.property)({type:Boolean})],m.prototype,"primary",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"secondary",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"unbounded",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"activated",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"selected",void 0);v([(0,_.property)({type:Boolean})],m.prototype,"disabled",void 0);v([(0,_.state)()],m.prototype,"hovered",void 0);v([(0,_.state)()],m.prototype,"focused",void 0);v([(0,_.state)()],m.prototype,"pressed",void 0);v([(0,_.state)()],m.prototype,"rippling",void 0);v([(0,_.state)()],m.prototype,"originX",void 0);v([(0,_.state)()],m.prototype,"originY",void 0);v([(0,_.query)(".ft-ripple")],m.prototype,"ripple",void 0);v([(0,_.query)(".ft-ripple--effect")],m.prototype,"rippleEffect",void 0);var Fe=c(A());var Ie={"ft-ripple":m};(0,Fe.customElements)(Ie);var Te=globalThis,et=e=>e,ce=Te.trustedTypes,tt=ce?ce.createPolicy("lit-html",{createHTML:e=>e}):void 0,pt="$lit$",P=`lit$${Math.random().toFixed(9).slice(2)}$`,st="?"+P,Qt=`<${st}>`,U=document,xe=()=>U.createComment(""),re=e=>e===null||typeof e!="object"&&typeof e!="function",Oe=Array.isArray,It=e=>Oe(e)||typeof e?.[Symbol.iterator]=="function",_e=`[
133
133
  \f\r]`,oe=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,it=/-->/g,ot=/>/g,B=RegExp(`>|${_e}(?:([^\\s"'>=/]+)(${_e}*=${_e}*(?:[^
134
- \f\r"'\`<>=]|("|')|))|$)`,"g"),rt=/'/g,nt=/"/g,st=/^(?:script|style|textarea|title)$/i,$e=e=>(t,...i)=>({_$litType$:e,strings:t,values:i}),ft=$e(1),ht=$e(2),dt=$e(3),ne=Symbol.for("lit-noChange"),y=Symbol.for("lit-nothing"),at=new WeakMap,W=U.createTreeWalker(U,129);function ct(e,t){if(!Oe(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return tt!==void 0?tt.createHTML(t):t}var Ft=(e,t)=>{let i=e.length-1,o=[],r,n=t===2?"<svg>":t===3?"<math>":"",a=oe;for(let h=0;h<i;h++){let f=e[h],d,u,x=-1,$=0;for(;$<f.length&&(a.lastIndex=$,u=a.exec(f),u!==null);)$=a.lastIndex,a===oe?u[1]==="!--"?a=it:u[1]!==void 0?a=ot:u[2]!==void 0?(st.test(u[2])&&(r=RegExp("</"+u[2],"g")),a=B):u[3]!==void 0&&(a=B):a===B?u[0]===">"?(a=r??oe,x=-1):u[1]===void 0?x=-2:(x=a.lastIndex-u[2].length,d=u[1],a=u[3]===void 0?B:u[3]==='"'?nt:rt):a===nt||a===rt?a=B:a===it||a===ot?a=oe:(a=B,r=void 0);let N=a===B&&e[h+1].startsWith("/>")?" ":"";n+=a===oe?f+Qt:x>=0?(o.push(d),f.slice(0,x)+pt+f.slice(x)+P+N):f+P+(x===-2?h:N)}return[ct(e,n+(e[i]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),o]},ae=class e{constructor({strings:t,_$litType$:i},o){let r;this.parts=[];let n=0,a=0,h=t.length-1,f=this.parts,[d,u]=Ft(t,i);if(this.el=e.createElement(d,o),W.currentNode=this.el.content,i===2||i===3){let x=this.el.content.firstChild;x.replaceWith(...x.childNodes)}for(;(r=W.nextNode())!==null&&f.length<h;){if(r.nodeType===1){if(r.hasAttributes())for(let x of r.getAttributeNames())if(x.endsWith(pt)){let $=u[a++],N=r.getAttribute(x).split(P),he=/([.?@])?(.*)/.exec($);f.push({type:1,index:n,name:he[2],strings:N,ctor:he[1]==="."?ve:he[1]==="?"?Ee:he[1]==="@"?be:k}),r.removeAttribute(x)}else x.startsWith(P)&&(f.push({type:6,index:n}),r.removeAttribute(x));if(st.test(r.tagName)){let x=r.textContent.split(P),$=x.length-1;if($>0){r.textContent=ce?ce.emptyScript:"";for(let N=0;N<$;N++)r.append(x[N],xe()),W.nextNode(),f.push({type:2,index:++n});r.append(x[$],xe())}}}else if(r.nodeType===8)if(r.data===lt)f.push({type:2,index:n});else{let x=-1;for(;(x=r.data.indexOf(P,x+1))!==-1;)f.push({type:7,index:n}),x+=P.length-1}n++}}static createElement(t,i){let o=U.createElement("template");return o.innerHTML=t,o}};function V(e,t,i=e,o){if(t===ne)return t;let r=o!==void 0?i._$Co?.[o]:i._$Cl,n=re(t)?void 0:t._$litDirective$;return r?.constructor!==n&&(r?._$AO?.(!1),n===void 0?r=void 0:(r=new n(e),r._$AT(e,i,o)),o!==void 0?(i._$Co??=[])[o]=r:i._$Cl=r),r!==void 0&&(t=V(e,r._$AS(e,t.values),r,o)),t}var Ae=class{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:i},parts:o}=this._$AD,r=(t?.creationScope??U).importNode(i,!0);W.currentNode=r;let n=W.nextNode(),a=0,h=0,f=o[0];for(;f!==void 0;){if(a===f.index){let d;f.type===2?d=new me(n,n.nextSibling,this,t):f.type===1?d=new f.ctor(n,f.name,f.strings,this,t):f.type===6&&(d=new Se(n,this,t)),this._$AV.push(d),f=o[++h]}a!==f?.index&&(n=W.nextNode(),a++)}return W.currentNode=U,r}p(t){let i=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(t,o,i),i+=o.strings.length-2):o._$AI(t[i])),i++}},me=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,o,r){this.type=2,this._$AH=y,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,i=this._$AM;return i!==void 0&&t?.nodeType===11&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=V(this,t,i),re(t)?t===y||t==null||t===""?(this._$AH!==y&&this._$AR(),this._$AH=y):t!==this._$AH&&t!==ne&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):It(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==y&&re(this._$AH)?this._$AA.nextSibling.data=t:this.T(U.createTextNode(t)),this._$AH=t}$(t){let{values:i,_$litType$:o}=t,r=typeof o=="number"?this._$AC(t):(o.el===void 0&&(o.el=ae.createElement(ct(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(i);else{let n=new Ae(r,this),a=n.u(this.options);n.p(i),this.T(a),this._$AH=n}}_$AC(t){let i=at.get(t.strings);return i===void 0&&at.set(t.strings,i=new ae(t)),i}k(t){Oe(this._$AH)||(this._$AH=[],this._$AR());let i=this._$AH,o,r=0;for(let n of t)r===i.length?i.push(o=new e(this.O(xe()),this.O(xe()),this,this.options)):o=i[r],o._$AI(n),r++;r<i.length&&(this._$AR(o&&o._$AB.nextSibling,r),i.length=r)}_$AR(t=this._$AA.nextSibling,i){for(this._$AP?.(!1,!0,i);t!==this._$AB;){let o=et(t).nextSibling;et(t).remove(),t=o}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},k=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,o,r,n){this.type=1,this._$AH=y,this._$AN=void 0,this.element=t,this.name=i,this._$AM=r,this.options=n,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=y}_$AI(t,i=this,o,r){let n=this.strings,a=!1;if(n===void 0)t=V(this,t,i,0),a=!re(t)||t!==this._$AH&&t!==ne,a&&(this._$AH=t);else{let h=t,f,d;for(t=n[0],f=0;f<n.length-1;f++)d=V(this,h[o+f],i,f),d===ne&&(d=this._$AH[f]),a||=!re(d)||d!==this._$AH[f],d===y?t=y:t!==y&&(t+=(d??"")+n[f+1]),this._$AH[f]=d}a&&!r&&this.j(t)}j(t){t===y?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},ve=class extends k{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===y?void 0:t}},Ee=class extends k{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==y)}},be=class extends k{constructor(t,i,o,r,n){super(t,i,o,r,n),this.type=5}_$AI(t,i=this){if((t=V(this,t,i,0)??y)===ne)return;let o=this._$AH,r=t===y&&o!==y||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==y&&(o===y||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Se=class{constructor(t,i,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){V(this,t)}};var ei=Te.litHtmlPolyfillSupport;ei?.(ae,me),(Te.litHtmlVersions??=[]).push("3.3.3");var mt=Symbol.for(""),ti=e=>{if(e?.r===mt)return e?._$litStatic$},Re=e=>({_$litStatic$:e,r:mt});var xt=new Map,Ce=e=>(t,...i)=>{let o=i.length,r,n,a=[],h=[],f,d=0,u=!1;for(;d<o;){for(f=t[d];d<o&&(n=i[d],(r=ti(n))!==void 0);)f+=r+t[++d],u=!0;d!==o&&h.push(n),a.push(f),d++}if(d===o&&a.push(t[o]),u){let x=a.join("$$lit$$");(t=xt.get(x))===void 0&&(a.raw=a,xt.set(x,t=a)),i=h}return e(t,...i)},Le=Ce(ft),bi=Ce(ht),Si=Ce(dt);var Ne=c(K()),Ct=c(A());var ge;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(ge||(ge={}));var b=c(T()),l=c(A()),gt=l.FtCssVariableFactory.extend("--ft-typography-font-family","",l.designSystemVariables.titleFont),R=l.FtCssVariableFactory.extend("--ft-typography-font-family","",l.designSystemVariables.contentFont),s={fontFamily:R,fontSize:l.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:l.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:l.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:l.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:l.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},j={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-title-font-family","",gt),fontSize:l.FtCssVariableFactory.extend("--ft-typography-title-font-size","",s.fontSize,"20px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",s.fontWeight,"normal"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",s.letterSpacing,"0.15px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-title-line-height","",s.lineHeight,"1.2"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",s.textTransform,"inherit")},Y={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",gt),fontSize:l.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",s.fontSize,"14px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",s.fontWeight,"normal"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",s.letterSpacing,"0.105px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",s.lineHeight,"1.7"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",s.textTransform,"inherit")},X={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",R),fontSize:l.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",s.fontSize,"16px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",s.fontWeight,"600"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",s.letterSpacing,"0.144px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",s.lineHeight,"1.5"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",s.textTransform,"inherit")},Z={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",R),fontSize:l.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",s.fontSize,"14px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",s.fontWeight,"normal"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",s.letterSpacing,"0.098px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",s.lineHeight,"1.7"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",s.textTransform,"inherit")},J={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",R),fontSize:l.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",s.fontSize,"16px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",s.fontWeight,"normal"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",s.letterSpacing,"0.496px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",s.lineHeight,"1.5"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",s.textTransform,"inherit")},q={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",R),fontSize:l.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",s.fontSize,"14px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",s.fontWeight,"normal"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",s.letterSpacing,"0.252px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",s.lineHeight,"1.4"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",s.textTransform,"inherit")},Q={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",R),fontSize:l.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",s.fontSize,"12px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",s.fontWeight,"normal"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",s.letterSpacing,"0.396px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",s.lineHeight,"1.33"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",s.textTransform,"inherit")},I={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",R),fontSize:l.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",s.fontSize,"10px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",s.fontWeight,"normal"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",s.letterSpacing,"0.33px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",s.lineHeight,"1.6"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",s.textTransform,"inherit")},F={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",R),fontSize:l.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",s.fontSize,"10px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",s.fontWeight,"normal"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",s.letterSpacing,"1.5px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",s.lineHeight,"1.6"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",s.textTransform,"uppercase")},ee={fontFamily:l.FtCssVariableFactory.extend("--ft-typography-button-font-family","",R),fontSize:l.FtCssVariableFactory.extend("--ft-typography-button-font-size","",s.fontSize,"14px"),fontWeight:l.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",s.fontWeight,"600"),letterSpacing:l.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",s.letterSpacing,"1.246px"),lineHeight:l.FtCssVariableFactory.extend("--ft-typography-button-line-height","",s.lineHeight,"1.15"),textTransform:l.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",s.textTransform,"uppercase")},ut=b.css`
134
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),rt=/'/g,nt=/"/g,lt=/^(?:script|style|textarea|title)$/i,$e=e=>(t,...i)=>({_$litType$:e,strings:t,values:i}),ft=$e(1),ht=$e(2),dt=$e(3),ne=Symbol.for("lit-noChange"),y=Symbol.for("lit-nothing"),at=new WeakMap,W=U.createTreeWalker(U,129);function ct(e,t){if(!Oe(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return tt!==void 0?tt.createHTML(t):t}var Ft=(e,t)=>{let i=e.length-1,o=[],r,n=t===2?"<svg>":t===3?"<math>":"",a=oe;for(let h=0;h<i;h++){let f=e[h],d,u,x=-1,$=0;for(;$<f.length&&(a.lastIndex=$,u=a.exec(f),u!==null);)$=a.lastIndex,a===oe?u[1]==="!--"?a=it:u[1]!==void 0?a=ot:u[2]!==void 0?(lt.test(u[2])&&(r=RegExp("</"+u[2],"g")),a=B):u[3]!==void 0&&(a=B):a===B?u[0]===">"?(a=r??oe,x=-1):u[1]===void 0?x=-2:(x=a.lastIndex-u[2].length,d=u[1],a=u[3]===void 0?B:u[3]==='"'?nt:rt):a===nt||a===rt?a=B:a===it||a===ot?a=oe:(a=B,r=void 0);let N=a===B&&e[h+1].startsWith("/>")?" ":"";n+=a===oe?f+Qt:x>=0?(o.push(d),f.slice(0,x)+pt+f.slice(x)+P+N):f+P+(x===-2?h:N)}return[ct(e,n+(e[i]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),o]},ae=class e{constructor({strings:t,_$litType$:i},o){let r;this.parts=[];let n=0,a=0,h=t.length-1,f=this.parts,[d,u]=Ft(t,i);if(this.el=e.createElement(d,o),W.currentNode=this.el.content,i===2||i===3){let x=this.el.content.firstChild;x.replaceWith(...x.childNodes)}for(;(r=W.nextNode())!==null&&f.length<h;){if(r.nodeType===1){if(r.hasAttributes())for(let x of r.getAttributeNames())if(x.endsWith(pt)){let $=u[a++],N=r.getAttribute(x).split(P),he=/([.?@])?(.*)/.exec($);f.push({type:1,index:n,name:he[2],strings:N,ctor:he[1]==="."?ve:he[1]==="?"?Ee:he[1]==="@"?be:k}),r.removeAttribute(x)}else x.startsWith(P)&&(f.push({type:6,index:n}),r.removeAttribute(x));if(lt.test(r.tagName)){let x=r.textContent.split(P),$=x.length-1;if($>0){r.textContent=ce?ce.emptyScript:"";for(let N=0;N<$;N++)r.append(x[N],xe()),W.nextNode(),f.push({type:2,index:++n});r.append(x[$],xe())}}}else if(r.nodeType===8)if(r.data===st)f.push({type:2,index:n});else{let x=-1;for(;(x=r.data.indexOf(P,x+1))!==-1;)f.push({type:7,index:n}),x+=P.length-1}n++}}static createElement(t,i){let o=U.createElement("template");return o.innerHTML=t,o}};function V(e,t,i=e,o){if(t===ne)return t;let r=o!==void 0?i._$Co?.[o]:i._$Cl,n=re(t)?void 0:t._$litDirective$;return r?.constructor!==n&&(r?._$AO?.(!1),n===void 0?r=void 0:(r=new n(e),r._$AT(e,i,o)),o!==void 0?(i._$Co??=[])[o]=r:i._$Cl=r),r!==void 0&&(t=V(e,r._$AS(e,t.values),r,o)),t}var Ae=class{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:i},parts:o}=this._$AD,r=(t?.creationScope??U).importNode(i,!0);W.currentNode=r;let n=W.nextNode(),a=0,h=0,f=o[0];for(;f!==void 0;){if(a===f.index){let d;f.type===2?d=new me(n,n.nextSibling,this,t):f.type===1?d=new f.ctor(n,f.name,f.strings,this,t):f.type===6&&(d=new Se(n,this,t)),this._$AV.push(d),f=o[++h]}a!==f?.index&&(n=W.nextNode(),a++)}return W.currentNode=U,r}p(t){let i=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(t,o,i),i+=o.strings.length-2):o._$AI(t[i])),i++}},me=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,o,r){this.type=2,this._$AH=y,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,i=this._$AM;return i!==void 0&&t?.nodeType===11&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=V(this,t,i),re(t)?t===y||t==null||t===""?(this._$AH!==y&&this._$AR(),this._$AH=y):t!==this._$AH&&t!==ne&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):It(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==y&&re(this._$AH)?this._$AA.nextSibling.data=t:this.T(U.createTextNode(t)),this._$AH=t}$(t){let{values:i,_$litType$:o}=t,r=typeof o=="number"?this._$AC(t):(o.el===void 0&&(o.el=ae.createElement(ct(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(i);else{let n=new Ae(r,this),a=n.u(this.options);n.p(i),this.T(a),this._$AH=n}}_$AC(t){let i=at.get(t.strings);return i===void 0&&at.set(t.strings,i=new ae(t)),i}k(t){Oe(this._$AH)||(this._$AH=[],this._$AR());let i=this._$AH,o,r=0;for(let n of t)r===i.length?i.push(o=new e(this.O(xe()),this.O(xe()),this,this.options)):o=i[r],o._$AI(n),r++;r<i.length&&(this._$AR(o&&o._$AB.nextSibling,r),i.length=r)}_$AR(t=this._$AA.nextSibling,i){for(this._$AP?.(!1,!0,i);t!==this._$AB;){let o=et(t).nextSibling;et(t).remove(),t=o}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},k=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,o,r,n){this.type=1,this._$AH=y,this._$AN=void 0,this.element=t,this.name=i,this._$AM=r,this.options=n,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=y}_$AI(t,i=this,o,r){let n=this.strings,a=!1;if(n===void 0)t=V(this,t,i,0),a=!re(t)||t!==this._$AH&&t!==ne,a&&(this._$AH=t);else{let h=t,f,d;for(t=n[0],f=0;f<n.length-1;f++)d=V(this,h[o+f],i,f),d===ne&&(d=this._$AH[f]),a||=!re(d)||d!==this._$AH[f],d===y?t=y:t!==y&&(t+=(d??"")+n[f+1]),this._$AH[f]=d}a&&!r&&this.j(t)}j(t){t===y?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},ve=class extends k{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===y?void 0:t}},Ee=class extends k{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==y)}},be=class extends k{constructor(t,i,o,r,n){super(t,i,o,r,n),this.type=5}_$AI(t,i=this){if((t=V(this,t,i,0)??y)===ne)return;let o=this._$AH,r=t===y&&o!==y||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==y&&(o===y||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Se=class{constructor(t,i,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){V(this,t)}};var ei=Te.litHtmlPolyfillSupport;ei?.(ae,me),(Te.litHtmlVersions??=[]).push("3.3.3");var mt=Symbol.for(""),ti=e=>{if(e?.r===mt)return e?._$litStatic$},Re=e=>({_$litStatic$:e,r:mt});var xt=new Map,Ce=e=>(t,...i)=>{let o=i.length,r,n,a=[],h=[],f,d=0,u=!1;for(;d<o;){for(f=t[d];d<o&&(n=i[d],(r=ti(n))!==void 0);)f+=r+t[++d],u=!0;d!==o&&h.push(n),a.push(f),d++}if(d===o&&a.push(t[o]),u){let x=a.join("$$lit$$");(t=xt.get(x))===void 0&&(a.raw=a,xt.set(x,t=a)),i=h}return e(t,...i)},Le=Ce(ft),bi=Ce(ht),Si=Ce(dt);var Ne=c(K()),Ct=c(A());var ge;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(ge||(ge={}));var b=c(T()),s=c(A()),gt=s.FtCssVariableFactory.extend("--ft-typography-font-family","",s.designSystemVariables.titleFont),R=s.FtCssVariableFactory.extend("--ft-typography-font-family","",s.designSystemVariables.contentFont),l={fontFamily:R,fontSize:s.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:s.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:s.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:s.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:s.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},j={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-title-font-family","",gt),fontSize:s.FtCssVariableFactory.extend("--ft-typography-title-font-size","",l.fontSize,"20px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",l.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",l.letterSpacing,"0.15px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-title-line-height","",l.lineHeight,"1.2"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",l.textTransform,"inherit")},Y={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",gt),fontSize:s.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",l.fontSize,"14px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",l.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",l.letterSpacing,"0.105px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",l.lineHeight,"1.7"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",l.textTransform,"inherit")},X={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",R),fontSize:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",l.fontSize,"16px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",l.fontWeight,"600"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",l.letterSpacing,"0.144px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",l.lineHeight,"1.5"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",l.textTransform,"inherit")},Z={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",R),fontSize:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",l.fontSize,"14px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",l.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",l.letterSpacing,"0.098px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",l.lineHeight,"1.7"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",l.textTransform,"inherit")},J={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",R),fontSize:s.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",l.fontSize,"16px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",l.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",l.letterSpacing,"0.496px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",l.lineHeight,"1.5"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",l.textTransform,"inherit")},q={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",R),fontSize:s.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",l.fontSize,"14px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",l.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",l.letterSpacing,"0.252px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",l.lineHeight,"1.4"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",l.textTransform,"inherit")},Q={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",R),fontSize:s.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",l.fontSize,"12px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",l.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",l.letterSpacing,"0.396px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",l.lineHeight,"1.33"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",l.textTransform,"inherit")},I={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",R),fontSize:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",l.fontSize,"10px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",l.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",l.letterSpacing,"0.33px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",l.lineHeight,"1.6"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",l.textTransform,"inherit")},F={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",R),fontSize:s.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",l.fontSize,"10px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",l.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",l.letterSpacing,"1.5px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",l.lineHeight,"1.6"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",l.textTransform,"uppercase")},ee={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-button-font-family","",R),fontSize:s.FtCssVariableFactory.extend("--ft-typography-button-font-size","",l.fontSize,"14px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",l.fontWeight,"600"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",l.letterSpacing,"1.246px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-button-line-height","",l.lineHeight,"1.15"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",l.textTransform,"uppercase")},ut=b.css`
135
135
  .ft-typography--title {
136
136
  font-family: ${j.fontFamily};
137
137
  font-size: ${j.fontSize};
@@ -282,12 +282,12 @@
282
282
  .ft-icon--material {
283
283
  font-family: ${L.materialFontFamily}, "Material Icons", sans-serif;
284
284
  }
285
- `,S.noTextSelect];var D;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(D||(D={}));var pe=c(T()),M=c(K()),wt=c(A()),Bt=c(Mt());var ue;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CIRCLE_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;",e.FILE_CODE="&#xe9b8;",e.BOX_CODE="&#xe9b9;",e.TOPICS_SOLID="&#xe9ba;",e.PHOTO_FILM="&#xe9bb;",e.HYPHEN_SOLID="&#xe9bc;",e.CROSSHAIRS="&#xe9bd;",e.PERSON_CHALKBOARD="&#xe9be;",e.CIRCLE_ARROW_DOWN_SLASH="&#xe9bf;",e.BOOK_OPEN_COVER="&#xe9c0;",e.LIGHTBULB="&#xe9c1;",e.MESSAGE_BOT_AGENTIC_SOLID="&#xe9c2;",e.CHART_LINE_USER="&#xe9c3;",e.SERVER_CIRCLE_ARROW_DOWN="&#xe9c4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(ue||(ue={}));var p;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(p||(p={}));var ji=new Map([...["abw"].map(e=>[e,p.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,p.AUDIO]),...["avi"].map(e=>[e,p.AVI]),...["chm","xhs"].map(e=>[e,p.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,p.CODE]),...["csv"].map(e=>[e,p.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,p.DITA]),...["epub"].map(e=>[e,p.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,p.EXCEL]),...["flac"].map(e=>[e,p.FLAC]),...["gif"].map(e=>[e,p.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,p.GZIP]),...["html","htm","xhtml"].map(e=>[e,p.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,p.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,p.JPEG]),...["json"].map(e=>[e,p.JSON]),...["m4a","m4p"].map(e=>[e,p.M4A]),...["mov","qt"].map(e=>[e,p.MOV]),...["mp3"].map(e=>[e,p.MP3]),...["mp4","m4v"].map(e=>[e,p.MP4]),...["ogg","oga"].map(e=>[e,p.OGG]),...["pdf","ps"].map(e=>[e,p.PDF]),...["png"].map(e=>[e,p.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,p.POWERPOINT]),...["rar"].map(e=>[e,p.RAR]),...["stp"].map(e=>[e,p.STP]),...["txt","rtf","md","mdown"].map(e=>[e,p.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,p.VIDEO]),...["wav"].map(e=>[e,p.WAV]),...["wma"].map(e=>[e,p.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,p.WORD]),...["xml","xsl","rdf"].map(e=>[e,p.XML]),...["yaml","yml","x-yaml"].map(e=>[e,p.YAML]),...["zip"].map(e=>[e,p.ZIP])]);var Yi={[p.ABW]:"#91ABC6",[p.AUDIO]:"#1795E3",[p.AVI]:"#E63324",[p.CHM]:"#71C3EB",[p.CODE]:"#71C3EB",[p.CSV]:"#1F7345",[p.DITA]:"#71C3EB",[p.EPUB]:"#85B926",[p.EXCEL]:"#1F7345",[p.FLAC]:"#1795E3",[p.GIF]:"#59B031",[p.GZIP]:"#F8AB36",[p.HTML]:"#71C3EB",[p.IMAGE]:"#59B031",[p.JPEG]:"#59B031",[p.JSON]:"#71C3EB",[p.M4A]:"#1795E3",[p.MOV]:"#E63324",[p.MP3]:"#1795E3",[p.MP4]:"#E63324",[p.OGG]:"#1795E3",[p.PDF]:"#E44948",[p.PNG]:"#59B031",[p.POWERPOINT]:"#B54A2B",[p.RAR]:"#F8AB36",[p.STP]:"#3764B1",[p.TEXT]:"#3162AB",[p.UNKNOWN]:"#999999",[p.VIDEO]:"#E63324",[p.WAV]:"#1795E3",[p.WMA]:"#1795E3",[p.WORD]:"#3162AB",[p.XML]:"#71C3EB",[p.YAML]:"#71C3EB",[p.ZIP]:"#F8AB36"};var le=function(e,t,i,o){var r=arguments.length,n=r<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,i):o,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,i,o);else for(var h=e.length-1;h>=0;h--)(a=e[h])&&(n=(r<3?a(n):r>3?a(t,i,n):a(t,i))||n);return r>3&&n&&Object.defineProperty(t,i,n),n},E=class extends wt.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=pe.nothing}render(){let t=this.variant&&Object.values(D).includes(this.variant)?this.variant:D.fluid_topics,i=t!==D.material||!!this.value;return pe.html`
285
+ `,S.noTextSelect];var D;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(D||(D={}));var pe=c(T()),M=c(K()),wt=c(A()),Bt=c(Mt());var ue;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CIRCLE_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;",e.FILE_CODE="&#xe9b8;",e.BOX_CODE="&#xe9b9;",e.TOPICS_SOLID="&#xe9ba;",e.PHOTO_FILM="&#xe9bb;",e.HYPHEN_SOLID="&#xe9bc;",e.CROSSHAIRS="&#xe9bd;",e.PERSON_CHALKBOARD="&#xe9be;",e.CIRCLE_ARROW_DOWN_SLASH="&#xe9bf;",e.BOOK_OPEN_COVER="&#xe9c0;",e.LIGHTBULB="&#xe9c1;",e.MESSAGE_BOT_AGENTIC_SOLID="&#xe9c2;",e.CHART_LINE_USER="&#xe9c3;",e.SERVER_CIRCLE_ARROW_DOWN="&#xe9c4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(ue||(ue={}));var p;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(p||(p={}));var ji=new Map([...["abw"].map(e=>[e,p.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,p.AUDIO]),...["avi"].map(e=>[e,p.AVI]),...["chm","xhs"].map(e=>[e,p.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,p.CODE]),...["csv"].map(e=>[e,p.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,p.DITA]),...["epub"].map(e=>[e,p.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,p.EXCEL]),...["flac"].map(e=>[e,p.FLAC]),...["gif"].map(e=>[e,p.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,p.GZIP]),...["html","htm","xhtml"].map(e=>[e,p.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,p.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,p.JPEG]),...["json"].map(e=>[e,p.JSON]),...["m4a","m4p"].map(e=>[e,p.M4A]),...["mov","qt"].map(e=>[e,p.MOV]),...["mp3"].map(e=>[e,p.MP3]),...["mp4","m4v"].map(e=>[e,p.MP4]),...["ogg","oga"].map(e=>[e,p.OGG]),...["pdf","ps"].map(e=>[e,p.PDF]),...["png"].map(e=>[e,p.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,p.POWERPOINT]),...["rar"].map(e=>[e,p.RAR]),...["stp"].map(e=>[e,p.STP]),...["txt","rtf","md","mdown"].map(e=>[e,p.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,p.VIDEO]),...["wav"].map(e=>[e,p.WAV]),...["wma"].map(e=>[e,p.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,p.WORD]),...["xml","xsl","rdf"].map(e=>[e,p.XML]),...["yaml","yml","x-yaml"].map(e=>[e,p.YAML]),...["zip"].map(e=>[e,p.ZIP])]);var Yi={[p.ABW]:"#91ABC6",[p.AUDIO]:"#1795E3",[p.AVI]:"#E63324",[p.CHM]:"#71C3EB",[p.CODE]:"#71C3EB",[p.CSV]:"#1F7345",[p.DITA]:"#71C3EB",[p.EPUB]:"#85B926",[p.EXCEL]:"#1F7345",[p.FLAC]:"#1795E3",[p.GIF]:"#59B031",[p.GZIP]:"#F8AB36",[p.HTML]:"#71C3EB",[p.IMAGE]:"#59B031",[p.JPEG]:"#59B031",[p.JSON]:"#71C3EB",[p.M4A]:"#1795E3",[p.MOV]:"#E63324",[p.MP3]:"#1795E3",[p.MP4]:"#E63324",[p.OGG]:"#1795E3",[p.PDF]:"#E44948",[p.PNG]:"#59B031",[p.POWERPOINT]:"#B54A2B",[p.RAR]:"#F8AB36",[p.STP]:"#3764B1",[p.TEXT]:"#3162AB",[p.UNKNOWN]:"#999999",[p.VIDEO]:"#E63324",[p.WAV]:"#1795E3",[p.WMA]:"#1795E3",[p.WORD]:"#3162AB",[p.XML]:"#71C3EB",[p.YAML]:"#71C3EB",[p.ZIP]:"#F8AB36"};var se=function(e,t,i,o){var r=arguments.length,n=r<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,i):o,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,i,o);else for(var h=e.length-1;h>=0;h--)(a=e[h])&&(n=(r<3?a(n):r>3?a(t,i,n):a(t,i))||n);return r>3&&n&&Object.defineProperty(t,i,n),n},E=class extends wt.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=pe.nothing}render(){let t=this.variant&&Object.values(D).includes(this.variant)?this.variant:D.fluid_topics,i=t!==D.material||!!this.value;return pe.html`
286
286
  <i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
287
287
  ${(0,Bt.unsafeHTML)(this.resolvedIcon)}
288
288
  <slot ?hidden=${i}></slot>
289
289
  </i>
290
- `}getTextContent(){var t,i;return(i=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(o=>o.textContent).join("").trim())!==null&&i!==void 0?i:""}update(t){super.update(t),["value","variant"].some(i=>t.has(i))&&this.resolveIcon()}resolveIcon(){var t,i;let o=this.value||this.getTextContent();switch(this.variant){case D.file_format:this.resolvedIcon=(t=p[o.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:o;break;case D.material:this.resolvedIcon=this.value||pe.nothing;break;default:this.resolvedIcon=(i=ue[o.replace("-","_").toUpperCase()])!==null&&i!==void 0?i:o;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};E.elementDefinitions={};E.styles=Pt;le([(0,M.property)()],E.prototype,"variant",void 0);le([(0,M.property)()],E.prototype,"value",void 0);le([(0,M.property)({reflect:!0,attribute:"aria-hidden"})],E.prototype,"ariaHidden",void 0);le([(0,M.state)()],E.prototype,"resolvedIcon",void 0);le([(0,M.query)("slot")],E.prototype,"slottedContent",void 0);var Ut=c(A());var Wt={"ft-icon":E};(0,Ut.customElements)(Wt);var Gt=c(T()),z=c(A()),G={horizontalSpacing:z.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","","SIZE","16px"),verticalSpacing:z.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","","SIZE","16px"),colorOutline:z.FtCssVariableFactory.external(z.designSystemVariables.colorOutline,"Design system"),backgroundColor:z.FtCssVariableFactory.create("--ft-accordion-item-background-color","","COLOR","#FFFFFF")},zt=Gt.css`
290
+ `}getTextContent(){var t,i;return(i=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(o=>o.textContent).join("").trim())!==null&&i!==void 0?i:""}update(t){super.update(t),["value","variant"].some(i=>t.has(i))&&this.resolveIcon()}resolveIcon(){var t,i;let o=this.value||this.getTextContent();switch(this.variant){case D.file_format:this.resolvedIcon=(t=p[o.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:o;break;case D.material:this.resolvedIcon=this.value||pe.nothing;break;default:this.resolvedIcon=(i=ue[o.replace("-","_").toUpperCase()])!==null&&i!==void 0?i:o;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};E.elementDefinitions={};E.styles=Pt;se([(0,M.property)()],E.prototype,"variant",void 0);se([(0,M.property)()],E.prototype,"value",void 0);se([(0,M.property)({reflect:!0,attribute:"aria-hidden"})],E.prototype,"ariaHidden",void 0);se([(0,M.state)()],E.prototype,"resolvedIcon",void 0);se([(0,M.query)("slot")],E.prototype,"slottedContent",void 0);var Ut=c(A());var Wt={"ft-icon":E};(0,Ut.customElements)(Wt);var Gt=c(T()),z=c(A()),G={horizontalSpacing:z.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","","SIZE","16px"),verticalSpacing:z.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","","SIZE","16px"),colorOutline:z.FtCssVariableFactory.external(z.designSystemVariables.colorOutline,"Design system"),backgroundColor:z.FtCssVariableFactory.create("--ft-accordion-item-background-color","","COLOR","#FFFFFF")},zt=Gt.css`
291
291
  .ft-accordion-item {
292
292
  display: flex;
293
293
  flex-direction: column;
@@ -333,7 +333,7 @@
333
333
  .ft-accordion-item--separator {
334
334
  border-bottom: 1px solid ${G.colorOutline};
335
335
  }
336
- `;var ye=function(e,t,i,o){var r=arguments.length,n=r<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,i):o,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,i,o);else for(var h=e.length-1;h>=0;h--)(a=e[h])&&(n=(r<3?a(n):r>3?a(t,i,n):a(t,i))||n);return r>3&&n&&Object.defineProperty(t,i,n),n},O=class extends Kt.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return se.html`
336
+ `;var ye=function(e,t,i,o){var r=arguments.length,n=r<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,i):o,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(e,t,i,o);else for(var h=e.length-1;h>=0;h--)(a=e[h])&&(n=(r<3?a(n):r>3?a(t,i,n):a(t,i))||n);return r>3&&n&&Object.defineProperty(t,i,n),n},O=class extends Kt.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return le.html`
337
337
  <div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
338
338
  <div class="ft-accordion-item--toggle"
339
339
  part="toggle"
@@ -344,13 +344,13 @@
344
344
  aria-controls="ft-accordion-item-content"
345
345
  aria-expanded="${this.active}">
346
346
  <ft-ripple part="toggle-ripple"></ft-ripple>
347
- ${this.icon?se.html`
347
+ ${this.icon?le.html`
348
348
  <ft-icon .variant=${this.iconVariant} value="${this.icon}"></ft-icon>
349
349
  `:null}
350
- ${this.label?se.html`
350
+ ${this.label?le.html`
351
351
  <ft-typography class="ft-accordion-item--label" variant="body1" part="label">${this.label}
352
352
  </ft-typography>
353
- `:se.html`
353
+ `:le.html`
354
354
  <slot class="ft-accordion-item--label" name="toggle" part="label"></slot>
355
355
  `}
356
356
  <ft-icon variant="material">${this.active?"expand_less":"expand_more"}</ft-icon>
@@ -5,7 +5,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
5
5
  .highlight-html-match {
6
6
  background: ${Ui};
7
7
  }
8
- `;function Dd(e,t,o){var n,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new Id(e);if(s.unmark(),t&&t.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};o?.attributes!=null&&(l.each=(p=>{for(let h in o.attributes)p.setAttribute(h,o.attributes[h])})),s.mark(t.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(p=>s.mark(p.replace(/"/g,""),{...l,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var rn={};M(rn,{noTextInputDefaultClearButton:()=>Bd,noTextSelect:()=>tn,safariEllipsisFix:()=>Ud,wordWrap:()=>Md});var tn=k`
8
+ `;function Dd(e,t,o){var n,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new Id(e);if(s.unmark(),t&&t.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};o?.attributes!=null&&(l.each=p=>{for(let h in o.attributes)p.setAttribute(h,o.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(p=>s.mark(p.replace(/"/g,""),{...l,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var rn={};M(rn,{noTextInputDefaultClearButton:()=>Bd,noTextSelect:()=>tn,safariEllipsisFix:()=>Ud,wordWrap:()=>Md});var tn=k`
9
9
  .ft-no-text-select {
10
10
  -webkit-touch-callout: none;
11
11
  -webkit-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-accordion",
3
- "version": "2.1.18",
3
+ "version": "2.1.20",
4
4
  "description": "The accordion component allows the user to show and hide sections of related content on a page.",
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": "2.1.18",
23
- "@fluid-topics/ft-ripple": "2.1.18",
24
- "@fluid-topics/ft-typography": "2.1.18",
25
- "@fluid-topics/ft-wc-utils": "2.1.18",
22
+ "@fluid-topics/ft-icon": "2.1.20",
23
+ "@fluid-topics/ft-ripple": "2.1.20",
24
+ "@fluid-topics/ft-typography": "2.1.20",
25
+ "@fluid-topics/ft-wc-utils": "2.1.20",
26
26
  "lit": "3.1.0"
27
27
  },
28
- "gitHead": "2effe252f9ab22ede85f961b8464ec8aa4d27870"
28
+ "gitHead": "77e9f03085f977dde887e175b964bf66b862253f"
29
29
  }