@fluid-topics/ft-search-bar 1.2.49 → 1.2.51

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.
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var Rd=Object.create;var ea=Object.defineProperty;var Ld=Object.getOwnPropertyDescriptor;var Nd=Object.getOwnPropertyNames;var Ad=Object.getPrototypeOf,Pd=Object.prototype.hasOwnProperty;var Do=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports);var Bd=(o,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Nd(e))!Pd.call(o,i)&&i!==r&&ea(o,i,{get:()=>e[i],enumerable:!(n=Ld(e,i))||n.enumerable});return o};var u=(o,e,r)=>(r=o!=null?Rd(Ad(o)):{},Bd(e||!o||!o.__esModule?ea(r,"default",{value:o,enumerable:!0}):r,o));var w=Do((tf,ta)=>{ta.exports=ftGlobals.wcUtils});var L=Do((of,oa)=>{oa.exports=ftGlobals.lit});var Y=Do((rf,ra)=>{ra.exports=ftGlobals.litDecorators});var ho=Do((nf,na)=>{na.exports=ftGlobals.litRepeat});var dt=Do((Xm,Nl)=>{Nl.exports=ftGlobals.litClassMap});var ds=Do((Fg,cs)=>{cs.exports=ftGlobals.litUnsafeHTML});var kd=u(w());var Z=u(L()),G=u(Y()),zr=u(ho()),ie=u(w());var sa=u(w());var la=u(L()),yo=u(Y()),Fr=u(w());var lt;(function(o){o.S="S",o.M="M",o.L="L",o.XL="XL",o.XXL="XXL"})(lt||(lt={}));var ia=u(L());var aa=ia.css`
1
+ "use strict";(()=>{var Pd=Object.create;var oa=Object.defineProperty;var Bd=Object.getOwnPropertyDescriptor;var Id=Object.getOwnPropertyNames;var Dd=Object.getPrototypeOf,_d=Object.prototype.hasOwnProperty;var Do=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports);var Fd=(o,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Id(e))!_d.call(o,i)&&i!==r&&oa(o,i,{get:()=>e[i],enumerable:!(n=Bd(e,i))||n.enumerable});return o};var u=(o,e,r)=>(r=o!=null?Pd(Dd(o)):{},Fd(e||!o||!o.__esModule?oa(r,"default",{value:o,enumerable:!0}):r,o));var w=Do((nf,ra)=>{ra.exports=ftGlobals.wcUtils});var L=Do((af,na)=>{na.exports=ftGlobals.lit});var Y=Do((lf,ia)=>{ia.exports=ftGlobals.litDecorators});var mo=Do((sf,aa)=>{aa.exports=ftGlobals.litRepeat});var dt=Do((eg,Pl)=>{Pl.exports=ftGlobals.litClassMap});var fs=Do((Wg,ps)=>{ps.exports=ftGlobals.litUnsafeHTML});var Ad=u(w());var K=u(L()),G=u(Y()),Tr=u(mo()),ie=u(w());var da=u(w());var ca=u(L()),go=u(Y()),zr=u(w());var lt;(function(o){o.S="S",o.M="M",o.L="L",o.XL="XL",o.XXL="XXL"})(lt||(lt={}));var la=u(L());var sa=la.css`
2
2
  .ft-size-watcher--pixel {
3
3
  width: 0;
4
4
  height: 0;
@@ -17,15 +17,15 @@
17
17
  .ft-size-watcher--local .ft-size-watcher--watcher {
18
18
  width: 100%;
19
19
  }
20
- `;var ir=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Pn=class extends CustomEvent{constructor(e,r){super("change",{detail:{size:e,category:r}})}},Ye=class extends Fr.FtLitElement{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=lt.S,this.resizeObserver=new ResizeObserver(()=>this.updateSize()),this.debouncer=new Fr.Debouncer}render(){return la.html`
20
+ `;var ar=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Bn=class extends CustomEvent{constructor(e,r){super("change",{detail:{size:e,category:r}})}},Xe=class extends zr.FtLitElement{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=lt.S,this.resizeObserver=new ResizeObserver(()=>this.updateSize()),this.debouncer=new zr.Debouncer}render(){return ca.html`
21
21
  <div class="ft-size-watcher--pixel ${this.local?"ft-size-watcher--local":""}">
22
22
  <div class="ft-size-watcher--watcher"></div>
23
23
  </div>
24
- `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run(()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=lt.S:this.size<976?this.category=lt.M:this.size<1024?this.category=lt.L:this.size<1440?this.category=lt.XL:this.category=lt.XXL,this.dispatchEvent(new Pn(this.size,this.category)))},this.debounceTimeout)}};Ye.elementDefinitions={};Ye.styles=aa;ir([(0,yo.property)({type:Number})],Ye.prototype,"debounceTimeout",void 0);ir([(0,yo.property)({type:Boolean})],Ye.prototype,"local",void 0);ir([(0,yo.property)({type:Number,reflect:!0})],Ye.prototype,"size",void 0);ir([(0,yo.property)({type:String,reflect:!0})],Ye.prototype,"category",void 0);ir([(0,yo.query)(".ft-size-watcher--watcher")],Ye.prototype,"watcher",void 0);(0,sa.customElement)("ft-size-watcher")(Ye);var cl=u(w());var Tn=globalThis,Tr=Tn.trustedTypes,ca=Tr?Tr.createPolicy("lit-html",{createHTML:o=>o}):void 0,ya="$lit$",qt=`lit$${Math.random().toFixed(9).slice(2)}$`,ma="?"+qt,Id=`<${ma}>`,bo=document,Mr=()=>bo.createComment(""),lr=o=>o===null||typeof o!="object"&&typeof o!="function",Mn=Array.isArray,Dd=o=>Mn(o)||typeof o?.[Symbol.iterator]=="function",Bn=`[
25
- \f\r]`,ar=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,da=/-->/g,pa=/>/g,mo=RegExp(`>|${Bn}(?:([^\\s"'>=/]+)(${Bn}*=${Bn}*(?:[^
26
- \f\r"'\`<>=]|("|')|))|$)`,"g"),fa=/'/g,ua=/"/g,ga=/^(?:script|style|textarea|title)$/i,Wn=o=>(e,...r)=>({_$litType$:o,strings:e,values:r}),ba=Wn(1),xa=Wn(2),va=Wn(3),sr=Symbol.for("lit-noChange"),Ce=Symbol.for("lit-nothing"),ha=new WeakMap,go=bo.createTreeWalker(bo,129);function Sa(o,e){if(!Mn(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return ca!==void 0?ca.createHTML(e):e}var _d=(o,e)=>{let r=o.length-1,n=[],i,a=e===2?"<svg>":e===3?"<math>":"",s=ar;for(let c=0;c<r;c++){let p=o[c],f,y,m=-1,g=0;for(;g<p.length&&(s.lastIndex=g,y=s.exec(p),y!==null);)g=s.lastIndex,s===ar?y[1]==="!--"?s=da:y[1]!==void 0?s=pa:y[2]!==void 0?(ga.test(y[2])&&(i=RegExp("</"+y[2],"g")),s=mo):y[3]!==void 0&&(s=mo):s===mo?y[0]===">"?(s=i??ar,m=-1):y[1]===void 0?m=-2:(m=s.lastIndex-y[2].length,f=y[1],s=y[3]===void 0?mo:y[3]==='"'?ua:fa):s===ua||s===fa?s=mo:s===da||s===pa?s=ar:(s=mo,i=void 0);let x=s===mo&&o[c+1].startsWith("/>")?" ":"";a+=s===ar?p+Id:m>=0?(n.push(f),p.slice(0,m)+ya+p.slice(m)+qt+x):p+qt+(m===-2?c:x)}return[Sa(o,a+(o[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]},cr=class o{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,c=e.length-1,p=this.parts,[f,y]=_d(e,r);if(this.el=o.createElement(f,n),go.currentNode=this.el.content,r===2||r===3){let m=this.el.content.firstChild;m.replaceWith(...m.childNodes)}for(;(i=go.nextNode())!==null&&p.length<c;){if(i.nodeType===1){if(i.hasAttributes())for(let m of i.getAttributeNames())if(m.endsWith(ya)){let g=y[s++],x=i.getAttribute(m).split(qt),b=/([.?@])?(.*)/.exec(g);p.push({type:1,index:a,name:b[2],strings:x,ctor:b[1]==="."?Dn:b[1]==="?"?_n:b[1]==="@"?zn:zo}),i.removeAttribute(m)}else m.startsWith(qt)&&(p.push({type:6,index:a}),i.removeAttribute(m));if(ga.test(i.tagName)){let m=i.textContent.split(qt),g=m.length-1;if(g>0){i.textContent=Tr?Tr.emptyScript:"";for(let x=0;x<g;x++)i.append(m[x],Mr()),go.nextNode(),p.push({type:2,index:++a});i.append(m[g],Mr())}}}else if(i.nodeType===8)if(i.data===ma)p.push({type:2,index:a});else{let m=-1;for(;(m=i.data.indexOf(qt,m+1))!==-1;)p.push({type:7,index:a}),m+=qt.length-1}a++}}static createElement(e,r){let n=bo.createElement("template");return n.innerHTML=e,n}};function _o(o,e,r=o,n){if(e===sr)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=lr(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(o),i._$AT(o,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(e=_o(o,i._$AS(o,e.values),i,n)),e}var In=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:n}=this._$AD,i=(e?.creationScope??bo).importNode(r,!0);go.currentNode=i;let a=go.nextNode(),s=0,c=0,p=n[0];for(;p!==void 0;){if(s===p.index){let f;p.type===2?f=new Wr(a,a.nextSibling,this,e):p.type===1?f=new p.ctor(a,p.name,p.strings,this,e):p.type===6&&(f=new Fn(a,this,e)),this._$AV.push(f),p=n[++c]}s!==p?.index&&(a=go.nextNode(),s++)}return go.currentNode=bo,i}p(e){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}},Wr=class o{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,n,i){this.type=2,this._$AH=Ce,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=_o(this,e,r),lr(e)?e===Ce||e==null||e===""?(this._$AH!==Ce&&this._$AR(),this._$AH=Ce):e!==this._$AH&&e!==sr&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):Dd(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==Ce&&lr(this._$AH)?this._$AA.nextSibling.data=e:this.T(bo.createTextNode(e)),this._$AH=e}$(e){let{values:r,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=cr.createElement(Sa(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new In(i,this),s=a.u(this.options);a.p(r),this.T(s),this._$AH=a}}_$AC(e){let r=ha.get(e.strings);return r===void 0&&ha.set(e.strings,r=new cr(e)),r}k(e){Mn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of e)i===r.length?r.push(n=new o(this.O(Mr()),this.O(Mr()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},zo=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,n,i,a){this.type=1,this._$AH=Ce,this._$AN=void 0,this.element=e,this.name=r,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=Ce}_$AI(e,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=_o(this,e,r,0),s=!lr(e)||e!==this._$AH&&e!==sr,s&&(this._$AH=e);else{let c=e,p,f;for(e=a[0],p=0;p<a.length-1;p++)f=_o(this,c[n+p],r,p),f===sr&&(f=this._$AH[p]),s||=!lr(f)||f!==this._$AH[p],f===Ce?e=Ce:e!==Ce&&(e+=(f??"")+a[p+1]),this._$AH[p]=f}s&&!i&&this.j(e)}j(e){e===Ce?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Dn=class extends zo{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Ce?void 0:e}},_n=class extends zo{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Ce)}},zn=class extends zo{constructor(e,r,n,i,a){super(e,r,n,i,a),this.type=5}_$AI(e,r=this){if((e=_o(this,e,r,0)??Ce)===sr)return;let n=this._$AH,i=e===Ce&&n!==Ce||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==Ce&&(n===Ce||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},Fn=class{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){_o(this,e)}};var zd=Tn.litHtmlPolyfillSupport;zd?.(cr,Wr),(Tn.litHtmlVersions??=[]).push("3.3.0");var Ca=Symbol.for(""),Fd=o=>{if(o?.r===Ca)return o?._$litStatic$},Hn=o=>({_$litStatic$:o,r:Ca});var Oa=new Map,Un=o=>(e,...r)=>{let n=r.length,i,a,s=[],c=[],p,f=0,y=!1;for(;f<n;){for(p=e[f];f<n&&(a=r[f],(i=Fd(a))!==void 0);)p+=i+e[++f],y=!0;f!==n&&c.push(a),s.push(p),f++}if(f===n&&s.push(e[n]),y){let m=s.join("$$lit$$");(e=Oa.get(m))===void 0&&(s.raw=s,Oa.set(m,e=s)),r=c}return o(e,...r)},Vn=Un(ba),bf=Un(xa),xf=Un(va);var Gn=u(Y()),sl=u(w());var st;(function(o){o.title="title",o.title_dense="title-dense",o.subtitle1="subtitle1",o.subtitle2="subtitle2",o.body1="body1",o.body2="body2",o.caption="caption",o.breadcrumb="breadcrumb",o.overline="overline",o.button="button",o.display="display",o.title1="title-1",o.title2="title-2",o.title3="title-3",o.body1regular="body-1-regular",o.body1medium="body-1-medium",o.body1semibold="body-1-semibold",o.body2regular="body-2-regular",o.body2medium="body-2-medium",o.body2semibold="body-2-semibold",o.label1medium="label-1-medium",o.label1semibold="label-1-semibold",o.label1bold="label-1-bold",o.label2medium="label-2-medium",o.label2semibold="label-2-semibold",o.label2bold="label-2-bold",o.caption1medium="caption-1-medium",o.caption1semibold="caption-1-semibold",o.caption1bold="caption-1-bold",o.caption2medium="caption-2-medium",o.caption2semibold="caption-2-semibold",o.caption2bold="caption-2-bold"})(st||(st={}));var ct=u(L()),E=u(w());var _t=u(L(),1),Yt=o=>typeof o=="string"?(0,_t.unsafeCSS)(o):o,t=class{static create(e,r,n,i){let a=c=>Yt(c??i),s=_t.css`var(${Yt(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>_t.css`var(${Yt(e)}, ${a(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(e,r,n,i){let a=c=>n.get(c??i),s=_t.css`var(${Yt(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>_t.css`var(${Yt(e)}, ${a(c)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(e,r){let n=a=>e.fallbackVariable?e.fallbackVariable.get(a??e.defaultValue):Yt(a??e.lastResortDefaultValue()),i=_t.css`var(${Yt(e.name)}, ${n(e.defaultValue)})`;return i.name=e.name,i.category=e.category,i.fallbackVariable=e.fallbackVariable,i.defaultValue=e.defaultValue,i.context=r,i.defaultCssValue=n,i.get=a=>_t.css`var(${Yt(e.name)}, ${n(a)})`,i.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>e.lastResortDefaultValue(),i}};var l={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},wa={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},Ea={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},$a={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},ka={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Ra={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},La={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Na={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Aa={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Pa={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Td={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Ba={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Ia={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Da={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},_a={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},za={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Fa={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Ta={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Ma={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Wa={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ha={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ua={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Va={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ga={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},ja={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Ka={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Za={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Hr={display:wa,"title-1":Ea,"title-2":$a,"title-3":ka,"body-1-regular":Ra,"body-1-medium":La,"body-1-semibold":Na,"body-2-regular":Aa,"body-2-medium":Pa,"body-2-medium-underline":Td,"body-2-semibold":Ba,"label-1-medium":Ia,"label-1-semibold":Da,"label-1-bold":_a,"label-2-medium":za,"label-2-semibold":Fa,"label-2-bold":Ta,"caption-1-medium":Ma,"caption-1-semibold":Wa,"caption-1-bold":Ha,"caption-2-medium":Ua,"caption-2-semibold":Va,"caption-2-bold":Ga,"caption-3-medium":ja,"caption-3-semibold":Ka,"caption-3-bold":Za};var d={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",l.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",l.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",l.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",l.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",l.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",l.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",l.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",l.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",l.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",l.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",l.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",l.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",l.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",l.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",l.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",l.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",l.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",l.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
27
- Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",l.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",l.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",l.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",l.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",l.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",l.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",l.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",l.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",l.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",l.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",l.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",l.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",l.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",l.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",l.colorGray80),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",l.colorGray200)};var h={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",l.spacing4),largeGap:t.extend("--ft-button-large-gap","",l.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",l.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",l.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",l.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",l.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",l.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",l.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",l.spacing2),smallGap:t.extend("--ft-button-small-gap","",l.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",l.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",l.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",l.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",l.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",d.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",d.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",d.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",d.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",l.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",l.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",l.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",l.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",d.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",d.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",d.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",d.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",l.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",l.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",l.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",l.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",d.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",d.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",d.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",l.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",l.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",l.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",l.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",d.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",d.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",d.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",l.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",l.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",l.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",l.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",d.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",d.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",d.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",l.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",l.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",l.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",l.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",d.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",d.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",d.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",l.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",l.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",l.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",l.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",d.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",d.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",d.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",l.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",l.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",l.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",l.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",d.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",d.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",d.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",l.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",l.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",l.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",l.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",d.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",l.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",l.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",l.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",l.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",d.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",d.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",d.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",d.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",l.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",l.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",l.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",l.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",d.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",d.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",d.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",d.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",l.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",l.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",l.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",l.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",d.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",d.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",d.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",d.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",l.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",l.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",l.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",l.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",d.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",d.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",d.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",d.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",l.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",l.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",l.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",l.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",d.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",d.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",d.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",d.contentErrorPrimary)};var zf={iconSize:t.extend("--ft-checkbox-icon-size","",l.iconSize2),boxSize:t.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ft-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ft-checkbox-color","",d.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",d.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",d.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",d.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",l.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",l.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",l.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",l.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",l.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",l.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",l.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",l.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",l.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",l.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ft-checkbox-horizontal-gap","",l.spacing3),leftPadding:t.extend("--ft-checkbox-left-padding","",l.spacing2)};var Hf={headerRowBorderWidth:t.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ft-table-header-row-background-color","",d.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ft-table-header-row-border-color","",d.borderGlobalPrimary),headerRowColor:t.extend("--ft-table-header-row-color","",d.contentGlobalPrimary),dataRowBorderWidth:t.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ft-table-data-row-background-color","",d.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ft-table-data-row-border-color","",d.borderGlobalSubtle),dataRowColor:t.extend("--ft-table-data-row-color","",d.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ft-table-data-row-default-hover-background-color","",l.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",l.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-default-background-color","",l.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ft-table-data-row-selectable-selected-default-border-color","",l.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-hover-background-color","",l.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ft-table-data-row-selectable-selected-hover-border-color","",l.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ft-table-data-row-selectable-selected-color","",d.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ft-table-data-row-clickable-hover-background-color","",l.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ft-table-data-row-clickable-focus-border-color","",d.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ft-table-data-row-clickable-focus-background-color","",l.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ft-table-data-row-clickable-active-background-color","",l.colorGray40),headerCellHorizontalGap:t.extend("--ft-table-header-cell-horizontal-gap","",l.spacing1),headerCellVerticalPadding:t.extend("--ft-table-header-cell-vertical-padding","",l.spacing2),headerCellHorizontalPadding:t.extend("--ft-table-header-cell-horizontal-padding","",l.spacing3),dataCellVerticalPadding:t.extend("--ft-table-data-cell-vertical-padding","",l.spacing2),dataCellHorizontalPadding:t.extend("--ft-table-data-cell-horizontal-padding","",l.spacing3),dataCellVerticalGap:t.extend("--ft-table-data-cell-vertical-gap","",l.spacing1)};var Kf={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",l.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",l.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",d.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",l.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",d.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",d.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",d.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",d.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",l.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",l.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",l.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",d.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",l.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",d.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",d.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",d.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",d.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",d.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",l.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",l.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",l.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",l.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",l.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",l.iconSize2)};var V={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",l.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",l.spacing1),largeGap:t.extend("--ft-chip-large-gap","",l.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",l.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",l.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",l.spacing05),mediumGap:t.extend("--ft-chip-medium-gap","",l.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",l.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",l.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-padding","",l.spacing05),smallGap:t.extend("--ft-chip-small-gap","",l.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",l.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",d.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",d.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",d.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",d.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",d.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",d.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",d.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",d.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",d.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",d.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",d.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",d.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",d.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",d.borderErrorSubtle)};var ou={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",l.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",d.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",d.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",d.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",d.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",d.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",l.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",d.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",d.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",d.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",d.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",d.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",d.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",d.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",d.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",d.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",d.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",l.colorBrand100)};var lu={iconSize:t.extend("--ft-banner-icon-size","",l.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",l.spacing6),rightPadding:t.extend("--ft-banner-right-padding","",l.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",l.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",l.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",l.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",l.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",l.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",d.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",d.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",d.borderInfoSubtle)};var fu={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",l.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",l.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",l.borderRadiusPill),color:t.extend("--ft-badge-color","",d.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",d.contentActionPrimary)};var gu={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",l.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",d.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",d.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",d.contentGlobalSubtle)};var Ou={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",l.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",l.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",l.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",l.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",d.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",d.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",l.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",l.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",l.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",l.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",l.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",l.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",l.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",l.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",l.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",l.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",l.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",l.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",l.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",l.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",l.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",l.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",l.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",d.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var ku={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",l.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",l.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",l.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",l.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",d.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",l.spacing4)};var Au={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",l.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",l.spacing6)};var _u={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",l.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",l.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",l.spacing6),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",l.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",l.opacity40),shadow:t.extend("--ft-modal-shadow","",l.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",l.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",l.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",l.spacing6),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",d.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",d.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",d.contentGlobalPrimary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",l.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",l.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",l.spacing6),headerGap:t.extend("--ft-modal-header-gap","",l.spacing2),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",l.borderRadiusM)};var Wu={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",l.opacity40),shadow:t.extend("--ft-drawer-shadow","",l.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",l.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",l.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",l.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",d.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",d.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",d.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",l.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",l.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",d.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",d.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",d.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",l.spacing6),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",l.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",l.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",l.colorGray700)};var ju={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",l.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",l.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",l.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",l.opacity40),offColor:t.extend("--ft-tabs-off-color","",d.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",d.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",d.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",l.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",l.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",l.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",l.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",l.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",l.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",l.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",l.opacity24),onColor:t.extend("--ft-tabs-on-color","",d.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",d.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",d.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",l.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",l.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",l.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",l.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",d.borderActionFocusRing)};var Xu={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",l.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",l.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",l.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",l.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",l.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",l.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",l.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",d.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",d.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",d.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",d.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",l.opacity40)};var oh={backgroundColor:t.extend("--ft-text-area-background-color","",l.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",d.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",d.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",d.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",l.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",l.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",l.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",l.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",l.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",l.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",l.borderRadiusM)};var lh={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",l.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",d.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",d.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",d.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",d.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",l.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",l.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",l.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",l.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",l.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",d.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",l.shadowElevation02)};var fh={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",l.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",l.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",l.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",l.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",l.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",l.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",l.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",l.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",l.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",d.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",d.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",d.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",d.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",d.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",l.opacity40)};var gh={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",l.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",d.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",d.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",d.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",d.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",d.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",l.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",l.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",l.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",l.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",l.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",l.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",l.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",l.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",l.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",l.borderRadiusM)};var Oh={backgroundColor:t.extend("--ft-popover-background-color","",d.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",l.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",l.spacing6),titleColor:t.extend("--ft-popover-title-color","",d.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",d.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",d.contentActionPrimary),gap:t.extend("--ft-popover-gap","",l.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",l.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",l.shadowElevation02),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px")};var kh={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",l.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",l.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",d.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",l.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",l.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",l.spacing3),color:t.extend("--ft-collapsible-color","",d.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",d.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",d.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",d.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",l.iconSize3)};var Ph={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",l.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",l.spacing1),groupGap:t.extend("--ft-switch-group-gap","",l.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",d.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",d.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",l.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",l.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",l.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",l.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",l.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",l.opacity40),offColor:t.extend("--ft-switch-off-color","",d.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",l.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",l.opacity40),onColor:t.extend("--ft-switch-on-color","",d.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",d.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",l.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",l.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",d.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",l.borderRadiusS)};var _h={color1Light:t.extend("--ft-chart-1-light","for area color charts",l.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",l.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",l.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",l.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",l.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",l.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",l.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",l.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",l.colorRed40),color5Base:t.extend("--ft-chart-5-base","",l.colorRed60),color6Light:t.extend("--ft-chart-6-light","",l.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",l.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",l.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",l.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",l.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",l.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",l.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",l.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",l.colorGray50),color10Base:t.extend("--ft-chart-10-base","",l.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",l.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",l.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",l.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",l.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",l.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",l.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",l.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",l.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",l.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",l.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",l.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",l.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",l.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",l.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",l.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",l.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",l.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",l.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",l.colorCyan200)};var Mh={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",l.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",l.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",l.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",l.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",l.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",l.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",l.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",l.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",l.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",l.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",l.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",l.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",l.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",l.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",l.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",l.colorBrown0)};var Gh={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",l.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",l.spacing2),borderRadius:t.extend("--ft-notice-border-radius","",l.borderRadiusS),gap:t.extend("--ft-notice-gap","",l.spacing2),iconSize:t.extend("--ft-notice-icon-size","",l.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",d.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",d.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",d.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",d.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",d.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",d.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",d.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",d.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",d.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",d.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",d.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",d.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",d.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",d.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",d.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",d.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",l.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",l.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var Yh={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",l.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",l.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",l.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",l.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",d.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",d.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",l.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",l.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",l.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",d.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",d.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",d.contentActionPrimary),color:t.extend("--ft-toggle-color","",d.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",d.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",l.spacing3)};var ty={color:t.extend("--ft-radio-color","",d.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",d.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",d.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",l.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",l.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",l.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",l.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",d.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",d.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",l.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",l.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",l.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",l.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",l.spacing3)};var ay={iconSize:t.extend("--ft-notification-icon-size","",l.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",l.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",l.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",l.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",d.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",d.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",d.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",d.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",d.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",d.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",d.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",d.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",d.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",d.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",l.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",l.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",l.spacing8)};var py={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",l.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",l.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",l.borderRadiusS),color:t.extend("--ft-tooltip-color","",d.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",d.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",l.opacity80),shadow:t.extend("--ft-tooltip-shadow","",l.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",l.spacing05)};var my={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",l.spacing4),gap:t.extend("--ft-reorderable-list-gap","",l.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",l.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",l.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",d.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",l.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",l.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",l.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",d.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",l.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",d.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",l.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",d.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",d.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",d.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",l.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",l.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",l.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",l.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",l.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",d.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",d.backgroundGlobalOnSurfaceDark)};var Ur;(function(o){o.brand="brand",o.neutral="neutral",o.info="info",o.success="success",o.warning="warning",o.error="error"})(Ur||(Ur={}));var Be;(function(o){o.large="large",o.medium="medium",o.small="small"})(Be||(Be={}));var Vr=u(L());function qa(o){let e=Hr[o];return Vr.css`
28
- .ft-typography--${(0,Vr.unsafeCSS)(o)} {
24
+ `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.watcher&&this.resizeObserver.observe(this.watcher),this.updateSize()}updateSize(){this.debouncer.run(()=>{this.watcher&&this.size!==this.watcher.clientWidth&&(this.size=this.watcher.clientWidth,this.size<768?this.category=lt.S:this.size<976?this.category=lt.M:this.size<1024?this.category=lt.L:this.size<1440?this.category=lt.XL:this.category=lt.XXL,this.dispatchEvent(new Bn(this.size,this.category)))},this.debounceTimeout)}};Xe.elementDefinitions={};Xe.styles=sa;ar([(0,go.property)({type:Number})],Xe.prototype,"debounceTimeout",void 0);ar([(0,go.property)({type:Boolean})],Xe.prototype,"local",void 0);ar([(0,go.property)({type:Number,reflect:!0})],Xe.prototype,"size",void 0);ar([(0,go.property)({type:String,reflect:!0})],Xe.prototype,"category",void 0);ar([(0,go.query)(".ft-size-watcher--watcher")],Xe.prototype,"watcher",void 0);(0,da.customElement)("ft-size-watcher")(Xe);var pl=u(w());var Mn=globalThis,Mr=Mn.trustedTypes,pa=Mr?Mr.createPolicy("lit-html",{createHTML:o=>o}):void 0,ga="$lit$",qt=`lit$${Math.random().toFixed(9).slice(2)}$`,ba="?"+qt,Td=`<${ba}>`,vo=document,Wr=()=>vo.createComment(""),sr=o=>o===null||typeof o!="object"&&typeof o!="function",Wn=Array.isArray,zd=o=>Wn(o)||typeof o?.[Symbol.iterator]=="function",In=`[
25
+ \f\r]`,lr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,fa=/-->/g,ua=/>/g,bo=RegExp(`>|${In}(?:([^\\s"'>=/]+)(${In}*=${In}*(?:[^
26
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ha=/'/g,ya=/"/g,xa=/^(?:script|style|textarea|title)$/i,Hn=o=>(e,...r)=>({_$litType$:o,strings:e,values:r}),va=Hn(1),Sa=Hn(2),Oa=Hn(3),cr=Symbol.for("lit-noChange"),Ce=Symbol.for("lit-nothing"),ma=new WeakMap,xo=vo.createTreeWalker(vo,129);function Ca(o,e){if(!Wn(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return pa!==void 0?pa.createHTML(e):e}var Md=(o,e)=>{let r=o.length-1,n=[],i,a=e===2?"<svg>":e===3?"<math>":"",s=lr;for(let c=0;c<r;c++){let p=o[c],f,y,m=-1,g=0;for(;g<p.length&&(s.lastIndex=g,y=s.exec(p),y!==null);)g=s.lastIndex,s===lr?y[1]==="!--"?s=fa:y[1]!==void 0?s=ua:y[2]!==void 0?(xa.test(y[2])&&(i=RegExp("</"+y[2],"g")),s=bo):y[3]!==void 0&&(s=bo):s===bo?y[0]===">"?(s=i??lr,m=-1):y[1]===void 0?m=-2:(m=s.lastIndex-y[2].length,f=y[1],s=y[3]===void 0?bo:y[3]==='"'?ya:ha):s===ya||s===ha?s=bo:s===fa||s===ua?s=lr:(s=bo,i=void 0);let x=s===bo&&o[c+1].startsWith("/>")?" ":"";a+=s===lr?p+Td:m>=0?(n.push(f),p.slice(0,m)+ga+p.slice(m)+qt+x):p+qt+(m===-2?c:x)}return[Ca(o,a+(o[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]},dr=class o{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,c=e.length-1,p=this.parts,[f,y]=Md(e,r);if(this.el=o.createElement(f,n),xo.currentNode=this.el.content,r===2||r===3){let m=this.el.content.firstChild;m.replaceWith(...m.childNodes)}for(;(i=xo.nextNode())!==null&&p.length<c;){if(i.nodeType===1){if(i.hasAttributes())for(let m of i.getAttributeNames())if(m.endsWith(ga)){let g=y[s++],x=i.getAttribute(m).split(qt),b=/([.?@])?(.*)/.exec(g);p.push({type:1,index:a,name:b[2],strings:x,ctor:b[1]==="."?_n:b[1]==="?"?Fn:b[1]==="@"?Tn:Fo}),i.removeAttribute(m)}else m.startsWith(qt)&&(p.push({type:6,index:a}),i.removeAttribute(m));if(xa.test(i.tagName)){let m=i.textContent.split(qt),g=m.length-1;if(g>0){i.textContent=Mr?Mr.emptyScript:"";for(let x=0;x<g;x++)i.append(m[x],Wr()),xo.nextNode(),p.push({type:2,index:++a});i.append(m[g],Wr())}}}else if(i.nodeType===8)if(i.data===ba)p.push({type:2,index:a});else{let m=-1;for(;(m=i.data.indexOf(qt,m+1))!==-1;)p.push({type:7,index:a}),m+=qt.length-1}a++}}static createElement(e,r){let n=vo.createElement("template");return n.innerHTML=e,n}};function _o(o,e,r=o,n){if(e===cr)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=sr(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(o),i._$AT(o,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(e=_o(o,i._$AS(o,e.values),i,n)),e}var Dn=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:n}=this._$AD,i=(e?.creationScope??vo).importNode(r,!0);xo.currentNode=i;let a=xo.nextNode(),s=0,c=0,p=n[0];for(;p!==void 0;){if(s===p.index){let f;p.type===2?f=new Hr(a,a.nextSibling,this,e):p.type===1?f=new p.ctor(a,p.name,p.strings,this,e):p.type===6&&(f=new zn(a,this,e)),this._$AV.push(f),p=n[++c]}s!==p?.index&&(a=xo.nextNode(),s++)}return xo.currentNode=vo,i}p(e){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}},Hr=class o{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,n,i){this.type=2,this._$AH=Ce,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=_o(this,e,r),sr(e)?e===Ce||e==null||e===""?(this._$AH!==Ce&&this._$AR(),this._$AH=Ce):e!==this._$AH&&e!==cr&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):zd(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==Ce&&sr(this._$AH)?this._$AA.nextSibling.data=e:this.T(vo.createTextNode(e)),this._$AH=e}$(e){let{values:r,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=dr.createElement(Ca(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new Dn(i,this),s=a.u(this.options);a.p(r),this.T(s),this._$AH=a}}_$AC(e){let r=ma.get(e.strings);return r===void 0&&ma.set(e.strings,r=new dr(e)),r}k(e){Wn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of e)i===r.length?r.push(n=new o(this.O(Wr()),this.O(Wr()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Fo=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,n,i,a){this.type=1,this._$AH=Ce,this._$AN=void 0,this.element=e,this.name=r,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=Ce}_$AI(e,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=_o(this,e,r,0),s=!sr(e)||e!==this._$AH&&e!==cr,s&&(this._$AH=e);else{let c=e,p,f;for(e=a[0],p=0;p<a.length-1;p++)f=_o(this,c[n+p],r,p),f===cr&&(f=this._$AH[p]),s||=!sr(f)||f!==this._$AH[p],f===Ce?e=Ce:e!==Ce&&(e+=(f??"")+a[p+1]),this._$AH[p]=f}s&&!i&&this.j(e)}j(e){e===Ce?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},_n=class extends Fo{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Ce?void 0:e}},Fn=class extends Fo{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Ce)}},Tn=class extends Fo{constructor(e,r,n,i,a){super(e,r,n,i,a),this.type=5}_$AI(e,r=this){if((e=_o(this,e,r,0)??Ce)===cr)return;let n=this._$AH,i=e===Ce&&n!==Ce||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==Ce&&(n===Ce||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},zn=class{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){_o(this,e)}};var Wd=Mn.litHtmlPolyfillSupport;Wd?.(dr,Hr),(Mn.litHtmlVersions??=[]).push("3.3.0");var Ea=Symbol.for(""),Hd=o=>{if(o?.r===Ea)return o?._$litStatic$},Un=o=>({_$litStatic$:o,r:Ea});var wa=new Map,Vn=o=>(e,...r)=>{let n=r.length,i,a,s=[],c=[],p,f=0,y=!1;for(;f<n;){for(p=e[f];f<n&&(a=r[f],(i=Hd(a))!==void 0);)p+=i+e[++f],y=!0;f!==n&&c.push(a),s.push(p),f++}if(f===n&&s.push(e[n]),y){let m=s.join("$$lit$$");(e=wa.get(m))===void 0&&(s.raw=s,wa.set(m,e=s)),r=c}return o(e,...r)},Gn=Vn(va),Sf=Vn(Sa),Of=Vn(Oa);var jn=u(Y()),dl=u(w());var st;(function(o){o.title="title",o.title_dense="title-dense",o.subtitle1="subtitle1",o.subtitle2="subtitle2",o.body1="body1",o.body2="body2",o.caption="caption",o.breadcrumb="breadcrumb",o.overline="overline",o.button="button",o.display="display",o.title1="title-1",o.title2="title-2",o.title3="title-3",o.body1regular="body-1-regular",o.body1medium="body-1-medium",o.body1semibold="body-1-semibold",o.body2regular="body-2-regular",o.body2medium="body-2-medium",o.body2semibold="body-2-semibold",o.label1medium="label-1-medium",o.label1semibold="label-1-semibold",o.label1bold="label-1-bold",o.label2medium="label-2-medium",o.label2semibold="label-2-semibold",o.label2bold="label-2-bold",o.caption1medium="caption-1-medium",o.caption1semibold="caption-1-semibold",o.caption1bold="caption-1-bold",o.caption2medium="caption-2-medium",o.caption2semibold="caption-2-semibold",o.caption2bold="caption-2-bold"})(st||(st={}));var ct=u(L()),E=u(w());var _t=u(L(),1),Yt=o=>typeof o=="string"?(0,_t.unsafeCSS)(o):o,t=class{static create(e,r,n,i){let a=c=>Yt(c??i),s=_t.css`var(${Yt(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>_t.css`var(${Yt(e)}, ${a(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(e,r,n,i){let a=c=>n.get(c??i),s=_t.css`var(${Yt(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>_t.css`var(${Yt(e)}, ${a(c)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(e,r){let n=a=>e.fallbackVariable?e.fallbackVariable.get(a??e.defaultValue):Yt(a??e.lastResortDefaultValue()),i=_t.css`var(${Yt(e.name)}, ${n(e.defaultValue)})`;return i.name=e.name,i.category=e.category,i.fallbackVariable=e.fallbackVariable,i.defaultValue=e.defaultValue,i.context=r,i.defaultCssValue=n,i.get=a=>_t.css`var(${Yt(e.name)}, ${n(a)})`,i.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>e.lastResortDefaultValue(),i}};var l={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},$a={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},ka={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Ra={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},La={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Na={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Aa={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Pa={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Ba={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Ia={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ud={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Da={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},_a={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Fa={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Ta={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},za={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Ma={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Wa={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Ha={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ua={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Va={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ga={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},ja={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Za={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Ka={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},qa={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Ya={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Ur={display:$a,"title-1":ka,"title-2":Ra,"title-3":La,"body-1-regular":Na,"body-1-medium":Aa,"body-1-semibold":Pa,"body-2-regular":Ba,"body-2-medium":Ia,"body-2-medium-underline":Ud,"body-2-semibold":Da,"label-1-medium":_a,"label-1-semibold":Fa,"label-1-bold":Ta,"label-2-medium":za,"label-2-semibold":Ma,"label-2-bold":Wa,"caption-1-medium":Ha,"caption-1-semibold":Ua,"caption-1-bold":Va,"caption-2-medium":Ga,"caption-2-semibold":ja,"caption-2-bold":Za,"caption-3-medium":Ka,"caption-3-semibold":qa,"caption-3-bold":Ya};var d={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",l.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",l.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",l.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",l.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",l.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",l.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",l.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",l.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",l.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",l.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",l.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",l.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",l.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",l.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",l.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",l.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",l.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",l.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
27
+ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",l.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",l.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",l.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",l.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",l.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",l.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",l.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",l.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",l.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",l.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",l.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",l.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",l.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",l.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",l.colorGray80),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",l.colorGray200)};var h={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",l.spacing4),largeGap:t.extend("--ft-button-large-gap","",l.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",l.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",l.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",l.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",l.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",l.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",l.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",l.spacing2),smallGap:t.extend("--ft-button-small-gap","",l.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",l.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",l.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",l.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",l.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",d.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",d.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",d.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",d.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",l.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",l.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",l.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",l.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",d.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",d.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",d.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",d.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",l.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",l.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",l.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",l.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",d.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",d.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",d.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",l.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",l.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",l.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",l.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",d.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",d.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",d.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",l.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",l.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",l.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",l.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",d.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",d.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",d.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",l.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",l.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",l.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",l.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",d.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",d.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",d.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",l.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",l.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",l.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",l.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",d.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",d.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",d.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",l.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",l.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",l.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",l.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",d.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",d.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",d.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",l.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",l.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",l.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",l.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",d.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",l.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",l.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",l.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",l.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",d.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",d.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",d.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",d.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",l.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",l.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",l.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",l.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",d.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",d.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",d.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",d.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",l.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",l.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",l.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",l.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",d.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",d.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",d.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",d.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",l.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",l.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",l.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",l.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",d.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",d.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",d.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",d.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",l.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",l.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",l.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",l.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",d.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",d.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",d.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",d.contentErrorPrimary)};var Mf={iconSize:t.extend("--ft-checkbox-icon-size","",l.iconSize2),boxSize:t.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ft-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ft-checkbox-color","",d.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",d.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",d.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",d.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",l.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",l.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",l.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",l.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",l.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",l.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",l.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",l.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",l.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",l.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ft-checkbox-horizontal-gap","",l.spacing3),leftPadding:t.extend("--ft-checkbox-left-padding","",l.spacing2)};var Gf={headerRowBorderWidth:t.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ft-table-header-row-background-color","",d.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ft-table-header-row-border-color","",d.borderGlobalPrimary),headerRowColor:t.extend("--ft-table-header-row-color","",d.contentGlobalPrimary),dataRowBorderWidth:t.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ft-table-data-row-background-color","",d.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ft-table-data-row-border-color","",d.borderGlobalSubtle),dataRowColor:t.extend("--ft-table-data-row-color","",d.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ft-table-data-row-default-hover-background-color","",l.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",l.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-default-background-color","",l.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ft-table-data-row-selectable-selected-default-border-color","",l.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-hover-background-color","",l.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ft-table-data-row-selectable-selected-hover-border-color","",l.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ft-table-data-row-selectable-selected-color","",d.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ft-table-data-row-clickable-hover-background-color","",l.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ft-table-data-row-clickable-focus-border-color","",d.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ft-table-data-row-clickable-focus-background-color","",l.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ft-table-data-row-clickable-active-background-color","",l.colorGray40),headerCellHorizontalGap:t.extend("--ft-table-header-cell-horizontal-gap","",l.spacing1),headerCellVerticalPadding:t.extend("--ft-table-header-cell-vertical-padding","",l.spacing2),headerCellHorizontalPadding:t.extend("--ft-table-header-cell-horizontal-padding","",l.spacing3),dataCellVerticalPadding:t.extend("--ft-table-data-cell-vertical-padding","",l.spacing2),dataCellHorizontalPadding:t.extend("--ft-table-data-cell-horizontal-padding","",l.spacing3),dataCellVerticalGap:t.extend("--ft-table-data-cell-vertical-gap","",l.spacing1)};var Yf={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",l.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",l.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",d.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",l.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",d.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",d.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",d.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",d.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",l.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",l.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",l.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",d.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",l.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",d.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",d.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",d.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",d.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",d.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",l.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",l.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",l.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",l.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",l.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",l.iconSize2)};var V={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",l.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",l.spacing1),largeGap:t.extend("--ft-chip-large-gap","",l.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",l.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",l.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",l.spacing05),mediumGap:t.extend("--ft-chip-medium-gap","",l.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",l.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",l.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-padding","",l.spacing05),smallGap:t.extend("--ft-chip-small-gap","",l.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",l.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",d.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",d.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",d.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",d.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",d.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",d.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",d.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",d.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",d.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",d.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",d.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",d.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",d.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",d.borderErrorSubtle)};var iu={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",l.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",d.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",d.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",d.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",d.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",d.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",l.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",d.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",d.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",d.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",d.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",d.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",d.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",d.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",d.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",d.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",d.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",l.colorBrand100)};var du={iconSize:t.extend("--ft-banner-icon-size","",l.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",l.spacing6),rightPadding:t.extend("--ft-banner-right-padding","",l.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",l.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",l.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",l.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",l.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",l.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",d.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",d.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",d.borderInfoSubtle)};var yu={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",l.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",l.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",l.borderRadiusPill),color:t.extend("--ft-badge-color","",d.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",d.contentActionPrimary)};var vu={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",l.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",d.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",d.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",d.contentGlobalSubtle)};var Eu={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",l.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",l.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",l.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",l.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",d.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",d.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",l.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",l.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",l.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",l.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",l.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",l.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",l.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",l.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",l.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",l.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",l.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",l.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",l.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",l.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",l.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",l.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",l.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",d.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var Nu={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",l.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",l.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",l.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",l.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",d.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",l.spacing4)};var Iu={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",l.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",l.spacing6)};var zu={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",l.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",l.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",l.spacing6),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",l.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",l.opacity40),shadow:t.extend("--ft-modal-shadow","",l.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",l.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",l.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",l.spacing6),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",d.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",d.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",d.contentGlobalPrimary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",l.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",l.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",l.spacing6),headerGap:t.extend("--ft-modal-header-gap","",l.spacing2),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",l.borderRadiusM)};var Vu={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",l.opacity40),shadow:t.extend("--ft-drawer-shadow","",l.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",l.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",l.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",l.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",d.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",d.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",d.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",l.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",l.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",d.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",d.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",d.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",l.spacing6),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",l.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",l.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",l.colorGray700)};var qu={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",l.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",l.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",l.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",l.opacity40),offColor:t.extend("--ft-tabs-off-color","",d.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",d.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",d.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",l.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",l.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",l.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",l.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",l.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",l.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",l.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",l.opacity24),onColor:t.extend("--ft-tabs-on-color","",d.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",d.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",d.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",l.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",l.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",l.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",l.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",d.borderActionFocusRing)};var eh={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",l.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",l.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",l.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",l.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",l.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",l.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",l.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",d.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",d.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",d.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",d.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",l.opacity40)};var ih={backgroundColor:t.extend("--ft-text-area-background-color","",l.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",d.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",d.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",d.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",l.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",l.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",l.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",l.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",l.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",l.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",l.borderRadiusM)};var dh={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",l.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",d.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",d.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",d.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",d.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",l.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",l.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",l.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",l.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",l.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",d.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",l.shadowElevation02)};var yh={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",l.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",l.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",l.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",l.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",l.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",l.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",l.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",l.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",l.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",d.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",d.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",d.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",d.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",d.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",l.opacity40)};var vh={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",l.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",d.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",d.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",d.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",d.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",d.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",l.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",l.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",l.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",l.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",l.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",l.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",l.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",l.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",l.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",l.borderRadiusM)};var Eh={backgroundColor:t.extend("--ft-popover-background-color","",d.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",l.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",l.spacing6),titleColor:t.extend("--ft-popover-title-color","",d.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",d.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",d.contentActionPrimary),gap:t.extend("--ft-popover-gap","",l.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",l.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",l.shadowElevation02),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px")};var Nh={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",l.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",l.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",d.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",l.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",l.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",l.spacing3),color:t.extend("--ft-collapsible-color","",d.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",d.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",d.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",d.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",l.iconSize3)};var Dh={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",l.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",l.spacing1),groupGap:t.extend("--ft-switch-group-gap","",l.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",d.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",d.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",l.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",l.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",l.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",l.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",l.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",l.opacity40),offColor:t.extend("--ft-switch-off-color","",d.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",l.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",l.opacity40),onColor:t.extend("--ft-switch-on-color","",d.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",d.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",l.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",l.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",d.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",l.borderRadiusS)};var zh={color1Light:t.extend("--ft-chart-1-light","for area color charts",l.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",l.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",l.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",l.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",l.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",l.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",l.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",l.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",l.colorRed40),color5Base:t.extend("--ft-chart-5-base","",l.colorRed60),color6Light:t.extend("--ft-chart-6-light","",l.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",l.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",l.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",l.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",l.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",l.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",l.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",l.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",l.colorGray50),color10Base:t.extend("--ft-chart-10-base","",l.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",l.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",l.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",l.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",l.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",l.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",l.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",l.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",l.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",l.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",l.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",l.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",l.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",l.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",l.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",l.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",l.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",l.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",l.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",l.colorCyan200)};var Uh={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",l.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",l.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",l.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",l.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",l.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",l.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",l.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",l.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",l.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",l.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",l.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",l.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",l.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",l.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",l.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",l.colorBrown0)};var Kh={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",l.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",l.spacing2),borderRadius:t.extend("--ft-notice-border-radius","",l.borderRadiusS),gap:t.extend("--ft-notice-gap","",l.spacing2),iconSize:t.extend("--ft-notice-icon-size","",l.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",d.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",d.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",d.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",d.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",d.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",d.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",d.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",d.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",d.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",d.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",d.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",d.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",d.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",d.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",d.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",d.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",l.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",l.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var Qh={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",l.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",l.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",l.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",l.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",d.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",d.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",l.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",l.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",l.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",d.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",d.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",d.contentActionPrimary),color:t.extend("--ft-toggle-color","",d.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",d.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",l.spacing3)};var ny={color:t.extend("--ft-radio-color","",d.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",d.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",d.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",l.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",l.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",l.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",l.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",d.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",d.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",l.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",l.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",l.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",l.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",l.spacing3)};var cy={iconSize:t.extend("--ft-notification-icon-size","",l.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",l.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",l.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",l.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",d.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",d.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",d.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",d.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",d.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",d.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",d.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",d.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",d.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",d.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",l.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",l.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",l.spacing8)};var hy={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",l.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",l.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",l.borderRadiusS),color:t.extend("--ft-tooltip-color","",d.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",d.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",l.opacity80),shadow:t.extend("--ft-tooltip-shadow","",l.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",l.spacing05)};var xy={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",l.spacing4),gap:t.extend("--ft-reorderable-list-gap","",l.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",l.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",l.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",d.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",l.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",l.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",l.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",d.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",l.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",d.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",l.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",d.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",d.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",d.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",l.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",l.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",l.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",l.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",l.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",d.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",d.backgroundGlobalOnSurfaceDark)};var Vr;(function(o){o.brand="brand",o.neutral="neutral",o.info="info",o.success="success",o.warning="warning",o.error="error"})(Vr||(Vr={}));var De;(function(o){o.large="large",o.medium="medium",o.small="small"})(De||(De={}));var Gr=u(L());function Xa(o){let e=Ur[o];return Gr.css`
28
+ .ft-typography--${(0,Gr.unsafeCSS)(o)} {
29
29
  font-family: ${e.fontFamily};
30
30
  font-size: ${e.fontSize};
31
31
  font-weight: ${e.fontWeight};
@@ -33,17 +33,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
33
33
  line-height: ${e.lineHeight};
34
34
  text-transform: ${e.textCase};
35
35
  }
36
- `}var Ya=E.FtCssVariableFactory.extend("--ft-typography-font-family","",E.designSystemVariables.titleFont),Ft=E.FtCssVariableFactory.extend("--ft-typography-font-family","",E.designSystemVariables.contentFont),$={fontFamily:Ft,fontSize:E.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:E.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:E.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:E.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:E.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Fo={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ya),fontSize:E.FtCssVariableFactory.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit")},To={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ya),fontSize:E.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit")},Mo={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Ft),fontSize:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit")},Wo={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Ft),fontSize:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit")},zt={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Ft),fontSize:E.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit")},be={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Ft),fontSize:E.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit")},ut={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Ft),fontSize:E.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit")},Ho={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Ft),fontSize:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit")},Uo={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Ft),fontSize:E.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase")},Ct={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Ft),fontSize:E.FtCssVariableFactory.extend("--ft-typography-button-font-size","",$.fontSize,"14px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",$.fontWeight,"600"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",$.letterSpacing,"1.246px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-button-line-height","",$.lineHeight,"1.15"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",$.textTransform,"uppercase")},Xa=ct.css`
36
+ `}var Ja=E.FtCssVariableFactory.extend("--ft-typography-font-family","",E.designSystemVariables.titleFont),Tt=E.FtCssVariableFactory.extend("--ft-typography-font-family","",E.designSystemVariables.contentFont),$={fontFamily:Tt,fontSize:E.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:E.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:E.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:E.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:E.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},To={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ja),fontSize:E.FtCssVariableFactory.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit")},zo={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ja),fontSize:E.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit")},Mo={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Tt),fontSize:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit")},Wo={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Tt),fontSize:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit")},Ft={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Tt),fontSize:E.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit")},be={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Tt),fontSize:E.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit")},ht={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Tt),fontSize:E.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit")},Ho={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Tt),fontSize:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit")},Uo={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Tt),fontSize:E.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase")},Ct={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Tt),fontSize:E.FtCssVariableFactory.extend("--ft-typography-button-font-size","",$.fontSize,"14px"),fontWeight:E.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",$.fontWeight,"600"),letterSpacing:E.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",$.letterSpacing,"1.246px"),lineHeight:E.FtCssVariableFactory.extend("--ft-typography-button-line-height","",$.lineHeight,"1.15"),textTransform:E.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",$.textTransform,"uppercase")},Qa=ct.css`
37
37
  .ft-typography--title {
38
- font-family: ${Fo.fontFamily};
39
- font-size: ${Fo.fontSize};
40
- font-weight: ${Fo.fontWeight};
41
- letter-spacing: ${Fo.letterSpacing};
42
- line-height: ${Fo.lineHeight};
43
- text-transform: ${Fo.textTransform};
44
- }
45
- `,Ja=ct.css`
46
- .ft-typography--title-dense {
47
38
  font-family: ${To.fontFamily};
48
39
  font-size: ${To.fontSize};
49
40
  font-weight: ${To.fontWeight};
@@ -51,7 +42,16 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
51
42
  line-height: ${To.lineHeight};
52
43
  text-transform: ${To.textTransform};
53
44
  }
54
- `,Qa=ct.css`
45
+ `,el=ct.css`
46
+ .ft-typography--title-dense {
47
+ font-family: ${zo.fontFamily};
48
+ font-size: ${zo.fontSize};
49
+ font-weight: ${zo.fontWeight};
50
+ letter-spacing: ${zo.letterSpacing};
51
+ line-height: ${zo.lineHeight};
52
+ text-transform: ${zo.textTransform};
53
+ }
54
+ `,tl=ct.css`
55
55
  .ft-typography--subtitle1 {
56
56
  font-family: ${Mo.fontFamily};
57
57
  font-size: ${Mo.fontSize};
@@ -60,7 +60,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
60
60
  line-height: ${Mo.lineHeight};
61
61
  text-transform: ${Mo.textTransform};
62
62
  }
63
- `,el=ct.css`
63
+ `,ol=ct.css`
64
64
  .ft-typography--subtitle2 {
65
65
  font-family: ${Wo.fontFamily};
66
66
  font-size: ${Wo.fontSize};
@@ -70,14 +70,14 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
70
70
  text-transform: ${Wo.textTransform};
71
71
  }
72
72
 
73
- `,tl=ct.css`
73
+ `,rl=ct.css`
74
74
  .ft-typography--body1 {
75
- font-family: ${zt.fontFamily};
76
- font-size: ${zt.fontSize};
77
- font-weight: ${zt.fontWeight};
78
- letter-spacing: ${zt.letterSpacing};
79
- line-height: ${zt.lineHeight};
80
- text-transform: ${zt.textTransform};
75
+ font-family: ${Ft.fontFamily};
76
+ font-size: ${Ft.fontSize};
77
+ font-weight: ${Ft.fontWeight};
78
+ letter-spacing: ${Ft.letterSpacing};
79
+ line-height: ${Ft.lineHeight};
80
+ text-transform: ${Ft.textTransform};
81
81
  }
82
82
  `,Vo=ct.css`
83
83
  .ft-typography--body2 {
@@ -90,14 +90,14 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
90
90
  }
91
91
  `,Xt=ct.css`
92
92
  .ft-typography--caption {
93
- font-family: ${ut.fontFamily};
94
- font-size: ${ut.fontSize};
95
- font-weight: ${ut.fontWeight};
96
- letter-spacing: ${ut.letterSpacing};
97
- line-height: ${ut.lineHeight};
98
- text-transform: ${ut.textTransform};
93
+ font-family: ${ht.fontFamily};
94
+ font-size: ${ht.fontSize};
95
+ font-weight: ${ht.fontWeight};
96
+ letter-spacing: ${ht.letterSpacing};
97
+ line-height: ${ht.lineHeight};
98
+ text-transform: ${ht.textTransform};
99
99
  }
100
- `,ol=ct.css`
100
+ `,nl=ct.css`
101
101
  .ft-typography--breadcrumb {
102
102
  font-family: ${Ho.fontFamily};
103
103
  font-size: ${Ho.fontSize};
@@ -106,7 +106,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
106
106
  line-height: ${Ho.lineHeight};
107
107
  text-transform: ${Ho.textTransform};
108
108
  }
109
- `,rl=ct.css`
109
+ `,il=ct.css`
110
110
  .ft-typography--overline {
111
111
  font-family: ${Uo.fontFamily};
112
112
  font-size: ${Uo.fontSize};
@@ -115,7 +115,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
115
115
  line-height: ${Uo.lineHeight};
116
116
  text-transform: ${Uo.textTransform};
117
117
  }
118
- `,nl=ct.css`
118
+ `,al=ct.css`
119
119
  .ft-typography--button {
120
120
  font-family: ${Ct.fontFamily};
121
121
  font-size: ${Ct.fontSize};
@@ -124,19 +124,19 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
124
124
  line-height: ${Ct.lineHeight};
125
125
  text-transform: ${Ct.textTransform};
126
126
  }
127
- `,il=ct.css`
127
+ `,ll=ct.css`
128
128
  .ft-typography {
129
129
  vertical-align: inherit;
130
130
  }
131
- `,al=[Object.keys(Hr).map(o=>qa(o))];var ll=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},q=class extends sl.FtLitElement{constructor(){super(...arguments),this.variant=st.body1}render(){return this.element?Vn`
132
- <${Hn(this.element)}
131
+ `,sl=[Object.keys(Ur).map(o=>Xa(o))];var cl=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},q=class extends dl.FtLitElement{constructor(){super(...arguments),this.variant=st.body1}render(){return this.element?Gn`
132
+ <${Un(this.element)}
133
133
  part="text"
134
134
  class="ft-typography ft-typography--${this.variant}">
135
135
  <slot></slot>
136
- </${Hn(this.element)}>
137
- `:Vn`
136
+ </${Un(this.element)}>
137
+ `:Gn`
138
138
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
139
- `}};q.styles=[Xa,Ja,Qa,el,tl,Vo,Xt,ol,rl,nl,il,...al];ll([(0,Gn.property)()],q.prototype,"element",void 0);ll([(0,Gn.property)()],q.prototype,"variant",void 0);(0,cl.customElement)("ft-typography")(q);var jn=u(w());function Gr(o){return o.startsWith('"')&&o.endsWith('"')?o.replace(/(^"+)|("+$)/g,""):o}function dl(o){return Gr(o).split("|").pop()}function pl(o){return Gr(o).split("|").join(" > ")}function fl(o,e){return{label:o.label,selected:!e&&o.selected,subOptions:o.childNodes.map(r=>fl(r,o.selected)),value:o.value}}function ul(o){return(0,jn.flatDeep)(o.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]}).filter(e=>e.selected).map(e=>e.label)}function Kn(o){return{id:o.key,label:o.label,multivalued:o.multiSelectionable,options:o.rootNodes.map(e=>fl(e,!1))}}function hl(o){return(0,jn.flatDeep)(o.rootNodes,e=>e.selected?[]:e.childNodes).filter(e=>e.selected).map(e=>e.value)}var fi=u(w());var Co=u(L()),J=u(Y()),ze=u(w());var Qe=u(L()),we=u(Y()),Fs=u(ho()),on=u(w());var si=u(w());var xr=u(Y()),bs=u(w());var Rl=u(L()),z=u(w());var vl=u(L()),me=u(w()),yl=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorContent),O={color:yl,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",yl),opacityContentOnSurfacePressed:me.FtCssVariableFactory.external(me.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:me.FtCssVariableFactory.external(me.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:me.FtCssVariableFactory.external(me.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:me.FtCssVariableFactory.external(me.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:me.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},ml=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorPrimary),gl={color:ml,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",ml)},bl=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorSecondary),xl={color:bl,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",bl)},Sl=vl.css`
139
+ `}};q.styles=[Qa,el,tl,ol,rl,Vo,Xt,nl,il,al,ll,...sl];cl([(0,jn.property)()],q.prototype,"element",void 0);cl([(0,jn.property)()],q.prototype,"variant",void 0);(0,pl.customElement)("ft-typography")(q);var Zn=u(w());function jr(o){return o.startsWith('"')&&o.endsWith('"')?o.replace(/(^"+)|("+$)/g,""):o}function fl(o){return jr(o).split("|").pop()}function ul(o){return jr(o).split("|").join(" > ")}function hl(o,e){return{label:o.label,selected:!e&&o.selected,subOptions:o.childNodes.map(r=>hl(r,o.selected)),value:o.value}}function yl(o){return(0,Zn.flatDeep)(o.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]}).filter(e=>e.selected).map(e=>e.label)}function Kn(o){return{id:o.key,label:o.label,multivalued:o.multiSelectionable,options:o.rootNodes.map(e=>hl(e,!1))}}function ml(o){return(0,Zn.flatDeep)(o.rootNodes,e=>e.selected?[]:e.childNodes).filter(e=>e.selected).map(e=>e.value)}var ui=u(w());var Eo=u(L()),J=u(Y()),Ne=u(w());var et=u(L()),we=u(Y()),Ms=u(mo()),rn=u(w());var ci=u(w());var vr=u(Y()),vs=u(w());var Nl=u(L()),F=u(w());var Ol=u(L()),me=u(w()),gl=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorContent),O={color:gl,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",gl),opacityContentOnSurfacePressed:me.FtCssVariableFactory.external(me.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:me.FtCssVariableFactory.external(me.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:me.FtCssVariableFactory.external(me.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:me.FtCssVariableFactory.external(me.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:me.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},bl=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorPrimary),xl={color:bl,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",bl)},vl=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorSecondary),Sl={color:vl,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",vl)},Cl=Ol.css`
140
140
  :host {
141
141
  display: contents;
142
142
  }
@@ -191,19 +191,19 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
191
191
  }
192
192
 
193
193
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
194
- background-color: ${xl.backgroundColor};
194
+ background-color: ${Sl.backgroundColor};
195
195
  }
196
196
 
197
197
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
198
- background-color: ${xl.color};
198
+ background-color: ${Sl.color};
199
199
  }
200
200
 
201
201
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
202
- background-color: ${gl.backgroundColor};
202
+ background-color: ${xl.backgroundColor};
203
203
  }
204
204
 
205
205
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
206
- background-color: ${gl.color};
206
+ background-color: ${xl.color};
207
207
  }
208
208
 
209
209
  .ft-ripple .ft-ripple--background {
@@ -248,7 +248,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
248
248
  opacity: ${O.opacityContentOnSurfacePressed};
249
249
  transform: translate(-50%, -50%) scale(1);
250
250
  }
251
- `;var Ol=u(L()),dr=u(w()),ae={color:dr.FtCssVariableFactory.extend("--ft-loader-color","",dr.designSystemVariables.colorPrimary),size:dr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Cl=Ol.css`
251
+ `;var wl=u(L()),pr=u(w()),ae={color:pr.FtCssVariableFactory.extend("--ft-loader-color","",pr.designSystemVariables.colorPrimary),size:pr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},El=wl.css`
252
252
  :host {
253
253
  line-height: 0;
254
254
  }
@@ -317,7 +317,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
317
317
  transform: translate(calc(0.35 * ${ae.size}), 0);
318
318
  }
319
319
  }
320
- `;var wl=u(L()),ht=u(w()),pe={size:ht.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ht.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ht.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ht.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ht.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ht.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ht.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ht.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},El=[wl.css`
320
+ `;var $l=u(L()),yt=u(w()),pe={size:yt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:yt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",yt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:yt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",yt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:yt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",yt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:yt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},kl=[$l.css`
321
321
  :host, i.ft-icon {
322
322
  display: inline-flex;
323
323
  align-items: center;
@@ -365,7 +365,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
365
365
  .ft-icon--material {
366
366
  font-family: ${pe.materialFontFamily}, "Material Icons", sans-serif;
367
367
  }
368
- `,ht.noTextSelect];var $l=z.FtCssVariableFactory.extend("--ft-button-color","",z.designSystemVariables.colorPrimary),W={backgroundColor:z.FtCssVariableFactory.extend("--ft-button-background-color","",z.designSystemVariables.colorSurface),borderRadius:z.FtCssVariableFactory.extend("--ft-button-border-radius","",z.designSystemVariables.borderRadiusL),color:$l,fontSize:z.FtCssVariableFactory.extend("--ft-button-font-size","",Ct.fontSize),iconSize:z.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:z.FtCssVariableFactory.extend("--ft-button-ripple-color","",$l),verticalPadding:z.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:z.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:z.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:z.FtCssVariableFactory.external(z.designSystemVariables.colorOpacityDisabled,"Design system")},kl=z.FtCssVariableFactory.extend("--ft-button-primary-color","",z.FtCssVariableFactory.extend("--ft-button-color","",z.designSystemVariables.colorOnPrimary)),Zn={backgroundColor:z.FtCssVariableFactory.extend("--ft-button-primary-background-color","",z.FtCssVariableFactory.extend("--ft-button-background-color","",z.designSystemVariables.colorPrimary)),color:kl,rippleColor:z.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",kl)},wt={borderRadius:z.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",z.FtCssVariableFactory.extend("--ft-button-border-radius","",z.designSystemVariables.borderRadiusM)),verticalPadding:z.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:z.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:z.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Ll=[Rl.css`
368
+ `,yt.noTextSelect];var Rl=F.FtCssVariableFactory.extend("--ft-button-color","",F.designSystemVariables.colorPrimary),W={backgroundColor:F.FtCssVariableFactory.extend("--ft-button-background-color","",F.designSystemVariables.colorSurface),borderRadius:F.FtCssVariableFactory.extend("--ft-button-border-radius","",F.designSystemVariables.borderRadiusL),color:Rl,fontSize:F.FtCssVariableFactory.extend("--ft-button-font-size","",Ct.fontSize),iconSize:F.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:F.FtCssVariableFactory.extend("--ft-button-ripple-color","",Rl),verticalPadding:F.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:F.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:F.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:F.FtCssVariableFactory.external(F.designSystemVariables.colorOpacityDisabled,"Design system")},Ll=F.FtCssVariableFactory.extend("--ft-button-primary-color","",F.FtCssVariableFactory.extend("--ft-button-color","",F.designSystemVariables.colorOnPrimary)),qn={backgroundColor:F.FtCssVariableFactory.extend("--ft-button-primary-background-color","",F.FtCssVariableFactory.extend("--ft-button-background-color","",F.designSystemVariables.colorPrimary)),color:Ll,rippleColor:F.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Ll)},wt={borderRadius:F.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",F.FtCssVariableFactory.extend("--ft-button-border-radius","",F.designSystemVariables.borderRadiusM)),verticalPadding:F.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:F.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:F.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Al=[Nl.css`
369
369
  :host {
370
370
  display: inline-block;
371
371
  max-width: 100%;
@@ -408,8 +408,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
408
408
 
409
409
  --ft-button-internal-line-height: max(calc(${W.fontSize} + 2px), ${W.iconSize});
410
410
  --ft-button-internal-color: ${W.color};
411
- ${(0,z.setVariable)(pe.size,W.iconSize)};
412
- ${(0,z.setVariable)(O.color,W.rippleColor)};
411
+ ${(0,F.setVariable)(pe.size,W.iconSize)};
412
+ ${(0,F.setVariable)(O.color,W.rippleColor)};
413
413
 
414
414
  border-radius: ${W.borderRadius};
415
415
  padding: ${W.verticalPadding} ${W.horizontalPadding};
@@ -451,9 +451,9 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
451
451
  }
452
452
 
453
453
  .ft-button.ft-button--primary {
454
- background-color: ${Zn.backgroundColor};
455
- --ft-button-internal-color: ${Zn.color};
456
- ${(0,z.setVariable)(O.color,Zn.rippleColor)};
454
+ background-color: ${qn.backgroundColor};
455
+ --ft-button-internal-color: ${qn.color};
456
+ ${(0,F.setVariable)(O.color,qn.rippleColor)};
457
457
  }
458
458
 
459
459
  .ft-button:focus {
@@ -467,8 +467,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
467
467
  text-overflow: ellipsis;
468
468
  display: block;
469
469
  margin: 0 ${W.iconPadding};
470
- ${(0,z.setVariable)(Ct.fontSize,"1em")};
471
- ${(0,z.setVariable)(Ct.lineHeight,"var(--ft-button-internal-line-height)")};
470
+ ${(0,F.setVariable)(Ct.fontSize,"1em")};
471
+ ${(0,F.setVariable)(Ct.lineHeight,"var(--ft-button-internal-line-height)")};
472
472
  }
473
473
 
474
474
  .ft-button--dense .ft-button--label {
@@ -499,21 +499,21 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
499
499
  }
500
500
 
501
501
  ft-loader {
502
- ${(0,z.setVariable)(ae.size,W.iconSize)};
503
- ${(0,z.setVariable)(ae.color,"var(--ft-button-internal-color)")};
502
+ ${(0,F.setVariable)(ae.size,W.iconSize)};
503
+ ${(0,F.setVariable)(ae.color,"var(--ft-button-internal-color)")};
504
504
  }
505
- `,z.noTextSelect];var oo=u(w());var Bl=u(w());var Al=u(L()),Ee=u(Y()),Pl=u(dt()),pr=u(w());var Me=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},H=class extends pr.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new pr.Debouncer(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new pr.Debouncer(10),this.moveRipple=e=>{var r,n;let{x:i,y:a}=this.getCoordinates(e),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(a!=null?a-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Al.html`
505
+ `,F.noTextSelect];var oo=u(w());var Dl=u(w());var Bl=u(L()),Ee=u(Y()),Il=u(dt()),fr=u(w());var Me=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},H=class extends fr.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new fr.Debouncer(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new fr.Debouncer(10),this.moveRipple=e=>{var r,n;let{x:i,y:a}=this.getCoordinates(e),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(a!=null?a-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Bl.html`
506
506
  <style>
507
507
  .ft-ripple .ft-ripple--effect {
508
508
  left: ${this.originX}px;
509
509
  top: ${this.originY}px;
510
510
  }
511
511
  </style>
512
- <div class="${(0,Pl.classMap)(e)}">
512
+ <div class="${(0,Il.classMap)(e)}">
513
513
  <div class="ft-ripple--background"></div>
514
514
  <div class="ft-ripple--effect"></div>
515
515
  </div>
516
- `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,n;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.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 e,r;let n=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>p=>{c.forEach(f=>window.addEventListener(f,this.endPress,{once:!0})),this.startPress(p)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),a=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",n,s),e.addEventListener("touchstart",i,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",n,s),e.removeEventListener("touchstart",i,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,n=e,i,a;return r.x!=null?{x:i,y:a}=r:n.touches!=null&&(i=n.touches[0].clientX,a=n.touches[0].clientY),{x:i,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};H.elementDefinitions={};H.styles=Sl;Me([(0,Ee.property)({type:Boolean})],H.prototype,"primary",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"secondary",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"unbounded",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"activated",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"selected",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"disabled",void 0);Me([(0,Ee.state)()],H.prototype,"hovered",void 0);Me([(0,Ee.state)()],H.prototype,"focused",void 0);Me([(0,Ee.state)()],H.prototype,"pressed",void 0);Me([(0,Ee.state)()],H.prototype,"rippling",void 0);Me([(0,Ee.state)()],H.prototype,"originX",void 0);Me([(0,Ee.state)()],H.prototype,"originY",void 0);Me([(0,Ee.query)(".ft-ripple")],H.prototype,"ripple",void 0);Me([(0,Ee.query)(".ft-ripple--effect")],H.prototype,"rippleEffect",void 0);(0,Bl.customElement)("ft-ripple")(H);var ss=u(w());var ls=u(L()),xe=u(Y()),mr=u(w());var Il=u(L()),Tt=u(w()),Jt={distance:Tt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Tt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Tt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Tt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Tt.FtCssVariableFactory.external(Tt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Tt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Dl=Il.css`
516
+ `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,n;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.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 e,r;let n=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>p=>{c.forEach(f=>window.addEventListener(f,this.endPress,{once:!0})),this.startPress(p)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),a=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",n,s),e.addEventListener("touchstart",i,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",n,s),e.removeEventListener("touchstart",i,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,n=e,i,a;return r.x!=null?{x:i,y:a}=r:n.touches!=null&&(i=n.touches[0].clientX,a=n.touches[0].clientY),{x:i,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};H.elementDefinitions={};H.styles=Cl;Me([(0,Ee.property)({type:Boolean})],H.prototype,"primary",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"secondary",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"unbounded",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"activated",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"selected",void 0);Me([(0,Ee.property)({type:Boolean})],H.prototype,"disabled",void 0);Me([(0,Ee.state)()],H.prototype,"hovered",void 0);Me([(0,Ee.state)()],H.prototype,"focused",void 0);Me([(0,Ee.state)()],H.prototype,"pressed",void 0);Me([(0,Ee.state)()],H.prototype,"rippling",void 0);Me([(0,Ee.state)()],H.prototype,"originX",void 0);Me([(0,Ee.state)()],H.prototype,"originY",void 0);Me([(0,Ee.query)(".ft-ripple")],H.prototype,"ripple",void 0);Me([(0,Ee.query)(".ft-ripple--effect")],H.prototype,"rippleEffect",void 0);(0,Dl.customElement)("ft-ripple")(H);var ds=u(w());var cs=u(L()),xe=u(Y()),gr=u(w());var _l=u(L()),zt=u(w()),Jt={distance:zt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:zt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:zt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:zt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:zt.FtCssVariableFactory.external(zt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:zt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Fl=_l.css`
517
517
  .ft-tooltip--container {
518
518
  display: block;
519
519
  }
@@ -542,7 +542,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
542
542
  position: relative;
543
543
  word-break: break-word;
544
544
  }
545
- `;var zl=["top","right","bottom","left"],_l=["start","end"],Yn=zl.reduce((o,e)=>o.concat(e,e+"-"+_l[0],e+"-"+_l[1]),[]),Fl=Math.min,Tl=Math.max;var Md={left:"right",right:"left",bottom:"top",top:"bottom"},Wd={start:"end",end:"start"};function Xn(o,e,r){return Tl(o,Fl(e,r))}function jr(o,e){return typeof o=="function"?o(e):o}function Go(o){return o.split("-")[0]}function Qt(o){return o.split("-")[1]}function Jn(o){return o==="x"?"y":"x"}function Qn(o){return o==="y"?"height":"width"}function Kr(o){return["top","bottom"].includes(Go(o))?"y":"x"}function ei(o){return Jn(Kr(o))}function Ml(o,e,r){r===void 0&&(r=!1);let n=Qt(o),i=ei(o),a=Qn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(s=qn(s)),[s,qn(s)]}function Wl(o){return o.replace(/start|end/g,e=>Wd[e])}function qn(o){return o.replace(/left|right|bottom|top/g,e=>Md[e])}function Hd(o){return{top:0,right:0,bottom:0,left:0,...o}}function Hl(o){return typeof o!="number"?Hd(o):{top:o,right:o,bottom:o,left:o}}function xo(o){let{x:e,y:r,width:n,height:i}=o;return{width:n,height:i,top:r,left:e,right:e+n,bottom:r+i,x:e,y:r}}function Ul(o,e,r){let{reference:n,floating:i}=o,a=Kr(e),s=ei(e),c=Qn(s),p=Go(e),f=a==="y",y=n.x+n.width/2-i.width/2,m=n.y+n.height/2-i.height/2,g=n[c]/2-i[c]/2,x;switch(p){case"top":x={x:y,y:n.y-i.height};break;case"bottom":x={x:y,y:n.y+n.height};break;case"right":x={x:n.x+n.width,y:m};break;case"left":x={x:n.x-i.width,y:m};break;default:x={x:n.x,y:n.y}}switch(Qt(e)){case"start":x[s]-=g*(r&&f?-1:1);break;case"end":x[s]+=g*(r&&f?-1:1);break}return x}var Vl=async(o,e,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:s}=r,c=a.filter(Boolean),p=await(s.isRTL==null?void 0:s.isRTL(e)),f=await s.getElementRects({reference:o,floating:e,strategy:i}),{x:y,y:m}=Ul(f,n,p),g=n,x={},b=0;for(let S=0;S<c.length;S++){let{name:N,fn:k}=c[S],{x:R,y:_,data:j,reset:ee}=await k({x:y,y:m,initialPlacement:n,placement:g,strategy:i,middlewareData:x,rects:f,platform:s,elements:{reference:o,floating:e}});y=R??y,m=_??m,x={...x,[N]:{...x[N],...j}},ee&&b<=50&&(b++,typeof ee=="object"&&(ee.placement&&(g=ee.placement),ee.rects&&(f=ee.rects===!0?await s.getElementRects({reference:o,floating:e,strategy:i}):ee.rects),{x:y,y:m}=Ul(f,g,p)),S=-1)}return{x:y,y:m,placement:g,strategy:i,middlewareData:x}};async function ti(o,e){var r;e===void 0&&(e={});let{x:n,y:i,platform:a,rects:s,elements:c,strategy:p}=o,{boundary:f="clippingAncestors",rootBoundary:y="viewport",elementContext:m="floating",altBoundary:g=!1,padding:x=0}=jr(e,o),b=Hl(x),N=c[g?m==="floating"?"reference":"floating":m],k=xo(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(N)))==null||r?N:N.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(c.floating)),boundary:f,rootBoundary:y,strategy:p})),R=m==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,_=await(a.getOffsetParent==null?void 0:a.getOffsetParent(c.floating)),j=await(a.isElement==null?void 0:a.isElement(_))?await(a.getScale==null?void 0:a.getScale(_))||{x:1,y:1}:{x:1,y:1},ee=xo(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:R,offsetParent:_,strategy:p}):R);return{top:(k.top-ee.top+b.top)/j.y,bottom:(ee.bottom-k.bottom+b.bottom)/j.y,left:(k.left-ee.left+b.left)/j.x,right:(ee.right-k.right+b.right)/j.x}}function Ud(o,e,r){return(o?[...r.filter(i=>Qt(i)===o),...r.filter(i=>Qt(i)!==o)]:r.filter(i=>Go(i)===i)).filter(i=>o?Qt(i)===o||(e?Wl(i)!==i:!1):!0)}var oi=function(o){return o===void 0&&(o={}),{name:"autoPlacement",options:o,async fn(e){var r,n,i;let{rects:a,middlewareData:s,placement:c,platform:p,elements:f}=e,{crossAxis:y=!1,alignment:m,allowedPlacements:g=Yn,autoAlignment:x=!0,...b}=jr(o,e),S=m!==void 0||g===Yn?Ud(m||null,x,g):g,N=await ti(e,b),k=((r=s.autoPlacement)==null?void 0:r.index)||0,R=S[k];if(R==null)return{};let _=Ml(R,a,await(p.isRTL==null?void 0:p.isRTL(f.floating)));if(c!==R)return{reset:{placement:S[0]}};let j=[N[Go(R)],N[_[0]],N[_[1]]],ee=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:R,overflows:j}],it=S[k+1];if(it)return{data:{index:k+1,overflows:ee},reset:{placement:it}};let Kt=ee.map(Ze=>{let at=Qt(Ze.placement);return[Ze.placement,at&&y?Ze.overflows.slice(0,2).reduce((qe,uo)=>qe+uo,0):Ze.overflows[0],Ze.overflows]}).sort((Ze,at)=>Ze[1]-at[1]),Zt=((i=Kt.filter(Ze=>Ze[2].slice(0,Qt(Ze[0])?2:3).every(at=>at<=0))[0])==null?void 0:i[0])||Kt[0][0];return Zt!==c?{data:{index:k+1,overflows:ee},reset:{placement:Zt}}:{}}}};var ri=function(o){return o===void 0&&(o={}),{name:"shift",options:o,async fn(e){let{x:r,y:n,placement:i}=e,{mainAxis:a=!0,crossAxis:s=!1,limiter:c={fn:N=>{let{x:k,y:R}=N;return{x:k,y:R}}},...p}=jr(o,e),f={x:r,y:n},y=await ti(e,p),m=Kr(Go(i)),g=Jn(m),x=f[g],b=f[m];if(a){let N=g==="y"?"top":"left",k=g==="y"?"bottom":"right",R=x+y[N],_=x-y[k];x=Xn(R,x,_)}if(s){let N=m==="y"?"top":"left",k=m==="y"?"bottom":"right",R=b+y[N],_=b-y[k];b=Xn(R,b,_)}let S=c.fn({...e,[g]:x,[m]:b});return{...S,data:{x:S.x-r,y:S.y-n,enabled:{[g]:a,[m]:s}}}}}};var ni=Math.min,jo=Math.max,fr=Math.round;var Mt=o=>({x:o,y:o});function Wt(o){return jl(o)?(o.nodeName||"").toLowerCase():"#document"}function We(o){var e;return(o==null||(e=o.ownerDocument)==null?void 0:e.defaultView)||window}function Ht(o){var e;return(e=(jl(o)?o.ownerDocument:o.document)||window.document)==null?void 0:e.documentElement}function jl(o){return o instanceof Node||o instanceof We(o).Node}function Et(o){return o instanceof Element||o instanceof We(o).Element}function yt(o){return o instanceof HTMLElement||o instanceof We(o).HTMLElement}function Gl(o){return typeof ShadowRoot>"u"?!1:o instanceof ShadowRoot||o instanceof We(o).ShadowRoot}function Ko(o){let{overflow:e,overflowX:r,overflowY:n,display:i}=Xe(o);return/auto|scroll|overlay|hidden|clip/.test(e+n+r)&&!["inline","contents"].includes(i)}function Kl(o){return["table","td","th"].includes(Wt(o))}function qr(o){let e=Yr(),r=Xe(o);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!e&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!e&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function Zl(o){let e=vo(o);for(;yt(e)&&!ur(e);){if(qr(e))return e;e=vo(e)}return null}function Yr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ur(o){return["html","body","#document"].includes(Wt(o))}function Xe(o){return We(o).getComputedStyle(o)}function hr(o){return Et(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function vo(o){if(Wt(o)==="html")return o;let e=o.assignedSlot||o.parentNode||Gl(o)&&o.host||Ht(o);return Gl(e)?e.host:e}function ql(o){let e=vo(o);return ur(e)?o.ownerDocument?o.ownerDocument.body:o.body:yt(e)&&Ko(e)?e:ql(e)}function Zr(o,e,r){var n;e===void 0&&(e=[]),r===void 0&&(r=!0);let i=ql(o),a=i===((n=o.ownerDocument)==null?void 0:n.body),s=We(i);return a?e.concat(s,s.visualViewport||[],Ko(i)?i:[],s.frameElement&&r?Zr(s.frameElement):[]):e.concat(i,Zr(i,[],r))}function Jl(o){let e=Xe(o),r=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=yt(o),a=i?o.offsetWidth:r,s=i?o.offsetHeight:n,c=fr(r)!==a||fr(n)!==s;return c&&(r=a,n=s),{width:r,height:n,$:c}}function Ql(o){return Et(o)?o:o.contextElement}function Zo(o){let e=Ql(o);if(!yt(e))return Mt(1);let r=e.getBoundingClientRect(),{width:n,height:i,$:a}=Jl(e),s=(a?fr(r.width):r.width)/n,c=(a?fr(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var jd=Mt(0);function es(o){let e=We(o);return!Yr()||!e.visualViewport?jd:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Kd(o,e,r){return e===void 0&&(e=!1),!r||e&&r!==We(o)?!1:e}function yr(o,e,r,n){e===void 0&&(e=!1),r===void 0&&(r=!1);let i=o.getBoundingClientRect(),a=Ql(o),s=Mt(1);e&&(n?Et(n)&&(s=Zo(n)):s=Zo(o));let c=Kd(a,r,n)?es(a):Mt(0),p=(i.left+c.x)/s.x,f=(i.top+c.y)/s.y,y=i.width/s.x,m=i.height/s.y;if(a){let g=We(a),x=n&&Et(n)?We(n):n,b=g.frameElement;for(;b&&n&&x!==g;){let S=Zo(b),N=b.getBoundingClientRect(),k=Xe(b),R=N.left+(b.clientLeft+parseFloat(k.paddingLeft))*S.x,_=N.top+(b.clientTop+parseFloat(k.paddingTop))*S.y;p*=S.x,f*=S.y,y*=S.x,m*=S.y,p+=R,f+=_,b=We(b).frameElement}}return xo({width:y,height:m,x:p,y:f})}function Zd(o){let{rect:e,offsetParent:r,strategy:n}=o,i=yt(r),a=Ht(r);if(r===a)return e;let s={scrollLeft:0,scrollTop:0},c=Mt(1),p=Mt(0);if((i||!i&&n!=="fixed")&&((Wt(r)!=="body"||Ko(a))&&(s=hr(r)),yt(r))){let f=yr(r);c=Zo(r),p.x=f.x+r.clientLeft,p.y=f.y+r.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-s.scrollLeft*c.x+p.x,y:e.y*c.y-s.scrollTop*c.y+p.y}}function qd(o){return Array.from(o.getClientRects())}function ts(o){return yr(Ht(o)).left+hr(o).scrollLeft}function Yd(o){let e=Ht(o),r=hr(o),n=o.ownerDocument.body,i=jo(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),a=jo(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+ts(o),c=-r.scrollTop;return Xe(n).direction==="rtl"&&(s+=jo(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:c}}function Xd(o,e){let r=We(o),n=Ht(o),i=r.visualViewport,a=n.clientWidth,s=n.clientHeight,c=0,p=0;if(i){a=i.width,s=i.height;let f=Yr();(!f||f&&e==="fixed")&&(c=i.offsetLeft,p=i.offsetTop)}return{width:a,height:s,x:c,y:p}}function Jd(o,e){let r=yr(o,!0,e==="fixed"),n=r.top+o.clientTop,i=r.left+o.clientLeft,a=yt(o)?Zo(o):Mt(1),s=o.clientWidth*a.x,c=o.clientHeight*a.y,p=i*a.x,f=n*a.y;return{width:s,height:c,x:p,y:f}}function Yl(o,e,r){let n;if(e==="viewport")n=Xd(o,r);else if(e==="document")n=Yd(Ht(o));else if(Et(e))n=Jd(e,r);else{let i=es(o);n={...e,x:e.x-i.x,y:e.y-i.y}}return xo(n)}function os(o,e){let r=vo(o);return r===e||!Et(r)||ur(r)?!1:Xe(r).position==="fixed"||os(r,e)}function Qd(o,e){let r=e.get(o);if(r)return r;let n=Zr(o,[],!1).filter(c=>Et(c)&&Wt(c)!=="body"),i=null,a=Xe(o).position==="fixed",s=a?vo(o):o;for(;Et(s)&&!ur(s);){let c=Xe(s),p=qr(s);!p&&c.position==="fixed"&&(i=null),(a?!p&&!i:!p&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Ko(s)&&!p&&os(o,s))?n=n.filter(y=>y!==s):i=c,s=vo(s)}return e.set(o,n),n}function ep(o){let{element:e,boundary:r,rootBoundary:n,strategy:i}=o,s=[...r==="clippingAncestors"?Qd(e,this._c):[].concat(r),n],c=s[0],p=s.reduce((f,y)=>{let m=Yl(e,y,i);return f.top=jo(m.top,f.top),f.right=ni(m.right,f.right),f.bottom=ni(m.bottom,f.bottom),f.left=jo(m.left,f.left),f},Yl(e,c,i));return{width:p.right-p.left,height:p.bottom-p.top,x:p.left,y:p.top}}function tp(o){return Jl(o)}function op(o,e,r){let n=yt(e),i=Ht(e),a=r==="fixed",s=yr(o,!0,a,e),c={scrollLeft:0,scrollTop:0},p=Mt(0);if(n||!n&&!a)if((Wt(e)!=="body"||Ko(i))&&(c=hr(e)),n){let f=yr(e,!0,a,e);p.x=f.x+e.clientLeft,p.y=f.y+e.clientTop}else i&&(p.x=ts(i));return{x:s.left+c.scrollLeft-p.x,y:s.top+c.scrollTop-p.y,width:s.width,height:s.height}}function Xl(o,e){return!yt(o)||Xe(o).position==="fixed"?null:e?e(o):o.offsetParent}function rs(o,e){let r=We(o);if(!yt(o))return r;let n=Xl(o,e);for(;n&&Kl(n)&&Xe(n).position==="static";)n=Xl(n,e);return n&&(Wt(n)==="html"||Wt(n)==="body"&&Xe(n).position==="static"&&!qr(n))?r:n||Zl(o)||r}var rp=async function(o){let{reference:e,floating:r,strategy:n}=o,i=this.getOffsetParent||rs,a=this.getDimensions;return{reference:op(e,await i(r),n),floating:{x:0,y:0,...await a(r)}}};function np(o){return Xe(o).direction==="rtl"}var Xr={convertOffsetParentRelativeRectToViewportRelativeRect:Zd,getDocumentElement:Ht,getClippingRect:ep,getOffsetParent:rs,getElementRects:rp,getClientRects:qd,getDimensions:tp,getScale:Zo,isElement:Et,isRTL:np};var ns=(o,e,r)=>{let n=new Map,i={platform:Xr,...r},a={...i.platform,_c:n};return Vl(o,e,{...i,platform:a})};function is(o){return ip(o)}function ii(o){return o.assignedSlot?o.assignedSlot:o.parentNode instanceof ShadowRoot?o.parentNode.host:o.parentNode}function ip(o){for(let e=o;e;e=ii(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=ii(o);e;e=ii(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||e.tagName==="BODY"))return e}return null}async function as(o,e,r){return ns(o,e,{platform:{...Xr,getOffsetParent:n=>Xr.getOffsetParent(n,is)},middleware:[ri({crossAxis:!0}),oi({allowedPlacements:[r]})]})}var He=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},le=class extends mr.FtLitElement{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 mr.Debouncer,this.revealDebouncer=new mr.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return ls.html`
545
+ `;var zl=["top","right","bottom","left"],Tl=["start","end"],Xn=zl.reduce((o,e)=>o.concat(e,e+"-"+Tl[0],e+"-"+Tl[1]),[]),Ml=Math.min,Wl=Math.max;var Vd={left:"right",right:"left",bottom:"top",top:"bottom"},Gd={start:"end",end:"start"};function Jn(o,e,r){return Wl(o,Ml(e,r))}function Zr(o,e){return typeof o=="function"?o(e):o}function Go(o){return o.split("-")[0]}function Qt(o){return o.split("-")[1]}function Qn(o){return o==="x"?"y":"x"}function ei(o){return o==="y"?"height":"width"}function Kr(o){return["top","bottom"].includes(Go(o))?"y":"x"}function ti(o){return Qn(Kr(o))}function Hl(o,e,r){r===void 0&&(r=!1);let n=Qt(o),i=ti(o),a=ei(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(s=Yn(s)),[s,Yn(s)]}function Ul(o){return o.replace(/start|end/g,e=>Gd[e])}function Yn(o){return o.replace(/left|right|bottom|top/g,e=>Vd[e])}function jd(o){return{top:0,right:0,bottom:0,left:0,...o}}function Vl(o){return typeof o!="number"?jd(o):{top:o,right:o,bottom:o,left:o}}function So(o){let{x:e,y:r,width:n,height:i}=o;return{width:n,height:i,top:r,left:e,right:e+n,bottom:r+i,x:e,y:r}}function Gl(o,e,r){let{reference:n,floating:i}=o,a=Kr(e),s=ti(e),c=ei(s),p=Go(e),f=a==="y",y=n.x+n.width/2-i.width/2,m=n.y+n.height/2-i.height/2,g=n[c]/2-i[c]/2,x;switch(p){case"top":x={x:y,y:n.y-i.height};break;case"bottom":x={x:y,y:n.y+n.height};break;case"right":x={x:n.x+n.width,y:m};break;case"left":x={x:n.x-i.width,y:m};break;default:x={x:n.x,y:n.y}}switch(Qt(e)){case"start":x[s]-=g*(r&&f?-1:1);break;case"end":x[s]+=g*(r&&f?-1:1);break}return x}var jl=async(o,e,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:s}=r,c=a.filter(Boolean),p=await(s.isRTL==null?void 0:s.isRTL(e)),f=await s.getElementRects({reference:o,floating:e,strategy:i}),{x:y,y:m}=Gl(f,n,p),g=n,x={},b=0;for(let S=0;S<c.length;S++){let{name:N,fn:k}=c[S],{x:R,y:_,data:j,reset:ee}=await k({x:y,y:m,initialPlacement:n,placement:g,strategy:i,middlewareData:x,rects:f,platform:s,elements:{reference:o,floating:e}});y=R??y,m=_??m,x={...x,[N]:{...x[N],...j}},ee&&b<=50&&(b++,typeof ee=="object"&&(ee.placement&&(g=ee.placement),ee.rects&&(f=ee.rects===!0?await s.getElementRects({reference:o,floating:e,strategy:i}):ee.rects),{x:y,y:m}=Gl(f,g,p)),S=-1)}return{x:y,y:m,placement:g,strategy:i,middlewareData:x}};async function oi(o,e){var r;e===void 0&&(e={});let{x:n,y:i,platform:a,rects:s,elements:c,strategy:p}=o,{boundary:f="clippingAncestors",rootBoundary:y="viewport",elementContext:m="floating",altBoundary:g=!1,padding:x=0}=Zr(e,o),b=Vl(x),N=c[g?m==="floating"?"reference":"floating":m],k=So(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(N)))==null||r?N:N.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(c.floating)),boundary:f,rootBoundary:y,strategy:p})),R=m==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,_=await(a.getOffsetParent==null?void 0:a.getOffsetParent(c.floating)),j=await(a.isElement==null?void 0:a.isElement(_))?await(a.getScale==null?void 0:a.getScale(_))||{x:1,y:1}:{x:1,y:1},ee=So(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:R,offsetParent:_,strategy:p}):R);return{top:(k.top-ee.top+b.top)/j.y,bottom:(ee.bottom-k.bottom+b.bottom)/j.y,left:(k.left-ee.left+b.left)/j.x,right:(ee.right-k.right+b.right)/j.x}}function Zd(o,e,r){return(o?[...r.filter(i=>Qt(i)===o),...r.filter(i=>Qt(i)!==o)]:r.filter(i=>Go(i)===i)).filter(i=>o?Qt(i)===o||(e?Ul(i)!==i:!1):!0)}var ri=function(o){return o===void 0&&(o={}),{name:"autoPlacement",options:o,async fn(e){var r,n,i;let{rects:a,middlewareData:s,placement:c,platform:p,elements:f}=e,{crossAxis:y=!1,alignment:m,allowedPlacements:g=Xn,autoAlignment:x=!0,...b}=Zr(o,e),S=m!==void 0||g===Xn?Zd(m||null,x,g):g,N=await oi(e,b),k=((r=s.autoPlacement)==null?void 0:r.index)||0,R=S[k];if(R==null)return{};let _=Hl(R,a,await(p.isRTL==null?void 0:p.isRTL(f.floating)));if(c!==R)return{reset:{placement:S[0]}};let j=[N[Go(R)],N[_[0]],N[_[1]]],ee=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:R,overflows:j}],it=S[k+1];if(it)return{data:{index:k+1,overflows:ee},reset:{placement:it}};let Zt=ee.map(qe=>{let at=Qt(qe.placement);return[qe.placement,at&&y?qe.overflows.slice(0,2).reduce((Ye,yo)=>Ye+yo,0):qe.overflows[0],qe.overflows]}).sort((qe,at)=>qe[1]-at[1]),Kt=((i=Zt.filter(qe=>qe[2].slice(0,Qt(qe[0])?2:3).every(at=>at<=0))[0])==null?void 0:i[0])||Zt[0][0];return Kt!==c?{data:{index:k+1,overflows:ee},reset:{placement:Kt}}:{}}}};var ni=function(o){return o===void 0&&(o={}),{name:"shift",options:o,async fn(e){let{x:r,y:n,placement:i}=e,{mainAxis:a=!0,crossAxis:s=!1,limiter:c={fn:N=>{let{x:k,y:R}=N;return{x:k,y:R}}},...p}=Zr(o,e),f={x:r,y:n},y=await oi(e,p),m=Kr(Go(i)),g=Qn(m),x=f[g],b=f[m];if(a){let N=g==="y"?"top":"left",k=g==="y"?"bottom":"right",R=x+y[N],_=x-y[k];x=Jn(R,x,_)}if(s){let N=m==="y"?"top":"left",k=m==="y"?"bottom":"right",R=b+y[N],_=b-y[k];b=Jn(R,b,_)}let S=c.fn({...e,[g]:x,[m]:b});return{...S,data:{x:S.x-r,y:S.y-n,enabled:{[g]:a,[m]:s}}}}}};var ii=Math.min,jo=Math.max,ur=Math.round;var Mt=o=>({x:o,y:o});function Wt(o){return Kl(o)?(o.nodeName||"").toLowerCase():"#document"}function We(o){var e;return(o==null||(e=o.ownerDocument)==null?void 0:e.defaultView)||window}function Ht(o){var e;return(e=(Kl(o)?o.ownerDocument:o.document)||window.document)==null?void 0:e.documentElement}function Kl(o){return o instanceof Node||o instanceof We(o).Node}function Et(o){return o instanceof Element||o instanceof We(o).Element}function mt(o){return o instanceof HTMLElement||o instanceof We(o).HTMLElement}function Zl(o){return typeof ShadowRoot>"u"?!1:o instanceof ShadowRoot||o instanceof We(o).ShadowRoot}function Zo(o){let{overflow:e,overflowX:r,overflowY:n,display:i}=Je(o);return/auto|scroll|overlay|hidden|clip/.test(e+n+r)&&!["inline","contents"].includes(i)}function ql(o){return["table","td","th"].includes(Wt(o))}function Yr(o){let e=Xr(),r=Je(o);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!e&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!e&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function Yl(o){let e=Oo(o);for(;mt(e)&&!hr(e);){if(Yr(e))return e;e=Oo(e)}return null}function Xr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function hr(o){return["html","body","#document"].includes(Wt(o))}function Je(o){return We(o).getComputedStyle(o)}function yr(o){return Et(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function Oo(o){if(Wt(o)==="html")return o;let e=o.assignedSlot||o.parentNode||Zl(o)&&o.host||Ht(o);return Zl(e)?e.host:e}function Xl(o){let e=Oo(o);return hr(e)?o.ownerDocument?o.ownerDocument.body:o.body:mt(e)&&Zo(e)?e:Xl(e)}function qr(o,e,r){var n;e===void 0&&(e=[]),r===void 0&&(r=!0);let i=Xl(o),a=i===((n=o.ownerDocument)==null?void 0:n.body),s=We(i);return a?e.concat(s,s.visualViewport||[],Zo(i)?i:[],s.frameElement&&r?qr(s.frameElement):[]):e.concat(i,qr(i,[],r))}function es(o){let e=Je(o),r=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=mt(o),a=i?o.offsetWidth:r,s=i?o.offsetHeight:n,c=ur(r)!==a||ur(n)!==s;return c&&(r=a,n=s),{width:r,height:n,$:c}}function ts(o){return Et(o)?o:o.contextElement}function Ko(o){let e=ts(o);if(!mt(e))return Mt(1);let r=e.getBoundingClientRect(),{width:n,height:i,$:a}=es(e),s=(a?ur(r.width):r.width)/n,c=(a?ur(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Yd=Mt(0);function os(o){let e=We(o);return!Xr()||!e.visualViewport?Yd:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Xd(o,e,r){return e===void 0&&(e=!1),!r||e&&r!==We(o)?!1:e}function mr(o,e,r,n){e===void 0&&(e=!1),r===void 0&&(r=!1);let i=o.getBoundingClientRect(),a=ts(o),s=Mt(1);e&&(n?Et(n)&&(s=Ko(n)):s=Ko(o));let c=Xd(a,r,n)?os(a):Mt(0),p=(i.left+c.x)/s.x,f=(i.top+c.y)/s.y,y=i.width/s.x,m=i.height/s.y;if(a){let g=We(a),x=n&&Et(n)?We(n):n,b=g.frameElement;for(;b&&n&&x!==g;){let S=Ko(b),N=b.getBoundingClientRect(),k=Je(b),R=N.left+(b.clientLeft+parseFloat(k.paddingLeft))*S.x,_=N.top+(b.clientTop+parseFloat(k.paddingTop))*S.y;p*=S.x,f*=S.y,y*=S.x,m*=S.y,p+=R,f+=_,b=We(b).frameElement}}return So({width:y,height:m,x:p,y:f})}function Jd(o){let{rect:e,offsetParent:r,strategy:n}=o,i=mt(r),a=Ht(r);if(r===a)return e;let s={scrollLeft:0,scrollTop:0},c=Mt(1),p=Mt(0);if((i||!i&&n!=="fixed")&&((Wt(r)!=="body"||Zo(a))&&(s=yr(r)),mt(r))){let f=mr(r);c=Ko(r),p.x=f.x+r.clientLeft,p.y=f.y+r.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-s.scrollLeft*c.x+p.x,y:e.y*c.y-s.scrollTop*c.y+p.y}}function Qd(o){return Array.from(o.getClientRects())}function rs(o){return mr(Ht(o)).left+yr(o).scrollLeft}function ep(o){let e=Ht(o),r=yr(o),n=o.ownerDocument.body,i=jo(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),a=jo(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+rs(o),c=-r.scrollTop;return Je(n).direction==="rtl"&&(s+=jo(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:c}}function tp(o,e){let r=We(o),n=Ht(o),i=r.visualViewport,a=n.clientWidth,s=n.clientHeight,c=0,p=0;if(i){a=i.width,s=i.height;let f=Xr();(!f||f&&e==="fixed")&&(c=i.offsetLeft,p=i.offsetTop)}return{width:a,height:s,x:c,y:p}}function op(o,e){let r=mr(o,!0,e==="fixed"),n=r.top+o.clientTop,i=r.left+o.clientLeft,a=mt(o)?Ko(o):Mt(1),s=o.clientWidth*a.x,c=o.clientHeight*a.y,p=i*a.x,f=n*a.y;return{width:s,height:c,x:p,y:f}}function Jl(o,e,r){let n;if(e==="viewport")n=tp(o,r);else if(e==="document")n=ep(Ht(o));else if(Et(e))n=op(e,r);else{let i=os(o);n={...e,x:e.x-i.x,y:e.y-i.y}}return So(n)}function ns(o,e){let r=Oo(o);return r===e||!Et(r)||hr(r)?!1:Je(r).position==="fixed"||ns(r,e)}function rp(o,e){let r=e.get(o);if(r)return r;let n=qr(o,[],!1).filter(c=>Et(c)&&Wt(c)!=="body"),i=null,a=Je(o).position==="fixed",s=a?Oo(o):o;for(;Et(s)&&!hr(s);){let c=Je(s),p=Yr(s);!p&&c.position==="fixed"&&(i=null),(a?!p&&!i:!p&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Zo(s)&&!p&&ns(o,s))?n=n.filter(y=>y!==s):i=c,s=Oo(s)}return e.set(o,n),n}function np(o){let{element:e,boundary:r,rootBoundary:n,strategy:i}=o,s=[...r==="clippingAncestors"?rp(e,this._c):[].concat(r),n],c=s[0],p=s.reduce((f,y)=>{let m=Jl(e,y,i);return f.top=jo(m.top,f.top),f.right=ii(m.right,f.right),f.bottom=ii(m.bottom,f.bottom),f.left=jo(m.left,f.left),f},Jl(e,c,i));return{width:p.right-p.left,height:p.bottom-p.top,x:p.left,y:p.top}}function ip(o){return es(o)}function ap(o,e,r){let n=mt(e),i=Ht(e),a=r==="fixed",s=mr(o,!0,a,e),c={scrollLeft:0,scrollTop:0},p=Mt(0);if(n||!n&&!a)if((Wt(e)!=="body"||Zo(i))&&(c=yr(e)),n){let f=mr(e,!0,a,e);p.x=f.x+e.clientLeft,p.y=f.y+e.clientTop}else i&&(p.x=rs(i));return{x:s.left+c.scrollLeft-p.x,y:s.top+c.scrollTop-p.y,width:s.width,height:s.height}}function Ql(o,e){return!mt(o)||Je(o).position==="fixed"?null:e?e(o):o.offsetParent}function is(o,e){let r=We(o);if(!mt(o))return r;let n=Ql(o,e);for(;n&&ql(n)&&Je(n).position==="static";)n=Ql(n,e);return n&&(Wt(n)==="html"||Wt(n)==="body"&&Je(n).position==="static"&&!Yr(n))?r:n||Yl(o)||r}var lp=async function(o){let{reference:e,floating:r,strategy:n}=o,i=this.getOffsetParent||is,a=this.getDimensions;return{reference:ap(e,await i(r),n),floating:{x:0,y:0,...await a(r)}}};function sp(o){return Je(o).direction==="rtl"}var Jr={convertOffsetParentRelativeRectToViewportRelativeRect:Jd,getDocumentElement:Ht,getClippingRect:np,getOffsetParent:is,getElementRects:lp,getClientRects:Qd,getDimensions:ip,getScale:Ko,isElement:Et,isRTL:sp};var as=(o,e,r)=>{let n=new Map,i={platform:Jr,...r},a={...i.platform,_c:n};return jl(o,e,{...i,platform:a})};function ls(o){return cp(o)}function ai(o){return o.assignedSlot?o.assignedSlot:o.parentNode instanceof ShadowRoot?o.parentNode.host:o.parentNode}function cp(o){for(let e=o;e;e=ai(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=ai(o);e;e=ai(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||e.tagName==="BODY"))return e}return null}async function ss(o,e,r){return as(o,e,{platform:{...Jr,getOffsetParent:n=>Jr.getOffsetParent(n,ls)},middleware:[ni({crossAxis:!0}),ri({allowedPlacements:[r]})]})}var He=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},le=class extends gr.FtLitElement{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 gr.Debouncer,this.revealDebouncer=new gr.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return cs.html`
546
546
  <div part="container"
547
547
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
548
548
  @mouseenter=${this.onHover}
@@ -560,19 +560,19 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
560
560
  </div>
561
561
  </div>
562
562
  </div>
563
- `}updated(e){e.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",as(this.slottedElement,this.tooltip,this.position).then(({x:e,y:r})=>{this.tooltip&&(this.tooltip.style.left=`${e}px`,this.tooltip.style.top=`${r}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",e=>{e.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(e,r){return Math.max(e,Math.min(0,-r))}};le.elementDefinitions={"ft-typography":q};le.styles=Dl;He([(0,xe.property)()],le.prototype,"text",void 0);He([(0,xe.property)({type:Boolean})],le.prototype,"manual",void 0);He([(0,xe.property)({type:Boolean})],le.prototype,"inline",void 0);He([(0,xe.property)({type:Number})],le.prototype,"delay",void 0);He([(0,xe.property)()],le.prototype,"position",void 0);He([(0,xe.queryAssignedNodes)()],le.prototype,"slotNodes",void 0);He([(0,xe.query)(".ft-tooltip--container")],le.prototype,"container",void 0);He([(0,xe.query)(".ft-tooltip")],le.prototype,"tooltip",void 0);He([(0,xe.query)(".ft-tooltip--content")],le.prototype,"tooltipContent",void 0);He([(0,xe.state)()],le.prototype,"visible",void 0);He([(0,xe.eventOptions)({passive:!0})],le.prototype,"onTouch",null);He([(0,xe.eventOptions)({passive:!0})],le.prototype,"onHover",null);He([(0,xe.eventOptions)({passive:!0})],le.prototype,"onOut",null);He([(0,xe.eventOptions)({passive:!0})],le.prototype,"onClick",null);(0,ss.customElement)("ft-tooltip")(le);var hs=u(w());var gr=u(L()),eo=u(Y()),fs=u(w()),us=u(ds());var $t;(function(o){o.ADD_TO_PBK="&#xe800;",o.ALERT="&#xe801;",o.ADD_ALERT="&#xe802;",o.BACK_TO_SEARCH="&#xe803;",o.ADD_BOOKMARK="&#xe804;",o.BOOKMARK="&#xe805;",o.BOOKS="&#xe806;",o.MENU="&#xe807;",o.DOWNLOAD="&#xe808;",o.EDIT="&#xe809;",o.FEEDBACK="&#xe80a;",o.HOME="&#xe80b;",o.MODIFY_PBK="&#xe80c;",o.SCHEDULED="&#xe80d;",o.SEARCH="&#xe80e;",o.EXPORT="&#xe80f;",o.TOC="&#xe810;",o.WRITE_UGC="&#xe811;",o.TRASH="&#xe812;",o.USER="&#xe813;",o.EXTLINK="&#xe814;",o.CALENDAR="&#xe815;",o.OFFLINE="&#xe816;",o.BOOK="&#xe817;",o.DOWNLOAD_PLAIN="&#xe818;",o.CHECK="&#xe819;",o.STAR_PLAIN="&#xe900;",o.TOPICS="&#xe901;",o.DISC="&#xe902;",o.CIRCLE="&#xe903;",o.SHARED="&#xe904;",o.SORT_UNSORTED="&#xe905;",o.SORT_UP="&#xe906;",o.SORT_DOWN="&#xe907;",o.WORKING="&#xe908;",o.CLOSE="&#xe909;",o.ZOOM_OUT="&#xe90a;",o.ZOOM_IN="&#xe90b;",o.ZOOM_REALSIZE="&#xe90c;",o.ZOOM_FULLSCREEN="&#xe90d;",o.ADMIN_RESTRICTED="&#xe90e;",o.ADMIN="&#xe90f;",o.ADMIN_KHUB="&#xe910;",o.ADMIN_THEME="&#xe911;",o.ADMIN_USERS="&#xe912;",o.WARNING="&#xe913;",o.CONTEXT="&#xe914;",o.SEARCH_HOME="&#xe915;",o.STEPS="&#xe916;",o.ICON_EXPAND="&#xe917;",o.ICON_COLLAPSE="&#xe918;",o.INFO="&#xe919;",o.MINUS_PLAIN="&#xe91a;",o.PLUS_PLAIN="&#xe91b;",o.FACET_HAS_DESCENDANT="&#xe91c;",o.TRIANGLE_BOTTOM="&#xe91d;",o.TRIANGLE_LEFT="&#xe91e;",o.TRIANGLE_RIGHT="&#xe91f;",o.TRIANGLE_TOP="&#xe920;",o.THIN_ARROW="&#xe921;",o.SIGN_IN="&#xe922;",o.LOGOUT="&#xe923;",o.TRANSLATE="&#xe924;",o.CLOSE_PLAIN="&#xe925;",o.CHECK_PLAIN="&#xe926;",o.ARTICLE="&#xe927;",o.COLUMNS="&#xe928;",o.ANALYTICS="&#xe929;",o.COLLECTIONS="&#xe92a;",o.ARROW_DOWN="&#xe92b;",o.ARROW_LEFT="&#xe92c;",o.ARROW_RIGHT="&#xe92d;",o.ARROW_UP="&#xe92e;",o.SEARCH_IN_PUBLICATION="&#xe92f;",o.COPY_TO_CLIPBOARD="&#xe930;",o.SHARED_PBK="&#xe931;",o.ATTACHMENTS="&#xe932;",o.STRIPE_ARROW_LEFT="&#xe933;",o.STRIPE_ARROW_RIGHT="&#xe934;",o.FILTERS="&#xe935;",o.DOT="&#xe936;",o.MINUS="&#xe937;",o.PLUS="&#xe938;",o.MAILS_AND_NOTIFICATIONS="&#xe939;",o.SAVE="&#xe93a;",o.LOCKER="&#xe93b;",o.ADMIN_INTEGRATION="&#xe93c;",o.SYNC="&#xe93d;",o.TAG="&#xe93e;",o.BOOK_PLAIN="&#xe93f;",o.UPLOAD="&#xe940;",o.ONLINE="&#xe941;",o.TAG_PLAIN="&#xe942;",o.ACCOUNT_SETTINGS="&#xe943;",o.PRINT="&#xe944;",o.DEFAULT_ROLES="&#xe945;",o.SHORTCUT_MENU="&#xe946;",o.RELATIVES_PLAIN="&#xe947;",o.RELATIVES="&#xe948;",o.PAUSE="&#xe949;",o.PLAY="&#xe94a;",o.ADMIN_PORTAL="&#xe94b;",o.STAR="&#xe94c;",o.THUMBS_DOWN="&#xe94d;",o.THUMBS_DOWN_PLAIN="&#xe94e;",o.THUMBS_UP="&#xe94f;",o.THUMBS_UP_PLAIN="&#xe950;",o.FEEDBACK_PLAIN="&#xe951;",o.RATE_PLAIN="&#xe952;",o.RATE="&#xe953;",o.OFFLINE_SETTINGS="&#xe954;",o.MY_COLLECTIONS="&#xe955;",o.THIN_ARROW_LEFT="&#xe956;",o.THIN_ARROW_RIGHT="&#xe957;",o.RESET="&#xe958;",o.MY_LIBRARY="&#xe959;",o.UNSTRUCTURED_DOC="&#xe95a;",o.CONTEXTUAL="&#xe95b;",o.THIN_ARROW_UP="&#xe95c;",o.ARROW_RIGHT_TO_LINE="&#xe95d;",o.DESKTOP="&#xe95e;",o.TABLET_LANDSCAPE="&#xe95f;",o.TABLET_PORTRAIT="&#xe960;",o.MOBILE_LANDSCAPE="&#xe961;",o.MOBILE_PORTRAIT="&#xe962;",o.DIAGRAM_SUNBURST="&#xe963;",o.DIAGRAM_SANKEY="&#xe964;",o.COMMENT_QUESTION="&#xe965;",o.COMMENT_QUESTION_PLAIN="&#xe966;",o.MESSAGE_BOT="&#xe967;",o.CHART_SIMPLE="&#xe968;",o.BARS_PROGRESS="&#xe969;",o.BOOK_OPEN_GEAR="&#xe96a;",o.BOOK_OPEN_GEAR_SLASH="&#xe96b;",o.LINE_CHART="&#xe96c;",o.STACKED_CHART="&#xe96d;",o.CHART_BAR_STACKED="&#xe96e;",o.CHART_BAR_GROUPED="&#xe96f;",o.EYE_SLASH="&#xe970;",o.X_MARK="&#xe971;",o.EXPAND_WIDE="&#xe972;",o.PIP="&#xe973;",o.PIP_WIDE="&#xe974;",o.LIFE_RING="&#xe975;",o.GLOBE="&#xe976;",o.PIGGY_BANK="&#xe977;",o.EXTLINK_LIGHT="&#xe978;",o.CLONE="&#xe979;",o.CLONE_LINK_SIMPLE="&#xe97a;",o.CHART_BAR_NORMALIZED="&#xe97b;",o.CONSUMER="&#xe97c;",o.OCTAGON_XMARK="&#xe97d;",o.HOURGLASS_HALF="&#xe97e;",o.CLOCK="&#xe97f;",o.CLOCK_THREE="&#xe97f;",o.CALENDAR_DAY="&#xe980;",o.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",o.WAND_MAGIC_SPARKLES="&#xe982;",o.PAPER_PLANE="&#xe983;",o.CIRCLE_STOP="&#xe984;",o.ARROW_ROTATE_RIGHT="&#xe985;",o.ARROWS_ROTATE="&#xe986;",o.ALIGN_RIGHT="&#xe987;",o.FORMAT_CLEAR="&#xe988;",o.ALIGN_CENTER="&#xe989;",o.ALIGN_LEFT="&#xe98a;",o.PALETTE="&#xe98b;",o.BOLD="&#xe98c;",o.ITALIC="&#xe98d;",o.UNDERLINE="&#xe98e;",o.STRIKETHROUGH="&#xe98f;",o.LINK_SIMPLE_SLASH="&#xe990;",o.LINK_SIMPLE="&#xe991;",o.ROUTE="&#xe992;",o.CIRCLE_USER_SLASH="&#xe993;",o.CIRCLE_USER_CHECK="&#xe994;",o.LIST_MAGNIFYING_GLASS="&#xe995;",o.MEDAL="&#xe996;",o.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",o.ARROW_TURN_DOWN_RIGHT="&#xe998;",o.FLASK="&#xe999;",o.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",o.HOURGLASS_END="&#xe99b;",o.CIRCLE_QUESTION="&#xe99c;",o.GRIP_LINES_SOLID="&#xe99d;",o.TRANSLATE_SPARKLE_SOLID="&#xe99e;",o.CODE="&#xe99f;",o.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",o.PAPER_PLANE_SLASH="&#xe9a1;",o.COMPRESS="&#xe9a2;",o.EXPAND="&#xe9a3;",o.ARROW_ROTATE_LEFT="&#xe9a4;",o.EYE="&#xf06e;",o.SHARE="&#xe80f1;",o.MOBILE_SMALL="&#xe9a5;",o.SPARKLES="&#xe9a6;",o.HAND_SOLID="&#xe9a7;"})($t||($t={}));var C;(function(o){o.UNKNOWN="&#xe90a;",o.ABW="&#xe900;",o.AUDIO="&#xe901;",o.AVI="&#xe902;",o.CHM="&#xe904;",o.CODE="&#xe905;",o.CSV="&#xe903;",o.DITA="&#xe906;",o.EPUB="&#xe907;",o.EXCEL="&#xe908;",o.FLAC="&#xe909;",o.GIF="&#xe90b;",o.GZIP="&#xe90c;",o.HTML="&#xe90d;",o.IMAGE="&#xe90e;",o.JPEG="&#xe90f;",o.JSON="&#xe910;",o.M4A="&#xe911;",o.MOV="&#xe912;",o.MP3="&#xe913;",o.MP4="&#xe914;",o.OGG="&#xe915;",o.PDF="&#xe916;",o.PNG="&#xe917;",o.POWERPOINT="&#xe918;",o.RAR="&#xe91a;",o.STP="&#xe91b;",o.TEXT="&#xe91c;",o.VIDEO="&#xe91e;",o.WAV="&#xe91f;",o.WMA="&#xe920;",o.WORD="&#xe921;",o.XML="&#xe922;",o.YAML="&#xe919;",o.ZIP="&#xe923;"})(C||(C={}));var ai=new Map([...["abw"].map(o=>[o,C.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(o=>[o,C.AUDIO]),...["avi"].map(o=>[o,C.AVI]),...["chm","xhs"].map(o=>[o,C.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(o=>[o,C.CODE]),...["csv"].map(o=>[o,C.CSV]),...["dita","ditamap","ditaval"].map(o=>[o,C.DITA]),...["epub"].map(o=>[o,C.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(o=>[o,C.EXCEL]),...["flac"].map(o=>[o,C.FLAC]),...["gif"].map(o=>[o,C.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(o=>[o,C.GZIP]),...["html","htm","xhtml"].map(o=>[o,C.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(o=>[o,C.IMAGE]),...["jpeg","jpg","jpe"].map(o=>[o,C.JPEG]),...["json"].map(o=>[o,C.JSON]),...["m4a","m4p"].map(o=>[o,C.M4A]),...["mov","qt"].map(o=>[o,C.MOV]),...["mp3"].map(o=>[o,C.MP3]),...["mp4","m4v"].map(o=>[o,C.MP4]),...["ogg","oga"].map(o=>[o,C.OGG]),...["pdf","ps"].map(o=>[o,C.PDF]),...["png"].map(o=>[o,C.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(o=>[o,C.POWERPOINT]),...["rar"].map(o=>[o,C.RAR]),...["stp"].map(o=>[o,C.STP]),...["txt","rtf","md","mdown"].map(o=>[o,C.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(o=>[o,C.VIDEO]),...["wav"].map(o=>[o,C.WAV]),...["wma"].map(o=>[o,C.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(o=>[o,C.WORD]),...["xml","xsl","rdf"].map(o=>[o,C.XML]),...["yaml","yml","x-yaml"].map(o=>[o,C.YAML]),...["zip"].map(o=>[o,C.ZIP])]),ap=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);function ps(o,e){var r,n,i,a;o=(o??"").toLowerCase(),e=(e??"").toLowerCase();let[s,c]=(((r=ap.get(o))!==null&&r!==void 0?r:o)+"/").split("/");return(a=(i=(n=ai.get(c))!==null&&n!==void 0?n:ai.get(e))!==null&&i!==void 0?i:ai.get(s))!==null&&a!==void 0?a:C.UNKNOWN}var Tg={[C.ABW]:"#91ABC6",[C.AUDIO]:"#1795E3",[C.AVI]:"#E63324",[C.CHM]:"#71C3EB",[C.CODE]:"#71C3EB",[C.CSV]:"#1F7345",[C.DITA]:"#71C3EB",[C.EPUB]:"#85B926",[C.EXCEL]:"#1F7345",[C.FLAC]:"#1795E3",[C.GIF]:"#59B031",[C.GZIP]:"#F8AB36",[C.HTML]:"#71C3EB",[C.IMAGE]:"#59B031",[C.JPEG]:"#59B031",[C.JSON]:"#71C3EB",[C.M4A]:"#1795E3",[C.MOV]:"#E63324",[C.MP3]:"#1795E3",[C.MP4]:"#E63324",[C.OGG]:"#1795E3",[C.PDF]:"#E44948",[C.PNG]:"#59B031",[C.POWERPOINT]:"#B54A2B",[C.RAR]:"#F8AB36",[C.STP]:"#3764B1",[C.TEXT]:"#3162AB",[C.UNKNOWN]:"#999999",[C.VIDEO]:"#E63324",[C.WAV]:"#1795E3",[C.WMA]:"#1795E3",[C.WORD]:"#3162AB",[C.XML]:"#71C3EB",[C.YAML]:"#71C3EB",[C.ZIP]:"#F8AB36"};var Ie;(function(o){o.fluid_topics="fluid-topics",o.file_format="file-format",o.material="material"})(Ie||(Ie={}));var br=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},te=class extends fs.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=gr.nothing}render(){let e=this.variant&&Object.values(Ie).includes(this.variant)?this.variant:Ie.fluid_topics,r=e!==Ie.material||!!this.value;return gr.html`
563
+ `}updated(e){e.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,r){let n=this.manual;this.manual=!0;let i=this.text;this.text=e,await this.show(r),this.text=i,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",ss(this.slottedElement,this.tooltip,this.position).then(({x:e,y:r})=>{this.tooltip&&(this.tooltip.style.left=`${e}px`,this.tooltip.style.top=`${r}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",e=>{e.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(e,r){return Math.max(e,Math.min(0,-r))}};le.elementDefinitions={"ft-typography":q};le.styles=Fl;He([(0,xe.property)()],le.prototype,"text",void 0);He([(0,xe.property)({type:Boolean})],le.prototype,"manual",void 0);He([(0,xe.property)({type:Boolean})],le.prototype,"inline",void 0);He([(0,xe.property)({type:Number})],le.prototype,"delay",void 0);He([(0,xe.property)()],le.prototype,"position",void 0);He([(0,xe.queryAssignedNodes)()],le.prototype,"slotNodes",void 0);He([(0,xe.query)(".ft-tooltip--container")],le.prototype,"container",void 0);He([(0,xe.query)(".ft-tooltip")],le.prototype,"tooltip",void 0);He([(0,xe.query)(".ft-tooltip--content")],le.prototype,"tooltipContent",void 0);He([(0,xe.state)()],le.prototype,"visible",void 0);He([(0,xe.eventOptions)({passive:!0})],le.prototype,"onTouch",null);He([(0,xe.eventOptions)({passive:!0})],le.prototype,"onHover",null);He([(0,xe.eventOptions)({passive:!0})],le.prototype,"onOut",null);He([(0,xe.eventOptions)({passive:!0})],le.prototype,"onClick",null);(0,ds.customElement)("ft-tooltip")(le);var ms=u(w());var br=u(L()),eo=u(Y()),hs=u(w()),ys=u(fs());var $t;(function(o){o.ADD_TO_PBK="&#xe800;",o.ALERT="&#xe801;",o.ADD_ALERT="&#xe802;",o.BACK_TO_SEARCH="&#xe803;",o.ADD_BOOKMARK="&#xe804;",o.BOOKMARK="&#xe805;",o.BOOKS="&#xe806;",o.MENU="&#xe807;",o.DOWNLOAD="&#xe808;",o.EDIT="&#xe809;",o.FEEDBACK="&#xe80a;",o.HOME="&#xe80b;",o.MODIFY_PBK="&#xe80c;",o.SCHEDULED="&#xe80d;",o.SEARCH="&#xe80e;",o.EXPORT="&#xe80f;",o.TOC="&#xe810;",o.WRITE_UGC="&#xe811;",o.TRASH="&#xe812;",o.USER="&#xe813;",o.EXTLINK="&#xe814;",o.CALENDAR="&#xe815;",o.OFFLINE="&#xe816;",o.BOOK="&#xe817;",o.DOWNLOAD_PLAIN="&#xe818;",o.CHECK="&#xe819;",o.STAR_PLAIN="&#xe900;",o.TOPICS="&#xe901;",o.DISC="&#xe902;",o.CIRCLE="&#xe903;",o.SHARED="&#xe904;",o.SORT_UNSORTED="&#xe905;",o.SORT_UP="&#xe906;",o.SORT_DOWN="&#xe907;",o.WORKING="&#xe908;",o.CLOSE="&#xe909;",o.ZOOM_OUT="&#xe90a;",o.ZOOM_IN="&#xe90b;",o.ZOOM_REALSIZE="&#xe90c;",o.ZOOM_FULLSCREEN="&#xe90d;",o.ADMIN_RESTRICTED="&#xe90e;",o.ADMIN="&#xe90f;",o.ADMIN_KHUB="&#xe910;",o.ADMIN_THEME="&#xe911;",o.ADMIN_USERS="&#xe912;",o.WARNING="&#xe913;",o.CONTEXT="&#xe914;",o.SEARCH_HOME="&#xe915;",o.STEPS="&#xe916;",o.ICON_EXPAND="&#xe917;",o.ICON_COLLAPSE="&#xe918;",o.INFO="&#xe919;",o.MINUS_PLAIN="&#xe91a;",o.PLUS_PLAIN="&#xe91b;",o.FACET_HAS_DESCENDANT="&#xe91c;",o.TRIANGLE_BOTTOM="&#xe91d;",o.TRIANGLE_LEFT="&#xe91e;",o.TRIANGLE_RIGHT="&#xe91f;",o.TRIANGLE_TOP="&#xe920;",o.THIN_ARROW="&#xe921;",o.SIGN_IN="&#xe922;",o.LOGOUT="&#xe923;",o.TRANSLATE="&#xe924;",o.CLOSE_PLAIN="&#xe925;",o.CHECK_PLAIN="&#xe926;",o.ARTICLE="&#xe927;",o.COLUMNS="&#xe928;",o.ANALYTICS="&#xe929;",o.COLLECTIONS="&#xe92a;",o.ARROW_DOWN="&#xe92b;",o.ARROW_LEFT="&#xe92c;",o.ARROW_RIGHT="&#xe92d;",o.ARROW_UP="&#xe92e;",o.SEARCH_IN_PUBLICATION="&#xe92f;",o.COPY_TO_CLIPBOARD="&#xe930;",o.SHARED_PBK="&#xe931;",o.ATTACHMENTS="&#xe932;",o.STRIPE_ARROW_LEFT="&#xe933;",o.STRIPE_ARROW_RIGHT="&#xe934;",o.FILTERS="&#xe935;",o.DOT="&#xe936;",o.MINUS="&#xe937;",o.PLUS="&#xe938;",o.MAILS_AND_NOTIFICATIONS="&#xe939;",o.SAVE="&#xe93a;",o.LOCKER="&#xe93b;",o.ADMIN_INTEGRATION="&#xe93c;",o.SYNC="&#xe93d;",o.TAG="&#xe93e;",o.BOOK_PLAIN="&#xe93f;",o.UPLOAD="&#xe940;",o.ONLINE="&#xe941;",o.TAG_PLAIN="&#xe942;",o.ACCOUNT_SETTINGS="&#xe943;",o.PRINT="&#xe944;",o.DEFAULT_ROLES="&#xe945;",o.SHORTCUT_MENU="&#xe946;",o.RELATIVES_PLAIN="&#xe947;",o.RELATIVES="&#xe948;",o.PAUSE="&#xe949;",o.PLAY="&#xe94a;",o.ADMIN_PORTAL="&#xe94b;",o.STAR="&#xe94c;",o.THUMBS_DOWN="&#xe94d;",o.THUMBS_DOWN_PLAIN="&#xe94e;",o.THUMBS_UP="&#xe94f;",o.THUMBS_UP_PLAIN="&#xe950;",o.FEEDBACK_PLAIN="&#xe951;",o.RATE_PLAIN="&#xe952;",o.RATE="&#xe953;",o.OFFLINE_SETTINGS="&#xe954;",o.MY_COLLECTIONS="&#xe955;",o.THIN_ARROW_LEFT="&#xe956;",o.THIN_ARROW_RIGHT="&#xe957;",o.RESET="&#xe958;",o.MY_LIBRARY="&#xe959;",o.UNSTRUCTURED_DOC="&#xe95a;",o.CONTEXTUAL="&#xe95b;",o.THIN_ARROW_UP="&#xe95c;",o.ARROW_RIGHT_TO_LINE="&#xe95d;",o.DESKTOP="&#xe95e;",o.TABLET_LANDSCAPE="&#xe95f;",o.TABLET_PORTRAIT="&#xe960;",o.MOBILE_LANDSCAPE="&#xe961;",o.MOBILE_PORTRAIT="&#xe962;",o.DIAGRAM_SUNBURST="&#xe963;",o.DIAGRAM_SANKEY="&#xe964;",o.COMMENT_QUESTION="&#xe965;",o.COMMENT_QUESTION_PLAIN="&#xe966;",o.MESSAGE_BOT="&#xe967;",o.CHART_SIMPLE="&#xe968;",o.BARS_PROGRESS="&#xe969;",o.BOOK_OPEN_GEAR="&#xe96a;",o.BOOK_OPEN_GEAR_SLASH="&#xe96b;",o.LINE_CHART="&#xe96c;",o.STACKED_CHART="&#xe96d;",o.CHART_BAR_STACKED="&#xe96e;",o.CHART_BAR_GROUPED="&#xe96f;",o.EYE_SLASH="&#xe970;",o.X_MARK="&#xe971;",o.EXPAND_WIDE="&#xe972;",o.PIP="&#xe973;",o.PIP_WIDE="&#xe974;",o.LIFE_RING="&#xe975;",o.GLOBE="&#xe976;",o.PIGGY_BANK="&#xe977;",o.EXTLINK_LIGHT="&#xe978;",o.CLONE="&#xe979;",o.CLONE_LINK_SIMPLE="&#xe97a;",o.CHART_BAR_NORMALIZED="&#xe97b;",o.CONSUMER="&#xe97c;",o.OCTAGON_XMARK="&#xe97d;",o.HOURGLASS_HALF="&#xe97e;",o.CLOCK="&#xe97f;",o.CLOCK_THREE="&#xe97f;",o.CALENDAR_DAY="&#xe980;",o.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",o.WAND_MAGIC_SPARKLES="&#xe982;",o.PAPER_PLANE="&#xe983;",o.CIRCLE_STOP="&#xe984;",o.ARROW_ROTATE_RIGHT="&#xe985;",o.ARROWS_ROTATE="&#xe986;",o.ALIGN_RIGHT="&#xe987;",o.FORMAT_CLEAR="&#xe988;",o.ALIGN_CENTER="&#xe989;",o.ALIGN_LEFT="&#xe98a;",o.PALETTE="&#xe98b;",o.BOLD="&#xe98c;",o.ITALIC="&#xe98d;",o.UNDERLINE="&#xe98e;",o.STRIKETHROUGH="&#xe98f;",o.LINK_SIMPLE_SLASH="&#xe990;",o.LINK_SIMPLE="&#xe991;",o.ROUTE="&#xe992;",o.CIRCLE_USER_SLASH="&#xe993;",o.CIRCLE_USER_CHECK="&#xe994;",o.LIST_MAGNIFYING_GLASS="&#xe995;",o.MEDAL="&#xe996;",o.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",o.ARROW_TURN_DOWN_RIGHT="&#xe998;",o.FLASK="&#xe999;",o.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",o.HOURGLASS_END="&#xe99b;",o.CIRCLE_QUESTION="&#xe99c;",o.GRIP_LINES_SOLID="&#xe99d;",o.TRANSLATE_SPARKLE_SOLID="&#xe99e;",o.CODE="&#xe99f;",o.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",o.PAPER_PLANE_SLASH="&#xe9a1;",o.COMPRESS="&#xe9a2;",o.EXPAND="&#xe9a3;",o.ARROW_ROTATE_LEFT="&#xe9a4;",o.EYE="&#xf06e;",o.SHARE="&#xe80f1;",o.MOBILE_SMALL="&#xe9a5;",o.SPARKLES="&#xe9a6;",o.HAND_SOLID="&#xe9a7;"})($t||($t={}));var C;(function(o){o.UNKNOWN="&#xe90a;",o.ABW="&#xe900;",o.AUDIO="&#xe901;",o.AVI="&#xe902;",o.CHM="&#xe904;",o.CODE="&#xe905;",o.CSV="&#xe903;",o.DITA="&#xe906;",o.EPUB="&#xe907;",o.EXCEL="&#xe908;",o.FLAC="&#xe909;",o.GIF="&#xe90b;",o.GZIP="&#xe90c;",o.HTML="&#xe90d;",o.IMAGE="&#xe90e;",o.JPEG="&#xe90f;",o.JSON="&#xe910;",o.M4A="&#xe911;",o.MOV="&#xe912;",o.MP3="&#xe913;",o.MP4="&#xe914;",o.OGG="&#xe915;",o.PDF="&#xe916;",o.PNG="&#xe917;",o.POWERPOINT="&#xe918;",o.RAR="&#xe91a;",o.STP="&#xe91b;",o.TEXT="&#xe91c;",o.VIDEO="&#xe91e;",o.WAV="&#xe91f;",o.WMA="&#xe920;",o.WORD="&#xe921;",o.XML="&#xe922;",o.YAML="&#xe919;",o.ZIP="&#xe923;"})(C||(C={}));var li=new Map([...["abw"].map(o=>[o,C.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(o=>[o,C.AUDIO]),...["avi"].map(o=>[o,C.AVI]),...["chm","xhs"].map(o=>[o,C.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(o=>[o,C.CODE]),...["csv"].map(o=>[o,C.CSV]),...["dita","ditamap","ditaval"].map(o=>[o,C.DITA]),...["epub"].map(o=>[o,C.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(o=>[o,C.EXCEL]),...["flac"].map(o=>[o,C.FLAC]),...["gif"].map(o=>[o,C.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(o=>[o,C.GZIP]),...["html","htm","xhtml"].map(o=>[o,C.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(o=>[o,C.IMAGE]),...["jpeg","jpg","jpe"].map(o=>[o,C.JPEG]),...["json"].map(o=>[o,C.JSON]),...["m4a","m4p"].map(o=>[o,C.M4A]),...["mov","qt"].map(o=>[o,C.MOV]),...["mp3"].map(o=>[o,C.MP3]),...["mp4","m4v"].map(o=>[o,C.MP4]),...["ogg","oga"].map(o=>[o,C.OGG]),...["pdf","ps"].map(o=>[o,C.PDF]),...["png"].map(o=>[o,C.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(o=>[o,C.POWERPOINT]),...["rar"].map(o=>[o,C.RAR]),...["stp"].map(o=>[o,C.STP]),...["txt","rtf","md","mdown"].map(o=>[o,C.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(o=>[o,C.VIDEO]),...["wav"].map(o=>[o,C.WAV]),...["wma"].map(o=>[o,C.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(o=>[o,C.WORD]),...["xml","xsl","rdf"].map(o=>[o,C.XML]),...["yaml","yml","x-yaml"].map(o=>[o,C.YAML]),...["zip"].map(o=>[o,C.ZIP])]),dp=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);function us(o,e){var r,n,i,a;o=(o??"").toLowerCase(),e=(e??"").toLowerCase();let[s,c]=(((r=dp.get(o))!==null&&r!==void 0?r:o)+"/").split("/");return(a=(i=(n=li.get(c))!==null&&n!==void 0?n:li.get(e))!==null&&i!==void 0?i:li.get(s))!==null&&a!==void 0?a:C.UNKNOWN}var Hg={[C.ABW]:"#91ABC6",[C.AUDIO]:"#1795E3",[C.AVI]:"#E63324",[C.CHM]:"#71C3EB",[C.CODE]:"#71C3EB",[C.CSV]:"#1F7345",[C.DITA]:"#71C3EB",[C.EPUB]:"#85B926",[C.EXCEL]:"#1F7345",[C.FLAC]:"#1795E3",[C.GIF]:"#59B031",[C.GZIP]:"#F8AB36",[C.HTML]:"#71C3EB",[C.IMAGE]:"#59B031",[C.JPEG]:"#59B031",[C.JSON]:"#71C3EB",[C.M4A]:"#1795E3",[C.MOV]:"#E63324",[C.MP3]:"#1795E3",[C.MP4]:"#E63324",[C.OGG]:"#1795E3",[C.PDF]:"#E44948",[C.PNG]:"#59B031",[C.POWERPOINT]:"#B54A2B",[C.RAR]:"#F8AB36",[C.STP]:"#3764B1",[C.TEXT]:"#3162AB",[C.UNKNOWN]:"#999999",[C.VIDEO]:"#E63324",[C.WAV]:"#1795E3",[C.WMA]:"#1795E3",[C.WORD]:"#3162AB",[C.XML]:"#71C3EB",[C.YAML]:"#71C3EB",[C.ZIP]:"#F8AB36"};var _e;(function(o){o.fluid_topics="fluid-topics",o.file_format="file-format",o.material="material"})(_e||(_e={}));var xr=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},te=class extends hs.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=br.nothing}render(){let e=this.variant&&Object.values(_e).includes(this.variant)?this.variant:_e.fluid_topics,r=e!==_e.material||!!this.value;return br.html`
564
564
  <i class="ft-icon ft-icon--${e} ft-no-text-select" part="icon icon-${e}">
565
- ${(0,us.unsafeHTML)(this.resolvedIcon)}
565
+ ${(0,ys.unsafeHTML)(this.resolvedIcon)}
566
566
  <slot ?hidden=${r}></slot>
567
567
  </i>
568
- `}get textContent(){var e,r;return(r=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(e){super.update(e),["value","variant"].some(r=>e.has(r))&&this.resolveIcon()}resolveIcon(){var e,r;let n=this.value||this.textContent;switch(this.variant){case Ie.file_format:this.resolvedIcon=(e=C[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case Ie.material:this.resolvedIcon=this.value||gr.nothing;break;default:this.resolvedIcon=(r=$t[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};te.elementDefinitions={};te.styles=El;br([(0,eo.property)()],te.prototype,"variant",void 0);br([(0,eo.property)()],te.prototype,"value",void 0);br([(0,eo.property)({reflect:!0,attribute:"aria-hidden"})],te.prototype,"ariaHidden",void 0);br([(0,eo.state)()],te.prototype,"resolvedIcon",void 0);br([(0,eo.query)("slot")],te.prototype,"slottedContent",void 0);(0,hs.customElement)("ft-icon")(te);var gs=u(w());var ys=u(L()),ms=u(w());var So=class extends ms.FtLitElement{render(){return ys.html`
568
+ `}get textContent(){var e,r;return(r=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(e){super.update(e),["value","variant"].some(r=>e.has(r))&&this.resolveIcon()}resolveIcon(){var e,r;let n=this.value||this.textContent;switch(this.variant){case _e.file_format:this.resolvedIcon=(e=C[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case _e.material:this.resolvedIcon=this.value||br.nothing;break;default:this.resolvedIcon=(r=$t[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};te.elementDefinitions={};te.styles=kl;xr([(0,eo.property)()],te.prototype,"variant",void 0);xr([(0,eo.property)()],te.prototype,"value",void 0);xr([(0,eo.property)({reflect:!0,attribute:"aria-hidden"})],te.prototype,"ariaHidden",void 0);xr([(0,eo.state)()],te.prototype,"resolvedIcon",void 0);xr([(0,eo.query)("slot")],te.prototype,"slottedContent",void 0);(0,ms.customElement)("ft-icon")(te);var xs=u(w());var gs=u(L()),bs=u(w());var Co=class extends bs.FtLitElement{render(){return gs.html`
569
569
  <div class="ft-loader">
570
570
  <div></div>
571
571
  <div></div>
572
572
  <div></div>
573
573
  <div></div>
574
574
  </div>
575
- `}};So.styles=Cl;(0,gs.customElement)("ft-loader")(So);var to=u(L()),li=u(dt()),ve=u(Y()),$e=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},se=class extends(0,oo.toFtFormComponent)(oo.FtLitElement,"button"){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.href=void 0,this.target=void 0,this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",e=>{var r;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var e,r,n;let i=to.html`
575
+ `}};Co.styles=El;(0,xs.customElement)("ft-loader")(Co);var to=u(L()),si=u(dt()),ve=u(Y()),$e=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},se=class extends(0,oo.toFtFormComponent)(oo.FtLitElement,"button"){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.href=void 0,this.target=void 0,this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",e=>{var r;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var e,r,n;let i=to.html`
576
576
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
577
577
  <ft-typography part="label"
578
578
  variant=${this.typographyVariant}
@@ -586,14 +586,14 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
586
586
  <a href="${a}"
587
587
  target="${(e=this.target)!==null&&e!==void 0?e:"_self"}"
588
588
  part="button"
589
- class="${(0,li.classMap)(this.buttonClasses)}"
589
+ class="${(0,si.classMap)(this.buttonClasses)}"
590
590
  aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.getLabel()}"
591
591
  ?disabled=${this.isDisabled()}>
592
592
  ${i}
593
593
  </a>
594
594
  `:to.html`
595
595
  <button part="button"
596
- class="${(0,li.classMap)(this.buttonClasses)}"
596
+ class="${(0,si.classMap)(this.buttonClasses)}"
597
597
  aria-label="${(n=this.ariaLabel)!==null&&n!==void 0?n:this.getLabel()}"
598
598
  ?disabled=${this.isDisabled()}>
599
599
  ${i}
@@ -609,7 +609,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
609
609
  <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
610
610
  `:to.html`
611
611
  <slot part="icon" name="icon"></slot>
612
- `}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}focusWithoutTooltip(){var e;this.setTooltipManual(!0),(e=this.button)===null||e===void 0||e.focus(),this.setTooltipManual(!1)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.textContent}get textContent(){return(0,oo.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};se.elementDefinitions={"ft-ripple":H,"ft-tooltip":le,"ft-typography":q,"ft-icon":te,"ft-loader":So};$e([(0,ve.property)()],se.prototype,"href",void 0);$e([(0,ve.property)()],se.prototype,"target",void 0);$e([(0,ve.property)({type:String,reflect:!0})],se.prototype,"role",void 0);$e([(0,ve.property)()],se.prototype,"type",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"disabled",void 0);$e([(0,ve.property)()],se.prototype,"label",void 0);$e([(0,ve.property)()],se.prototype,"icon",void 0);$e([(0,ve.property)()],se.prototype,"iconVariant",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"trailingIcon",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"loading",void 0);$e([(0,ve.property)({attribute:"aria-label"})],se.prototype,"ariaLabel",void 0);$e([(0,ve.property)()],se.prototype,"tooltipPosition",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"hideTooltip",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"forceTooltip",void 0);$e([(0,ve.query)(".ft-button")],se.prototype,"button",void 0);$e([(0,ve.query)(".ft-button--label slot")],se.prototype,"slottedContent",void 0);$e([(0,ve.query)("[part=tooltip]")],se.prototype,"tooltip",void 0);var Jr=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Se=class extends se{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"}};Se.styles=[bs.safariEllipsisFix,Ll];Jr([(0,xr.property)({type:Boolean})],Se.prototype,"primary",void 0);Jr([(0,xr.property)({type:Boolean})],Se.prototype,"outlined",void 0);Jr([(0,xr.property)({type:Boolean})],Se.prototype,"dense",void 0);Jr([(0,xr.property)({type:Boolean})],Se.prototype,"round",void 0);var vr=u(Y());var en=u(w());var xs=u(L()),v=u(w());var vs=[xs.css`
612
+ `}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}focusWithoutTooltip(){var e;this.setTooltipManual(!0),(e=this.button)===null||e===void 0||e.focus(),this.setTooltipManual(!1)}showTemporaryTooltip(e,r){var n;return(n=this.tooltip)===null||n===void 0?void 0:n.showTemporaryText(e,r)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.textContent}get textContent(){return(0,oo.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};se.elementDefinitions={"ft-ripple":H,"ft-tooltip":le,"ft-typography":q,"ft-icon":te,"ft-loader":Co};$e([(0,ve.property)()],se.prototype,"href",void 0);$e([(0,ve.property)()],se.prototype,"target",void 0);$e([(0,ve.property)({type:String,reflect:!0})],se.prototype,"role",void 0);$e([(0,ve.property)()],se.prototype,"type",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"disabled",void 0);$e([(0,ve.property)()],se.prototype,"label",void 0);$e([(0,ve.property)()],se.prototype,"icon",void 0);$e([(0,ve.property)()],se.prototype,"iconVariant",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"trailingIcon",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"loading",void 0);$e([(0,ve.property)({attribute:"aria-label"})],se.prototype,"ariaLabel",void 0);$e([(0,ve.property)()],se.prototype,"tooltipPosition",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"hideTooltip",void 0);$e([(0,ve.property)({type:Boolean})],se.prototype,"forceTooltip",void 0);$e([(0,ve.query)(".ft-button")],se.prototype,"button",void 0);$e([(0,ve.query)(".ft-button--label slot")],se.prototype,"slottedContent",void 0);$e([(0,ve.query)("[part=tooltip]")],se.prototype,"tooltip",void 0);var Qr=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Se=class extends se{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"}};Se.styles=[vs.safariEllipsisFix,Al];Qr([(0,vr.property)({type:Boolean})],Se.prototype,"primary",void 0);Qr([(0,vr.property)({type:Boolean})],Se.prototype,"outlined",void 0);Qr([(0,vr.property)({type:Boolean})],Se.prototype,"dense",void 0);Qr([(0,vr.property)({type:Boolean})],Se.prototype,"round",void 0);var Sr=u(Y());var tn=u(w());var Ss=u(L()),v=u(w());var Os=[Ss.css`
613
613
  :host {
614
614
  display: inline-block;
615
615
  max-width: 100%;
@@ -1075,15 +1075,15 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1075
1075
  .ftds--size-small.ft-button--icon-only {
1076
1076
  width: ${h.smallIconOnlyWidth};
1077
1077
  }
1078
- `,v.noTextSelect];var Qr=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},mt=class extends(0,en.toFtdsBase)(se){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Ur.brand,this.iconVariant=Ie.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case Be.large:return st.body2medium;case Be.medium:return st.caption1medium;case Be.small:return st.caption2medium}}};mt.styles=[en.safariEllipsisFix,vs];Qr([(0,vr.property)({type:Boolean})],mt.prototype,"primary",void 0);Qr([(0,vr.property)({type:Boolean})],mt.prototype,"secondary",void 0);Qr([(0,vr.property)({type:Boolean})],mt.prototype,"tertiary",void 0);Qr([(0,vr.property)({type:Boolean})],mt.prototype,"round",void 0);(0,si.customElement)("ft-button")(Se);(0,si.customElement)("ftds-button")(mt);var $s=u(w());var Cs=u(L()),kt=u(Y()),ws=u(w()),Es=u(dt());var ke=u(w()),Ss=u(L());var Je={textColor:ke.FtCssVariableFactory.extend("--ft-checkbox-text-color","",ke.designSystemVariables.colorOnSurfaceHigh),fontSize:ke.FtCssVariableFactory.extend("--ft-checkbox-font-size","",$.fontSize),activeColor:ke.FtCssVariableFactory.extend("--ft-checkbox-active-color","",ke.designSystemVariables.colorPrimary),checkColor:ke.FtCssVariableFactory.extend("--ft-checkbox-check-color","",ke.designSystemVariables.colorOnPrimary),borderColor:ke.FtCssVariableFactory.extend("--ft-checkbox-border-color","",ke.designSystemVariables.colorOnSurfaceMedium),disabledColor:ke.FtCssVariableFactory.extend("--ft-checkbox-disabled-color","",ke.designSystemVariables.colorOnSurfaceDisabled),errorColor:ke.FtCssVariableFactory.extend("--ft-checkbox-error-color","",ke.designSystemVariables.colorError)},Os=Ss.css`
1078
+ `,v.noTextSelect];var en=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},gt=class extends(0,tn.toFtdsBase)(se){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Vr.brand,this.iconVariant=_e.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case De.large:return st.body2medium;case De.medium:return st.caption1medium;case De.small:return st.caption2medium}}};gt.styles=[tn.safariEllipsisFix,Os];en([(0,Sr.property)({type:Boolean})],gt.prototype,"primary",void 0);en([(0,Sr.property)({type:Boolean})],gt.prototype,"secondary",void 0);en([(0,Sr.property)({type:Boolean})],gt.prototype,"tertiary",void 0);en([(0,Sr.property)({type:Boolean})],gt.prototype,"round",void 0);(0,ci.customElement)("ft-button")(Se);(0,ci.customElement)("ftds-button")(gt);var Rs=u(w());var Es=u(L()),kt=u(Y()),$s=u(w()),ks=u(dt());var ke=u(w()),Cs=u(L());var Qe={textColor:ke.FtCssVariableFactory.extend("--ft-checkbox-text-color","",ke.designSystemVariables.colorOnSurfaceHigh),fontSize:ke.FtCssVariableFactory.extend("--ft-checkbox-font-size","",$.fontSize),activeColor:ke.FtCssVariableFactory.extend("--ft-checkbox-active-color","",ke.designSystemVariables.colorPrimary),checkColor:ke.FtCssVariableFactory.extend("--ft-checkbox-check-color","",ke.designSystemVariables.colorOnPrimary),borderColor:ke.FtCssVariableFactory.extend("--ft-checkbox-border-color","",ke.designSystemVariables.colorOnSurfaceMedium),disabledColor:ke.FtCssVariableFactory.extend("--ft-checkbox-disabled-color","",ke.designSystemVariables.colorOnSurfaceDisabled),errorColor:ke.FtCssVariableFactory.extend("--ft-checkbox-error-color","",ke.designSystemVariables.colorError)},ws=Cs.css`
1079
1079
  * {
1080
1080
  box-sizing: border-box;
1081
1081
  }
1082
1082
 
1083
1083
  .ft-checkbox {
1084
1084
  box-sizing: border-box;
1085
- color: ${Je.textColor};
1086
- font-size: ${Je.fontSize};
1085
+ color: ${Qe.textColor};
1086
+ font-size: ${Qe.fontSize};
1087
1087
 
1088
1088
  display: inline-flex;
1089
1089
  align-items: center;
@@ -1091,7 +1091,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1091
1091
  }
1092
1092
 
1093
1093
  .ft-checkbox--disabled {
1094
- color: ${Je.disabledColor};
1094
+ color: ${Qe.disabledColor};
1095
1095
  }
1096
1096
 
1097
1097
  input {
@@ -1115,26 +1115,26 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1115
1115
 
1116
1116
  .ft-checkbox--box {
1117
1117
  display: flex;
1118
- border: 2px solid ${Je.borderColor};
1118
+ border: 2px solid ${Qe.borderColor};
1119
1119
  border-radius: 2px;
1120
1120
 
1121
1121
  width: 18px;
1122
1122
  height: 18px;
1123
1123
 
1124
- color: ${Je.checkColor};
1124
+ color: ${Qe.checkColor};
1125
1125
  }
1126
1126
 
1127
1127
 
1128
1128
  .ft-checkbox--checked .ft-checkbox--box,
1129
1129
  .ft-checkbox--indeterminate .ft-checkbox--box {
1130
- border-color: ${Je.activeColor};
1131
- background-color: ${Je.activeColor};
1130
+ border-color: ${Qe.activeColor};
1131
+ background-color: ${Qe.activeColor};
1132
1132
  }
1133
1133
 
1134
1134
  .ft-checkbox--disabled .ft-checkbox--box {
1135
- border-color: ${Je.disabledColor};
1135
+ border-color: ${Qe.disabledColor};
1136
1136
  background-color: transparent;
1137
- color: ${Je.disabledColor};
1137
+ color: ${Qe.disabledColor};
1138
1138
  }
1139
1139
 
1140
1140
  .ft-checkbox--checkmark {
@@ -1155,21 +1155,21 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1155
1155
  }
1156
1156
 
1157
1157
  .ft-checkbox.ft-checkbox--error {
1158
- color: ${Je.errorColor};
1159
- ${(0,ke.setVariable)(O.color,Je.errorColor)};
1158
+ color: ${Qe.errorColor};
1159
+ ${(0,ke.setVariable)(O.color,Qe.errorColor)};
1160
1160
 
1161
1161
  .ft-checkbox--box {
1162
- border-color: ${Je.errorColor};
1162
+ border-color: ${Qe.errorColor};
1163
1163
  }
1164
1164
 
1165
1165
  &.ft-checkbox--checked, &.ft-checkbox--indeterminate {
1166
1166
  .ft-checkbox--box {
1167
- background-color: ${Je.errorColor};
1167
+ background-color: ${Qe.errorColor};
1168
1168
  }
1169
1169
  }
1170
1170
  }
1171
- `;var ro=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Le=class extends ws.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1,this.error=!1}render(){let e={"ft-checkbox":!0,"ft-checkbox--error":this.error,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return Cs.html`
1172
- <label class="${(0,Es.classMap)(e)}" for="checkbox-input" part="checkbox-label">
1171
+ `;var ro=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Le=class extends $s.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1,this.error=!1}render(){let e={"ft-checkbox":!0,"ft-checkbox--error":this.error,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return Es.html`
1172
+ <label class="${(0,ks.classMap)(e)}" for="checkbox-input" part="checkbox-label">
1173
1173
  <div class="ft-checkbox--box-container" part="checkbox-box-container">
1174
1174
  <ft-ripple part="checkbox-ripple"
1175
1175
  ?disabled=${this.disabled}
@@ -1195,7 +1195,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1195
1195
  <slot></slot>
1196
1196
  </ft-typography>
1197
1197
  </label>
1198
- `}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}click(){this.input.click()}focus(){this.input.focus(),setTimeout(()=>{var e;(e=this.ripple)===null||e===void 0||e.forceFocusUpdate()},0)}};Le.elementDefinitions={"ft-ripple":H,"ft-typography":q};Le.styles=Os;ro([(0,kt.property)()],Le.prototype,"name",void 0);ro([(0,kt.property)({type:Boolean,reflect:!0})],Le.prototype,"checked",void 0);ro([(0,kt.property)({type:Boolean})],Le.prototype,"indeterminate",void 0);ro([(0,kt.property)({type:Boolean})],Le.prototype,"disabled",void 0);ro([(0,kt.property)({type:Boolean})],Le.prototype,"error",void 0);ro([(0,kt.query)(".ft-checkbox")],Le.prototype,"container",void 0);ro([(0,kt.query)("ft-ripple")],Le.prototype,"ripple",void 0);ro([(0,kt.query)("input")],Le.prototype,"input",void 0);(0,$s.customElement)("ft-checkbox")(Le);var ci=u(w());var Ls=u(L()),gt=u(Y()),Ns=u(w()),As=u(dt());var ks=u(L()),Ue=u(w());var no={textColor:Ue.FtCssVariableFactory.extend("--ft-radio-text-color","",Ue.designSystemVariables.colorOnSurfaceHigh),fontSize:Ue.FtCssVariableFactory.extend("--ft-radio-font-size","",$.fontSize),colorPrimary:Ue.FtCssVariableFactory.external(Ue.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:Ue.FtCssVariableFactory.external(Ue.designSystemVariables.colorOnPrimary,"Design system"),borderColor:Ue.FtCssVariableFactory.extend("--ft-radio-border-color","",Ue.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:Ue.FtCssVariableFactory.external(Ue.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Rs=ks.css`
1198
+ `}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}click(){this.input.click()}focus(){this.input.focus(),setTimeout(()=>{var e;(e=this.ripple)===null||e===void 0||e.forceFocusUpdate()},0)}};Le.elementDefinitions={"ft-ripple":H,"ft-typography":q};Le.styles=ws;ro([(0,kt.property)()],Le.prototype,"name",void 0);ro([(0,kt.property)({type:Boolean,reflect:!0})],Le.prototype,"checked",void 0);ro([(0,kt.property)({type:Boolean})],Le.prototype,"indeterminate",void 0);ro([(0,kt.property)({type:Boolean})],Le.prototype,"disabled",void 0);ro([(0,kt.property)({type:Boolean})],Le.prototype,"error",void 0);ro([(0,kt.query)(".ft-checkbox")],Le.prototype,"container",void 0);ro([(0,kt.query)("ft-ripple")],Le.prototype,"ripple",void 0);ro([(0,kt.query)("input")],Le.prototype,"input",void 0);(0,Rs.customElement)("ft-checkbox")(Le);var di=u(w());var As=u(L()),bt=u(Y()),Ps=u(w()),Bs=u(dt());var Ls=u(L()),Ue=u(w());var no={textColor:Ue.FtCssVariableFactory.extend("--ft-radio-text-color","",Ue.designSystemVariables.colorOnSurfaceHigh),fontSize:Ue.FtCssVariableFactory.extend("--ft-radio-font-size","",$.fontSize),colorPrimary:Ue.FtCssVariableFactory.external(Ue.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:Ue.FtCssVariableFactory.external(Ue.designSystemVariables.colorOnPrimary,"Design system"),borderColor:Ue.FtCssVariableFactory.extend("--ft-radio-border-color","",Ue.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:Ue.FtCssVariableFactory.external(Ue.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Ns=Ls.css`
1199
1199
  * {
1200
1200
  box-sizing: border-box;
1201
1201
  }
@@ -1284,8 +1284,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1284
1284
  .ft-radio ft-typography {
1285
1285
  padding-right: 2px;
1286
1286
  }
1287
- `;var Ut=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},tn=class extends CustomEvent{constructor(e,r){super("change",{detail:{value:e,checked:r},bubbles:!0,composed:!0})}},Oe=class extends Ns.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.ariaChecked="false",this.disabled=!1,this.role="radio"}render(){let e={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return Ls.html`
1288
- <div class="${(0,As.classMap)(e)}">
1287
+ `;var Ut=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},on=class extends CustomEvent{constructor(e,r){super("change",{detail:{value:e,checked:r},bubbles:!0,composed:!0})}},Oe=class extends Ps.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.ariaChecked="false",this.disabled=!1,this.role="radio"}render(){let e={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return As.html`
1288
+ <div class="${(0,Bs.classMap)(e)}">
1289
1289
  <div class="ft-radio--box-container">
1290
1290
  <ft-ripple
1291
1291
  ?disabled=${this.disabled}
@@ -1309,7 +1309,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1309
1309
  </ft-typography>
1310
1310
  </label>
1311
1311
  </div>
1312
- `}update(e){super.update(e),e.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.dispatchEvent(new tn(this.value,this.checked))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new tn(this.value,this.checked))}setInputTabIndex(e){this.input&&(this.input.tabIndex=e)}focus(){var e;(e=this.input)===null||e===void 0||e.focus(),setTimeout(()=>{var r;(r=this.ripple)===null||r===void 0||r.forceFocusUpdate()},0)}};Oe.elementDefinitions={"ft-ripple":H,"ft-typography":q};Oe.styles=Rs;Ut([(0,gt.property)()],Oe.prototype,"value",void 0);Ut([(0,gt.property)()],Oe.prototype,"name",void 0);Ut([(0,gt.property)({type:Boolean,reflect:!0})],Oe.prototype,"checked",void 0);Ut([(0,gt.property)({attribute:"aria-checked",reflect:!0})],Oe.prototype,"ariaChecked",void 0);Ut([(0,gt.property)({type:Boolean})],Oe.prototype,"disabled",void 0);Ut([(0,gt.property)({reflect:!0,attribute:"role"})],Oe.prototype,"role",void 0);Ut([(0,gt.query)(".ft-radio")],Oe.prototype,"container",void 0);Ut([(0,gt.query)("ft-ripple")],Oe.prototype,"ripple",void 0);Ut([(0,gt.query)("input")],Oe.prototype,"input",void 0);var Is=u(w()),Vt=u(Y()),Ds=u(L());var Ps=u(L());var Bs=Ps.css`
1312
+ `}update(e){super.update(e),e.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.dispatchEvent(new on(this.value,this.checked))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new on(this.value,this.checked))}setInputTabIndex(e){this.input&&(this.input.tabIndex=e)}focus(){var e;(e=this.input)===null||e===void 0||e.focus(),setTimeout(()=>{var r;(r=this.ripple)===null||r===void 0||r.forceFocusUpdate()},0)}};Oe.elementDefinitions={"ft-ripple":H,"ft-typography":q};Oe.styles=Ns;Ut([(0,bt.property)()],Oe.prototype,"value",void 0);Ut([(0,bt.property)()],Oe.prototype,"name",void 0);Ut([(0,bt.property)({type:Boolean,reflect:!0})],Oe.prototype,"checked",void 0);Ut([(0,bt.property)({attribute:"aria-checked",reflect:!0})],Oe.prototype,"ariaChecked",void 0);Ut([(0,bt.property)({type:Boolean})],Oe.prototype,"disabled",void 0);Ut([(0,bt.property)({reflect:!0,attribute:"role"})],Oe.prototype,"role",void 0);Ut([(0,bt.query)(".ft-radio")],Oe.prototype,"container",void 0);Ut([(0,bt.query)("ft-ripple")],Oe.prototype,"ripple",void 0);Ut([(0,bt.query)("input")],Oe.prototype,"input",void 0);var _s=u(w()),Vt=u(Y()),Fs=u(L());var Is=u(L());var Ds=Is.css`
1313
1313
  :host {
1314
1314
  display: block;
1315
1315
  }
@@ -1317,12 +1317,12 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1317
1317
  :host(:focus-visible) {
1318
1318
  outline: none;
1319
1319
  }
1320
- `;var qo=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ve=class extends Is.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=e=>{!this.contains(e.relatedTarget)&&(this.tabIndex=0)}}get radioButtons(){var e,r;return(r=(e=this.assignedElements)===null||e===void 0?void 0:e.flatMap(n=>n.matches("ft-radio")?[n]:[...n.querySelectorAll("ft-radio")]))!==null&&r!==void 0?r:[]}render(){return Ds.html`
1320
+ `;var qo=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ve=class extends _s.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=e=>{!this.contains(e.relatedTarget)&&(this.tabIndex=0)}}get radioButtons(){var e,r;return(r=(e=this.assignedElements)===null||e===void 0?void 0:e.flatMap(n=>n.matches("ft-radio")?[n]:[...n.querySelectorAll("ft-radio")]))!==null&&r!==void 0?r:[]}render(){return Fs.html`
1321
1321
  <slot @slotchange=${this.onSlotChange}
1322
1322
  @change=${this.onChange}
1323
1323
  @keydown=${this.onKeyDown}
1324
1324
  ></slot>
1325
- `}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",this.onFocus),this.addEventListener("focusout",this.onFocusOut)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focus",this.onFocus),this.removeEventListener("focusout",this.onFocusOut)}onSlotChange(){this.radioButtons.forEach(e=>e.name=this.name)}contentAvailableCallback(e){super.contentAvailableCallback(e),this.radioButtons.forEach(r=>r.setInputTabIndex(-1)),this.resolveCurrentSelectedIndex()}onChange(e){e.stopPropagation(),this.radioButtons.forEach(r=>r.checked=e.detail.value===r.value),this.dispatchEvent(new CustomEvent("change",{detail:e.detail.value})),this.resolveCurrentSelectedIndex()}onKeyDown(e){let r=!1;switch(e.key){case"ArrowUp":case"ArrowLeft":{r=!0;let n=this.currentSelectedIndex-1;this.radioButtons[n<0?this.radioButtons.length-1:n].select(),this.radioButtons[n<0?this.radioButtons.length-1:n].focus();break}case"ArrowDown":case"ArrowRight":{r=!0;let n=this.currentSelectedIndex+1;this.radioButtons[n>this.radioButtons.length-1?0:n].select(),this.radioButtons[n>this.radioButtons.length-1?0:n].focus();break}case"Enter":this.radioButtons[this.currentSelectedIndex].select()}r&&(e.stopPropagation(),e.preventDefault())}resolveCurrentSelectedIndex(){let e=this.radioButtons.findIndex(r=>r.checked);e==-1?(this.currentSelectedIndex=0,this.radioButtons[0].select()):this.currentSelectedIndex=e}focusCurrentChecked(){this.radioButtons[this.currentSelectedIndex].focus()}};Ve.elementDefinitions={};Ve.styles=Bs;qo([(0,Vt.property)()],Ve.prototype,"name",void 0);qo([(0,Vt.property)({reflect:!0,attribute:"role"})],Ve.prototype,"role",void 0);qo([(0,Vt.property)({reflect:!0})],Ve.prototype,"tabIndex",void 0);qo([(0,Vt.property)({reflect:!0,attribute:"aria-labelledby"})],Ve.prototype,"ariaLabelledBy",void 0);qo([(0,Vt.queryAssignedElements)()],Ve.prototype,"assignedElements",void 0);qo([(0,Vt.state)()],Ve.prototype,"currentSelectedIndex",void 0);(0,ci.customElement)("ft-radio")(Oe);(0,ci.customElement)("ft-radio-group")(Ve);var _s=u(L()),X=u(w());var Sr={buttonMoreColor:X.FtCssVariableFactory.extend("--ft-filter-level-button-more-color","",X.designSystemVariables.colorOnSurface),borderRadiusM:X.FtCssVariableFactory.external(X.designSystemVariables.borderRadiusM,"Design system"),colorOutline:X.FtCssVariableFactory.external(X.designSystemVariables.colorOutline,"Design system"),colorOnSurface:X.FtCssVariableFactory.external(X.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:X.FtCssVariableFactory.external(X.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:X.FtCssVariableFactory.external(X.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:X.FtCssVariableFactory.external(X.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:X.FtCssVariableFactory.external(X.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:X.FtCssVariableFactory.external(be.fontFamily,"Body2 typography"),fontSize:X.FtCssVariableFactory.external(be.fontSize,"Body2 typography"),fontWeight:X.FtCssVariableFactory.external(be.fontWeight,"Body2 typography"),letterSpacing:X.FtCssVariableFactory.external(be.letterSpacing,"Body2 typography"),lineHeight:X.FtCssVariableFactory.external(be.lineHeight,"Body2 typography"),textTransform:X.FtCssVariableFactory.external(be.textTransform,"Body2 typography")},zs=_s.css`
1325
+ `}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",this.onFocus),this.addEventListener("focusout",this.onFocusOut)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focus",this.onFocus),this.removeEventListener("focusout",this.onFocusOut)}onSlotChange(){this.radioButtons.forEach(e=>e.name=this.name)}contentAvailableCallback(e){super.contentAvailableCallback(e),this.radioButtons.forEach(r=>r.setInputTabIndex(-1)),this.resolveCurrentSelectedIndex()}onChange(e){e.stopPropagation(),this.radioButtons.forEach(r=>r.checked=e.detail.value===r.value),this.dispatchEvent(new CustomEvent("change",{detail:e.detail.value})),this.resolveCurrentSelectedIndex()}onKeyDown(e){let r=!1;switch(e.key){case"ArrowUp":case"ArrowLeft":{r=!0;let n=this.currentSelectedIndex-1;this.radioButtons[n<0?this.radioButtons.length-1:n].select(),this.radioButtons[n<0?this.radioButtons.length-1:n].focus();break}case"ArrowDown":case"ArrowRight":{r=!0;let n=this.currentSelectedIndex+1;this.radioButtons[n>this.radioButtons.length-1?0:n].select(),this.radioButtons[n>this.radioButtons.length-1?0:n].focus();break}case"Enter":this.radioButtons[this.currentSelectedIndex].select()}r&&(e.stopPropagation(),e.preventDefault())}resolveCurrentSelectedIndex(){let e=this.radioButtons.findIndex(r=>r.checked);e==-1?(this.currentSelectedIndex=0,this.radioButtons[0].select()):this.currentSelectedIndex=e}focusCurrentChecked(){this.radioButtons[this.currentSelectedIndex].focus()}};Ve.elementDefinitions={};Ve.styles=Ds;qo([(0,Vt.property)()],Ve.prototype,"name",void 0);qo([(0,Vt.property)({reflect:!0,attribute:"role"})],Ve.prototype,"role",void 0);qo([(0,Vt.property)({reflect:!0})],Ve.prototype,"tabIndex",void 0);qo([(0,Vt.property)({reflect:!0,attribute:"aria-labelledby"})],Ve.prototype,"ariaLabelledBy",void 0);qo([(0,Vt.queryAssignedElements)()],Ve.prototype,"assignedElements",void 0);qo([(0,Vt.state)()],Ve.prototype,"currentSelectedIndex",void 0);(0,di.customElement)("ft-radio")(Oe);(0,di.customElement)("ft-radio-group")(Ve);var Ts=u(L()),X=u(w());var Or={buttonMoreColor:X.FtCssVariableFactory.extend("--ft-filter-level-button-more-color","",X.designSystemVariables.colorOnSurface),borderRadiusM:X.FtCssVariableFactory.external(X.designSystemVariables.borderRadiusM,"Design system"),colorOutline:X.FtCssVariableFactory.external(X.designSystemVariables.colorOutline,"Design system"),colorOnSurface:X.FtCssVariableFactory.external(X.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:X.FtCssVariableFactory.external(X.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:X.FtCssVariableFactory.external(X.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:X.FtCssVariableFactory.external(X.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:X.FtCssVariableFactory.external(X.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:X.FtCssVariableFactory.external(be.fontFamily,"Body2 typography"),fontSize:X.FtCssVariableFactory.external(be.fontSize,"Body2 typography"),fontWeight:X.FtCssVariableFactory.external(be.fontWeight,"Body2 typography"),letterSpacing:X.FtCssVariableFactory.external(be.letterSpacing,"Body2 typography"),lineHeight:X.FtCssVariableFactory.external(be.lineHeight,"Body2 typography"),textTransform:X.FtCssVariableFactory.external(be.textTransform,"Body2 typography")},zs=Ts.css`
1326
1326
  .ft-filter-level--container {
1327
1327
  display: flex;
1328
1328
  flex-direction: column;
@@ -1336,14 +1336,14 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1336
1336
  flex-shrink: 0;
1337
1337
  text-decoration: none;
1338
1338
  position: relative;
1339
- border-radius: ${Sr.borderRadiusM};
1339
+ border-radius: ${Or.borderRadiusM};
1340
1340
  overflow: hidden;
1341
1341
  display: flex;
1342
1342
  align-items: center;
1343
1343
  padding: 4px 4px;
1344
1344
  gap: 4px;
1345
1345
  cursor: pointer;
1346
- color: ${Sr.colorOnSurface};
1346
+ color: ${Or.colorOnSurface};
1347
1347
  }
1348
1348
 
1349
1349
  .ft-filter-level--go-back:focus {
@@ -1372,11 +1372,11 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1372
1372
  }
1373
1373
 
1374
1374
  ft-button {
1375
- ${(0,X.setVariable)(W.color,Sr.colorOnSurface)};
1375
+ ${(0,X.setVariable)(W.color,Or.colorOnSurface)};
1376
1376
  }
1377
1377
 
1378
1378
  ft-button.ft-filter-level--display-more {
1379
- ${(0,X.setVariable)(W.color,Sr.buttonMoreColor)};
1379
+ ${(0,X.setVariable)(W.color,Or.buttonMoreColor)};
1380
1380
  }
1381
1381
 
1382
1382
  ft-radio, ft-checkbox {
@@ -1390,11 +1390,11 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1390
1390
 
1391
1391
  .ft-filter-level--no-values {
1392
1392
  margin: 10px 0;
1393
- color: ${Sr.colorOnSurfaceMedium};
1393
+ color: ${Or.colorOnSurfaceMedium};
1394
1394
  }
1395
- `;var De=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},he=class extends on.FtLitElement{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.displayCount=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let e=this.limit;return e!=null&&e<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var e,r;return(r=(e=this.container)===null||e===void 0?void 0:e.scrollHeight)!==null&&r!==void 0?r:0}focusOnBackButton(){this.elementToFocus={selector:".ft-filter-level--go-back",isKeyboardNavigation:!0}}focusOnExpandButton(e){this.elementToFocus={selector:`.ft-filter-level--option ft-button[part="controls navigate-hierarchy"][data-value="${e}"]`,isKeyboardNavigation:!0}}render(){let e=[...this.options];this.hideSelectedOptions&&(e=e.filter(n=>!n.selected)),this.filter&&(e=e.filter(n=>n.label.toLowerCase().includes(this.filter.toLowerCase())));let r=e.slice(0,this.limit);return Qe.html`
1395
+ `;var Fe=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ye=class extends rn.FtLitElement{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.displayCount=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let e=this.limit;return e!=null&&e<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var e,r;return(r=(e=this.container)===null||e===void 0?void 0:e.scrollHeight)!==null&&r!==void 0?r:0}focusOnBackButton(){this.elementToFocus={selector:".ft-filter-level--go-back"}}focusOnExpandButton(e){this.elementToFocus={selector:`.ft-filter-level--option ft-button[part="controls navigate-hierarchy"][data-value="${e}"]`}}focusOnFirstOption(){this.elementToFocus={selector:'.ft-filter-level--option [part~="option"]'}}render(){let e=[...this.options];this.hideSelectedOptions&&(e=e.filter(n=>!n.selected)),this.filter&&(e=e.filter(n=>n.label.toLowerCase().includes(this.filter.toLowerCase())));let r=e.slice(0,this.limit);return et.html`
1396
1396
  <div class="ft-filter-level--container ${this.disabled?"ft-filter--disabled":""}">
1397
- ${this.parent==null?null:Qe.html`
1397
+ ${this.parent==null?null:et.html`
1398
1398
  <div tabindex="0"
1399
1399
  part="controls go-back"
1400
1400
  class="ft-filter-level--go-back"
@@ -1408,15 +1408,15 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1408
1408
  <ft-typography variant="body2">${this.parent.label}</ft-typography>
1409
1409
  </div>
1410
1410
  `}
1411
- ${this.options.length===0&&this.noValuesLabel?Qe.html`
1411
+ ${this.options.length===0&&this.noValuesLabel?et.html`
1412
1412
  <ft-typography class="ft-filter-level--no-values" element="span" variant="body2">
1413
1413
  ${this.noValuesLabel}
1414
1414
  </ft-typography>
1415
- `:Qe.nothing}
1416
- ${(0,Fs.repeat)(r,n=>n.value,n=>{var i;return Qe.html`
1415
+ `:et.nothing}
1416
+ ${(0,Ms.repeat)(r,n=>n.value,n=>{var i;return et.html`
1417
1417
  <div class="ft-filter-level--option" part="options" tabindex="-1">
1418
1418
  ${this.multivalued?this.buildMultiValuedOption(n):this.buildMonoValuedOption(n)}
1419
- ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?Qe.nothing:Qe.html`
1419
+ ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?et.nothing:et.html`
1420
1420
  <ft-button icon="thin_arrow_right"
1421
1421
  part="controls navigate-hierarchy"
1422
1422
  aria-label="Expand node"
@@ -1427,7 +1427,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1427
1427
  `}
1428
1428
  </div>
1429
1429
  `})}
1430
- ${r.length<e.length?Qe.html`
1430
+ ${r.length<e.length?et.html`
1431
1431
  <ft-button
1432
1432
  class="ft-filter-level--display-more"
1433
1433
  icon="thin_arrow"
@@ -1436,19 +1436,19 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1436
1436
  @click=${this.displayMore}>
1437
1437
  ${this.moreValuesButtonLabel}
1438
1438
  </ft-button>
1439
- `:Qe.nothing}
1439
+ `:et.nothing}
1440
1440
  </div>
1441
- `}goBackOnKeyPress(e){(e.key==="Enter"||e.key===" ")&&this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}goBackOnClick(e){e.stopPropagation(),e.preventDefault(),this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}displayMore(){var e;let r=(e=this.limit)!==null&&e!==void 0?e:0;this.displayedPages++,this.elementToFocus={selector:`.ft-filter-level--option:nth-child(${r+2}) [part~="option"]`,isKeyboardNavigation:!0}}buildMultiValuedOption(e){var r;return Qe.html`
1441
+ `}goBackOnKeyPress(e){(e.key==="Enter"||e.key===" ")&&this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}goBackOnClick(e){e.stopPropagation(),e.preventDefault(),this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}displayMore(){var e;let r=(e=this.limit)!==null&&e!==void 0?e:0,n=this.parent!=null;this.displayedPages++,this.elementToFocus={selector:`.ft-filter-level--option:nth-child(${r+(n?2:1)}) [part~="option"]`}}buildMultiValuedOption(e){var r;return et.html`
1442
1442
  <ft-checkbox name="${this.filterId}"
1443
1443
  part="multivalued-option option"
1444
1444
  data-value="${e.value}"
1445
1445
  .checked=${e.selected}
1446
1446
  .disabled=${this.disabled}
1447
- .indeterminate=${(0,on.flatDeep)((r=e.subOptions)!==null&&r!==void 0?r:[],n=>{var i;return(i=n.subOptions)!==null&&i!==void 0?i:[]}).some(n=>n.selected)}
1447
+ .indeterminate=${(0,rn.flatDeep)((r=e.subOptions)!==null&&r!==void 0?r:[],n=>{var i;return(i=n.subOptions)!==null&&i!==void 0?i:[]}).some(n=>n.selected)}
1448
1448
  @change=${n=>this.optionsChanged(n,e)}>
1449
1449
  ${e.renderOption?e.renderOption:e.label}${this.displayCount?` (${e.count})`:""}
1450
1450
  </ft-checkbox>
1451
- `}buildMonoValuedOption(e){return Qe.html`
1451
+ `}buildMonoValuedOption(e){return et.html`
1452
1452
  <ft-radio name="${this.filterId+Math.round(Math.random()*1e6)}"
1453
1453
  part="monovalued-option option"
1454
1454
  data-value="${e.value}"
@@ -1459,7 +1459,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1459
1459
  @change=${r=>this.optionsChanged(r,e)}>
1460
1460
  ${e.renderOption?e.renderOption:e.label}${this.displayCount?` (${e.count})`:""}
1461
1461
  </ft-radio>
1462
- `}onRadioKeyDown(e,r){e.stopPropagation(),(e.key===" "||e.key==="Enter")&&(e.preventDefault(),this.optionsChanged(e,r))}optionsChanged(e,r){e.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:r}))}displayLevel(e){this.dispatchEvent(new CustomEvent("display-level",{detail:e}))}};he.elementDefinitions={"ft-button":Se,"ft-ripple":H,"ft-typography":q,"ft-checkbox":Le,"ft-icon":te,"ft-radio":Oe};he.styles=zs;De([(0,we.property)({type:String})],he.prototype,"filterId",void 0);De([(0,we.property)({type:Object})],he.prototype,"parent",void 0);De([(0,we.property)({type:Array})],he.prototype,"options",void 0);De([(0,we.property)({type:Boolean})],he.prototype,"multivalued",void 0);De([(0,we.property)({type:Boolean})],he.prototype,"disabled",void 0);De([(0,we.property)({type:Boolean})],he.prototype,"hideSelectedOptions",void 0);De([(0,we.property)({type:Boolean})],he.prototype,"displayCount",void 0);De([(0,we.property)({type:Boolean})],he.prototype,"preventNavigation",void 0);De([(0,we.property)({type:String})],he.prototype,"filter",void 0);De([(0,we.property)({type:String})],he.prototype,"moreValuesButtonLabel",void 0);De([(0,we.property)({type:String})],he.prototype,"noValuesLabel",void 0);De([(0,we.property)({type:Number})],he.prototype,"displayedValuesLimit",void 0);De([(0,we.query)(".ft-filter-level--container")],he.prototype,"container",void 0);De([(0,we.state)()],he.prototype,"radios",void 0);De([(0,we.state)()],he.prototype,"displayedPages",void 0);var Us=u(w());var Ws=u(L()),et=u(Y()),Oo=u(w());var Hs=u(dt());var Ts=u(L()),bt=u(w());var _e={buttonsColor:bt.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",bt.designSystemVariables.colorPrimary),buttonsZIndex:bt.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:bt.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:bt.FtCssVariableFactory.external(bt.designSystemVariables.colorSurface,"Design system")},Ms=Ts.css`
1462
+ `}onRadioKeyDown(e,r){e.stopPropagation(),(e.key===" "||e.key==="Enter")&&(e.preventDefault(),this.optionsChanged(e,r))}optionsChanged(e,r){e.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:r}))}displayLevel(e){this.dispatchEvent(new CustomEvent("display-level",{detail:e}))}};ye.elementDefinitions={"ft-button":Se,"ft-ripple":H,"ft-typography":q,"ft-checkbox":Le,"ft-icon":te,"ft-radio":Oe};ye.styles=zs;Fe([(0,we.property)({type:String})],ye.prototype,"filterId",void 0);Fe([(0,we.property)({type:Object})],ye.prototype,"parent",void 0);Fe([(0,we.property)({type:Array})],ye.prototype,"options",void 0);Fe([(0,we.property)({type:Boolean})],ye.prototype,"multivalued",void 0);Fe([(0,we.property)({type:Boolean})],ye.prototype,"disabled",void 0);Fe([(0,we.property)({type:Boolean})],ye.prototype,"hideSelectedOptions",void 0);Fe([(0,we.property)({type:Boolean})],ye.prototype,"displayCount",void 0);Fe([(0,we.property)({type:Boolean})],ye.prototype,"preventNavigation",void 0);Fe([(0,we.property)({type:String})],ye.prototype,"filter",void 0);Fe([(0,we.property)({type:String})],ye.prototype,"moreValuesButtonLabel",void 0);Fe([(0,we.property)({type:String})],ye.prototype,"noValuesLabel",void 0);Fe([(0,we.property)({type:Number})],ye.prototype,"displayedValuesLimit",void 0);Fe([(0,we.query)(".ft-filter-level--container")],ye.prototype,"container",void 0);Fe([(0,we.state)()],ye.prototype,"radios",void 0);Fe([(0,we.state)()],ye.prototype,"displayedPages",void 0);var Gs=u(w());var Us=u(L()),tt=u(Y()),wo=u(w());var Vs=u(dt());var Ws=u(L()),xt=u(w());var Te={buttonsColor:xt.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",xt.designSystemVariables.colorPrimary),buttonsZIndex:xt.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:xt.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:xt.FtCssVariableFactory.external(xt.designSystemVariables.colorSurface,"Design system")},Hs=Ws.css`
1463
1463
  .ft-snap-scroll {
1464
1464
  box-sizing: border-box;
1465
1465
  position: relative;
@@ -1494,7 +1494,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1494
1494
  flex-wrap: nowrap;
1495
1495
  align-items: flex-start;
1496
1496
  justify-content: flex-start;
1497
- gap: ${_e.gap};
1497
+ gap: ${Te.gap};
1498
1498
  }
1499
1499
 
1500
1500
  .ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
@@ -1537,11 +1537,11 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1537
1537
  .ft-snap-scroll--next {
1538
1538
  position: absolute;
1539
1539
  display: flex;
1540
- z-index: ${_e.buttonsZIndex};
1540
+ z-index: ${Te.buttonsZIndex};
1541
1541
  opacity: 1;
1542
1542
  transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
1543
- ${(0,bt.setVariable)(W.backgroundColor,"transparent")};
1544
- ${(0,bt.setVariable)(W.color,_e.buttonsColor)};
1543
+ ${(0,xt.setVariable)(W.backgroundColor,"transparent")};
1544
+ ${(0,xt.setVariable)(W.color,Te.buttonsColor)};
1545
1545
  }
1546
1546
 
1547
1547
  .ft-snap-scroll--previous[hidden],
@@ -1554,37 +1554,37 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1554
1554
  top: 0;
1555
1555
  left: -1px;
1556
1556
  bottom: 0;
1557
- background: linear-gradient(to right, ${_e.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1557
+ background: linear-gradient(to right, ${Te.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1558
1558
  }
1559
1559
 
1560
1560
  .ft-snap-scroll--vertical .ft-snap-scroll--previous {
1561
1561
  top: -1px;
1562
1562
  left: 0;
1563
1563
  right: 0;
1564
- background: linear-gradient(to bottom, ${_e.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1564
+ background: linear-gradient(to bottom, ${Te.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1565
1565
  }
1566
1566
 
1567
1567
  .ft-snap-scroll--horizontal .ft-snap-scroll--next {
1568
1568
  top: 0;
1569
1569
  right: -1px;
1570
1570
  bottom: 0;
1571
- background: linear-gradient(to left, ${_e.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1571
+ background: linear-gradient(to left, ${Te.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1572
1572
  }
1573
1573
 
1574
1574
  .ft-snap-scroll--vertical .ft-snap-scroll--next {
1575
1575
  left: 0;
1576
1576
  right: 0;
1577
1577
  bottom: -1px;
1578
- background: linear-gradient(to top, ${_e.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1578
+ background: linear-gradient(to top, ${Te.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1579
1579
  }
1580
1580
 
1581
1581
  .ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
1582
1582
  .ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
1583
1583
  .ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
1584
1584
  .ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
1585
- background-color: ${_e.colorSurface};
1585
+ background-color: ${Te.colorSurface};
1586
1586
  }
1587
- `;var Rt=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},di=class extends CustomEvent{constructor(e,r){super("current-element-change",{detail:{index:e,element:r}})}},ge=class extends Oo.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver(()=>this.scheduleUpdateScroll()),this.scrollDebouncer=new Oo.Debouncer(200),this.updateScrollDebouncer=new Oo.Debouncer(100)}scrollToIndex(e){this.scrollToElement(this.elements[e])}scrollIndexIntoView(e){let r=this.elements[e];if(r){let n=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,i=this.contentSlot[this.scrollAttribute]+this.prevSize;(r[this.offsetAttribute]<i||r[this.offsetAttribute]+r[this.sizeAttribute]>n)&&this.scrollToElement(r)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){let e=(0,Hs.classMap)({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":Oo.isSafari}),r=this.controls&&this.withScroll;return Ws.html`
1587
+ `;var Rt=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},pi=class extends CustomEvent{constructor(e,r){super("current-element-change",{detail:{index:e,element:r}})}},ge=class extends wo.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver(()=>this.scheduleUpdateScroll()),this.scrollDebouncer=new wo.Debouncer(200),this.updateScrollDebouncer=new wo.Debouncer(100)}scrollToIndex(e){this.scrollToElement(this.elements[e])}scrollIndexIntoView(e){let r=this.elements[e];if(r){let n=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,i=this.contentSlot[this.scrollAttribute]+this.prevSize;(r[this.offsetAttribute]<i||r[this.offsetAttribute]+r[this.sizeAttribute]>n)&&this.scrollToElement(r)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){let e=(0,Vs.classMap)({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":wo.isSafari}),r=this.controls&&this.withScroll;return Us.html`
1588
1588
  <div part="container" class="${e}">
1589
1589
  <ft-button
1590
1590
  class="ft-snap-scroll--previous"
@@ -1608,7 +1608,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1608
1608
  @click=${this.next}
1609
1609
  ></ft-button>
1610
1610
  </div>
1611
- `}update(e){super.update(e),e.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),e.has("currentElement")&&this.dispatchEvent(new di(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(r=this.listenedContainer)===null||r===void 0||r.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let e=this.closestElementFromStart();if(e!=null){let r=this.getDistanceFromStart(e);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<r&&(e=this.lastElement),this.scrollToElement(e)}}scrollToElement(e){var r,n;e&&(this.horizontal?(r=this.contentSlot)===null||r===void 0||r.scrollTo({left:this.getOffset(e)-this.controlsSize,behavior:"smooth"}):(n=this.contentSlot)===null||n===void 0||n.scrollTo({top:this.getOffset(e)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(e))}onSlotChange(){var e,r;this.elements=(r=(e=this.contentSlot)===null||e===void 0?void 0:e.assignedElements().map(n=>n))!==null&&r!==void 0?r:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let e=-1;for(let r=0;r<this.elements.length;r++)(e<0||this.getDistanceFromStart(this.elements[r])<this.getDistanceFromStart(this.elements[e]))&&(e=r);return e}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let e=this.elements[0];return e?e[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(e){return e[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(e){let r=e===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(e)-this.contentSlot[this.scrollAttribute]-r)}};ge.elementDefinitions={"ft-button":Se};ge.styles=Ms;Rt([(0,et.property)({type:Boolean})],ge.prototype,"horizontal",void 0);Rt([(0,et.property)({type:Boolean})],ge.prototype,"hideScrollbar",void 0);Rt([(0,et.property)({type:Boolean})],ge.prototype,"controls",void 0);Rt([(0,et.property)({type:Boolean})],ge.prototype,"limitSize",void 0);Rt([(0,et.state)()],ge.prototype,"elements",void 0);Rt([(0,et.state)()],ge.prototype,"currentElement",void 0);Rt([(0,et.state)()],ge.prototype,"withScroll",void 0);Rt([(0,et.state)()],ge.prototype,"startReached",void 0);Rt([(0,et.state)()],ge.prototype,"endReached",void 0);Rt([(0,et.query)(".ft-snap-scroll--content")],ge.prototype,"contentSlot",void 0);(0,Us.customElement)("ft-snap-scroll")(ge);var Vs=u(L()),oe=u(w());var Ge={colorOutline:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorOutline,"Design system"),colorOnSurface:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorPrimary:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorPrimary,"Design system"),colorSurface:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorSurface,"Design system"),transitionDuration:oe.FtCssVariableFactory.external(oe.designSystemVariables.transitionDuration,"Design system"),transitionTimingFunction:oe.FtCssVariableFactory.external(oe.designSystemVariables.transitionTimingFunction,"Design system"),labelColor:oe.FtCssVariableFactory.extend("--ft-filter-label-color","",oe.designSystemVariables.colorOnSurface),labelFontSize:oe.FtCssVariableFactory.extend("--ft-filter-label-font-size","",$.fontSize,"16px")},Gs=[Xt,oe.noTextInputDefaultClearButton,Vs.css`
1611
+ `}update(e){super.update(e),e.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),e.has("currentElement")&&this.dispatchEvent(new pi(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(r=this.listenedContainer)===null||r===void 0||r.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let e=this.closestElementFromStart();if(e!=null){let r=this.getDistanceFromStart(e);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<r&&(e=this.lastElement),this.scrollToElement(e)}}scrollToElement(e){var r,n;e&&(this.horizontal?(r=this.contentSlot)===null||r===void 0||r.scrollTo({left:this.getOffset(e)-this.controlsSize,behavior:"smooth"}):(n=this.contentSlot)===null||n===void 0||n.scrollTo({top:this.getOffset(e)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(e))}onSlotChange(){var e,r;this.elements=(r=(e=this.contentSlot)===null||e===void 0?void 0:e.assignedElements().map(n=>n))!==null&&r!==void 0?r:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let e=-1;for(let r=0;r<this.elements.length;r++)(e<0||this.getDistanceFromStart(this.elements[r])<this.getDistanceFromStart(this.elements[e]))&&(e=r);return e}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let e=this.elements[0];return e?e[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(e){return e[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(e){let r=e===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(e)-this.contentSlot[this.scrollAttribute]-r)}};ge.elementDefinitions={"ft-button":Se};ge.styles=Hs;Rt([(0,tt.property)({type:Boolean})],ge.prototype,"horizontal",void 0);Rt([(0,tt.property)({type:Boolean})],ge.prototype,"hideScrollbar",void 0);Rt([(0,tt.property)({type:Boolean})],ge.prototype,"controls",void 0);Rt([(0,tt.property)({type:Boolean})],ge.prototype,"limitSize",void 0);Rt([(0,tt.state)()],ge.prototype,"elements",void 0);Rt([(0,tt.state)()],ge.prototype,"currentElement",void 0);Rt([(0,tt.state)()],ge.prototype,"withScroll",void 0);Rt([(0,tt.state)()],ge.prototype,"startReached",void 0);Rt([(0,tt.state)()],ge.prototype,"endReached",void 0);Rt([(0,tt.query)(".ft-snap-scroll--content")],ge.prototype,"contentSlot",void 0);(0,Gs.customElement)("ft-snap-scroll")(ge);var js=u(L()),oe=u(w());var Ge={colorOutline:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorOutline,"Design system"),colorOnSurface:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorPrimary:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorPrimary,"Design system"),colorSurface:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorSurface,"Design system"),transitionDuration:oe.FtCssVariableFactory.external(oe.designSystemVariables.transitionDuration,"Design system"),transitionTimingFunction:oe.FtCssVariableFactory.external(oe.designSystemVariables.transitionTimingFunction,"Design system"),labelColor:oe.FtCssVariableFactory.extend("--ft-filter-label-color","",oe.designSystemVariables.colorOnSurface),labelFontSize:oe.FtCssVariableFactory.extend("--ft-filter-label-font-size","",$.fontSize,"16px")},Zs=[Xt,oe.noTextInputDefaultClearButton,js.css`
1612
1612
  :host {
1613
1613
  display: flex;
1614
1614
  max-height: 100%;
@@ -1725,10 +1725,10 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1725
1725
  slot:not([name]) {
1726
1726
  display: none;
1727
1727
  }
1728
- `];var ce=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},pi=class extends CustomEvent{constructor(e){super("change",{detail:e})}},K=class extends ze.FtLitElement{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayCount=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver(()=>this.updateScroll()),this.levelsScrollDebouncer=new ze.Debouncer(300),this.changeDebouncer=new ze.Debouncer(10),this.lastDispatchedValues=[]}get flatOptions(){return(0,ze.flatDeep)(this.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]})}get childrenFilteredFlatOptions(){return(0,ze.flatDeep)(this.options,e=>{var r;return e.selected?[]:(r=e.subOptions)!==null&&r!==void 0?r:[]})}get selectedValues(){return this.childrenFilteredFlatOptions.filter(e=>e.selected).map(e=>e.value)}render(){let e=this.flatOptions.some(i=>i.selected),r=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,n=this.filterPlaceHolder.replace("{0}",this.label);return Co.html`
1728
+ `];var ce=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},fi=class extends CustomEvent{constructor(e){super("change",{detail:e})}},Z=class extends Ne.FtLitElement{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayCount=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver(()=>this.updateScroll()),this.levelsScrollDebouncer=new Ne.Debouncer(300),this.changeDebouncer=new Ne.Debouncer(10),this.lastDispatchedValues=[]}get flatOptions(){return(0,Ne.flatDeep)(this.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]})}get childrenFilteredFlatOptions(){return(0,Ne.flatDeep)(this.options,e=>{var r;return e.selected?[]:(r=e.subOptions)!==null&&r!==void 0?r:[]})}get selectedValues(){return this.childrenFilteredFlatOptions.filter(e=>e.selected).map(e=>e.value)}render(){let e=this.flatOptions.some(i=>i.selected),r=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,n=this.filterPlaceHolder.replace("{0}",this.label);return Eo.html`
1729
1729
  <div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
1730
1730
  part="container">
1731
- ${!this.label&&!e?null:Co.html`
1731
+ ${!this.label&&!e?null:Eo.html`
1732
1732
 
1733
1733
  <div class="ft-filter--header" part="header">
1734
1734
  <div class="filter-label" id="id-group-${this.id}">
@@ -1737,8 +1737,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1737
1737
  </ft-typography>
1738
1738
  <slot name="label"></slot>
1739
1739
  </div>
1740
- ${e&&!this.hideClearButton?Co.html`
1741
- <ft-button icon="close" dense @click=${this.clear} part="clear-button">
1740
+ ${e&&!this.hideClearButton?Eo.html`
1741
+ <ft-button icon="close" dense @click=${()=>{this.clear(),this.focusOnFirstOption()}} part="clear-button">
1742
1742
  ${this.clearButtonLabel}
1743
1743
  </ft-button>
1744
1744
  `:null}
@@ -1761,8 +1761,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1761
1761
  @slotchange=${this.updateOptionsFromSlot}
1762
1762
  @option-change=${this.optionsChanged}></slot>
1763
1763
  </div>
1764
- `}update(e){if(super.update(e),e.has("options")){let r=new Set(this.flatOptions.map(n=>n.value));this.displayedLevels=this.displayedLevels.filter(n=>r.has(n)),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(e){var r,n,i,a,s,c;super.contentAvailableCallback(e),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),e.has("options")&&(this.updateScroll(),(r=this.levelsContainer)===null||r===void 0||r.scrollToIndex(this.displayedLevels.length)),e.has("slideIn")&&this.slideIn&&((n=this.levelsContainer)===null||n===void 0||n.next(),setTimeout(()=>{this.slideIn=void 0},300)),e.has("slideOut")&&this.slideOut&&((i=this.levelsContainer)===null||i===void 0||i.previous(),setTimeout(()=>{this.displayedLevels.pop(),this.slideOut=void 0},300)),this.lastLevelHasHiddenvalues=(c=(s=(a=this.shadowRoot)===null||a===void 0?void 0:a.querySelector(".ft-filter--levels ft-filter-level:last-child"))===null||s===void 0?void 0:s.hasHiddenValues)!==null&&c!==void 0?c:!1}renderLevels(){let e=this.flatOptions,r=e.filter(a=>a.selected),n=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,i=n<0?"ft-filter--level-center":"ft-filter--level-left";return Co.html`
1765
- ${this.raiseSelectedOptions&&r.length>0?Co.html`
1764
+ `}update(e){if(super.update(e),e.has("options")){let r=new Set(this.flatOptions.map(n=>n.value));this.displayedLevels=this.displayedLevels.filter(n=>r.has(n)),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(e){var r,n,i,a,s,c;super.contentAvailableCallback(e),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),e.has("options")&&(this.updateScroll(),(r=this.levelsContainer)===null||r===void 0||r.scrollToIndex(this.displayedLevels.length)),e.has("slideIn")&&this.slideIn&&((n=this.levelsContainer)===null||n===void 0||n.next(),setTimeout(()=>{this.slideIn=void 0},300)),e.has("slideOut")&&this.slideOut&&((i=this.levelsContainer)===null||i===void 0||i.previous(),setTimeout(()=>{this.displayedLevels.pop(),this.slideOut=void 0},300)),this.lastLevelHasHiddenvalues=(c=(s=(a=this.shadowRoot)===null||a===void 0?void 0:a.querySelector(".ft-filter--levels ft-filter-level:last-child"))===null||s===void 0?void 0:s.hasHiddenValues)!==null&&c!==void 0?c:!1}renderLevels(){let e=this.flatOptions,r=e.filter(a=>a.selected),n=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,i=n<0?"ft-filter--level-center":"ft-filter--level-left";return Eo.html`
1765
+ ${this.raiseSelectedOptions&&r.length>0?Eo.html`
1766
1766
  <ft-filter-level
1767
1767
  filterId="${this.id}"
1768
1768
  ?multivalued=${this.multivalued}
@@ -1782,7 +1782,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1782
1782
  ${this.renderLevel(i,this.options)}
1783
1783
  ${this.displayedLevels.map(a=>e.find(s=>s.value===a)).map((a,s)=>{var c;let p=a?.value===this.slideIn||a?.value===this.slideOut?"ft-filter--level-right":s===n?"ft-filter--level-center":"ft-filter--level-left";return this.renderLevel(p,(c=a?.subOptions)!==null&&c!==void 0?c:[],a)})}
1784
1784
  </ft-snap-scroll>
1785
- `}renderLevel(e,r,n){return Co.html`
1785
+ `}renderLevel(e,r,n){return Eo.html`
1786
1786
  <ft-filter-level
1787
1787
  class="${e}"
1788
1788
  filterId="${this.id}"
@@ -1802,21 +1802,21 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1802
1802
  .exportpartsPrefixes=${["values","available-values"]}
1803
1803
  noValuesLabel="${this.noValuesLabel}"
1804
1804
  ></ft-filter-level>
1805
- `}goBack(e){this.slideOut=e.detail.value,(0,ze.waitUntil)(()=>this.slideOut===void 0).then(()=>{var r;let n=(r=this.levelsContainer)===null||r===void 0?void 0:r.querySelector(".ft-filter--level-center");n?.focusOnExpandButton(e.detail.value)})}onDisplayLevel(e){this.displayedLevels.push(e.detail.value),this.slideIn=e.detail.value,(0,ze.waitUntil)(()=>this.slideIn===void 0).then(()=>{var r;let n=(r=this.levelsContainer)===null||r===void 0?void 0:r.querySelector(".ft-filter--level-center");n?.focusOnBackButton()})}clear(){if(this.flatOptions.forEach(e=>e.selected=!1),this.displayedLevels.length>0){let e=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[e],this.slideOut=e}this.optionsChanged()}onChange(e){var r;e.stopPropagation();let n=this.flatOptions.find(a=>a.value===e.detail.value);n.selected=!n.selected;let i=a=>{var s;a!==n&&(a.selected=!1),(s=a.subOptions)===null||s===void 0||s.forEach(i)};this.multivalued?(r=n.subOptions)===null||r===void 0||r.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var e;this.sendEventIfValuesChanged(),this.requestUpdate(),(e=this.levels)===null||e===void 0||e.forEach(r=>r.requestUpdate())})}sendEventIfValuesChanged(){let e=this.selectedValues;(0,ze.deepEqual)(this.lastDispatchedValues,e)||(this.dispatchEvent(new pi(e)),this.lastDispatchedValues=e)}updateOptionsFromSlot(e){e.stopPropagation(),this.options=this.slotElement.assignedElements().map(r=>r),this.optionsChanged()}onFilterChange(){var e,r;this.filter=(r=(e=this.filterInput)===null||e===void 0?void 0:e.value)!==null&&r!==void 0?r:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};K.elementDefinitions={"ft-button":Se,"ft-filter-level":he,"ft-snap-scroll":ge,"ft-typography":q};K.styles=Gs;ce([(0,J.property)({type:String})],K.prototype,"id",void 0);ce([(0,J.property)({type:String})],K.prototype,"label",void 0);ce([(0,J.property)({type:String})],K.prototype,"filterPlaceHolder",void 0);ce([(0,J.property)({type:String})],K.prototype,"clearButtonLabel",void 0);ce([(0,J.property)({type:String})],K.prototype,"moreValuesButtonLabel",void 0);ce([(0,J.property)({type:String})],K.prototype,"noValuesLabel",void 0);ce([(0,ze.jsonProperty)([])],K.prototype,"options",void 0);ce([(0,J.property)({type:Boolean})],K.prototype,"multivalued",void 0);ce([(0,J.property)({type:Boolean})],K.prototype,"disabled",void 0);ce([(0,J.property)({type:Boolean})],K.prototype,"raiseSelectedOptions",void 0);ce([(0,J.property)({type:Boolean})],K.prototype,"displayCount",void 0);ce([(0,J.property)({type:Number})],K.prototype,"displayedValuesLimit",void 0);ce([(0,J.property)({type:Boolean})],K.prototype,"hideClearButton",void 0);ce([(0,J.query)(".ft-filter--slot")],K.prototype,"slotElement",void 0);ce([(0,J.query)(".ft-filter--container")],K.prototype,"container",void 0);ce([(0,J.query)(".ft-filter--values")],K.prototype,"valuesContainer",void 0);ce([(0,J.query)(".ft-filter--levels")],K.prototype,"levelsContainer",void 0);ce([(0,J.state)()],K.prototype,"lastLevelHasHiddenvalues",void 0);ce([(0,J.query)(".ft-filter--filter input")],K.prototype,"filterInput",void 0);ce([(0,J.queryAll)(".ft-filter--levels ft-filter-level")],K.prototype,"levels",void 0);ce([(0,J.state)()],K.prototype,"withScroll",void 0);ce([(0,J.state)()],K.prototype,"filter",void 0);ce([(0,J.state)()],K.prototype,"slideIn",void 0);ce([(0,J.state)()],K.prototype,"slideOut",void 0);var rn=u(w()),wo=u(Y()),js=u(L()),Yo=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},tt=class extends rn.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return js.html`
1805
+ `}goBack(e){this.slideOut=e.detail.value,(0,Ne.waitUntil)(()=>this.slideOut===void 0).then(()=>{var r;let n=(r=this.levelsContainer)===null||r===void 0?void 0:r.querySelector(".ft-filter--level-center");n?.focusOnExpandButton(e.detail.value)})}onDisplayLevel(e){this.displayedLevels.push(e.detail.value),this.slideIn=e.detail.value,(0,Ne.waitUntil)(()=>this.slideIn===void 0).then(()=>{var r;let n=(r=this.levelsContainer)===null||r===void 0?void 0:r.querySelector(".ft-filter--level-center");n?.focusOnBackButton()})}focusOnFirstOption(){(0,Ne.waitUntil)(()=>this.slideOut===void 0).then(()=>{var e;let r=(e=this.levelsContainer)===null||e===void 0?void 0:e.querySelector(".ft-filter--level-center");r?.focusOnFirstOption()})}clear(){if(this.flatOptions.forEach(e=>e.selected=!1),this.displayedLevels.length>0){let e=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[e],this.slideOut=e}this.optionsChanged()}onChange(e){var r;e.stopPropagation();let n=this.flatOptions.find(a=>a.value===e.detail.value);n.selected=!n.selected;let i=a=>{var s;a!==n&&(a.selected=!1),(s=a.subOptions)===null||s===void 0||s.forEach(i)};this.multivalued?(r=n.subOptions)===null||r===void 0||r.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var e;this.sendEventIfValuesChanged(),this.requestUpdate(),(e=this.levels)===null||e===void 0||e.forEach(r=>r.requestUpdate())})}sendEventIfValuesChanged(){let e=this.selectedValues;(0,Ne.deepEqual)(this.lastDispatchedValues,e)||(this.dispatchEvent(new fi(e)),this.lastDispatchedValues=e)}updateOptionsFromSlot(e){e.stopPropagation(),this.options=this.slotElement.assignedElements().map(r=>r),this.optionsChanged()}onFilterChange(){var e,r;this.filter=(r=(e=this.filterInput)===null||e===void 0?void 0:e.value)!==null&&r!==void 0?r:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};Z.elementDefinitions={"ft-button":Se,"ft-filter-level":ye,"ft-snap-scroll":ge,"ft-typography":q};Z.styles=Zs;ce([(0,J.property)({type:String})],Z.prototype,"id",void 0);ce([(0,J.property)({type:String})],Z.prototype,"label",void 0);ce([(0,J.property)({type:String})],Z.prototype,"filterPlaceHolder",void 0);ce([(0,J.property)({type:String})],Z.prototype,"clearButtonLabel",void 0);ce([(0,J.property)({type:String})],Z.prototype,"moreValuesButtonLabel",void 0);ce([(0,J.property)({type:String})],Z.prototype,"noValuesLabel",void 0);ce([(0,Ne.jsonProperty)([])],Z.prototype,"options",void 0);ce([(0,J.property)({type:Boolean})],Z.prototype,"multivalued",void 0);ce([(0,J.property)({type:Boolean})],Z.prototype,"disabled",void 0);ce([(0,J.property)({type:Boolean})],Z.prototype,"raiseSelectedOptions",void 0);ce([(0,J.property)({type:Boolean})],Z.prototype,"displayCount",void 0);ce([(0,J.property)({type:Number})],Z.prototype,"displayedValuesLimit",void 0);ce([(0,J.property)({type:Boolean})],Z.prototype,"hideClearButton",void 0);ce([(0,J.query)(".ft-filter--slot")],Z.prototype,"slotElement",void 0);ce([(0,J.query)(".ft-filter--container")],Z.prototype,"container",void 0);ce([(0,J.query)(".ft-filter--values")],Z.prototype,"valuesContainer",void 0);ce([(0,J.query)(".ft-filter--levels")],Z.prototype,"levelsContainer",void 0);ce([(0,J.state)()],Z.prototype,"lastLevelHasHiddenvalues",void 0);ce([(0,J.query)(".ft-filter--filter input")],Z.prototype,"filterInput",void 0);ce([(0,J.queryAll)(".ft-filter--levels ft-filter-level")],Z.prototype,"levels",void 0);ce([(0,J.state)()],Z.prototype,"withScroll",void 0);ce([(0,J.state)()],Z.prototype,"filter",void 0);ce([(0,J.state)()],Z.prototype,"slideIn",void 0);ce([(0,J.state)()],Z.prototype,"slideOut",void 0);var nn=u(w()),$o=u(Y()),Ks=u(L()),Yo=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ot=class extends nn.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return Ks.html`
1806
1806
  <slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
1807
- `}updateSubOptionsFromSlot(e){e.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(r=>r)}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};tt.elementDefinitions={};Yo([(0,wo.property)({type:String})],tt.prototype,"label",void 0);Yo([(0,wo.property)({type:Object,converter:o=>o})],tt.prototype,"value",void 0);Yo([(0,wo.property)({type:Boolean,reflect:!0})],tt.prototype,"selected",void 0);Yo([(0,wo.property)({type:Object})],tt.prototype,"subOptions",void 0);Yo([(0,rn.jsonProperty)({})],tt.prototype,"renderOption",void 0);Yo([(0,wo.query)(".ft-filter-option--slot")],tt.prototype,"slotElement",void 0);(0,fi.customElement)("ft-filter")(K);(0,fi.customElement)("ft-filter-option")(tt);var ui=u(w());var Ys=u(L()),nn=u(Y()),Xs=u(w());var Ks=u(L());var Zs=Ks.css`
1807
+ `}updateSubOptionsFromSlot(e){e.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(r=>r)}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};ot.elementDefinitions={};Yo([(0,$o.property)({type:String})],ot.prototype,"label",void 0);Yo([(0,$o.property)({type:Object,converter:o=>o})],ot.prototype,"value",void 0);Yo([(0,$o.property)({type:Boolean,reflect:!0})],ot.prototype,"selected",void 0);Yo([(0,$o.property)({type:Object})],ot.prototype,"subOptions",void 0);Yo([(0,nn.jsonProperty)({})],ot.prototype,"renderOption",void 0);Yo([(0,$o.query)(".ft-filter-option--slot")],ot.prototype,"slotElement",void 0);(0,ui.customElement)("ft-filter")(Z);(0,ui.customElement)("ft-filter-option")(ot);var hi=u(w());var Js=u(L()),an=u(Y()),Qs=u(w());var qs=u(L());var Ys=qs.css`
1808
1808
  .ft-accordion {
1809
1809
  box-sizing: border-box;
1810
1810
  }
1811
- `;var qs=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Lt=class extends Xs.FtLitElement{constructor(){super(...arguments),this.multi=!1}render(){return Ys.html`
1811
+ `;var Xs=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Lt=class extends Qs.FtLitElement{constructor(){super(...arguments),this.multi=!1}render(){return Js.html`
1812
1812
  <div class="ft-accordion">
1813
1813
  <slot @activated=${this.onChange}></slot>
1814
1814
  </div>
1815
- `}onChange(e){e.stopPropagation(),this.multi||this.content.assignedElements().forEach(r=>r.active=r===e.target)}};Lt.elementDefinitions={};Lt.styles=Zs;qs([(0,nn.property)({type:Boolean})],Lt.prototype,"multi",void 0);qs([(0,nn.query)("slot")],Lt.prototype,"content",void 0);var Or=u(L()),Cr=u(Y()),ec=u(w());var Js=u(L()),$o=u(w()),Eo={horizontalSpacing:$o.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","","SIZE","16px"),verticalSpacing:$o.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","","SIZE","16px"),colorOutline:$o.FtCssVariableFactory.external($o.designSystemVariables.colorOutline,"Design system"),backgroundColor:$o.FtCssVariableFactory.create("--ft-accordion-item-background-color","","COLOR","#FFFFFF")},Qs=Js.css`
1815
+ `}onChange(e){e.stopPropagation(),this.multi||this.content.assignedElements().forEach(r=>r.active=r===e.target)}};Lt.elementDefinitions={};Lt.styles=Ys;Xs([(0,an.property)({type:Boolean})],Lt.prototype,"multi",void 0);Xs([(0,an.query)("slot")],Lt.prototype,"content",void 0);var Cr=u(L()),wr=u(Y()),oc=u(w());var ec=u(L()),Ro=u(w()),ko={horizontalSpacing:Ro.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","","SIZE","16px"),verticalSpacing:Ro.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","","SIZE","16px"),colorOutline:Ro.FtCssVariableFactory.external(Ro.designSystemVariables.colorOutline,"Design system"),backgroundColor:Ro.FtCssVariableFactory.create("--ft-accordion-item-background-color","","COLOR","#FFFFFF")},tc=ec.css`
1816
1816
  .ft-accordion-item {
1817
1817
  display: flex;
1818
1818
  flex-direction: column;
1819
- background-color: ${Eo.backgroundColor};
1819
+ background-color: ${ko.backgroundColor};
1820
1820
  }
1821
1821
 
1822
1822
  .ft-accordion-item--toggle {
@@ -1826,8 +1826,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1826
1826
  display: flex;
1827
1827
  align-items: center;
1828
1828
  cursor: pointer;
1829
- padding: ${Eo.verticalSpacing} ${Eo.horizontalSpacing};
1830
- gap: calc(${Eo.horizontalSpacing} / 2);
1829
+ padding: ${ko.verticalSpacing} ${ko.horizontalSpacing};
1830
+ gap: calc(${ko.horizontalSpacing} / 2);
1831
1831
  outline: none;
1832
1832
  }
1833
1833
 
@@ -1852,13 +1852,13 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1852
1852
  .ft-accordion-item--active .ft-accordion-item--content {
1853
1853
  height: initial;
1854
1854
  overflow: visible;
1855
- padding: ${Eo.verticalSpacing} ${Eo.horizontalSpacing};
1855
+ padding: ${ko.verticalSpacing} ${ko.horizontalSpacing};
1856
1856
  }
1857
1857
 
1858
1858
  .ft-accordion-item--separator {
1859
- border-bottom: 1px solid ${Eo.colorOutline};
1859
+ border-bottom: 1px solid ${ko.colorOutline};
1860
1860
  }
1861
- `;var an=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},pt=class extends ec.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return Or.html`
1861
+ `;var ln=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},pt=class extends oc.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return Cr.html`
1862
1862
  <div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
1863
1863
  <div class="ft-accordion-item--toggle"
1864
1864
  part="toggle"
@@ -1869,13 +1869,13 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1869
1869
  aria-controls="ft-accordion-item-content"
1870
1870
  aria-expanded="${this.active}">
1871
1871
  <ft-ripple part="toggle-ripple"></ft-ripple>
1872
- ${this.icon?Or.html`
1872
+ ${this.icon?Cr.html`
1873
1873
  <ft-icon .variant=${this.iconVariant} value="${this.icon}"></ft-icon>
1874
1874
  `:null}
1875
- ${this.label?Or.html`
1875
+ ${this.label?Cr.html`
1876
1876
  <ft-typography class="ft-accordion-item--label" variant="body1" part="label">${this.label}
1877
1877
  </ft-typography>
1878
- `:Or.html`
1878
+ `:Cr.html`
1879
1879
  <slot class="ft-accordion-item--label" name="toggle" part="label"></slot>
1880
1880
  `}
1881
1881
  <ft-icon variant="material">${this.active?"expand_less":"expand_more"}</ft-icon>
@@ -1888,7 +1888,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1888
1888
  </div>
1889
1889
  <div class="ft-accordion-item--separator" part="separator"></div>
1890
1890
  </div>
1891
- `}update(e){super.update(e),e.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(e){(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),this.active=!this.active)}};pt.elementDefinitions={"ft-ripple":H,"ft-typography":q,"ft-icon":te};pt.styles=Qs;an([(0,Cr.property)()],pt.prototype,"icon",void 0);an([(0,Cr.property)()],pt.prototype,"iconVariant",void 0);an([(0,Cr.property)()],pt.prototype,"label",void 0);an([(0,Cr.property)({type:Boolean,reflect:!0})],pt.prototype,"active",void 0);(0,ui.customElement)("ft-accordion")(Lt);(0,ui.customElement)("ft-accordion-item")(pt);var gi=u(w());var sn=u(L()),Fe=u(Y()),ic=u(dt()),Xo=u(w());var ln=u(L()),F=u(w());var tc=F.FtCssVariableFactory.extend("--ft-chip-color","",F.designSystemVariables.colorOnSurface),Ne={backgroundColor:F.FtCssVariableFactory.extend("--ft-chip-background-color","",F.designSystemVariables.colorSurface),color:tc,fontSize:F.FtCssVariableFactory.extend("--ft-chip-font-size","",be.fontSize),fontWeight:F.FtCssVariableFactory.extend("--ft-chip-font-weight","",be.fontWeight),iconSize:F.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:F.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:F.FtCssVariableFactory.extend("--ft-chip-ripple-color","",tc),horizontalPadding:F.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:F.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:F.FtCssVariableFactory.extend("--ft-chip-border-color","",F.designSystemVariables.colorOutline),opacityDisabled:F.FtCssVariableFactory.external(F.designSystemVariables.colorOpacityDisabled,"Design system")},oc=F.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",F.FtCssVariableFactory.extend("--ft-chip-color","",F.designSystemVariables.colorOnPrimary)),hi={backgroundColor:F.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",F.FtCssVariableFactory.extend("--ft-chip-background-color","",F.designSystemVariables.colorPrimary)),color:oc,rippleColor:F.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",oc)},rc={horizontalPadding:F.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:F.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},nc=[F.noTextSelect,ln.css`
1891
+ `}update(e){super.update(e),e.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(e){(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),this.active=!this.active)}};pt.elementDefinitions={"ft-ripple":H,"ft-typography":q,"ft-icon":te};pt.styles=tc;ln([(0,wr.property)()],pt.prototype,"icon",void 0);ln([(0,wr.property)()],pt.prototype,"iconVariant",void 0);ln([(0,wr.property)()],pt.prototype,"label",void 0);ln([(0,wr.property)({type:Boolean,reflect:!0})],pt.prototype,"active",void 0);(0,hi.customElement)("ft-accordion")(Lt);(0,hi.customElement)("ft-accordion-item")(pt);var bi=u(w());var cn=u(L()),Pe=u(Y()),lc=u(dt()),Xo=u(w());var sn=u(L()),T=u(w());var rc=T.FtCssVariableFactory.extend("--ft-chip-color","",T.designSystemVariables.colorOnSurface),Ae={backgroundColor:T.FtCssVariableFactory.extend("--ft-chip-background-color","",T.designSystemVariables.colorSurface),color:rc,fontSize:T.FtCssVariableFactory.extend("--ft-chip-font-size","",be.fontSize),fontWeight:T.FtCssVariableFactory.extend("--ft-chip-font-weight","",be.fontWeight),iconSize:T.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:T.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:T.FtCssVariableFactory.extend("--ft-chip-ripple-color","",rc),horizontalPadding:T.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:T.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:T.FtCssVariableFactory.extend("--ft-chip-border-color","",T.designSystemVariables.colorOutline),opacityDisabled:T.FtCssVariableFactory.external(T.designSystemVariables.colorOpacityDisabled,"Design system")},nc=T.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",T.FtCssVariableFactory.extend("--ft-chip-color","",T.designSystemVariables.colorOnPrimary)),yi={backgroundColor:T.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",T.FtCssVariableFactory.extend("--ft-chip-background-color","",T.designSystemVariables.colorPrimary)),color:nc,rippleColor:T.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",nc)},ic={horizontalPadding:T.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:T.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},ac=[T.noTextSelect,sn.css`
1892
1892
  :host {
1893
1893
  display: inline-block;
1894
1894
  max-width: 100%;
@@ -1904,21 +1904,21 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1904
1904
  box-sizing: border-box;
1905
1905
  pointer-events: auto;
1906
1906
 
1907
- --ft-chip-internal-font-size: ${Ne.fontSize};
1908
- --ft-chip-internal-font-weight: ${Ne.fontWeight};
1907
+ --ft-chip-internal-font-size: ${Ae.fontSize};
1908
+ --ft-chip-internal-font-weight: ${Ae.fontWeight};
1909
1909
  --ft-chip-internal-line-height: max(20px, calc(var(--ft-chip-internal-font-size) + 2px));
1910
- ${(0,F.setVariable)(pe.size,Ne.iconSize)};
1911
- --ft-chip-internal-vertical-padding: ${Ne.verticalPadding};
1912
- --ft-chip-internal-horizontal-padding: ${Ne.horizontalPadding};
1910
+ ${(0,T.setVariable)(pe.size,Ae.iconSize)};
1911
+ --ft-chip-internal-vertical-padding: ${Ae.verticalPadding};
1912
+ --ft-chip-internal-horizontal-padding: ${Ae.horizontalPadding};
1913
1913
  --ft-chip-internal-icon-padding: 3px;
1914
- --ft-chip-internal-content-height: max(var(--ft-chip-internal-line-height), ${Ne.iconSize});
1914
+ --ft-chip-internal-content-height: max(var(--ft-chip-internal-line-height), ${Ae.iconSize});
1915
1915
 
1916
- border: 1px solid ${Ne.borderColor};
1917
- color: ${Ne.color};
1918
- ${(0,F.setVariable)(O.color,Ne.rippleColor)};
1919
- border-radius: var(${(0,ln.unsafeCSS)(Ne.borderRadius.name)}, calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding)));
1916
+ border: 1px solid ${Ae.borderColor};
1917
+ color: ${Ae.color};
1918
+ ${(0,T.setVariable)(O.color,Ae.rippleColor)};
1919
+ border-radius: var(${(0,sn.unsafeCSS)(Ae.borderRadius.name)}, calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding)));
1920
1920
  padding: calc(var(--ft-chip-internal-vertical-padding) - 1px) calc(var(--ft-chip-internal-horizontal-padding) - 1px);
1921
- background-color: ${Ne.backgroundColor};
1921
+ background-color: ${Ae.backgroundColor};
1922
1922
  line-height: var(--ft-chip-internal-content-height);
1923
1923
  }
1924
1924
 
@@ -1928,8 +1928,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1928
1928
 
1929
1929
  .ft-chip--dense {
1930
1930
  --ft-chip-internal-icon-padding: 3px;
1931
- --ft-chip-internal-vertical-padding: ${rc.verticalPadding};
1932
- --ft-chip-internal-horizontal-padding: ${rc.horizontalPadding};
1931
+ --ft-chip-internal-vertical-padding: ${ic.verticalPadding};
1932
+ --ft-chip-internal-horizontal-padding: ${ic.horizontalPadding};
1933
1933
  --ft-chip-internal-line-height: max(16px, calc(var(--ft-chip-internal-font-size) + 2px));
1934
1934
  }
1935
1935
 
@@ -1941,15 +1941,15 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1941
1941
  cursor: default;
1942
1942
  pointer-events: none;
1943
1943
  filter: grayscale(1);
1944
- opacity: ${Ne.opacityDisabled};
1944
+ opacity: ${Ae.opacityDisabled};
1945
1945
  }
1946
1946
 
1947
1947
  .ft-chip--highlighted {
1948
1948
  border: none;
1949
1949
  padding: var(--ft-chip-internal-vertical-padding) var(--ft-chip-internal-horizontal-padding);
1950
- background-color: ${hi.backgroundColor};
1951
- ${(0,F.setVariable)(O.color,hi.rippleColor)};
1952
- color: ${hi.color};
1950
+ background-color: ${yi.backgroundColor};
1951
+ ${(0,T.setVariable)(O.color,yi.rippleColor)};
1952
+ color: ${yi.color};
1953
1953
  }
1954
1954
 
1955
1955
  .ft-chip--clickable {
@@ -1980,9 +1980,9 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1980
1980
  }
1981
1981
 
1982
1982
  .ft-chip--icon-button {
1983
- ${(0,F.setVariable)(W.iconSize,Ne.iconSize)};
1984
- ${(0,F.setVariable)(W.horizontalPadding,"var(--ft-chip-internal-icon-padding)")};
1985
- ${(0,F.setVariable)(W.verticalPadding,"var(--ft-chip-internal-icon-padding)")};
1983
+ ${(0,T.setVariable)(W.iconSize,Ae.iconSize)};
1984
+ ${(0,T.setVariable)(W.horizontalPadding,"var(--ft-chip-internal-icon-padding)")};
1985
+ ${(0,T.setVariable)(W.verticalPadding,"var(--ft-chip-internal-icon-padding)")};
1986
1986
  margin: calc((-1) * var(--ft-chip-internal-icon-padding));
1987
1987
  }
1988
1988
 
@@ -1990,9 +1990,9 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1990
1990
  vertical-align: bottom;
1991
1991
  display: block;
1992
1992
  margin: 0 var(--ft-chip-internal-horizontal-padding);
1993
- ${(0,F.setVariable)(be.fontSize,"var(--ft-chip-internal-font-size)")};
1994
- ${(0,F.setVariable)(be.fontWeight,"var(--ft-chip-internal-font-weight)")};
1995
- ${(0,F.setVariable)(be.lineHeight,"var(--ft-chip-internal-content-height)")};
1993
+ ${(0,T.setVariable)(be.fontSize,"var(--ft-chip-internal-font-size)")};
1994
+ ${(0,T.setVariable)(be.fontWeight,"var(--ft-chip-internal-font-weight)")};
1995
+ ${(0,T.setVariable)(be.lineHeight,"var(--ft-chip-internal-content-height)")};
1996
1996
  }
1997
1997
 
1998
1998
  .ft-chip--safari-fix .ft-chip--label {
@@ -2028,8 +2028,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2028
2028
  .ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
2029
2029
  order: -1;
2030
2030
  }
2031
- `];var ot=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},cn=class extends CustomEvent{constructor(){super("icon-click")}},ye=class extends Xo.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.icon=void 0,this.trailingIcon=!1}render(){let e={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":Xo.isSafari};return sn.html`
2032
- <div class="${(0,ic.classMap)(e)}"
2031
+ `];var je=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},dn=class extends CustomEvent{constructor(){super("icon-click")}},fe=class extends Xo.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.hideIconTooltip=!1,this.icon=void 0,this.trailingIcon=!1}render(){let e={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":Xo.isSafari};return cn.html`
2032
+ <div class="${(0,lc.classMap)(e)}"
2033
2033
  aria-label="${this.getLabel()}"
2034
2034
  tabindex="${this.interactionsOnChip?0:-1}"
2035
2035
  @keyup=${this.onKeyUp}
@@ -2040,21 +2040,22 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2040
2040
  </ft-typography>
2041
2041
  ${this.internalIcon?this.renderIcon():null}
2042
2042
  </div>
2043
- `}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?sn.html`
2044
- <ft-button round
2045
- class="ft-chip--icon-button"
2046
- @click=${this.onIconClick}
2047
- .iconVariant=${this.iconVariant}
2048
- icon="${this.internalIcon}"
2049
- label="${this.iconLabel}"
2050
- tooltipposition="top"
2051
- part="icon-button"
2052
- ></ft-button>
2053
- `:sn.html`
2054
- <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
2055
- <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
2056
- </div>
2057
- `}onKeyUp(e){this.interactionsOnChip&&["Enter"," "].includes(e.key)&&e.target.click()}onIconKeyUp(e){this.interactionsOnIcon&&["Enter"," "].includes(e.key)&&(e.stopPropagation(),this.dispatchEvent(new cn))}onIconClick(e){this.interactionsOnIcon&&(e.stopPropagation(),this.dispatchEvent(new cn))}getLabel(){return this.label||this.textContent}get textContent(){return(0,Xo.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};ye.elementDefinitions={"ft-ripple":H,"ft-typography":q,"ft-icon":te,"ft-button":Se};ye.styles=nc;ot([(0,Fe.property)({type:Boolean})],ye.prototype,"highlighted",void 0);ot([(0,Fe.property)({type:Boolean})],ye.prototype,"removable",void 0);ot([(0,Fe.property)({type:Boolean})],ye.prototype,"disabled",void 0);ot([(0,Fe.property)({type:Boolean})],ye.prototype,"clickable",void 0);ot([(0,Fe.property)({type:Boolean})],ye.prototype,"iconClickable",void 0);ot([(0,Fe.property)({type:Boolean})],ye.prototype,"dense",void 0);ot([(0,Fe.property)({type:Boolean})],ye.prototype,"multiLine",void 0);ot([(0,Fe.property)()],ye.prototype,"label",void 0);ot([(0,Fe.property)()],ye.prototype,"iconLabel",void 0);ot([(0,Fe.property)()],ye.prototype,"icon",void 0);ot([(0,Fe.property)()],ye.prototype,"iconVariant",void 0);ot([(0,Fe.property)({type:Boolean})],ye.prototype,"trailingIcon",void 0);ot([(0,Fe.query)("ft-typography slot")],ye.prototype,"slottedContent",void 0);var ko=u(L()),Ro=u(Y()),sc=u(dt()),dn=u(w());var ac=u(L());var yi=u(w());var lc=[ac.css`
2043
+ `}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?cn.html`
2044
+ <ft-button round
2045
+ class="ft-chip--icon-button"
2046
+ @click=${this.onIconClick}
2047
+ .iconVariant=${this.iconVariant}
2048
+ icon="${this.internalIcon}"
2049
+ label="${this.iconLabel}"
2050
+ tooltipposition="top"
2051
+ part="icon-button"
2052
+ ?hideTooltip=${this.hideIconTooltip}
2053
+ ></ft-button>
2054
+ `:cn.html`
2055
+ <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
2056
+ <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
2057
+ </div>
2058
+ `}onKeyUp(e){this.interactionsOnChip&&["Enter"," "].includes(e.key)&&e.target.click()}onIconKeyUp(e){this.interactionsOnIcon&&["Enter"," "].includes(e.key)&&(e.stopPropagation(),this.dispatchEvent(new dn))}onIconClick(e){this.interactionsOnIcon&&(e.stopPropagation(),this.dispatchEvent(new dn))}getLabel(){return this.label||this.textContent}get textContent(){return(0,Xo.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};fe.elementDefinitions={"ft-ripple":H,"ft-typography":q,"ft-icon":te,"ft-button":Se};fe.styles=ac;je([(0,Pe.property)({type:Boolean})],fe.prototype,"highlighted",void 0);je([(0,Pe.property)({type:Boolean})],fe.prototype,"removable",void 0);je([(0,Pe.property)({type:Boolean})],fe.prototype,"disabled",void 0);je([(0,Pe.property)({type:Boolean})],fe.prototype,"clickable",void 0);je([(0,Pe.property)({type:Boolean})],fe.prototype,"iconClickable",void 0);je([(0,Pe.property)({type:Boolean})],fe.prototype,"dense",void 0);je([(0,Pe.property)({type:Boolean})],fe.prototype,"multiLine",void 0);je([(0,Pe.property)()],fe.prototype,"label",void 0);je([(0,Pe.property)()],fe.prototype,"iconLabel",void 0);je([(0,Pe.property)({type:Boolean})],fe.prototype,"hideIconTooltip",void 0);je([(0,Pe.property)()],fe.prototype,"icon",void 0);je([(0,Pe.property)()],fe.prototype,"iconVariant",void 0);je([(0,Pe.property)({type:Boolean})],fe.prototype,"trailingIcon",void 0);je([(0,Pe.query)("ft-typography slot")],fe.prototype,"slottedContent",void 0);var io=u(L()),ao=u(Y()),dc=u(dt()),pn=u(w());var sc=u(L());var mi=u(w());var cc=[sc.css`
2058
2059
  :host {
2059
2060
  display: inline-block;
2060
2061
  max-width: 100%;
@@ -2078,10 +2079,10 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2078
2079
  border-width: ${V.mediumBorderWidth};
2079
2080
  border-style: solid;
2080
2081
  gap: ${V.mediumGap};
2081
- ${(0,yi.setVariable)(pe.size,V.mediumIconSize)}
2082
+ ${(0,mi.setVariable)(pe.size,V.mediumIconSize)}
2082
2083
  }
2083
2084
 
2084
- .ftds--size-medium.ftds-chip--removable {
2085
+ .ftds--size-medium.ftds-chip--with-action {
2085
2086
  padding-right: ${V.mediumButtonRightPadding};
2086
2087
  }
2087
2088
 
@@ -2094,10 +2095,10 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2094
2095
  border-width: ${V.largeBorderWidth};
2095
2096
  border-style: solid;
2096
2097
  gap: ${V.largeGap};
2097
- ${(0,yi.setVariable)(pe.size,V.largeIconSize)}
2098
+ ${(0,mi.setVariable)(pe.size,V.largeIconSize)}
2098
2099
  }
2099
2100
 
2100
- .ftds--size-large.ftds-chip--removable {
2101
+ .ftds--size-large.ftds-chip--with-action {
2101
2102
  padding-right: ${V.largeButtonRightPadding};
2102
2103
  }
2103
2104
 
@@ -2160,49 +2161,51 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2160
2161
  .ftds--family-error .ftds-chip--icon-container {
2161
2162
  color: ${V.errorIconColor};
2162
2163
  }
2163
- `];var wr=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},mi=class extends CustomEvent{constructor(){super("remove")}},xt=class extends dn.FtdsBase{constructor(){super(...arguments),this.removable=!1,this.removeButtonLabel="Remove",this.label=""}render(){let e={"ftds-chip":!0,"ftds-chip--removable":this.removable,"ftds-chip--with-icon":!!this.icon,...this.getDesignSystemBaseClasses()};return ko.html`
2164
- <div class="${(0,sc.classMap)(e)}"
2164
+ `];var Jo=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},gi=class extends CustomEvent{constructor(){super("remove")}},ft=class extends pn.FtdsBase{constructor(){super(...arguments),this.withAction=!1,this.removable=!1,this.removeButtonLabel="Remove",this.label=""}render(){let e={"ftds-chip":!0,"ftds-chip--with-action":this.removable||this.withAction,"ftds-chip--with-icon":!!this.icon,...this.getDesignSystemBaseClasses()};return io.html`
2165
+ <div class="${(0,dc.classMap)(e)}"
2165
2166
  aria-label="${this.getLabel()}"
2166
2167
  part="chip">
2167
2168
  ${this.renderIcon()}
2168
2169
  <ft-typography variant=${this.typographyVariant()} element="span" class="ftds-chip--label" part="label">
2169
2170
  <slot @slotchange=${this.onSlotchange}></slot>
2170
2171
  </ft-typography>
2171
- ${this.renderRemoveButton()}
2172
+ ${this.renderAction()}
2172
2173
  </div>
2173
- `}renderIcon(){return this.icon?ko.html`
2174
+ `}renderIcon(){return this.icon?io.html`
2174
2175
  <div class="ftds-chip--icon-container" part="icon-container">
2175
- <ft-icon .variant=${Ie.fluid_topics} .value="${this.icon}" part="icon"></ft-icon>
2176
+ <ft-icon .variant=${_e.fluid_topics} .value="${this.icon}" part="icon"></ft-icon>
2176
2177
  </div>
2177
- `:ko.nothing}renderRemoveButton(){return this.removable?ko.html`
2178
- <ftds-button round
2179
- class="ftds-chip--remove-button"
2180
- @click=${this.dispatchRemoveEvent}
2181
- icon=${$t.X_MARK}
2182
- label=${this.removeButtonLabel}
2183
- family=${dn.DesignSystemFamily.neutral}
2184
- size=${this.resolveButtonSize()}
2185
- part="icon-button"
2186
- ></ftds-button>
2187
- `:ko.nothing}resolveButtonSize(){switch(this.size){case Be.large:return Be.medium;case Be.medium:case Be.small:return Be.small}}getLabel(){return this.label||this.textContent}get textContent(){var e,r;return(r=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}onSlotchange(){this.requestUpdate()}dispatchRemoveEvent(){this.dispatchEvent(new mi)}typographyVariant(){switch(this.size){case Be.large:return st.body2medium;case Be.medium:return st.caption1medium;case Be.small:return st.caption2medium}}};xt.elementDefinitions={"ft-typography":q,"ft-icon":te,"ftds-button":mt};xt.styles=lc;wr([(0,Ro.property)({type:Boolean})],xt.prototype,"removable",void 0);wr([(0,Ro.property)()],xt.prototype,"removeButtonLabel",void 0);wr([(0,Ro.property)()],xt.prototype,"label",void 0);wr([(0,Ro.property)()],xt.prototype,"icon",void 0);wr([(0,Ro.query)("ft-typography slot")],xt.prototype,"slottedContent",void 0);(0,gi.customElement)("ft-chip")(ye);(0,gi.customElement)("ftds-chip")(xt);var vi=u(w());var $r=u(L()),ne=u(Y()),xi=u(dt()),mc=u(ho()),Lo=u(w());var uc=u(w());var bi=u(L()),Jo=u(Y()),pc=u(dt()),fc=u(w());var cc=u(L()),re=u(w());var T={fontSize:re.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:re.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:re.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:re.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:re.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:re.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:re.FtCssVariableFactory.extend("--ft-input-label-border-color","",re.designSystemVariables.colorOutline),textColor:re.FtCssVariableFactory.extend("--ft-input-label-text-color","",re.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:re.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",re.designSystemVariables.colorOnSurfaceDisabled),backgroundColor:re.FtCssVariableFactory.extend("--ft-input-label-background-color","",re.designSystemVariables.colorSurface),borderRadius:re.FtCssVariableFactory.extend("--ft-input-label-border-radius","",re.designSystemVariables.borderRadiusS),colorError:re.FtCssVariableFactory.external(re.designSystemVariables.colorError,"Design system")},dc=cc.css`
2178
+ `:io.nothing}renderAction(){return this.removable?io.html`
2179
+ <ftds-button round
2180
+ class="ftds-chip--remove-button"
2181
+ @click=${this.dispatchRemoveEvent}
2182
+ icon=${$t.X_MARK}
2183
+ label=${this.removeButtonLabel}
2184
+ family=${pn.DesignSystemFamily.neutral}
2185
+ size=${this.resolveButtonSize()}
2186
+ part="icon-button"
2187
+ ></ftds-button>
2188
+ `:this.withAction?io.html`
2189
+ <slot name="action"></slot>
2190
+ `:io.nothing}resolveButtonSize(){switch(this.size){case De.large:return De.medium;case De.medium:case De.small:return De.small}}getLabel(){return this.label||this.textContent}get textContent(){var e,r;return(r=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}onSlotchange(){this.requestUpdate()}dispatchRemoveEvent(){this.dispatchEvent(new gi)}typographyVariant(){switch(this.size){case De.large:return st.body2medium;case De.medium:return st.caption1medium;case De.small:return st.caption2medium}}};ft.elementDefinitions={"ft-typography":q,"ft-icon":te,"ftds-button":gt};ft.styles=cc;Jo([(0,ao.property)({type:Boolean})],ft.prototype,"withAction",void 0);Jo([(0,ao.property)({type:Boolean})],ft.prototype,"removable",void 0);Jo([(0,ao.property)()],ft.prototype,"removeButtonLabel",void 0);Jo([(0,ao.property)()],ft.prototype,"label",void 0);Jo([(0,ao.property)()],ft.prototype,"icon",void 0);Jo([(0,ao.query)("ft-typography slot")],ft.prototype,"slottedContent",void 0);(0,bi.customElement)("ft-chip")(fe);(0,bi.customElement)("ftds-chip")(ft);var Si=u(w());var $r=u(L()),ne=u(Y()),vi=u(dt()),bc=u(mo()),Lo=u(w());var yc=u(w());var xi=u(L()),Qo=u(Y()),uc=u(dt()),hc=u(w());var pc=u(L()),re=u(w());var z={fontSize:re.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:re.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:re.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:re.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:re.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:re.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:re.FtCssVariableFactory.extend("--ft-input-label-border-color","",re.designSystemVariables.colorOutline),textColor:re.FtCssVariableFactory.extend("--ft-input-label-text-color","",re.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:re.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",re.designSystemVariables.colorOnSurfaceDisabled),backgroundColor:re.FtCssVariableFactory.extend("--ft-input-label-background-color","",re.designSystemVariables.colorSurface),borderRadius:re.FtCssVariableFactory.extend("--ft-input-label-border-radius","",re.designSystemVariables.borderRadiusS),colorError:re.FtCssVariableFactory.external(re.designSystemVariables.colorError,"Design system")},fc=pc.css`
2188
2191
  .ft-input-label {
2189
2192
  position: absolute;
2190
2193
  inset: 0;
2191
2194
  display: flex;
2192
- background-color: ${T.backgroundColor};
2193
- border-radius: ${T.borderRadius} ${T.borderRadius} 0 0;
2195
+ background-color: ${z.backgroundColor};
2196
+ border-radius: ${z.borderRadius} ${z.borderRadius} 0 0;
2194
2197
  }
2195
2198
 
2196
2199
  .ft-input-label--outlined {
2197
- border-radius: ${T.borderRadius};
2200
+ border-radius: ${z.borderRadius};
2198
2201
  }
2199
2202
 
2200
2203
  .ft-input-label {
2201
- border-color: ${T.borderColor};
2204
+ border-color: ${z.borderColor};
2202
2205
  }
2203
2206
 
2204
2207
  .ft-input-label.ft-input-label--in-error {
2205
- border-color: ${T.colorError}
2208
+ border-color: ${z.colorError}
2206
2209
  }
2207
2210
 
2208
2211
  .ft-input-label:before,
@@ -2215,7 +2218,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2215
2218
  }
2216
2219
 
2217
2220
  .ft-input-label:before {
2218
- width: calc(${T.horizontalSpacing} - 4px);
2221
+ width: calc(${z.horizontalSpacing} - 4px);
2219
2222
  flex-shrink: 0;
2220
2223
  }
2221
2224
 
@@ -2231,20 +2234,20 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2231
2234
  border-bottom-width: 1px;
2232
2235
  border-bottom-style: solid;
2233
2236
  border-color: inherit;
2234
- color: ${T.textColor};
2237
+ color: ${z.textColor};
2235
2238
  transition: font-size 250ms, line-height 250ms, color 250ms;
2236
- max-width: calc(${T.labelMaxWidth} - 2 * (${T.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
2239
+ max-width: calc(${z.labelMaxWidth} - 2 * (${z.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
2237
2240
  text-overflow: ellipsis;
2238
- ${(0,re.setVariable)(ut.fontSize,T.fontSize)};
2239
- ${(0,re.setVariable)(ut.lineHeight,T.fontSize)};
2241
+ ${(0,re.setVariable)(ht.fontSize,z.fontSize)};
2242
+ ${(0,re.setVariable)(ht.lineHeight,z.fontSize)};
2240
2243
  }
2241
2244
 
2242
2245
  .ft-input-label--in-error .ft-input-label--text {
2243
- color: ${T.colorError}
2246
+ color: ${z.colorError}
2244
2247
  }
2245
2248
 
2246
2249
  .ft-input-label--disabled .ft-input-label--text {
2247
- color: ${T.disabledTextColor};
2250
+ color: ${z.disabledTextColor};
2248
2251
  }
2249
2252
 
2250
2253
  .ft-input-label--hidden-text {
@@ -2261,19 +2264,19 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2261
2264
  overflow: hidden;
2262
2265
  white-space: nowrap;
2263
2266
  text-overflow: ellipsis;
2264
- padding: ${T.verticalSpacing} 4px;
2265
- margin: calc(${T.verticalSpacing} * -1) 0;
2267
+ padding: ${z.verticalSpacing} 4px;
2268
+ margin: calc(${z.verticalSpacing} * -1) 0;
2266
2269
  max-width: 100%;
2267
2270
  box-sizing: border-box;
2268
2271
  }
2269
2272
 
2270
2273
  .ft-input-label--raised .ft-input-label--text {
2271
- ${(0,re.setVariable)(ut.fontSize,T.raisedFontSize)};
2272
- ${(0,re.setVariable)(ut.lineHeight,T.raisedFontSize)};
2274
+ ${(0,re.setVariable)(ht.fontSize,z.raisedFontSize)};
2275
+ ${(0,re.setVariable)(ht.lineHeight,z.raisedFontSize)};
2273
2276
  }
2274
2277
 
2275
2278
  .ft-input-label--raised .ft-input-label--floating-text {
2276
- top: ${T.verticalSpacing};
2279
+ top: ${z.verticalSpacing};
2277
2280
  }
2278
2281
 
2279
2282
  .ft-input-label--outlined .ft-input-label--text,
@@ -2286,36 +2289,36 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2286
2289
  .ft-input-label--outlined:before {
2287
2290
  border-left-width: 1px;
2288
2291
  border-left-style: solid;
2289
- border-radius: ${T.borderRadius} 0 0 ${T.borderRadius};
2292
+ border-radius: ${z.borderRadius} 0 0 ${z.borderRadius};
2290
2293
  }
2291
2294
 
2292
2295
  .ft-input-label--outlined:after {
2293
2296
  border-right-width: 1px;
2294
2297
  border-right-style: solid;
2295
- border-radius: 0 ${T.borderRadius} ${T.borderRadius} 0;
2298
+ border-radius: 0 ${z.borderRadius} ${z.borderRadius} 0;
2296
2299
  }
2297
2300
 
2298
2301
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
2299
2302
  padding: 2px 4px;
2300
- z-index: ${T.raisedZIndex};
2301
- background-color: ${T.backgroundColor};
2302
- border-radius: ${T.borderRadius};
2303
+ z-index: ${z.raisedZIndex};
2304
+ background-color: ${z.backgroundColor};
2305
+ border-radius: ${z.borderRadius};
2303
2306
  top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
2304
2307
  }
2305
2308
 
2306
2309
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
2307
2310
  border-top: none;
2308
2311
  }
2309
- `;var Er=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},rt=class extends fc.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){let e={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return bi.html`
2310
- <div class="${(0,pc.classMap)(e)}">
2311
- ${this.text?bi.html`
2312
+ `;var Er=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},rt=class extends hc.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){let e={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return xi.html`
2313
+ <div class="${(0,uc.classMap)(e)}">
2314
+ ${this.text?xi.html`
2312
2315
  <div class="ft-input-label--text ft-typography--caption">
2313
2316
  <span class="ft-input-label--floating-text">${this.text}</span>
2314
2317
  <span class="ft-input-label--hidden-text" aria-hidden="true">${this.text}</span>
2315
2318
  </div>
2316
2319
  `:null}
2317
2320
  </div>
2318
- `}};rt.elementDefinitions={};rt.styles=[Xt,dc];Er([(0,Jo.property)({type:String})],rt.prototype,"text",void 0);Er([(0,Jo.property)({type:Boolean})],rt.prototype,"raised",void 0);Er([(0,Jo.property)({type:Boolean})],rt.prototype,"outlined",void 0);Er([(0,Jo.property)({type:Boolean})],rt.prototype,"disabled",void 0);Er([(0,Jo.property)({type:Boolean})],rt.prototype,"error",void 0);(0,uc.customElement)("ft-input-label")(rt);var hc=u(L()),D=u(w());var M={labelSize:D.FtCssVariableFactory.create("--ft-select-label-size","","SIZE","11px"),selectedOptionSize:D.FtCssVariableFactory.create("--ft-select-selected-option-size","","SIZE","14px"),verticalSpacing:D.FtCssVariableFactory.create("--ft-select-vertical-spacing","","SIZE","4px"),horizontalSpacing:D.FtCssVariableFactory.create("--ft-select-horizontal-spacing","","SIZE","16px"),optionsHeight:D.FtCssVariableFactory.create("--ft-select-options-height","","SIZE","70vh"),selectedOptionColor:D.FtCssVariableFactory.extend("--ft-select-selected-option-color","",D.designSystemVariables.colorOnSurface),helperColor:D.FtCssVariableFactory.extend("--ft-select-helper-color","",D.designSystemVariables.colorOnSurfaceMedium),optionsColor:D.FtCssVariableFactory.extend("--ft-select-options-color","",D.designSystemVariables.colorOnSurface),optionsZIndex:D.FtCssVariableFactory.create("--ft-select-options-z-index","","NUMBER","3"),backgroundColor:D.FtCssVariableFactory.extend("--ft-select-background-color","",D.designSystemVariables.colorSurface),colorOnSurfaceDisabled:D.FtCssVariableFactory.external(D.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:D.FtCssVariableFactory.external(D.designSystemVariables.colorPrimary,"Design system"),borderRadiusS:D.FtCssVariableFactory.external(D.designSystemVariables.borderRadiusS,"Design system"),elevation02:D.FtCssVariableFactory.external(D.designSystemVariables.elevation02,"Design system"),colorError:D.FtCssVariableFactory.external(D.designSystemVariables.colorError,"Design system")},yc=hc.css`
2321
+ `}};rt.elementDefinitions={};rt.styles=[Xt,fc];Er([(0,Qo.property)({type:String})],rt.prototype,"text",void 0);Er([(0,Qo.property)({type:Boolean})],rt.prototype,"raised",void 0);Er([(0,Qo.property)({type:Boolean})],rt.prototype,"outlined",void 0);Er([(0,Qo.property)({type:Boolean})],rt.prototype,"disabled",void 0);Er([(0,Qo.property)({type:Boolean})],rt.prototype,"error",void 0);(0,yc.customElement)("ft-input-label")(rt);var mc=u(L()),D=u(w());var M={labelSize:D.FtCssVariableFactory.create("--ft-select-label-size","","SIZE","11px"),selectedOptionSize:D.FtCssVariableFactory.create("--ft-select-selected-option-size","","SIZE","14px"),verticalSpacing:D.FtCssVariableFactory.create("--ft-select-vertical-spacing","","SIZE","4px"),horizontalSpacing:D.FtCssVariableFactory.create("--ft-select-horizontal-spacing","","SIZE","16px"),optionsHeight:D.FtCssVariableFactory.create("--ft-select-options-height","","SIZE","70vh"),selectedOptionColor:D.FtCssVariableFactory.extend("--ft-select-selected-option-color","",D.designSystemVariables.colorOnSurface),helperColor:D.FtCssVariableFactory.extend("--ft-select-helper-color","",D.designSystemVariables.colorOnSurfaceMedium),optionsColor:D.FtCssVariableFactory.extend("--ft-select-options-color","",D.designSystemVariables.colorOnSurface),optionsZIndex:D.FtCssVariableFactory.create("--ft-select-options-z-index","","NUMBER","3"),backgroundColor:D.FtCssVariableFactory.extend("--ft-select-background-color","",D.designSystemVariables.colorSurface),colorOnSurfaceDisabled:D.FtCssVariableFactory.external(D.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:D.FtCssVariableFactory.external(D.designSystemVariables.colorPrimary,"Design system"),borderRadiusS:D.FtCssVariableFactory.external(D.designSystemVariables.borderRadiusS,"Design system"),elevation02:D.FtCssVariableFactory.external(D.designSystemVariables.elevation02,"Design system"),colorError:D.FtCssVariableFactory.external(D.designSystemVariables.colorError,"Design system")},gc=mc.css`
2319
2322
  *:focus {
2320
2323
  outline: none;
2321
2324
  }
@@ -2367,12 +2370,12 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2367
2370
  }
2368
2371
 
2369
2372
  ft-input-label {
2370
- ${(0,D.setVariable)(T.fontSize,M.selectedOptionSize)};
2371
- ${(0,D.setVariable)(T.raisedFontSize,M.labelSize)};
2372
- ${(0,D.setVariable)(T.verticalSpacing,M.verticalSpacing)};
2373
- ${(0,D.setVariable)(T.horizontalSpacing,M.horizontalSpacing)};
2374
- ${(0,D.setVariable)(T.backgroundColor,M.backgroundColor)};
2375
- ${(0,D.setVariable)(T.labelMaxWidth,`calc(100% - ${pe.size} - 8px)`)};
2373
+ ${(0,D.setVariable)(z.fontSize,M.selectedOptionSize)};
2374
+ ${(0,D.setVariable)(z.raisedFontSize,M.labelSize)};
2375
+ ${(0,D.setVariable)(z.verticalSpacing,M.verticalSpacing)};
2376
+ ${(0,D.setVariable)(z.horizontalSpacing,M.horizontalSpacing)};
2377
+ ${(0,D.setVariable)(z.backgroundColor,M.backgroundColor)};
2378
+ ${(0,D.setVariable)(z.labelMaxWidth,`calc(100% - ${pe.size} - 8px)`)};
2376
2379
  }
2377
2380
 
2378
2381
  .ft-select:not(.ft-select--disabled):focus-within ft-icon {
@@ -2380,8 +2383,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2380
2383
  }
2381
2384
 
2382
2385
  .ft-select:not(.ft-select--disabled):focus-within ft-input-label {
2383
- ${(0,D.setVariable)(T.borderColor,M.colorPrimary)};
2384
- ${(0,D.setVariable)(T.textColor,M.colorPrimary)};
2386
+ ${(0,D.setVariable)(z.borderColor,M.colorPrimary)};
2387
+ ${(0,D.setVariable)(z.textColor,M.colorPrimary)};
2385
2388
  }
2386
2389
 
2387
2390
  .ft-select--selected-option {
@@ -2391,8 +2394,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2391
2394
  overflow: hidden;
2392
2395
  white-space: nowrap;
2393
2396
  text-overflow: ellipsis;
2394
- ${(0,D.setVariable)(zt.fontSize,M.selectedOptionSize)};
2395
- ${(0,D.setVariable)(zt.lineHeight,M.selectedOptionSize)};
2397
+ ${(0,D.setVariable)(Ft.fontSize,M.selectedOptionSize)};
2398
+ ${(0,D.setVariable)(Ft.lineHeight,M.selectedOptionSize)};
2396
2399
  }
2397
2400
 
2398
2401
  .ft-select--in-error .ft-select--selected-option {
@@ -2461,8 +2464,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2461
2464
  .ft-select--in-error .ft-select--helper-text {
2462
2465
  color: ${M.colorError};
2463
2466
  }
2464
- `;var fe=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Nt=class extends Lo.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1}render(){return $r.html``}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};Nt.elementDefinitions={};fe([(0,ne.property)({type:String})],Nt.prototype,"label",void 0);fe([(0,ne.property)({type:Object,converter:o=>o})],Nt.prototype,"value",void 0);fe([(0,ne.property)({type:Boolean,reflect:!0})],Nt.prototype,"selected",void 0);var Q=class extends Lo.FtLitElement{constructor(){super(...arguments),this.label="",this.ariaLabel="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.fixedMenuPosition=!1,this.options=[],this.optionsDisplayed=!1,this.focusOptions=!1,this.hideOptions=e=>this.optionsDisplayed=this.optionsDisplayed&&e.composedPath().includes(this.container)}render(){var e,r,n,i,a;let s=this.hasOptionsMenuOpen,c=this.disabled||!this.hasOptions,p=((e=this.selectedOption)===null||e===void 0?void 0:e.value)!=null||((n=(r=this.selectedOption)===null||r===void 0?void 0:r.label)!==null&&n!==void 0?n:"").length>0,f={"ft-select":!0,"ft-select--filled":!this.outlined,"ft-select--outlined":this.outlined,"ft-select--disabled":c,"ft-select--options-displayed":s,"ft-select--has-option-selected":p,"ft-select--no-label":!this.label,"ft-select--fixed":this.fixedMenuPosition,"ft-select--in-error":this.error};return $r.html`
2465
- <div class="${(0,xi.classMap)(f)}" part="container">
2467
+ `;var ue=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Nt=class extends Lo.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1}render(){return $r.html``}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};Nt.elementDefinitions={};ue([(0,ne.property)({type:String})],Nt.prototype,"label",void 0);ue([(0,ne.property)({type:Object,converter:o=>o})],Nt.prototype,"value",void 0);ue([(0,ne.property)({type:Boolean,reflect:!0})],Nt.prototype,"selected",void 0);var Q=class extends Lo.FtLitElement{constructor(){super(...arguments),this.label="",this.ariaLabel="",this.helper="",this.outlined=!1,this.disabled=!1,this.error=!1,this.fixedMenuPosition=!1,this.options=[],this.optionsDisplayed=!1,this.focusOptions=!1,this.hideOptions=e=>this.optionsDisplayed=this.optionsDisplayed&&e.composedPath().includes(this.container)}render(){var e,r,n,i,a;let s=this.hasOptionsMenuOpen,c=this.disabled||!this.hasOptions,p=((e=this.selectedOption)===null||e===void 0?void 0:e.value)!=null||((n=(r=this.selectedOption)===null||r===void 0?void 0:r.label)!==null&&n!==void 0?n:"").length>0,f={"ft-select":!0,"ft-select--filled":!this.outlined,"ft-select--outlined":this.outlined,"ft-select--disabled":c,"ft-select--options-displayed":s,"ft-select--has-option-selected":p,"ft-select--no-label":!this.label,"ft-select--fixed":this.fixedMenuPosition,"ft-select--in-error":this.error};return $r.html`
2468
+ <div class="${(0,vi.classMap)(f)}" part="container">
2466
2469
  <div class="ft-select--main-panel" part="main-panel">
2467
2470
  <ft-input-label text="${this.label}"
2468
2471
  part="label"
@@ -2490,7 +2493,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2490
2493
  part="options"
2491
2494
  @keydown=${this.onOptionsKeyDown}
2492
2495
  innerrole="listbox">
2493
- ${(0,mc.repeat)(this.options,y=>y.value,y=>this.renderOption(y))}
2496
+ ${(0,bc.repeat)(this.options,y=>y.value,y=>this.renderOption(y))}
2494
2497
  </div>
2495
2498
  </div>
2496
2499
  ${this.helper?$r.html`
@@ -2501,7 +2504,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2501
2504
  @option-change=${this.updateOptionsFromSlot}
2502
2505
  ></slot>
2503
2506
  `}renderOption(e){let r=this.selectedOption===e;return $r.html`
2504
- <div class="${(0,xi.classMap)({"ft-select--option":!0,"ft-select--option-selected":r,"ft-typography--body2":!0})}"
2507
+ <div class="${(0,vi.classMap)({"ft-select--option":!0,"ft-select--option-selected":r,"ft-typography--body2":!0})}"
2505
2508
  part="option"
2506
2509
  tabindex="0"
2507
2510
  data-value="${e.value}"
@@ -2510,7 +2513,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2510
2513
  <ft-ripple ?primary=${r} ?activated=${r}></ft-ripple>
2511
2514
  <span>${e.label}</span>
2512
2515
  </div>
2513
- `}update(e){super.update(e),e.has("options")&&(this.selectedOption=this.options.filter(r=>r.selected)[0]),e.has("selectedOption")&&(this.optionsDisplayed=!1)}contentAvailableCallback(e){var r,n;if(super.contentAvailableCallback(e),e.has("focusOptions")&&this.focusOptions&&((n=(r=this.selectedOptionElement)!==null&&r!==void 0?r:this.firstOption)===null||n===void 0||n.focus(),this.focusOptions=!1),e.has("optionsDisplayed")&&this.hasOptionsMenuOpen){this.optionsMenu.style.width=this.mainPanel.getBoundingClientRect().width+"px";let i=["bottom","top"];(0,Lo.computeOffsetAutoPosition)(this.mainPanel,this.optionsMenu,"bottom",i,"fixed",M.optionsHeight.name,0).then(({x:a,y:s})=>{this.optionsMenu.style.left=`${a}px`,this.optionsMenu.style.top=`${s}px`})}}get hasOptionsMenuOpen(){return!this.disabled&&this.optionsDisplayed&&this.hasOptions}get hasOptions(){return this.options.length>0}updateOptionsFromSlot(e){var r;e.stopPropagation();let n=(r=this.optionsSlot)===null||r===void 0?void 0:r.assignedElements().map(i=>i);n&&n.length>0&&(this.options=n)}onMainPanelKeyDown(e){switch(e.key){case" ":e.preventDefault(),e.stopPropagation();case"Enter":this.optionsDisplayed=!this.optionsDisplayed,this.focusOptions=!0;break;case"ArrowUp":case"ArrowDown":e.preventDefault(),e.stopPropagation(),this.optionsDisplayed=!0,this.focusOptions=!0;break}}onOptionsKeyDown(e){var r,n,i,a,s;let c;switch(e.key){case"Escape":this.optionsDisplayed=!1,(r=this.mainPanel)===null||r===void 0||r.focus();break;case"Tab":this.optionsDisplayed=!1;break;case"ArrowUp":e.preventDefault(),e.stopPropagation(),c=(i=(n=this.focusedOption)===null||n===void 0?void 0:n.previousElementSibling)!==null&&i!==void 0?i:this.lastOption;break;case"ArrowDown":e.preventDefault(),e.stopPropagation(),c=(s=(a=this.focusedOption)===null||a===void 0?void 0:a.nextElementSibling)!==null&&s!==void 0?s:this.firstOption;break}c?.focus()}onOptionKeyDown(e,r){var n;(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),e.stopPropagation(),this.selectOption(r),this.optionsDisplayed=!1,(n=this.mainPanel)===null||n===void 0||n.focus())}selectOption(e){var r,n;if(!(0,Lo.deepEqual)((r=this.selectedOption)===null||r===void 0?void 0:r.value,e.value)){this.selectedOption=e;for(let i of this.options)i.selected=i===e;this.dispatchEvent(new CustomEvent("change",{detail:(n=this.selectedOption)===null||n===void 0?void 0:n.value}))}this.optionsDisplayed=!1}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.hideOptions)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptions)}};Q.elementDefinitions={"ft-input-label":rt,"ft-typography":q,"ft-ripple":H,"ft-icon":te};Q.styles=[Vo,Xt,yc];fe([(0,ne.property)({type:String})],Q.prototype,"label",void 0);fe([(0,ne.property)({type:String})],Q.prototype,"ariaLabel",void 0);fe([(0,ne.property)({type:String})],Q.prototype,"helper",void 0);fe([(0,ne.property)({type:Boolean})],Q.prototype,"outlined",void 0);fe([(0,ne.property)({type:Boolean})],Q.prototype,"disabled",void 0);fe([(0,ne.property)({type:Boolean})],Q.prototype,"error",void 0);fe([(0,ne.property)({type:Boolean})],Q.prototype,"fixedMenuPosition",void 0);fe([(0,ne.property)({type:Array})],Q.prototype,"options",void 0);fe([(0,ne.state)()],Q.prototype,"selectedOption",void 0);fe([(0,ne.state)()],Q.prototype,"optionsDisplayed",void 0);fe([(0,ne.state)()],Q.prototype,"focusOptions",void 0);fe([(0,ne.query)(".ft-select")],Q.prototype,"container",void 0);fe([(0,ne.query)(".ft-select--options")],Q.prototype,"optionsMenu",void 0);fe([(0,ne.query)(".ft-select--input-panel")],Q.prototype,"mainPanel",void 0);fe([(0,ne.query)(".ft-select--option:first-child")],Q.prototype,"firstOption",void 0);fe([(0,ne.query)(".ft-select--option:focus")],Q.prototype,"focusedOption",void 0);fe([(0,ne.query)(".ft-select--option.ft-select--option-selected")],Q.prototype,"selectedOptionElement",void 0);fe([(0,ne.query)(".ft-select--option:last-child")],Q.prototype,"lastOption",void 0);fe([(0,ne.query)("slot")],Q.prototype,"optionsSlot",void 0);(0,vi.customElement)("ft-select")(Q);(0,vi.customElement)("ft-select-option")(Nt);var I=u(w()),Si=u(L());var gc=u(L()),vt=u(w()),Re={display:vt.FtCssVariableFactory.create("--ft-skeleton--display","","DISPLAY","block"),width:vt.FtCssVariableFactory.create("--ft-skeleton--width","","SIZE","100%"),height:vt.FtCssVariableFactory.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:vt.FtCssVariableFactory.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:vt.FtCssVariableFactory.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:vt.FtCssVariableFactory.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:vt.FtCssVariableFactory.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:vt.FtCssVariableFactory.external(vt.designSystemVariables.borderRadiusM,"Design system")},bc=gc.css`
2516
+ `}update(e){super.update(e),e.has("options")&&(this.selectedOption=this.options.filter(r=>r.selected)[0]),e.has("selectedOption")&&(this.optionsDisplayed=!1)}contentAvailableCallback(e){var r,n;if(super.contentAvailableCallback(e),e.has("focusOptions")&&this.focusOptions&&((n=(r=this.selectedOptionElement)!==null&&r!==void 0?r:this.firstOption)===null||n===void 0||n.focus(),this.focusOptions=!1),e.has("optionsDisplayed")&&this.hasOptionsMenuOpen){this.optionsMenu.style.width=this.mainPanel.getBoundingClientRect().width+"px";let i=["bottom","top"];(0,Lo.computeOffsetAutoPosition)(this.mainPanel,this.optionsMenu,"bottom",i,"fixed",M.optionsHeight.name,0).then(({x:a,y:s})=>{this.optionsMenu.style.left=`${a}px`,this.optionsMenu.style.top=`${s}px`})}}get hasOptionsMenuOpen(){return!this.disabled&&this.optionsDisplayed&&this.hasOptions}get hasOptions(){return this.options.length>0}updateOptionsFromSlot(e){var r;e.stopPropagation();let n=(r=this.optionsSlot)===null||r===void 0?void 0:r.assignedElements().map(i=>i);n&&n.length>0&&(this.options=n)}onMainPanelKeyDown(e){switch(e.key){case" ":e.preventDefault(),e.stopPropagation();case"Enter":this.optionsDisplayed=!this.optionsDisplayed,this.focusOptions=!0;break;case"ArrowUp":case"ArrowDown":e.preventDefault(),e.stopPropagation(),this.optionsDisplayed=!0,this.focusOptions=!0;break}}onOptionsKeyDown(e){var r,n,i,a,s;let c;switch(e.key){case"Escape":this.optionsDisplayed=!1,(r=this.mainPanel)===null||r===void 0||r.focus();break;case"Tab":this.optionsDisplayed=!1;break;case"ArrowUp":e.preventDefault(),e.stopPropagation(),c=(i=(n=this.focusedOption)===null||n===void 0?void 0:n.previousElementSibling)!==null&&i!==void 0?i:this.lastOption;break;case"ArrowDown":e.preventDefault(),e.stopPropagation(),c=(s=(a=this.focusedOption)===null||a===void 0?void 0:a.nextElementSibling)!==null&&s!==void 0?s:this.firstOption;break}c?.focus()}onOptionKeyDown(e,r){var n;(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),e.stopPropagation(),this.selectOption(r),this.optionsDisplayed=!1,(n=this.mainPanel)===null||n===void 0||n.focus())}selectOption(e){var r,n;if(!(0,Lo.deepEqual)((r=this.selectedOption)===null||r===void 0?void 0:r.value,e.value)){this.selectedOption=e;for(let i of this.options)i.selected=i===e;this.dispatchEvent(new CustomEvent("change",{detail:(n=this.selectedOption)===null||n===void 0?void 0:n.value}))}this.optionsDisplayed=!1}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.hideOptions)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptions)}};Q.elementDefinitions={"ft-input-label":rt,"ft-typography":q,"ft-ripple":H,"ft-icon":te};Q.styles=[Vo,Xt,gc];ue([(0,ne.property)({type:String})],Q.prototype,"label",void 0);ue([(0,ne.property)({type:String})],Q.prototype,"ariaLabel",void 0);ue([(0,ne.property)({type:String})],Q.prototype,"helper",void 0);ue([(0,ne.property)({type:Boolean})],Q.prototype,"outlined",void 0);ue([(0,ne.property)({type:Boolean})],Q.prototype,"disabled",void 0);ue([(0,ne.property)({type:Boolean})],Q.prototype,"error",void 0);ue([(0,ne.property)({type:Boolean})],Q.prototype,"fixedMenuPosition",void 0);ue([(0,ne.property)({type:Array})],Q.prototype,"options",void 0);ue([(0,ne.state)()],Q.prototype,"selectedOption",void 0);ue([(0,ne.state)()],Q.prototype,"optionsDisplayed",void 0);ue([(0,ne.state)()],Q.prototype,"focusOptions",void 0);ue([(0,ne.query)(".ft-select")],Q.prototype,"container",void 0);ue([(0,ne.query)(".ft-select--options")],Q.prototype,"optionsMenu",void 0);ue([(0,ne.query)(".ft-select--input-panel")],Q.prototype,"mainPanel",void 0);ue([(0,ne.query)(".ft-select--option:first-child")],Q.prototype,"firstOption",void 0);ue([(0,ne.query)(".ft-select--option:focus")],Q.prototype,"focusedOption",void 0);ue([(0,ne.query)(".ft-select--option.ft-select--option-selected")],Q.prototype,"selectedOptionElement",void 0);ue([(0,ne.query)(".ft-select--option:last-child")],Q.prototype,"lastOption",void 0);ue([(0,ne.query)("slot")],Q.prototype,"optionsSlot",void 0);(0,Si.customElement)("ft-select")(Q);(0,Si.customElement)("ft-select-option")(Nt);var I=u(w()),Oi=u(L());var xc=u(L()),vt=u(w()),Re={display:vt.FtCssVariableFactory.create("--ft-skeleton--display","","DISPLAY","block"),width:vt.FtCssVariableFactory.create("--ft-skeleton--width","","SIZE","100%"),height:vt.FtCssVariableFactory.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:vt.FtCssVariableFactory.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:vt.FtCssVariableFactory.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:vt.FtCssVariableFactory.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:vt.FtCssVariableFactory.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:vt.FtCssVariableFactory.external(vt.designSystemVariables.borderRadiusM,"Design system")},vc=xc.css`
2514
2517
  :host {
2515
2518
  width: ${Re.width};
2516
2519
  height: ${Re.height};
@@ -2537,7 +2540,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2537
2540
  background-position: calc(100vw + ${Re.glareWidth}) 0, calc(${Re.glareWidth} * -1) 0;
2538
2541
  }
2539
2542
  }
2540
- `;var A={height:I.FtCssVariableFactory.create("--ft-search-bar-height","","SIZE","38px"),borderRadius:I.FtCssVariableFactory.extend("--ft-search-bar-border-radius","",I.designSystemVariables.borderRadiusS),mobileOpenPosition:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-position","","POSITION","fixed"),mobileOpenTop:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-top","","SIZE","0"),mobileOpenBottom:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-bottom","","SIZE","0"),mobileOpenLeft:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-left","","SIZE","0"),mobileOpenRight:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-right","","SIZE","0"),desktopFiltersHeight:I.FtCssVariableFactory.create("--ft-search-bar-desktop-filters-height","","SIZE","350px"),floatingZIndex:I.FtCssVariableFactory.create("--ft-search-bar-floating-components-z-index","","NUMBER","3"),colorSurface:I.FtCssVariableFactory.external(I.designSystemVariables.colorSurface,"Design system"),colorOnSurface:I.FtCssVariableFactory.external(I.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:I.FtCssVariableFactory.external(I.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOutline:I.FtCssVariableFactory.external(I.designSystemVariables.colorOutline,"Design system"),colorPrimary:I.FtCssVariableFactory.external(I.designSystemVariables.colorPrimary,"Design system"),elevation02:I.FtCssVariableFactory.external(I.designSystemVariables.elevation02,"Design system"),buttonColor:I.FtCssVariableFactory.external(W.color,"Button"),buttonRippleColor:I.FtCssVariableFactory.external(W.rippleColor,"Button")},xc=Si.css`
2543
+ `;var A={height:I.FtCssVariableFactory.create("--ft-search-bar-height","","SIZE","38px"),borderRadius:I.FtCssVariableFactory.extend("--ft-search-bar-border-radius","",I.designSystemVariables.borderRadiusS),mobileOpenPosition:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-position","","POSITION","fixed"),mobileOpenTop:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-top","","SIZE","0"),mobileOpenBottom:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-bottom","","SIZE","0"),mobileOpenLeft:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-left","","SIZE","0"),mobileOpenRight:I.FtCssVariableFactory.create("--ft-search-bar-mobile-open-right","","SIZE","0"),desktopFiltersHeight:I.FtCssVariableFactory.create("--ft-search-bar-desktop-filters-height","","SIZE","350px"),floatingZIndex:I.FtCssVariableFactory.create("--ft-search-bar-floating-components-z-index","","NUMBER","3"),colorSurface:I.FtCssVariableFactory.external(I.designSystemVariables.colorSurface,"Design system"),colorOnSurface:I.FtCssVariableFactory.external(I.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:I.FtCssVariableFactory.external(I.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOutline:I.FtCssVariableFactory.external(I.designSystemVariables.colorOutline,"Design system"),colorPrimary:I.FtCssVariableFactory.external(I.designSystemVariables.colorPrimary,"Design system"),elevation02:I.FtCssVariableFactory.external(I.designSystemVariables.elevation02,"Design system"),buttonColor:I.FtCssVariableFactory.external(W.color,"Button"),buttonRippleColor:I.FtCssVariableFactory.external(W.rippleColor,"Button")},Sc=Oi.css`
2541
2544
  * {
2542
2545
  box-sizing: border-box;
2543
2546
  }
@@ -2674,8 +2677,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2674
2677
  }
2675
2678
 
2676
2679
  .ft-search-bar--left-action.ft-search-bar--content-locale {
2677
- ${(0,I.setVariable)(T.borderColor,"transparent")};
2678
- ${(0,I.setVariable)(T.borderRadius,`calc(${A.borderRadius} - 1px)`)};
2680
+ ${(0,I.setVariable)(z.borderColor,"transparent")};
2681
+ ${(0,I.setVariable)(z.borderRadius,`calc(${A.borderRadius} - 1px)`)};
2679
2682
  ${(0,I.setVariable)(M.selectedOptionColor,A.buttonColor)};
2680
2683
  }
2681
2684
 
@@ -2732,7 +2735,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2732
2735
  ${(0,I.setVariable)($.fontWeight,"bold")};
2733
2736
  }
2734
2737
 
2735
- `,vc=Si.css`
2738
+ `,Oc=Oi.css`
2736
2739
  .ft-search-bar--presets {
2737
2740
  min-width: 200px;
2738
2741
  }
@@ -2793,7 +2796,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2793
2796
  .ft-search-bar--desktop-menu .ft-search-bar--filters-container {
2794
2797
  display: block;
2795
2798
  height: ${A.desktopFiltersHeight};
2796
- ${(0,I.setVariable)(_e.gap,"16px")};
2799
+ ${(0,I.setVariable)(Te.gap,"16px")};
2797
2800
  }
2798
2801
 
2799
2802
  .ft-search-bar--desktop-menu ft-filter {
@@ -2808,15 +2811,15 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2808
2811
  }
2809
2812
 
2810
2813
  .ft-search-bar--desktop-menu [data-filters-count="2"] ft-filter {
2811
- max-width: calc(50% - ${_e.gap} / 2);
2814
+ max-width: calc(50% - ${Te.gap} / 2);
2812
2815
  }
2813
2816
 
2814
2817
  .ft-search-bar--desktop-menu [data-filters-count="3"] ft-filter {
2815
- max-width: max(250px, calc(33% - 2 * ${_e.gap} / 3));
2818
+ max-width: max(250px, calc(33% - 2 * ${Te.gap} / 3));
2816
2819
  }
2817
2820
 
2818
2821
  .ft-search-bar--desktop-menu [data-filters-count="4"] ft-filter {
2819
- max-width: max(250px, calc(25% - 3 * ${_e.gap} / 4));
2822
+ max-width: max(250px, calc(25% - 3 * ${Te.gap} / 4));
2820
2823
  }
2821
2824
 
2822
2825
  .ft-search-bar--hierarchical-filter {
@@ -2893,12 +2896,12 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2893
2896
  .ft-search-bar--desktop-menu .ft-search-bar--launch-search {
2894
2897
  margin: 0;
2895
2898
  }
2896
- `;var Cc=u(w());var Sc=u(L()),Oc=u(w());var io=class extends Oc.FtLitElement{render(){return Sc.html`
2897
- `}};io.elementDefinitions={};io.styles=bc;(0,Cc.customElement)("ft-skeleton")(io);var No=u(L()),Oi=u(ho());var pn=u(w());var At=class{constructor(e,r=300){this.searchBar=e,this.updateDebouncer=new pn.Debouncer(r)}render(){let e=this.searchBar.recentSearches.filter(n=>n.toLowerCase().includes(this.searchBar.query.toLowerCase())),r=this.searchBar.suggestions.length>0||e.length>0;return No.html`
2899
+ `;var Ec=u(w());var Cc=u(L()),wc=u(w());var lo=class extends wc.FtLitElement{render(){return Cc.html`
2900
+ `}};lo.elementDefinitions={};lo.styles=vc;(0,Ec.customElement)("ft-skeleton")(lo);var No=u(L()),Ci=u(mo());var fn=u(w());var At=class{constructor(e,r=300){this.searchBar=e,this.updateDebouncer=new fn.Debouncer(r)}render(){let e=this.searchBar.recentSearches.filter(n=>n.toLowerCase().includes(this.searchBar.query.toLowerCase())),r=this.searchBar.suggestions.length>0||e.length>0;return No.html`
2898
2901
  <div class="ft-search-bar--suggestions ft-word-wrap ${r?"ft-search-bar--suggestions-not-empty":""}"
2899
2902
  part="suggestions-container"
2900
2903
  @keydown=${n=>this.onSuggestKeyDown(n)}>
2901
- ${(0,Oi.repeat)(e.slice(0,5),n=>n,n=>No.html`
2904
+ ${(0,Ci.repeat)(e.slice(0,5),n=>n,n=>No.html`
2902
2905
  <div part="suggestion-container">
2903
2906
  <a href="${this.getRequestWithQuery(n)}"
2904
2907
  part="suggestions"
@@ -2918,7 +2921,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2918
2921
  </ft-button>
2919
2922
  </div>
2920
2923
  `)}
2921
- ${(0,Oi.repeat)(this.searchBar.suggestions,n=>n.value,n=>No.html`
2924
+ ${(0,Ci.repeat)(this.searchBar.suggestions,n=>n.value,n=>No.html`
2922
2925
  <div part="suggestion-container">
2923
2926
  <a href="${this.getRequestWithQuery(n.value)}"
2924
2927
  part="suggestions"
@@ -2931,9 +2934,9 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2931
2934
  </div>
2932
2935
  `)}
2933
2936
  </div>
2934
- `}getRequestWithQuery(e){return this.searchBar.searchRequestSerializer({...this.searchBar.request,paging:{page:1},query:e})}update(){return new Promise((e,r)=>{this.updateDebouncer.run(async()=>{this.searchBar.suggestions=this.searchBar.api&&this.searchBar.query.length>2?await this.searchBar.api.getSuggestions(this.searchBar.suggestRequest).then(n=>n.suggestions).catch(()=>[]):[],e()})})}onSuggestKeyDown(e){var r,n;switch(e.key){case"ArrowUp":(r=this.previousSuggestionElement())===null||r===void 0||r.focus(),e.preventDefault(),e.stopPropagation();break;case"ArrowDown":(n=this.nextSuggestionElement())===null||n===void 0||n.focus(),e.preventDefault(),e.stopPropagation();break}}nextSuggestionElement(){var e,r;let n=(e=this.getFocusedSuggestionElement())===null||e===void 0?void 0:e.parentElement,i=(r=n?.nextElementSibling)===null||r===void 0?void 0:r.querySelector("[part=suggestions]");return i??this.getFirstSuggestionElement()}previousSuggestionElement(){var e,r;let n=(e=this.getFocusedSuggestionElement())===null||e===void 0?void 0:e.parentElement,i=(r=n?.previousElementSibling)===null||r===void 0?void 0:r.querySelector("[part=suggestions]");return i??this.getLastSuggestionElement()}onSuggestClick(e,r){this.searchBar.setQuery(r),this.searchBar.onLaunchSearch()}removeRecentSearch(e,r){var n,i,a,s;e.preventDefault(),e.stopPropagation();let c=e.target.closest("[part='suggestion-container']"),p=(s=(i=(n=c?.previousElementSibling)===null||n===void 0?void 0:n.querySelector("[part='suggestions']"))!==null&&i!==void 0?i:(a=c?.nextElementSibling)===null||a===void 0?void 0:a.querySelector("[part='suggestions']"))!==null&&s!==void 0?s:this.searchBar.input;p?.focus(),this.searchBar.recentSearches=this.searchBar.recentSearches.filter(f=>f.toLowerCase()!==r.toLowerCase()),this.searchBar.saveRecentSearches()}getIcon(e){let r=e.type==="DOCUMENT"?Ie.file_format:Ie.fluid_topics,n;switch(e.type){case"MAP":n=e.editorialType==="BOOK"?$t.BOOK:$t.ARTICLE;break;case"DOCUMENT":n=ps(e.mimeType,e.filenameExtension);break;case"TOPIC":n=$t.TOPICS;break}return No.html`
2937
+ `}getRequestWithQuery(e){return this.searchBar.searchRequestSerializer({...this.searchBar.request,paging:{page:1},query:e})}update(){return new Promise((e,r)=>{this.updateDebouncer.run(async()=>{this.searchBar.suggestions=this.searchBar.api&&this.searchBar.query.length>2?await this.searchBar.api.getSuggestions(this.searchBar.suggestRequest).then(n=>n.suggestions).catch(()=>[]):[],e()})})}onSuggestKeyDown(e){var r,n;switch(e.key){case"ArrowUp":(r=this.previousSuggestionElement())===null||r===void 0||r.focus(),e.preventDefault(),e.stopPropagation();break;case"ArrowDown":(n=this.nextSuggestionElement())===null||n===void 0||n.focus(),e.preventDefault(),e.stopPropagation();break}}nextSuggestionElement(){var e,r;let n=(e=this.getFocusedSuggestionElement())===null||e===void 0?void 0:e.parentElement,i=(r=n?.nextElementSibling)===null||r===void 0?void 0:r.querySelector("[part=suggestions]");return i??this.getFirstSuggestionElement()}previousSuggestionElement(){var e,r;let n=(e=this.getFocusedSuggestionElement())===null||e===void 0?void 0:e.parentElement,i=(r=n?.previousElementSibling)===null||r===void 0?void 0:r.querySelector("[part=suggestions]");return i??this.getLastSuggestionElement()}onSuggestClick(e,r){this.searchBar.setQuery(r),this.searchBar.onLaunchSearch()}removeRecentSearch(e,r){var n,i,a,s;e.preventDefault(),e.stopPropagation();let c=e.target.closest("[part='suggestion-container']"),p=(s=(i=(n=c?.previousElementSibling)===null||n===void 0?void 0:n.querySelector("[part='suggestions']"))!==null&&i!==void 0?i:(a=c?.nextElementSibling)===null||a===void 0?void 0:a.querySelector("[part='suggestions']"))!==null&&s!==void 0?s:this.searchBar.input;p?.focus(),this.searchBar.recentSearches=this.searchBar.recentSearches.filter(f=>f.toLowerCase()!==r.toLowerCase()),this.searchBar.saveRecentSearches()}getIcon(e){let r=e.type==="DOCUMENT"?_e.file_format:_e.fluid_topics,n;switch(e.type){case"MAP":n=e.editorialType==="BOOK"?$t.BOOK:$t.ARTICLE;break;case"DOCUMENT":n=us(e.mimeType,e.filenameExtension);break;case"TOPIC":n=$t.TOPICS;break}return No.html`
2935
2938
  <ft-icon .variant="${r}" .value="${n}" part="suggestion-icon"></ft-icon>
2936
- `}getFocusedSuggestionElement(){return this.searchBar.querySelector(".ft-search-bar--suggestion:focus-within")}getLastSuggestionElement(){let e=this.searchBar.querySelectorAll(".ft-search-bar--suggestion");return e.length>0?e[e.length-1]:null}getFirstSuggestionElement(){return this.searchBar.querySelector(".ft-search-bar--suggestion")}focusFirstSuggestion(){var e;(e=this.getFirstSuggestionElement())===null||e===void 0||e.focus()}};At.styles=[pn.wordWrap,No.css`
2939
+ `}getFocusedSuggestionElement(){return this.searchBar.querySelector(".ft-search-bar--suggestion:focus-within")}getLastSuggestionElement(){let e=this.searchBar.querySelectorAll(".ft-search-bar--suggestion");return e.length>0?e[e.length-1]:null}getFirstSuggestionElement(){return this.searchBar.querySelector(".ft-search-bar--suggestion")}focusFirstSuggestion(){var e;(e=this.getFirstSuggestionElement())===null||e===void 0||e.focus()}};At.styles=[fn.wordWrap,No.css`
2937
2940
  .ft-search-bar--mobile .ft-search-bar--suggestions {
2938
2941
  flex-grow: 1;
2939
2942
  flex-shrink: 1;
@@ -3015,8 +3018,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3015
3018
  flex-grow: 1;
3016
3019
  flex-shrink: 1;
3017
3020
  }
3018
- `];var Te=u(L()),Ci=u(ho());var fn=u(w());var Pt=class{constructor(e){this.searchBar=e}render(){if(!this.searchBar.hasLocaleSelector()&&!this.searchBar.hasFacets())return Te.html``;let e=this.searchBar.isMobile(),r=!e&&this.searchBar.dense||e&&this.searchBar.isMobileMenuOpen(),n=Te.html`
3019
- ${this.searchBar.hasLocaleSelector()&&(this.searchBar.hasFacets()||e)?Te.html`
3021
+ `];var ze=u(L()),wi=u(mo());var un=u(w());var Pt=class{constructor(e){this.searchBar=e}render(){if(!this.searchBar.hasLocaleSelector()&&!this.searchBar.hasFacets())return ze.html``;let e=this.searchBar.isMobile(),r=!e&&this.searchBar.dense||e&&this.searchBar.isMobileMenuOpen(),n=ze.html`
3022
+ ${this.searchBar.hasLocaleSelector()&&(this.searchBar.hasFacets()||e)?ze.html`
3020
3023
  <ft-chip part="selected-filters selected-filter-ft-locale"
3021
3024
  ?dense=${this.searchBar.dense&&!e}
3022
3025
  ?clickable=${e}
@@ -3026,46 +3029,46 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3026
3029
  ${this.getLocaleLabel(this.searchBar.contentLocale)}
3027
3030
  </ft-chip>
3028
3031
  `:null}
3029
- ${(0,Ci.repeat)(this.searchBar.facets,i=>i.key,i=>{let a=hl(i);return(0,Ci.repeat)(a,s=>{let c=i.label+": "+pl(s),p=i.key.replace(":","-"),f=Te.html`
3032
+ ${(0,wi.repeat)(this.searchBar.facets,i=>i.key,i=>{let a=ml(i);return(0,wi.repeat)(a,s=>{let c=i.label+": "+ul(s),p=i.key.replace(":","-"),f=ze.html`
3030
3033
  <ft-chip
3031
3034
  part="selected-filters selected-filter-${p}"
3032
3035
  ?dense=${this.searchBar.dense&&!e}
3033
3036
  ?clickable=${e}
3034
3037
  ?removable=${!e}
3035
- icon=${e?Te.nothing:"close"}
3038
+ icon=${e?ze.nothing:"close"}
3036
3039
  label="${c}"
3037
- title=${r?c:Te.nothing}
3040
+ title=${r?c:ze.nothing}
3038
3041
  @click=${()=>this.openMobileFilters(i.key)}
3039
3042
  @icon-click=${()=>this.searchBar.setFilter(i.key,a.filter(y=>y!==s))}
3040
3043
  data-key="${i.key}"
3041
3044
  data-value="${s}">
3042
- ${dl(s)}
3045
+ ${fl(s)}
3043
3046
  </ft-chip>
3044
- `;return r?f:Te.html`
3047
+ `;return r?f:ze.html`
3045
3048
  <ft-tooltip inline text="${c}">
3046
3049
  ${f}
3047
3050
  </ft-tooltip>
3048
3051
  `})})}
3049
- ${e?Te.html`
3052
+ ${e?ze.html`
3050
3053
  <ft-chip part="selected-filters mobile-filters-opener"
3051
3054
  icon="plus"
3052
3055
  clickable
3053
3056
  @click=${()=>{this.searchBar.mobileMenuOpen=!0,this.searchBar.displayFacets=!0}}>
3054
3057
  ${this.searchBar.labelResolver.resolve("filtersButton")}
3055
3058
  </ft-chip>
3056
- `:Te.nothing}
3057
- `;return r?Te.html`
3059
+ `:ze.nothing}
3060
+ `;return r?ze.html`
3058
3061
  <ft-snap-scroll horizontal controls hideScrollbar limitSize
3059
3062
  class="ft-search-bar--selected-filters"
3060
3063
  part="selected-filters-container"
3061
3064
  exportpartsPrefix="selected-filters-container">
3062
3065
  ${n}
3063
3066
  </ft-snap-scroll>
3064
- `:Te.html`
3067
+ `:ze.html`
3065
3068
  <div class="ft-search-bar--selected-filters" part="selected-filters-container">
3066
3069
  ${n}
3067
3070
  </div>
3068
- `}openMobileFilters(e){this.searchBar.isMobile()&&(this.searchBar.mobileMenuOpen=!0,this.searchBar.displayFacets=!0,this.searchBar.scrollToFacet=e)}getLocaleLabel(e){var r;return(r=this.searchBar.availableContentLocales.filter(n=>{var i;return((i=n.lang)!==null&&i!==void 0?i:"").toLowerCase()===(e??"").toLowerCase()}).map(n=>n.label).pop())!==null&&r!==void 0?r:e}};Pt.styles=Te.css`
3071
+ `}openMobileFilters(e){this.searchBar.isMobile()&&(this.searchBar.mobileMenuOpen=!0,this.searchBar.displayFacets=!0,this.searchBar.scrollToFacet=e)}getLocaleLabel(e){var r;return(r=this.searchBar.availableContentLocales.filter(n=>{var i;return((i=n.lang)!==null&&i!==void 0?i:"").toLowerCase()===(e??"").toLowerCase()}).map(n=>n.label).pop())!==null&&r!==void 0?r:e}};Pt.styles=ze.css`
3069
3072
  .ft-search-bar--selected-filters:not(ft-snap-scroll) {
3070
3073
  flex-shrink: 0;
3071
3074
  display: flex;
@@ -3076,7 +3079,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3076
3079
 
3077
3080
  ft-snap-scroll.ft-search-bar--selected-filters {
3078
3081
  overflow: hidden;
3079
- ${(0,fn.setVariable)(_e.gap,"4px")};
3082
+ ${(0,un.setVariable)(Te.gap,"4px")};
3080
3083
  }
3081
3084
 
3082
3085
  ft-snap-scroll.ft-search-bar--selected-filters::part(content) {
@@ -3084,8 +3087,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3084
3087
  }
3085
3088
 
3086
3089
  .ft-search-bar--desktop ft-snap-scroll.ft-search-bar--selected-filters {
3087
- ${(0,fn.setVariable)(Ne.iconSize,"17px")};
3088
- ${(0,fn.setVariable)(Ne.fontSize,"12px")};
3090
+ ${(0,un.setVariable)(Ae.iconSize,"17px")};
3091
+ ${(0,un.setVariable)(Ae.fontSize,"12px")};
3089
3092
  }
3090
3093
 
3091
3094
  .ft-search-bar--selected-filters * {
@@ -3095,8 +3098,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3095
3098
  .ft-search-bar--selected-filters ft-chip {
3096
3099
  flex-grow: 0;
3097
3100
  }
3098
- `;var Bt=u(L());var wc=u(dt()),kr=class{constructor(e,r,n){this.searchBar=e,this.selectedFacetsManager=r??new Pt(e),this.suggestManager=n??new At(e)}render(){let e={"ft-search-bar--container":!0,"ft-search-bar--mobile":!0,"ft-search-bar--mobile-menu-open":this.searchBar.isMobileMenuOpen(),"ft-search-bar--forced-open":this.searchBar.forceMobileMenuOpen};return Bt.html`
3099
- <div class="${(0,wc.classMap)(e)}" part="container" tabindex="-1">
3101
+ `;var Bt=u(L());var $c=u(dt()),kr=class{constructor(e,r,n){this.searchBar=e,this.selectedFacetsManager=r??new Pt(e),this.suggestManager=n??new At(e)}render(){let e={"ft-search-bar--container":!0,"ft-search-bar--mobile":!0,"ft-search-bar--mobile-menu-open":this.searchBar.isMobileMenuOpen(),"ft-search-bar--forced-open":this.searchBar.forceMobileMenuOpen};return Bt.html`
3102
+ <div class="${(0,$c.classMap)(e)}" part="container" tabindex="-1">
3100
3103
  <div class="ft-search-bar" role="search">
3101
3104
  <div class="ft-search-bar--input-container" part="input-container">
3102
3105
  <div class="ft-search-bar--input-outline" part="input-outline">
@@ -3149,13 +3152,13 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3149
3152
  </div>
3150
3153
  `}onSearchBarKeyUp(e){var r;e.key==="Enter"&&((r=this.searchBar.launchSearchButton)===null||r===void 0||r.click())}onInput(e){let r=e.composedPath()[0];this.searchBar.query=r.value}};kr.styles=Bt.css`
3151
3154
 
3152
- `;var je=u(L()),Ec=u(ho());var $c=u(dt()),Rr=class{constructor(e,r,n){this.searchBar=e,this.selectedFacetsManager=r??new Pt(e),this.suggestManager=n??new At(e)}render(){let e={"ft-search-bar--container":!0,"ft-search-bar--dense":this.searchBar.dense,"ft-search-bar--desktop":!0,"ft-search-bar--floating-panel-open":this.searchBar.displayFacets&&!this.searchBar.forceMenuOpen,"ft-search-bar--forced-open":this.searchBar.forceMenuOpen,"ft-search-bar--react-to-focus":this.searchBar.reactToFocus};return je.html`
3153
- <div class="${(0,$c.classMap)(e)}" part="container" tabindex="-1">
3155
+ `;var Ze=u(L()),kc=u(mo());var Rc=u(dt()),Rr=class{constructor(e,r,n){this.searchBar=e,this.selectedFacetsManager=r??new Pt(e),this.suggestManager=n??new At(e)}render(){let e={"ft-search-bar--container":!0,"ft-search-bar--dense":this.searchBar.dense,"ft-search-bar--desktop":!0,"ft-search-bar--floating-panel-open":this.searchBar.displayFacets&&!this.searchBar.forceMenuOpen,"ft-search-bar--forced-open":this.searchBar.forceMenuOpen,"ft-search-bar--react-to-focus":this.searchBar.reactToFocus};return Ze.html`
3156
+ <div class="${(0,Rc.classMap)(e)}" part="container" tabindex="-1">
3154
3157
  <div class="ft-search-bar" part="search-bar" role="search">
3155
3158
  ${this.renderSearchBarLeftAction()}
3156
3159
  <div class="ft-search-bar--input-container" part="input-container" tabindex="-1">
3157
3160
  <div class="ft-search-bar--input-outline" part="input-outline">
3158
- ${this.searchBar.dense?this.selectedFacetsManager.render():je.nothing}
3161
+ ${this.searchBar.dense?this.selectedFacetsManager.render():Ze.nothing}
3159
3162
  <input class="ft-search-bar--input ft-typography--body2"
3160
3163
  part="input"
3161
3164
  type="search"
@@ -3170,9 +3173,9 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3170
3173
  ${this.renderDesktopSearchBarButtons()}
3171
3174
  ${this.searchBar.renderDesktopFloatingMenu()}
3172
3175
  </div>
3173
- ${this.searchBar.dense?je.nothing:this.searchBar.forceMenuOpen?this.searchBar.renderDesktopMenu():this.selectedFacetsManager.render()}
3176
+ ${this.searchBar.dense?Ze.nothing:this.searchBar.forceMenuOpen?this.searchBar.renderDesktopMenu():this.selectedFacetsManager.render()}
3174
3177
  </div>
3175
- `}renderSearchBarLeftAction(){return this.searchBar.hasFacets()?this.searchBar.forceMenuOpen?je.nothing:je.html`
3178
+ `}renderSearchBarLeftAction(){return this.searchBar.hasFacets()?this.searchBar.forceMenuOpen?Ze.nothing:Ze.html`
3176
3179
  <ft-button class="ft-search-bar--filters-opener ft-search-bar--left-action"
3177
3180
  part="filters-opener"
3178
3181
  trailingIcon
@@ -3184,24 +3187,24 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3184
3187
  >
3185
3188
  ${this.searchBar.labelResolver.resolve("filtersButton")}
3186
3189
  </ft-button>
3187
- `:this.searchBar.hasLocaleSelector()?je.html`
3190
+ `:this.searchBar.hasLocaleSelector()?Ze.html`
3188
3191
  <ft-select outlined
3189
3192
  class="ft-search-bar--content-locale ft-search-bar--left-action"
3190
3193
  part="content-locale select-ft-locale"
3191
3194
  ariaLabel="${this.searchBar.labelResolver.resolve("selectLocale")}"
3192
3195
  .exportpartsPrefixes=${["content-locale","select-ft-locale"]}
3193
3196
  @change=${e=>this.searchBar.contentLocale=e.detail==null?void 0:e.detail}>
3194
- ${(0,Ec.repeat)(this.searchBar.availableContentLocales,e=>e.lang,e=>je.html`
3197
+ ${(0,kc.repeat)(this.searchBar.availableContentLocales,e=>e.lang,e=>Ze.html`
3195
3198
  <ft-select-option .value=${e.lang}
3196
3199
  label="${e.label}"
3197
3200
  ?selected=${e.lang==this.searchBar.contentLocale}>
3198
3201
  </ft-select-option>
3199
3202
  `)}
3200
3203
  </ft-select>
3201
- `:je.nothing}renderDesktopSearchBarButtons(){return je.html`
3204
+ `:Ze.nothing}renderDesktopSearchBarButtons(){return Ze.html`
3202
3205
  <div class="ft-search-bar--actions"
3203
3206
  part="search-bar-actions">
3204
- ${this.searchBar.query?je.html`
3207
+ ${this.searchBar.query?Ze.html`
3205
3208
  <ft-button class="ft-search-bar--clear-query"
3206
3209
  part="clear-query"
3207
3210
  icon="close"
@@ -3220,45 +3223,45 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3220
3223
  @click=${()=>this.searchBar.onLaunchSearch()}
3221
3224
  ></ft-button>
3222
3225
  </div>
3223
- `}onSearchBarKeyDown(e){var r;switch(e.key){case"Escape":this.searchBar.mobileMenuOpen=!1,(r=this.searchBar.input)===null||r===void 0||r.blur();break;case"ArrowDown":e.stopPropagation(),e.preventDefault(),this.suggestManager.focusFirstSuggestion();break}}onSearchBarKeyUp(e){var r;e.key==="Enter"&&((r=this.searchBar.launchSearchButton)===null||r===void 0||r.click())}onInput(e){let r=e.composedPath()[0];this.searchBar.query=r.value}};Rr.styles=je.css`
3226
+ `}onSearchBarKeyDown(e){var r;switch(e.key){case"Escape":this.searchBar.mobileMenuOpen=!1,(r=this.searchBar.input)===null||r===void 0||r.blur();break;case"ArrowDown":e.stopPropagation(),e.preventDefault(),this.suggestManager.focusFirstSuggestion();break}}onSearchBarKeyUp(e){var r;e.key==="Enter"&&((r=this.searchBar.launchSearchButton)===null||r===void 0||r.click())}onInput(e){let r=e.composedPath()[0];this.searchBar.query=r.value}};Rr.styles=Ze.css`
3224
3227
 
3225
- `;var Ed=u(w());var Ac=u(L()),Ke=u(Y()),St=u(w());var kc=u(L());var Rc=kc.css`
3226
- `;var un=u(w()),lp="ft-app-info",wi=class extends CustomEvent{constructor(e){super("authentication-change",{detail:e})}},sp={session:(o,e)=>{(0,un.deepEqual)(o.session,e.payload)||(o.session=e.payload,setTimeout(()=>P.dispatchEvent(new wi(e.payload)),0))}},P=un.FtReduxStore.get({name:lp,reducers:sp,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var It=u(w());var Ei=u(w());var Ao=class o{static get(e){let{baseUrl:r,apiIntegrationIdentifier:n}=P.getState(),i=e??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(e){return new Promise(r=>{let n=o.get(e);if(n)r(n);else{let i=P.subscribe(()=>{n=o.get(e),n&&(i(),r(n))})}})}};var Lr=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Ao.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Ao.await()}};var ao=class extends Lr{constructor(e=!0,r){var n;super(r);let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new Ei.CacheRegistry,this.cache=e?i.commonCache:new Ei.CacheRegistry}clearCache(){this.cache.clearAll()}};var Lc,cp=Symbol("clearAfterUnitTest"),hn=class extends ao{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Lc]=()=>{this.defaultMessages={},this.cache=new It.CacheRegistry,this.listeners={}},this.currentUiLocale=P.getState().uiLocale,P.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=P.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var n;if(e=e.toLowerCase(),Object.keys(r).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...r};(0,It.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,n;return this.fetchContext(e),(n=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,r){let n=e.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(e,r,...n){var i;let a=e.toLowerCase(),s=this.resolveContext(a);return new It.ParametrizedLabelResolver((i=this.defaultMessages[a])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(e){let r=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e))}catch(i){!(i instanceof It.CanceledPromiseError)&&r&&console.error(i)}return r&&await this.notify(e),n}subscribe(e,r){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(r),()=>{var i;return(i=this.listeners[e])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map(e=>this.notify(e)))}async notify(e){this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(r=>(0,It.delay)(0).then(()=>r()).catch(()=>null)))}};Lc=cp;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends hn{constructor(){super(async(o,e)=>(await this.awaitApi).getFluidTopicsMessageContext(o,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends hn{constructor(){super(async(o,e)=>(await this.awaitApi).getCustomMessageContext(o,e))}});var Nc=window.FluidTopicsI18nService,oS=window.FluidTopicsCustomI18nService;var Ae=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ue=class extends St.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>Ao.get(),this.messageContexts=[],this.cache=new St.CacheRegistry,this.cleanSessionDebouncer=new St.Debouncer}render(){return Ac.html`
3228
+ `;var Ld=u(w());var Bc=u(L()),Ke=u(Y()),St=u(w());var Lc=u(L());var Nc=Lc.css`
3229
+ `;var hn=u(w()),pp="ft-app-info",Ei=class extends CustomEvent{constructor(e){super("authentication-change",{detail:e})}},fp={session:(o,e)=>{(0,hn.deepEqual)(o.session,e.payload)||(o.session=e.payload,setTimeout(()=>P.dispatchEvent(new Ei(e.payload)),0))}},P=hn.FtReduxStore.get({name:pp,reducers:fp,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var It=u(w());var $i=u(w());var Ao=class o{static get(e){let{baseUrl:r,apiIntegrationIdentifier:n}=P.getState(),i=e??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(e){return new Promise(r=>{let n=o.get(e);if(n)r(n);else{let i=P.subscribe(()=>{n=o.get(e),n&&(i(),r(n))})}})}};var Lr=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Ao.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Ao.await()}};var so=class extends Lr{constructor(e=!0,r){var n;super(r);let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new $i.CacheRegistry,this.cache=e?i.commonCache:new $i.CacheRegistry}clearCache(){this.cache.clearAll()}};var Ac,up=Symbol("clearAfterUnitTest"),yn=class extends so{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ac]=()=>{this.defaultMessages={},this.cache=new It.CacheRegistry,this.listeners={}},this.currentUiLocale=P.getState().uiLocale,P.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=P.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var n;if(e=e.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...r};(0,It.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,n;return this.fetchContext(e),(n=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,r){let n=e.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(e,r,...n){var i;let a=e.toLowerCase(),s=this.resolveContext(a);return new It.ParametrizedLabelResolver((i=this.defaultMessages[a])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(e){let r=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e))}catch(i){!(i instanceof It.CanceledPromiseError)&&r&&console.error(i)}return r&&await this.notify(e),n}subscribe(e,r){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(r),()=>{var i;return(i=this.listeners[e])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map(e=>this.notify(e)))}async notify(e){this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(r=>(0,It.delay)(0).then(()=>r()).catch(()=>null)))}};Ac=up;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends yn{constructor(){super(async(o,e)=>(await this.awaitApi).getFluidTopicsMessageContext(o,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends yn{constructor(){super(async(o,e)=>(await this.awaitApi).getCustomMessageContext(o,e))}});var Pc=window.FluidTopicsI18nService,iS=window.FluidTopicsCustomI18nService;var Be=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},he=class extends St.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>Ao.get(),this.messageContexts=[],this.cache=new St.CacheRegistry,this.cleanSessionDebouncer=new St.Debouncer}render(){return Bc.html`
3227
3230
  <slot></slot>
3228
- `}update(e){var r,n,i,a,s;super.update(e),e.has("baseUrl")&&(P.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&P.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&P.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&P.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&P.actions.noCustom(this.noCustom),e.has("editorMode")&&P.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&P.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&P.actions.session(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(c=>Nc.addContext(c)),e.has("openExternalDocumentInNewTab")&&P.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&P.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&P.actions.forcedOffline(this.forcedOffline),e.has("localesConfiguration")&&(P.actions.defaultLocales((r=this.localesConfiguration)===null||r===void 0?void 0:r.defaultLocales),P.actions.availableUiLocales((i=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&i!==void 0?i:[]),P.actions.searchInAllLanguagesAllowed((s=(a=this.localesConfiguration)===null||a===void 0?void 0:a.allLanguagesAllowed)!==null&&s!==void 0?s:!1)),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}};ue.elementDefinitions={};ue.styles=Rc;Ae([(0,Ke.property)()],ue.prototype,"baseUrl",void 0);Ae([(0,Ke.property)()],ue.prototype,"apiIntegrationIdentifier",void 0);Ae([(0,Ke.property)()],ue.prototype,"uiLocale",void 0);Ae([(0,St.jsonProperty)(null)],ue.prototype,"availableUiLocales",void 0);Ae([(0,St.jsonProperty)(null)],ue.prototype,"metadataConfiguration",void 0);Ae([(0,Ke.property)({type:Boolean})],ue.prototype,"editorMode",void 0);Ae([(0,Ke.property)({type:Boolean})],ue.prototype,"noCustom",void 0);Ae([(0,Ke.property)({type:Boolean})],ue.prototype,"openExternalDocumentInNewTab",void 0);Ae([(0,Ke.property)({converter:{fromAttribute(o){return o==="false"?!1:o==="true"||(o??!1)}}})],ue.prototype,"noCustomComponent",void 0);Ae([(0,Ke.property)({type:Boolean})],ue.prototype,"withManualResources",void 0);Ae([(0,Ke.property)({type:Boolean})],ue.prototype,"navigatorOnline",void 0);Ae([(0,Ke.property)({type:Boolean})],ue.prototype,"forcedOffline",void 0);Ae([(0,Ke.property)({type:Object})],ue.prototype,"apiProvider",void 0);Ae([(0,St.jsonProperty)([])],ue.prototype,"messageContexts",void 0);Ae([(0,St.jsonProperty)(void 0)],ue.prototype,"session",void 0);Ae([(0,Ke.state)()],ue.prototype,"localesConfiguration",void 0);var Yp=u(Y());function dp(o,e){if(o===e)return!0;if(o&&e&&typeof o=="object"&&typeof e=="object"){if(o.constructor!==e.constructor)return!1;var r,n,i;if(Array.isArray(o)){if(r=o.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!yn(o[n],e[n]))return!1;return!0}if(o instanceof Map&&e instanceof Map){if(o.size!==e.size)return!1;for(n of o.entries())if(!e.has(n[0]))return!1;for(n of o.entries())if(!yn(n[1],e.get(n[0])))return!1;return!0}if(o instanceof Set&&e instanceof Set){if(o.size!==e.size)return!1;for(n of o.entries())if(!e.has(n[0]))return!1;return!0}if(o.constructor===RegExp)return o.source===e.source&&o.flags===e.flags;if(o.valueOf!==Object.prototype.valueOf)return o.valueOf()===e.valueOf();let a=s=>Object.keys(s).filter(c=>s[c]!=null);if(i=a(o),r=i.length,r!==a(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=r;n--!==0;){let s=i[n];if(!yn(o[s],e[s]))return!1}return!0}return o!==o&&e!==e||o==null&&e==null}function yn(o,e){try{return dp(o,e)}catch{return!1}}function mn(o,e){return!yn(o,e)}var pp=u(Y(),1);var gn=class{constructor(){this.queue=[]}add(e,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let r=this.queue.find(n=>n.type===e);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};var Qo=u(Y(),1);var Pc=u(Y(),1);function Bc(o,e){let r=()=>JSON.parse(JSON.stringify(o));return(0,Pc.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:mn,...e??{}})}var bn=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(c){i(c);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Dc=u(L(),1);var xn=globalThis,fp=xn.ShadowRoot&&(xn.ShadyCSS===void 0||xn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,bS=Symbol();var Ic=(o,e)=>{if(fp)o.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=xn.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,o.appendChild(n)}};var vn=class extends Dc.LitElement{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,a])=>e.registry.define(i,a)));let r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Ic(n,e.elementStyles),n}};var Nr=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Tc,_c=Symbol("constructorPrototype"),zc=Symbol("constructorName"),Mc=Symbol("exportpartsDebouncer"),Fc=Symbol("dynamicDependenciesLoaded"),Gt=class extends vn{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Tc]=new bn(5),this[zc]=this.constructor.name,this[_c]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[zc]&&Object.setPrototypeOf(this,this[_c])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let e=this.constructor;e[Fc]||(e[Fc]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,isKeyboardNavigation:i}=this.elementToFocus;n!=null&&(r=this.shadowRoot.querySelector(n)),r?.focus(),i||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(a=>a.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(a){console.error(a,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}scheduleExportpartsUpdate(){var e,r,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[Mc].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var r,n,i,a,s,c;let p=g=>g!=null&&g.trim().length>0,f=e.filter(p).map(g=>g.trim());if(f.length===0){this.removeAttribute("exportparts");return}let y=new Set;for(let g of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let x=(a=(i=g.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],b=(c=(s=g.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(S=>S.split(":")[1]))!==null&&c!==void 0?c:[];new Array(...x,...b).filter(p).map(S=>S.trim()).forEach(S=>y.add(S))}if(y.size===0){this.removeAttribute("exportparts");return}let m=[...y.values()].flatMap(g=>f.map(x=>`${g}:${x}--${g}`));this.setAttribute("exportparts",[...this.part,...m].join(", "))}};Tc=Mc;Nr([(0,Qo.property)()],Gt.prototype,"exportpartsPrefix",void 0);Nr([Bc([])],Gt.prototype,"exportpartsPrefixes",void 0);Nr([(0,Qo.property)()],Gt.prototype,"customStylesheet",void 0);Nr([(0,Qo.property)()],Gt.prototype,"elementToFocus",void 0);Nr([(0,Qo.state)()],Gt.prototype,"useAdoptedStyleSheets",void 0);function Ar(o){var e;return(e=o?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Wc,Hc,Uc,Pr=Symbol("internalReduxEventsUnsubscribers"),lo=Symbol("internalStoresUnsubscribers"),Po=Symbol("internalStores"),Br=class extends Gt{constructor(){super(...arguments),this[Wc]=new Map,this[Hc]=new Map,this[Uc]=new Map}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(r=>e.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[Po].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Po].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[Po].get(e)}addStore(e,r){var n;r=(n=r??(Ar(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this[Po].set(r,e),this.subscribeToStore(r,e),this.updateFromStores()}removeStore(e){let r=typeof e=="string"?e:e.name;this.unsubscribeFromStore(r),this[Po].delete(r)}setupStores(){this.unsubscribeFromStores(),this[Po].forEach((e,r)=>this.subscribeToStore(r,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let i=this.getStore(e.store);i&&(e.store?this[lo].has(e.store):this[lo].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[lo].set(e,r.subscribe(()=>this.updateFromStores())),this[Pr].set(e,[]),Ar(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||r.name===i.store)){let s=c=>this[a](c);r.addEventListener(i.eventName,s),this[Pr].get(e).push(()=>r.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[lo].forEach((e,r)=>this.unsubscribeFromStore(r))}unsubscribeFromStore(e){var r;this[lo].has(e)&&this[lo].get(e)(),this[lo].delete(e),(r=this[Pr].get(e))===null||r===void 0||r.forEach(n=>n()),this[Pr].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Wc=lo,Hc=Po,Uc=Pr;Br.reduxProperties=new Map;Br.reduxReactiveProperties=new Set;Br.reduxEventListeners=new Map;function ft(o){for(var e=arguments.length,r=Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+o+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function jt(o){return!!o&&!!o[de]}function Ot(o){var e;return!!o&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===vp}(o)||Array.isArray(o)||!!o[Yc]||!!(!((e=o.constructor)===null||e===void 0)&&e[Yc])||Ii(o)||Di(o))}function Bo(o,e,r){r===void 0&&(r=!1),or(o)===0?(r?Object.keys:tr)(o).forEach(function(n){r&&typeof n=="symbol"||e(n,o[n],o)}):o.forEach(function(n,i){return e(i,n,o)})}function or(o){var e=o[de];return e?e.i>3?e.i-4:e.i:Array.isArray(o)?1:Ii(o)?2:Di(o)?3:0}function er(o,e){return or(o)===2?o.has(e):Object.prototype.hasOwnProperty.call(o,e)}function up(o,e){return or(o)===2?o.get(e):o[e]}function Xc(o,e,r){var n=or(o);n===2?o.set(e,r):n===3?o.add(r):o[e]=r}function Jc(o,e){return o===e?o!==0||1/o==1/e:o!=o&&e!=e}function Ii(o){return bp&&o instanceof Map}function Di(o){return xp&&o instanceof Set}function so(o){return o.o||o.t}function _i(o){if(Array.isArray(o))return Array.prototype.slice.call(o);var e=td(o);delete e[de];for(var r=tr(e),n=0;n<r.length;n++){var i=r[n],a=e[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(e[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:o[i]})}return Object.create(Object.getPrototypeOf(o),e)}function zi(o,e){return e===void 0&&(e=!1),Fi(o)||jt(o)||!Ot(o)||(or(o)>1&&(o.set=o.add=o.clear=o.delete=hp),Object.freeze(o),e&&Bo(o,function(r,n){return zi(n,!0)},!0)),o}function hp(){ft(2)}function Fi(o){return o==null||typeof o!="object"||Object.isFrozen(o)}function Dt(o){var e=Bi[o];return e||ft(18,o),e}function yp(o,e){Bi[o]||(Bi[o]=e)}function Ni(){return Dr}function $i(o,e){e&&(Dt("Patches"),o.u=[],o.s=[],o.v=e)}function Sn(o){Ai(o),o.p.forEach(mp),o.p=null}function Ai(o){o===Dr&&(Dr=o.l)}function Vc(o){return Dr={p:[],l:Dr,h:o,m:!0,_:0}}function mp(o){var e=o[de];e.i===0||e.i===1?e.j():e.g=!0}function ki(o,e){e._=e.p.length;var r=e.p[0],n=o!==void 0&&o!==r;return e.h.O||Dt("ES5").S(e,o,n),n?(r[de].P&&(Sn(e),ft(4)),Ot(o)&&(o=On(e,o),e.l||Cn(e,o)),e.u&&Dt("Patches").M(r[de].t,o,e.u,e.s)):o=On(e,r,[]),Sn(e),e.u&&e.v(e.u,e.s),o!==ed?o:void 0}function On(o,e,r){if(Fi(e))return e;var n=e[de];if(!n)return Bo(e,function(c,p){return Gc(o,n,e,c,p,r)},!0),e;if(n.A!==o)return e;if(!n.P)return Cn(o,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=_i(n.k):n.o,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),Bo(a,function(c,p){return Gc(o,n,i,c,p,r,s)}),Cn(o,i,!1),r&&o.u&&Dt("Patches").N(n,r,o.u,o.s)}return n.o}function Gc(o,e,r,n,i,a,s){if(jt(i)){var c=On(o,i,a&&e&&e.i!==3&&!er(e.R,n)?a.concat(n):void 0);if(Xc(r,n,c),!jt(c))return;o.m=!1}else s&&r.add(i);if(Ot(i)&&!Fi(i)){if(!o.h.D&&o._<1)return;On(o,i),e&&e.A.l||Cn(o,i)}}function Cn(o,e,r){r===void 0&&(r=!1),!o.l&&o.h.D&&o.m&&zi(e,r)}function Ri(o,e){var r=o[de];return(r?so(r):o)[e]}function jc(o,e){if(e in o)for(var r=Object.getPrototypeOf(o);r;){var n=Object.getOwnPropertyDescriptor(r,e);if(n)return n;r=Object.getPrototypeOf(r)}}function co(o){o.P||(o.P=!0,o.l&&co(o.l))}function Li(o){o.o||(o.o=_i(o.t))}function Pi(o,e,r){var n=Ii(e)?Dt("MapSet").F(e,r):Di(e)?Dt("MapSet").T(e,r):o.O?function(i,a){var s=Array.isArray(i),c={i:s?1:0,A:a?a.A:Ni(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},p=c,f=_r;s&&(p=[c],f=Ir);var y=Proxy.revocable(p,f),m=y.revoke,g=y.proxy;return c.k=g,c.j=m,g}(e,r):Dt("ES5").J(e,r);return(r?r.A:Ni()).p.push(n),n}function gp(o){return jt(o)||ft(22,o),function e(r){if(!Ot(r))return r;var n,i=r[de],a=or(r);if(i){if(!i.P&&(i.i<4||!Dt("ES5").K(i)))return i.t;i.I=!0,n=Kc(r,a),i.I=!1}else n=Kc(r,a);return Bo(n,function(s,c){i&&up(i.t,s)===c||Xc(n,s,e(c))}),a===3?new Set(n):n}(o)}function Kc(o,e){switch(e){case 2:return new Map(o);case 3:return Array.from(o)}return _i(o)}function Qc(){function o(s,c){var p=a[s];return p?p.enumerable=c:a[s]=p={configurable:!0,enumerable:c,get:function(){var f=this[de];return _r.get(f,s)},set:function(f){var y=this[de];_r.set(y,s,f)}},p}function e(s){for(var c=s.length-1;c>=0;c--){var p=s[c][de];if(!p.P)switch(p.i){case 5:n(p)&&co(p);break;case 4:r(p)&&co(p)}}}function r(s){for(var c=s.t,p=s.k,f=tr(p),y=f.length-1;y>=0;y--){var m=f[y];if(m!==de){var g=c[m];if(g===void 0&&!er(c,m))return!0;var x=p[m],b=x&&x[de];if(b?b.t!==g:!Jc(x,g))return!0}}var S=!!c[de];return f.length!==tr(c).length+(S?0:1)}function n(s){var c=s.k;if(c.length!==s.t.length)return!0;var p=Object.getOwnPropertyDescriptor(c,c.length-1);if(p&&!p.get)return!0;for(var f=0;f<c.length;f++)if(!c.hasOwnProperty(f))return!0;return!1}function i(s){s.g&&ft(3,JSON.stringify(so(s)))}var a={};yp("ES5",{J:function(s,c){var p=Array.isArray(s),f=function(m,g){if(m){for(var x=Array(g.length),b=0;b<g.length;b++)Object.defineProperty(x,""+b,o(b,!0));return x}var S=td(g);delete S[de];for(var N=tr(S),k=0;k<N.length;k++){var R=N[k];S[R]=o(R,m||!!S[R].enumerable)}return Object.create(Object.getPrototypeOf(g),S)}(p,s),y={i:p?5:4,A:c?c.A:Ni(),P:!1,I:!1,R:{},l:c,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,de,{value:y,writable:!0}),f},S:function(s,c,p){p?jt(c)&&c[de].A===s&&e(s.p):(s.u&&function f(y){if(y&&typeof y=="object"){var m=y[de];if(m){var g=m.t,x=m.k,b=m.R,S=m.i;if(S===4)Bo(x,function(j){j!==de&&(g[j]!==void 0||er(g,j)?b[j]||f(x[j]):(b[j]=!0,co(m)))}),Bo(g,function(j){x[j]!==void 0||er(x,j)||(b[j]=!1,co(m))});else if(S===5){if(n(m)&&(co(m),b.length=!0),x.length<g.length)for(var N=x.length;N<g.length;N++)b[N]=!1;else for(var k=g.length;k<x.length;k++)b[k]=!0;for(var R=Math.min(x.length,g.length),_=0;_<R;_++)x.hasOwnProperty(_)||(b[_]=!0),b[_]===void 0&&f(x[_])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var Zc,Dr,Ti=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",bp=typeof Map<"u",xp=typeof Set<"u",qc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",ed=Ti?Symbol.for("immer-nothing"):((Zc={})["immer-nothing"]=!0,Zc),Yc=Ti?Symbol.for("immer-draftable"):"__$immer_draftable",de=Ti?Symbol.for("immer-state"):"__$immer_state";var vp=""+Object.prototype.constructor,tr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(o){return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o))}:Object.getOwnPropertyNames,td=Object.getOwnPropertyDescriptors||function(o){var e={};return tr(o).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(o,r)}),e},Bi={},_r={get:function(o,e){if(e===de)return o;var r=so(o);if(!er(r,e))return function(i,a,s){var c,p=jc(a,s);return p?"value"in p?p.value:(c=p.get)===null||c===void 0?void 0:c.call(i.k):void 0}(o,r,e);var n=r[e];return o.I||!Ot(n)?n:n===Ri(o.t,e)?(Li(o),o.o[e]=Pi(o.A.h,n,o)):n},has:function(o,e){return e in so(o)},ownKeys:function(o){return Reflect.ownKeys(so(o))},set:function(o,e,r){var n=jc(so(o),e);if(n?.set)return n.set.call(o.k,r),!0;if(!o.P){var i=Ri(so(o),e),a=i?.[de];if(a&&a.t===r)return o.o[e]=r,o.R[e]=!1,!0;if(Jc(r,i)&&(r!==void 0||er(o.t,e)))return!0;Li(o),co(o)}return o.o[e]===r&&(r!==void 0||e in o.o)||Number.isNaN(r)&&Number.isNaN(o.o[e])||(o.o[e]=r,o.R[e]=!0),!0},deleteProperty:function(o,e){return Ri(o.t,e)!==void 0||e in o.t?(o.R[e]=!1,Li(o),co(o)):delete o.R[e],o.o&&delete o.o[e],!0},getOwnPropertyDescriptor:function(o,e){var r=so(o),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{writable:!0,configurable:o.i!==1||e!=="length",enumerable:n.enumerable,value:r[e]}},defineProperty:function(){ft(11)},getPrototypeOf:function(o){return Object.getPrototypeOf(o.t)},setPrototypeOf:function(){ft(12)}},Ir={};Bo(_r,function(o,e){Ir[o]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Ir.deleteProperty=function(o,e){return Ir.set.call(this,o,e,void 0)},Ir.set=function(o,e,r){return _r.set.call(this,o[0],e,r,o[0])};var Sp=function(){function o(r){var n=this;this.O=qc,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var c=a;a=i;var p=n;return function(S){var N=this;S===void 0&&(S=c);for(var k=arguments.length,R=Array(k>1?k-1:0),_=1;_<k;_++)R[_-1]=arguments[_];return p.produce(S,function(j){var ee;return(ee=a).call.apply(ee,[N,j].concat(R))})}}var f;if(typeof a!="function"&&ft(6),s!==void 0&&typeof s!="function"&&ft(7),Ot(i)){var y=Vc(n),m=Pi(n,i,void 0),g=!0;try{f=a(m),g=!1}finally{g?Sn(y):Ai(y)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(S){return $i(y,s),ki(S,y)},function(S){throw Sn(y),S}):($i(y,s),ki(f,y))}if(!i||typeof i!="object"){if((f=a(i))===void 0&&(f=i),f===ed&&(f=void 0),n.D&&zi(f,!0),s){var x=[],b=[];Dt("Patches").M(i,f,x,b),s(x,b)}return f}ft(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(f){for(var y=arguments.length,m=Array(y>1?y-1:0),g=1;g<y;g++)m[g-1]=arguments[g];return n.produceWithPatches(f,function(x){return i.apply(void 0,[x].concat(m))})};var s,c,p=n.produce(i,a,function(f,y){s=f,c=y});return typeof Promise<"u"&&p instanceof Promise?p.then(function(f){return[f,s,c]}):[p,s,c]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=o.prototype;return e.createDraft=function(r){Ot(r)||ft(8),jt(r)&&(r=gp(r));var n=Vc(this),i=Pi(this,r,void 0);return i[de].C=!0,Ai(n),i},e.finishDraft=function(r,n){var i=r&&r[de],a=i.A;return $i(a,n),ki(void 0,a)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!qc&&ft(20),this.O=r},e.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){r=a.value;break}}i>-1&&(n=n.slice(i+1));var s=Dt("Patches").$;return jt(r)?s(r,n):this.produce(r,function(c){return s(c,n)})},o}(),nt=new Sp,Op=nt.produce,NS=nt.produceWithPatches.bind(nt),AS=nt.setAutoFreeze.bind(nt),PS=nt.setUseProxies.bind(nt),BS=nt.applyPatches.bind(nt),IS=nt.createDraft.bind(nt),DS=nt.finishDraft.bind(nt),wn=Op;function Io(o){"@babel/helpers - typeof";return Io=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Io(o)}function od(o,e){if(Io(o)!="object"||!o)return o;var r=o[Symbol.toPrimitive];if(r!==void 0){var n=r.call(o,e||"default");if(Io(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(o)}function rd(o){var e=od(o,"string");return Io(e)=="symbol"?e:e+""}function nd(o,e,r){return(e=rd(e))in o?Object.defineProperty(o,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):o[e]=r,o}function id(o,e){var r=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(o,i).enumerable})),r.push.apply(r,n)}return r}function Mi(o){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?id(Object(r),!0).forEach(function(n){nd(o,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):id(Object(r)).forEach(function(n){Object.defineProperty(o,n,Object.getOwnPropertyDescriptor(r,n))})}return o}function Pe(o){return"Minified Redux error #"+o+"; visit https://redux.js.org/Errors?code="+o+" for the full message or use the non-minified dev environment for full errors. "}var ad=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Wi=function(){return Math.random().toString(36).substring(7).split("").join(".")},En={INIT:"@@redux/INIT"+Wi(),REPLACE:"@@redux/REPLACE"+Wi(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Wi()}};function Cp(o){if(typeof o!="object"||o===null)return!1;for(var e=o;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(o)===e}function Hi(o,e,r){var n;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Pe(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Pe(1));return r(Hi)(o,e)}if(typeof o!="function")throw new Error(Pe(2));var i=o,a=e,s=[],c=s,p=!1;function f(){c===s&&(c=s.slice())}function y(){if(p)throw new Error(Pe(3));return a}function m(S){if(typeof S!="function")throw new Error(Pe(4));if(p)throw new Error(Pe(5));var N=!0;return f(),c.push(S),function(){if(N){if(p)throw new Error(Pe(6));N=!1,f();var R=c.indexOf(S);c.splice(R,1),s=null}}}function g(S){if(!Cp(S))throw new Error(Pe(7));if(typeof S.type>"u")throw new Error(Pe(8));if(p)throw new Error(Pe(9));try{p=!0,a=i(a,S)}finally{p=!1}for(var N=s=c,k=0;k<N.length;k++){var R=N[k];R()}return S}function x(S){if(typeof S!="function")throw new Error(Pe(10));i=S,g({type:En.REPLACE})}function b(){var S,N=m;return S={subscribe:function(R){if(typeof R!="object"||R===null)throw new Error(Pe(11));function _(){R.next&&R.next(y())}_();var j=N(_);return{unsubscribe:j}}},S[ad]=function(){return this},S}return g({type:En.INIT}),n={dispatch:g,subscribe:m,getState:y,replaceReducer:x},n[ad]=b,n}function wp(o){Object.keys(o).forEach(function(e){var r=o[e],n=r(void 0,{type:En.INIT});if(typeof n>"u")throw new Error(Pe(12));if(typeof r(void 0,{type:En.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Pe(13))})}function ld(o){for(var e=Object.keys(o),r={},n=0;n<e.length;n++){var i=e[n];typeof o[i]=="function"&&(r[i]=o[i])}var a=Object.keys(r),s,c;try{wp(r)}catch(p){c=p}return function(f,y){if(f===void 0&&(f={}),c)throw c;if(0)var m;for(var g=!1,x={},b=0;b<a.length;b++){var S=a[b],N=r[S],k=f[S],R=N(k,y);if(typeof R>"u"){var _=y&&y.type;throw new Error(Pe(14))}x[S]=R,g=g||R!==k}return g=g||a.length!==Object.keys(f).length,g?x:f}}function rr(){for(var o=arguments.length,e=new Array(o),r=0;r<o;r++)e[r]=arguments[r];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function sd(){for(var o=arguments.length,e=new Array(o),r=0;r<o;r++)e[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(Pe(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},c=e.map(function(p){return p(s)});return a=rr.apply(void 0,c)(i.dispatch),Mi(Mi({},i),{},{dispatch:a})}}}function cd(o){var e=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(c){return typeof c=="function"?c(i,a,o):s(c)}}};return e}var dd=cd();dd.withExtraArgument=cd;var Ui=dd;var yd=function(){var o=function(e,r){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},o(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");o(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Ep=function(o,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(f){return function(y){return p([f,y])}}function p(f){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(a=f[0]&2?i.return:f[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,f[1])).done)return a;switch(i=0,a&&(f=[f[0]&2,a.value]),f[0]){case 0:case 1:a=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,i=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){r.label=f[1];break}if(f[0]===6&&r.label<a[1]){r.label=a[1],a=f;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(f);break}a[2]&&r.ops.pop(),r.trys.pop();continue}f=e.call(o,r)}catch(y){f=[6,y],i=0}finally{n=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},nr=function(o,e){for(var r=0,n=e.length,i=o.length;r<n;r++,i++)o[i]=e[r];return o},$p=Object.defineProperty,kp=Object.defineProperties,Rp=Object.getOwnPropertyDescriptors,pd=Object.getOwnPropertySymbols,Lp=Object.prototype.hasOwnProperty,Np=Object.prototype.propertyIsEnumerable,fd=function(o,e,r){return e in o?$p(o,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):o[e]=r},po=function(o,e){for(var r in e||(e={}))Lp.call(e,r)&&fd(o,r,e[r]);if(pd)for(var n=0,i=pd(e);n<i.length;n++){var r=i[n];Np.call(e,r)&&fd(o,r,e[r])}return o},Vi=function(o,e){return kp(o,Rp(e))},Ap=function(o,e,r){return new Promise(function(n,i){var a=function(p){try{c(r.next(p))}catch(f){i(f)}},s=function(p){try{c(r.throw(p))}catch(f){i(f)}},c=function(p){return p.done?n(p.value):Promise.resolve(p.value).then(a,s)};c((r=r.apply(o,e)).next())})};var Pp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?rr:rr.apply(null,arguments)},QS=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(o){return o}};function Bp(o){if(typeof o!="object"||o===null)return!1;var e=Object.getPrototypeOf(o);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}var Ip=function(o){yd(e,o);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=o.apply(this,r)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return o.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,nr([void 0],r[0].concat(this)))):new(e.bind.apply(e,nr([void 0],r.concat(this))))},e}(Array),Dp=function(o){yd(e,o);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=o.apply(this,r)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return o.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,nr([void 0],r[0].concat(this)))):new(e.bind.apply(e,nr([void 0],r.concat(this))))},e}(Array);function Ki(o){return Ot(o)?wn(o,function(){}):o}function _p(o){return typeof o=="boolean"}function zp(){return function(e){return Fp(e)}}function Fp(o){o===void 0&&(o={});var e=o.thunk,r=e===void 0?!0:e,n=o.immutableCheck,i=n===void 0?!0:n,a=o.serializableCheck,s=a===void 0?!0:a,c=new Ip;if(r&&(_p(r)?c.push(Ui):c.push(Ui.withExtraArgument(r.extraArgument))),0){if(i)var p;if(s)var f}return c}var Gi=!0;function md(o){var e=zp(),r=o||{},n=r.reducer,i=n===void 0?void 0:n,a=r.middleware,s=a===void 0?e():a,c=r.devTools,p=c===void 0?!0:c,f=r.preloadedState,y=f===void 0?void 0:f,m=r.enhancers,g=m===void 0?void 0:m,x;if(typeof i=="function")x=i;else if(Bp(i))x=ld(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var b=s;if(typeof b=="function"&&(b=b(e),!Gi&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Gi&&b.some(function(j){return typeof j!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=sd.apply(void 0,b),N=rr;p&&(N=Pp(po({trace:!Gi},typeof p=="object"&&p)));var k=new Dp(S),R=k;Array.isArray(g)?R=nr([S],g):typeof g=="function"&&(R=g(k));var _=N.apply(void 0,R);return Hi(x,y,_)}function fo(o,e){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var a=e.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return po(po({type:o,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:o,payload:n[0]}}return r.toString=function(){return""+o},r.type=o,r.match=function(n){return n.type===o},r}function gd(o){var e={},r=[],n,i={addCase:function(a,s){var c=typeof a=="string"?a:a.type;if(c in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[c]=s,i},addMatcher:function(a,s){return r.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return o(i),[e,r,n]}function Tp(o){return typeof o=="function"}function Mp(o,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?gd(e):[e,r,n],a=i[0],s=i[1],c=i[2],p;if(Tp(o))p=function(){return Ki(o())};else{var f=Ki(o);p=function(){return f}}function y(m,g){m===void 0&&(m=p());var x=nr([a[g.type]],s.filter(function(b){var S=b.matcher;return S(g)}).map(function(b){var S=b.reducer;return S}));return x.filter(function(b){return!!b}).length===0&&(x=[c]),x.reduce(function(b,S){if(S)if(jt(b)){var N=b,k=S(N,g);return k===void 0?b:k}else{if(Ot(b))return wn(b,function(R){return S(R,g)});var k=S(b,g);if(k===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return k}return b},m)}return y.getInitialState=p,y}function Wp(o,e){return o+"/"+e}function bd(o){var e=o.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof o.initialState=="function"?o.initialState:Ki(o.initialState),n=o.reducers||{},i=Object.keys(n),a={},s={},c={};i.forEach(function(y){var m=n[y],g=Wp(e,y),x,b;"reducer"in m?(x=m.reducer,b=m.prepare):x=m,a[y]=x,s[g]=x,c[y]=b?fo(g,b):fo(g)});function p(){var y=typeof o.extraReducers=="function"?gd(o.extraReducers):[o.extraReducers],m=y[0],g=m===void 0?{}:m,x=y[1],b=x===void 0?[]:x,S=y[2],N=S===void 0?void 0:S,k=po(po({},g),s);return Mp(r,function(R){for(var _ in k)R.addCase(_,k[_]);for(var j=0,ee=b;j<ee.length;j++){var it=ee[j];R.addMatcher(it.matcher,it.reducer)}N&&R.addDefaultCase(N)})}var f;return{name:e,reducer:function(y,m){return f||(f=p()),f(y,m)},actions:c,caseReducers:a,getInitialState:function(){return f||(f=p()),f.getInitialState()}}}var Hp="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Up=function(o){o===void 0&&(o=21);for(var e="",r=o;r--;)e+=Hp[Math.random()*64|0];return e},Vp=["name","message","stack","code"],ji=function(){function o(e,r){this.payload=e,this.meta=r}return o}(),ud=function(){function o(e,r){this.payload=e,this.meta=r}return o}(),Gp=function(o){if(typeof o=="object"&&o!==null){for(var e={},r=0,n=Vp;r<n.length;r++){var i=n[r];typeof o[i]=="string"&&(e[i]=o[i])}return e}return{message:String(o)}},rO=function(){function o(e,r,n){var i=fo(e+"/fulfilled",function(y,m,g,x){return{payload:y,meta:Vi(po({},x||{}),{arg:g,requestId:m,requestStatus:"fulfilled"})}}),a=fo(e+"/pending",function(y,m,g){return{payload:void 0,meta:Vi(po({},g||{}),{arg:m,requestId:y,requestStatus:"pending"})}}),s=fo(e+"/rejected",function(y,m,g,x,b){return{payload:x,error:(n&&n.serializeError||Gp)(y||"Rejected"),meta:Vi(po({},b||{}),{arg:g,requestId:m,rejectedWithValue:!!x,requestStatus:"rejected",aborted:y?.name==="AbortError",condition:y?.name==="ConditionError"})}}),c=!1,p=typeof AbortController<"u"?AbortController:function(){function y(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return y.prototype.abort=function(){},y}();function f(y){return function(m,g,x){var b=n?.idGenerator?n.idGenerator(y):Up(),S=new p,N,k=!1;function R(j){N=j,S.abort()}var _=function(){return Ap(this,null,function(){var j,ee,it,Kt,An,Zt,Ze;return Ep(this,function(at){switch(at.label){case 0:return at.trys.push([0,4,,5]),Kt=(j=n?.condition)==null?void 0:j.call(n,y,{getState:g,extra:x}),Kp(Kt)?[4,Kt]:[3,2];case 1:Kt=at.sent(),at.label=2;case 2:if(Kt===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return k=!0,An=new Promise(function(qe,uo){return S.signal.addEventListener("abort",function(){return uo({name:"AbortError",message:N||"Aborted"})})}),m(a(b,y,(ee=n?.getPendingMeta)==null?void 0:ee.call(n,{requestId:b,arg:y},{getState:g,extra:x}))),[4,Promise.race([An,Promise.resolve(r(y,{dispatch:m,getState:g,extra:x,requestId:b,signal:S.signal,abort:R,rejectWithValue:function(qe,uo){return new ji(qe,uo)},fulfillWithValue:function(qe,uo){return new ud(qe,uo)}})).then(function(qe){if(qe instanceof ji)throw qe;return qe instanceof ud?i(qe.payload,b,y,qe.meta):i(qe,b,y)})])];case 3:return it=at.sent(),[3,5];case 4:return Zt=at.sent(),it=Zt instanceof ji?s(null,b,y,Zt.payload,Zt.meta):s(Zt,b,y),[3,5];case 5:return Ze=n&&!n.dispatchConditionRejection&&s.match(it)&&it.meta.condition,Ze||m(it),[2,it]}})})}();return Object.assign(_,{abort:R,requestId:b,arg:y,unwrap:function(){return _.then(jp)}})}}return Object.assign(f,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return o.withTypes=function(){return o},o}();function jp(o){if(o.meta&&o.meta.rejectedWithValue)throw o.payload;if(o.error)throw o.error;return o.payload}function Kp(o){return o!==null&&typeof o=="object"&&typeof o.then=="function"}var xd="listener",vd="completed",Sd="cancelled",nO="task-"+Sd,iO="task-"+vd,aO=xd+"-"+Sd,lO=xd+"-"+vd;var Zi="listenerMiddleware";var sO=fo(Zi+"/add"),cO=fo(Zi+"/removeAll"),dO=fo(Zi+"/remove");var hd,pO=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(o){return(hd||(hd=Promise.resolve())).then(o).catch(function(e){return setTimeout(function(){throw e},0)})},Zp=function(o){return function(e){setTimeout(e,o)}},fO=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Zp(10);Qc();function qp(o,e){return class extends o{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}var $n=class extends qp(Object){};window.ftReduxStores||(window.ftReduxStores={});var Od=class o extends $n{static get(e){var r;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Ar(a))return a;if(i==null)return;let s=bd({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),c=md({reducer:(p,f)=>f.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...p,...f.overwrites}:s.reducer(p,f)});return window.ftReduxStores[i.name]=new o(s,c,i.eventBus)}constructor(e,r,n){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new gn;let i=a=>a!=null?JSON.parse(JSON.stringify(a)):a;this.actions=new Proxy(this.reduxSlice.actions,{get:(a,s,c)=>{let p=s,f=a[p];return f?(...y)=>{let m=f(...y.map(i));return this.reduxStore.dispatch(m),m}:y=>{this.setState({[p]:i(y)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Nn=u(w());var kn=class extends ao{async listMySearches(){let e=P.getState().session;return e?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var Rn=class extends ao{async listMyBookmarks(){let e=P.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var Xp="ft-user-assets",Ln=Nn.FtReduxStore.get({name:Xp,initialState:{savedSearches:void 0,bookmarks:void 0}}),qi=class{constructor(){this.currentSession=P.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Rn,this.savedSearchesService=new kn,P.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=P.getState();(0,Nn.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Ln.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Ln.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();Ln.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Ln.actions.bookmarks(r)}}},KO=new qi;var Yi=class{addCommand(e,r=!1){P.commands.add(e,r)}consumeCommand(e){return P.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Yi;var Cd=u(w()),Xi=class{highlightHtml(e,r,n){(0,Cd.highlightHtml)(e,r,n)}};window.FluidTopicsHighlightHtmlService=new Xi;var wd=u(w());var Ji=class{isDate(e){var r,n,i,a;return(a=(i=((n=(r=P.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(c=>c.key===e))===null||i===void 0?void 0:i.date)!==null&&a!==void 0?a:!1}format(e,r){var n,i,a;return wd.DateFormatter.format(e,(n=r?.locale)!==null&&n!==void 0?n:P.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(a=r?.withTime)!==null&&a!==void 0?a:!1)}};window.FluidTopicsDateService=new Ji;var Jp=u(w());(0,Ed.customElement)("ft-app-context")(ue);var U=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a};window.fluidtopics==null&&console.warn("Fluid Topics public API was not found. You can find it here: https://www.npmjs.com/package/@fluid-topics/public-api");var $d={filtersButton:"Filters",inputPlaceHolder:"Search",filterInputPlaceHolder:"Filter {0}",clearInputButton:"Clear",clearFilterButton:"Clear",displayMoreFilterValuesButton:"More",noFilterValuesAvailable:"No values available",searchButton:"Search",clearFilters:"Clear filters",contentLocaleSelector:"Lang",presetsSelector:"Quick filters",removeRecentSearch:"Remove {0}",back:"Back",selectLocale:"Select a language"},Qi=class extends CustomEvent{constructor(e){super("change",{detail:e})}},Qp=()=>{},B=class extends ie.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.mode="auto",this.forceMobileMenuOpen=!1,this.forceMenuOpen=!1,this.baseUrl="",this.apiIntegrationIdentifier="ft-search-bar",this.availableContentLocales=[],this.availableContentLocalesInitialized=!1,this.labels={},this.labelResolver=new ie.ParametrizedLabelResolver($d,{}),this.displayedFilters=[],this.presets=[],this.priors=[],this.searchRequestSerializer=e=>new ie.SearchPlaceConverter(this.baseUrl,{}).serialize(e),this.focusOnDisplay=!1,this.metadataFilters=[],this.sizeCategory=lt.M,this.displayFacets=!1,this.mobileMenuOpen=!1,this.facets=[],this.facetsInitialized=!1,this.knownFacetLabels=new Map,this.query="",this.suggestions=[],this.recentSearches=[],this.reactToFocus=!0,this.suggestManager=new At(this),this.selectedFacetsManager=new Pt(this),this.desktopSearchBarManager=new Rr(this),this.mobileSearchBarManager=new kr(this,this.selectedFacetsManager,this.suggestManager),this.stateChangeEventDebouncer=new ie.Debouncer(10),this.updateLocalesDebouncer=new ie.Debouncer(10),this.initSearchData=()=>{this.availableContentLocalesInitialized=!1,this.facetsLoaded=!1,this.facetsInitialized=!1,this.updateLocalesDebouncer.run(()=>{var e;(e=this.api)===null||e===void 0||e.getAvailableSearchLocales().then(r=>r.contentLocales).catch(()=>[]).then(r=>{this.availableContentLocales=r,this.availableContentLocalesInitialized=!0})}),this.updateFacetsDebouncer.run(()=>{this.retrieveFacetsFromSearch().then(()=>{this.facetsLoaded=!0,this.facetsInitialized=!0})},this.facetsInitialized?500:10)},this.facetsLoaded=!1,this.updateFacetsDebouncer=new ie.Debouncer(500),this.closeFloatingContainer=e=>{this.isMobile()||(this.displayFacets=this.displayFacets&&e.composedPath().some(r=>r===this.floatingContainer))},this.compareUnknownFilters=(e,r)=>e.valueFilter&&r.valueFilter?this.compareValueFilters(e.valueFilter,r.valueFilter):e.dateFilter&&r.dateFilter?this.compareDateFilters(e.dateFilter,r.dateFilter):e.rangeFilter&&r.rangeFilter?this.compareRangeFilters(e.rangeFilter,r.rangeFilter):!1,this.compareValueFilters=(e,r)=>e.negative==r.negative&&e.values.length===r.values.length&&e.values.every(n=>r.values.includes(n)),this.compareDateFilters=(e,r)=>e.type===r.type,this.compareRangeFilters=(e,r)=>e.from===r.from&&e.to===r.to,this.compareFilters=(e,r)=>e.key===r.key&&this.compareUnknownFilters(e,r),this.compareRequests=(e,r)=>(e.contentLocale==null||r.contentLocale==null||e.contentLocale===r.contentLocale)&&e.metadataFilters.length===r.metadataFilters.length&&e.metadataFilters.every(n=>r.metadataFilters.some(i=>this.compareFilters(n,i))),this.enableFocusReactionCallback=()=>this.enableFocusReaction()}isMobileMenuOpen(){return this.isMobile()&&(this.forceMobileMenuOpen||this.forceMenuOpen||this.mobileMenuOpen)}get request(){return{uiLocale:this.uiLocale,contentLocale:this.contentLocale,query:this.query,facets:this.facetsRequest,priors:this.hasPriors?this.priors:void 0,metadataFilters:this.metadataFilters,paging:{perPage:0,page:1},sort:[]}}get facetsRequest(){let e=this.metadataFilters.filter(r=>{var n,i;return((i=(n=r.valueFilter)===null||n===void 0?void 0:n.values.length)!==null&&i!==void 0?i:0)>0&&!this.displayedFilters.includes(r.key)}).map(r=>({id:r.key}));return[...this.displayedFilters.map(r=>({id:r})),...e]}get suggestRequest(){return{contentLocale:this.contentLocale,input:this.query,metadataFilters:this.metadataFilters,sort:[]}}isMobile(){switch(this.mode){case"mobile":return!0;case"desktop":return!1;default:return this.sizeCategory===lt.S}}hasFacets(){return this.facetsRequest.length>0}get hasPresets(){return this.presets!=null&&this.presets.length>0}get hasPriors(){return this.priors!=null&&this.priors.length>0}hasLocaleSelector(){return this.availableContentLocales.length>1}focus(){var e;(e=this.container)===null||e===void 0||e.focus()}async focusInput(e=!1){this.reactToFocus=e,await(0,ie.waitFor)(()=>this.input,50),this.input.focus(),e||this.enableFocusReactionOnAnyUserInteraction()}clear(){this.query="",this.metadataFilters=[],this.input&&(this.input.value=""),this.mobileMenuOpen=!1,this.displayFacets=!1}render(){return Z.html`
3231
+ `}update(e){var r,n,i,a,s;super.update(e),e.has("baseUrl")&&(P.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&P.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&P.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&P.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&P.actions.noCustom(this.noCustom),e.has("editorMode")&&P.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&P.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&P.actions.session(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(c=>Pc.addContext(c)),e.has("openExternalDocumentInNewTab")&&P.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&P.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&P.actions.forcedOffline(this.forcedOffline),e.has("localesConfiguration")&&(P.actions.defaultLocales((r=this.localesConfiguration)===null||r===void 0?void 0:r.defaultLocales),P.actions.availableUiLocales((i=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&i!==void 0?i:[]),P.actions.searchInAllLanguagesAllowed((s=(a=this.localesConfiguration)===null||a===void 0?void 0:a.allLanguagesAllowed)!==null&&s!==void 0?s:!1)),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}};he.elementDefinitions={};he.styles=Nc;Be([(0,Ke.property)()],he.prototype,"baseUrl",void 0);Be([(0,Ke.property)()],he.prototype,"apiIntegrationIdentifier",void 0);Be([(0,Ke.property)()],he.prototype,"uiLocale",void 0);Be([(0,St.jsonProperty)(null)],he.prototype,"availableUiLocales",void 0);Be([(0,St.jsonProperty)(null)],he.prototype,"metadataConfiguration",void 0);Be([(0,Ke.property)({type:Boolean})],he.prototype,"editorMode",void 0);Be([(0,Ke.property)({type:Boolean})],he.prototype,"noCustom",void 0);Be([(0,Ke.property)({type:Boolean})],he.prototype,"openExternalDocumentInNewTab",void 0);Be([(0,Ke.property)({converter:{fromAttribute(o){return o==="false"?!1:o==="true"||(o??!1)}}})],he.prototype,"noCustomComponent",void 0);Be([(0,Ke.property)({type:Boolean})],he.prototype,"withManualResources",void 0);Be([(0,Ke.property)({type:Boolean})],he.prototype,"navigatorOnline",void 0);Be([(0,Ke.property)({type:Boolean})],he.prototype,"forcedOffline",void 0);Be([(0,Ke.property)({type:Object})],he.prototype,"apiProvider",void 0);Be([(0,St.jsonProperty)([])],he.prototype,"messageContexts",void 0);Be([(0,St.jsonProperty)(void 0)],he.prototype,"session",void 0);Be([(0,Ke.state)()],he.prototype,"localesConfiguration",void 0);var ef=u(Y());function hp(o,e){if(o===e)return!0;if(o&&e&&typeof o=="object"&&typeof e=="object"){if(o.constructor!==e.constructor)return!1;var r,n,i;if(Array.isArray(o)){if(r=o.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!mn(o[n],e[n]))return!1;return!0}if(o instanceof Map&&e instanceof Map){if(o.size!==e.size)return!1;for(n of o.entries())if(!e.has(n[0]))return!1;for(n of o.entries())if(!mn(n[1],e.get(n[0])))return!1;return!0}if(o instanceof Set&&e instanceof Set){if(o.size!==e.size)return!1;for(n of o.entries())if(!e.has(n[0]))return!1;return!0}if(o.constructor===RegExp)return o.source===e.source&&o.flags===e.flags;if(o.valueOf!==Object.prototype.valueOf)return o.valueOf()===e.valueOf();let a=s=>Object.keys(s).filter(c=>s[c]!=null);if(i=a(o),r=i.length,r!==a(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=r;n--!==0;){let s=i[n];if(!mn(o[s],e[s]))return!1}return!0}return o!==o&&e!==e||o==null&&e==null}function mn(o,e){try{return hp(o,e)}catch{return!1}}function gn(o,e){return!mn(o,e)}var yp=u(Y(),1);var bn=class{constructor(){this.queue=[]}add(e,r=!1){r&&this.clear(e.type),this.queue.push(e)}consume(e){let r=this.queue.find(n=>n.type===e);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(e){typeof e=="string"?this.queue=this.queue.filter(r=>r.type!==e):this.queue=this.queue.filter(r=>!e.test(r.type))}};var er=u(Y(),1);var Ic=u(Y(),1);function Dc(o,e){let r=()=>JSON.parse(JSON.stringify(o));return(0,Ic.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:gn,...e??{}})}var xn=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(c){i(c);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Fc=u(L(),1);var vn=globalThis,mp=vn.ShadowRoot&&(vn.ShadyCSS===void 0||vn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,SS=Symbol();var _c=(o,e)=>{if(mp)o.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=vn.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,o.appendChild(n)}};var Sn=class extends Fc.LitElement{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,a])=>e.registry.define(i,a)));let r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return _c(n,e.elementStyles),n}};function Tc(o,e,...r){var n;let i=o.querySelector(e);for(let a of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(a);return i}var Nr=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Hc,zc=Symbol("constructorPrototype"),Mc=Symbol("constructorName"),Uc=Symbol("exportpartsDebouncer"),Wc=Symbol("dynamicDependenciesLoaded"),Gt=class extends Sn{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Hc]=new xn(5),this[Mc]=this.constructor.name,this[zc]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Mc]&&Object.setPrototypeOf(this,this[zc])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let e=this.constructor;e[Wc]||(e[Wc]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let a=[...i??[],n];r=Tc(this.shadowRoot,...a)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(a=>a.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(a){console.error(a,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}scheduleExportpartsUpdate(){var e,r,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[Uc].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var r,n,i,a,s,c;let p=g=>g!=null&&g.trim().length>0,f=e.filter(p).map(g=>g.trim());if(f.length===0){this.removeAttribute("exportparts");return}let y=new Set;for(let g of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let x=(a=(i=g.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],b=(c=(s=g.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(S=>S.split(":")[1]))!==null&&c!==void 0?c:[];new Array(...x,...b).filter(p).map(S=>S.trim()).forEach(S=>y.add(S))}if(y.size===0){this.removeAttribute("exportparts");return}let m=[...y.values()].flatMap(g=>f.map(x=>`${g}:${x}--${g}`));this.setAttribute("exportparts",[...this.part,...m].join(", "))}};Hc=Uc;Nr([(0,er.property)()],Gt.prototype,"exportpartsPrefix",void 0);Nr([Dc([])],Gt.prototype,"exportpartsPrefixes",void 0);Nr([(0,er.property)()],Gt.prototype,"customStylesheet",void 0);Nr([(0,er.property)()],Gt.prototype,"elementToFocus",void 0);Nr([(0,er.state)()],Gt.prototype,"useAdoptedStyleSheets",void 0);function Ar(o){var e;return(e=o?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Vc,Gc,jc,Pr=Symbol("internalReduxEventsUnsubscribers"),co=Symbol("internalStoresUnsubscribers"),Po=Symbol("internalStores"),Br=class extends Gt{constructor(){super(...arguments),this[Vc]=new Map,this[Gc]=new Map,this[jc]=new Map}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(r=>e.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[Po].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Po].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[Po].get(e)}addStore(e,r){var n;r=(n=r??(Ar(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this[Po].set(r,e),this.subscribeToStore(r,e),this.updateFromStores()}removeStore(e){let r=typeof e=="string"?e:e.name;this.unsubscribeFromStore(r),this[Po].delete(r)}setupStores(){this.unsubscribeFromStores(),this[Po].forEach((e,r)=>this.subscribeToStore(r,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let i=this.getStore(e.store);i&&(e.store?this[co].has(e.store):this[co].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[co].set(e,r.subscribe(()=>this.updateFromStores())),this[Pr].set(e,[]),Ar(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||r.name===i.store)){let s=c=>this[a](c);r.addEventListener(i.eventName,s),this[Pr].get(e).push(()=>r.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[co].forEach((e,r)=>this.unsubscribeFromStore(r))}unsubscribeFromStore(e){var r;this[co].has(e)&&this[co].get(e)(),this[co].delete(e),(r=this[Pr].get(e))===null||r===void 0||r.forEach(n=>n()),this[Pr].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Vc=co,Gc=Po,jc=Pr;Br.reduxProperties=new Map;Br.reduxReactiveProperties=new Set;Br.reduxEventListeners=new Map;function ut(o){for(var e=arguments.length,r=Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+o+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function jt(o){return!!o&&!!o[de]}function Ot(o){var e;return!!o&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===wp}(o)||Array.isArray(o)||!!o[Qc]||!!(!((e=o.constructor)===null||e===void 0)&&e[Qc])||Di(o)||_i(o))}function Bo(o,e,r){r===void 0&&(r=!1),rr(o)===0?(r?Object.keys:or)(o).forEach(function(n){r&&typeof n=="symbol"||e(n,o[n],o)}):o.forEach(function(n,i){return e(i,n,o)})}function rr(o){var e=o[de];return e?e.i>3?e.i-4:e.i:Array.isArray(o)?1:Di(o)?2:_i(o)?3:0}function tr(o,e){return rr(o)===2?o.has(e):Object.prototype.hasOwnProperty.call(o,e)}function gp(o,e){return rr(o)===2?o.get(e):o[e]}function ed(o,e,r){var n=rr(o);n===2?o.set(e,r):n===3?o.add(r):o[e]=r}function td(o,e){return o===e?o!==0||1/o==1/e:o!=o&&e!=e}function Di(o){return Op&&o instanceof Map}function _i(o){return Cp&&o instanceof Set}function po(o){return o.o||o.t}function Fi(o){if(Array.isArray(o))return Array.prototype.slice.call(o);var e=nd(o);delete e[de];for(var r=or(e),n=0;n<r.length;n++){var i=r[n],a=e[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(e[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:o[i]})}return Object.create(Object.getPrototypeOf(o),e)}function Ti(o,e){return e===void 0&&(e=!1),zi(o)||jt(o)||!Ot(o)||(rr(o)>1&&(o.set=o.add=o.clear=o.delete=bp),Object.freeze(o),e&&Bo(o,function(r,n){return Ti(n,!0)},!0)),o}function bp(){ut(2)}function zi(o){return o==null||typeof o!="object"||Object.isFrozen(o)}function Dt(o){var e=Ii[o];return e||ut(18,o),e}function xp(o,e){Ii[o]||(Ii[o]=e)}function Ai(){return Dr}function ki(o,e){e&&(Dt("Patches"),o.u=[],o.s=[],o.v=e)}function On(o){Pi(o),o.p.forEach(vp),o.p=null}function Pi(o){o===Dr&&(Dr=o.l)}function Zc(o){return Dr={p:[],l:Dr,h:o,m:!0,_:0}}function vp(o){var e=o[de];e.i===0||e.i===1?e.j():e.g=!0}function Ri(o,e){e._=e.p.length;var r=e.p[0],n=o!==void 0&&o!==r;return e.h.O||Dt("ES5").S(e,o,n),n?(r[de].P&&(On(e),ut(4)),Ot(o)&&(o=Cn(e,o),e.l||wn(e,o)),e.u&&Dt("Patches").M(r[de].t,o,e.u,e.s)):o=Cn(e,r,[]),On(e),e.u&&e.v(e.u,e.s),o!==rd?o:void 0}function Cn(o,e,r){if(zi(e))return e;var n=e[de];if(!n)return Bo(e,function(c,p){return Kc(o,n,e,c,p,r)},!0),e;if(n.A!==o)return e;if(!n.P)return wn(o,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Fi(n.k):n.o,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),Bo(a,function(c,p){return Kc(o,n,i,c,p,r,s)}),wn(o,i,!1),r&&o.u&&Dt("Patches").N(n,r,o.u,o.s)}return n.o}function Kc(o,e,r,n,i,a,s){if(jt(i)){var c=Cn(o,i,a&&e&&e.i!==3&&!tr(e.R,n)?a.concat(n):void 0);if(ed(r,n,c),!jt(c))return;o.m=!1}else s&&r.add(i);if(Ot(i)&&!zi(i)){if(!o.h.D&&o._<1)return;Cn(o,i),e&&e.A.l||wn(o,i)}}function wn(o,e,r){r===void 0&&(r=!1),!o.l&&o.h.D&&o.m&&Ti(e,r)}function Li(o,e){var r=o[de];return(r?po(r):o)[e]}function qc(o,e){if(e in o)for(var r=Object.getPrototypeOf(o);r;){var n=Object.getOwnPropertyDescriptor(r,e);if(n)return n;r=Object.getPrototypeOf(r)}}function fo(o){o.P||(o.P=!0,o.l&&fo(o.l))}function Ni(o){o.o||(o.o=Fi(o.t))}function Bi(o,e,r){var n=Di(e)?Dt("MapSet").F(e,r):_i(e)?Dt("MapSet").T(e,r):o.O?function(i,a){var s=Array.isArray(i),c={i:s?1:0,A:a?a.A:Ai(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},p=c,f=_r;s&&(p=[c],f=Ir);var y=Proxy.revocable(p,f),m=y.revoke,g=y.proxy;return c.k=g,c.j=m,g}(e,r):Dt("ES5").J(e,r);return(r?r.A:Ai()).p.push(n),n}function Sp(o){return jt(o)||ut(22,o),function e(r){if(!Ot(r))return r;var n,i=r[de],a=rr(r);if(i){if(!i.P&&(i.i<4||!Dt("ES5").K(i)))return i.t;i.I=!0,n=Yc(r,a),i.I=!1}else n=Yc(r,a);return Bo(n,function(s,c){i&&gp(i.t,s)===c||ed(n,s,e(c))}),a===3?new Set(n):n}(o)}function Yc(o,e){switch(e){case 2:return new Map(o);case 3:return Array.from(o)}return Fi(o)}function od(){function o(s,c){var p=a[s];return p?p.enumerable=c:a[s]=p={configurable:!0,enumerable:c,get:function(){var f=this[de];return _r.get(f,s)},set:function(f){var y=this[de];_r.set(y,s,f)}},p}function e(s){for(var c=s.length-1;c>=0;c--){var p=s[c][de];if(!p.P)switch(p.i){case 5:n(p)&&fo(p);break;case 4:r(p)&&fo(p)}}}function r(s){for(var c=s.t,p=s.k,f=or(p),y=f.length-1;y>=0;y--){var m=f[y];if(m!==de){var g=c[m];if(g===void 0&&!tr(c,m))return!0;var x=p[m],b=x&&x[de];if(b?b.t!==g:!td(x,g))return!0}}var S=!!c[de];return f.length!==or(c).length+(S?0:1)}function n(s){var c=s.k;if(c.length!==s.t.length)return!0;var p=Object.getOwnPropertyDescriptor(c,c.length-1);if(p&&!p.get)return!0;for(var f=0;f<c.length;f++)if(!c.hasOwnProperty(f))return!0;return!1}function i(s){s.g&&ut(3,JSON.stringify(po(s)))}var a={};xp("ES5",{J:function(s,c){var p=Array.isArray(s),f=function(m,g){if(m){for(var x=Array(g.length),b=0;b<g.length;b++)Object.defineProperty(x,""+b,o(b,!0));return x}var S=nd(g);delete S[de];for(var N=or(S),k=0;k<N.length;k++){var R=N[k];S[R]=o(R,m||!!S[R].enumerable)}return Object.create(Object.getPrototypeOf(g),S)}(p,s),y={i:p?5:4,A:c?c.A:Ai(),P:!1,I:!1,R:{},l:c,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,de,{value:y,writable:!0}),f},S:function(s,c,p){p?jt(c)&&c[de].A===s&&e(s.p):(s.u&&function f(y){if(y&&typeof y=="object"){var m=y[de];if(m){var g=m.t,x=m.k,b=m.R,S=m.i;if(S===4)Bo(x,function(j){j!==de&&(g[j]!==void 0||tr(g,j)?b[j]||f(x[j]):(b[j]=!0,fo(m)))}),Bo(g,function(j){x[j]!==void 0||tr(x,j)||(b[j]=!1,fo(m))});else if(S===5){if(n(m)&&(fo(m),b.length=!0),x.length<g.length)for(var N=x.length;N<g.length;N++)b[N]=!1;else for(var k=g.length;k<x.length;k++)b[k]=!0;for(var R=Math.min(x.length,g.length),_=0;_<R;_++)x.hasOwnProperty(_)||(b[_]=!0),b[_]===void 0&&f(x[_])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var Xc,Dr,Mi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Op=typeof Map<"u",Cp=typeof Set<"u",Jc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",rd=Mi?Symbol.for("immer-nothing"):((Xc={})["immer-nothing"]=!0,Xc),Qc=Mi?Symbol.for("immer-draftable"):"__$immer_draftable",de=Mi?Symbol.for("immer-state"):"__$immer_state";var wp=""+Object.prototype.constructor,or=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(o){return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o))}:Object.getOwnPropertyNames,nd=Object.getOwnPropertyDescriptors||function(o){var e={};return or(o).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(o,r)}),e},Ii={},_r={get:function(o,e){if(e===de)return o;var r=po(o);if(!tr(r,e))return function(i,a,s){var c,p=qc(a,s);return p?"value"in p?p.value:(c=p.get)===null||c===void 0?void 0:c.call(i.k):void 0}(o,r,e);var n=r[e];return o.I||!Ot(n)?n:n===Li(o.t,e)?(Ni(o),o.o[e]=Bi(o.A.h,n,o)):n},has:function(o,e){return e in po(o)},ownKeys:function(o){return Reflect.ownKeys(po(o))},set:function(o,e,r){var n=qc(po(o),e);if(n?.set)return n.set.call(o.k,r),!0;if(!o.P){var i=Li(po(o),e),a=i?.[de];if(a&&a.t===r)return o.o[e]=r,o.R[e]=!1,!0;if(td(r,i)&&(r!==void 0||tr(o.t,e)))return!0;Ni(o),fo(o)}return o.o[e]===r&&(r!==void 0||e in o.o)||Number.isNaN(r)&&Number.isNaN(o.o[e])||(o.o[e]=r,o.R[e]=!0),!0},deleteProperty:function(o,e){return Li(o.t,e)!==void 0||e in o.t?(o.R[e]=!1,Ni(o),fo(o)):delete o.R[e],o.o&&delete o.o[e],!0},getOwnPropertyDescriptor:function(o,e){var r=po(o),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{writable:!0,configurable:o.i!==1||e!=="length",enumerable:n.enumerable,value:r[e]}},defineProperty:function(){ut(11)},getPrototypeOf:function(o){return Object.getPrototypeOf(o.t)},setPrototypeOf:function(){ut(12)}},Ir={};Bo(_r,function(o,e){Ir[o]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Ir.deleteProperty=function(o,e){return Ir.set.call(this,o,e,void 0)},Ir.set=function(o,e,r){return _r.set.call(this,o[0],e,r,o[0])};var Ep=function(){function o(r){var n=this;this.O=Jc,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var c=a;a=i;var p=n;return function(S){var N=this;S===void 0&&(S=c);for(var k=arguments.length,R=Array(k>1?k-1:0),_=1;_<k;_++)R[_-1]=arguments[_];return p.produce(S,function(j){var ee;return(ee=a).call.apply(ee,[N,j].concat(R))})}}var f;if(typeof a!="function"&&ut(6),s!==void 0&&typeof s!="function"&&ut(7),Ot(i)){var y=Zc(n),m=Bi(n,i,void 0),g=!0;try{f=a(m),g=!1}finally{g?On(y):Pi(y)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(S){return ki(y,s),Ri(S,y)},function(S){throw On(y),S}):(ki(y,s),Ri(f,y))}if(!i||typeof i!="object"){if((f=a(i))===void 0&&(f=i),f===rd&&(f=void 0),n.D&&Ti(f,!0),s){var x=[],b=[];Dt("Patches").M(i,f,x,b),s(x,b)}return f}ut(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(f){for(var y=arguments.length,m=Array(y>1?y-1:0),g=1;g<y;g++)m[g-1]=arguments[g];return n.produceWithPatches(f,function(x){return i.apply(void 0,[x].concat(m))})};var s,c,p=n.produce(i,a,function(f,y){s=f,c=y});return typeof Promise<"u"&&p instanceof Promise?p.then(function(f){return[f,s,c]}):[p,s,c]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=o.prototype;return e.createDraft=function(r){Ot(r)||ut(8),jt(r)&&(r=Sp(r));var n=Zc(this),i=Bi(this,r,void 0);return i[de].C=!0,Pi(n),i},e.finishDraft=function(r,n){var i=r&&r[de],a=i.A;return ki(a,n),Ri(void 0,a)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!Jc&&ut(20),this.O=r},e.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){r=a.value;break}}i>-1&&(n=n.slice(i+1));var s=Dt("Patches").$;return jt(r)?s(r,n):this.produce(r,function(c){return s(c,n)})},o}(),nt=new Ep,$p=nt.produce,DS=nt.produceWithPatches.bind(nt),_S=nt.setAutoFreeze.bind(nt),FS=nt.setUseProxies.bind(nt),TS=nt.applyPatches.bind(nt),zS=nt.createDraft.bind(nt),MS=nt.finishDraft.bind(nt),En=$p;function Io(o){"@babel/helpers - typeof";return Io=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Io(o)}function id(o,e){if(Io(o)!="object"||!o)return o;var r=o[Symbol.toPrimitive];if(r!==void 0){var n=r.call(o,e||"default");if(Io(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(o)}function ad(o){var e=id(o,"string");return Io(e)=="symbol"?e:e+""}function ld(o,e,r){return(e=ad(e))in o?Object.defineProperty(o,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):o[e]=r,o}function sd(o,e){var r=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(o,i).enumerable})),r.push.apply(r,n)}return r}function Wi(o){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?sd(Object(r),!0).forEach(function(n){ld(o,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):sd(Object(r)).forEach(function(n){Object.defineProperty(o,n,Object.getOwnPropertyDescriptor(r,n))})}return o}function Ie(o){return"Minified Redux error #"+o+"; visit https://redux.js.org/Errors?code="+o+" for the full message or use the non-minified dev environment for full errors. "}var cd=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Hi=function(){return Math.random().toString(36).substring(7).split("").join(".")},$n={INIT:"@@redux/INIT"+Hi(),REPLACE:"@@redux/REPLACE"+Hi(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Hi()}};function kp(o){if(typeof o!="object"||o===null)return!1;for(var e=o;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(o)===e}function Ui(o,e,r){var n;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Ie(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Ie(1));return r(Ui)(o,e)}if(typeof o!="function")throw new Error(Ie(2));var i=o,a=e,s=[],c=s,p=!1;function f(){c===s&&(c=s.slice())}function y(){if(p)throw new Error(Ie(3));return a}function m(S){if(typeof S!="function")throw new Error(Ie(4));if(p)throw new Error(Ie(5));var N=!0;return f(),c.push(S),function(){if(N){if(p)throw new Error(Ie(6));N=!1,f();var R=c.indexOf(S);c.splice(R,1),s=null}}}function g(S){if(!kp(S))throw new Error(Ie(7));if(typeof S.type>"u")throw new Error(Ie(8));if(p)throw new Error(Ie(9));try{p=!0,a=i(a,S)}finally{p=!1}for(var N=s=c,k=0;k<N.length;k++){var R=N[k];R()}return S}function x(S){if(typeof S!="function")throw new Error(Ie(10));i=S,g({type:$n.REPLACE})}function b(){var S,N=m;return S={subscribe:function(R){if(typeof R!="object"||R===null)throw new Error(Ie(11));function _(){R.next&&R.next(y())}_();var j=N(_);return{unsubscribe:j}}},S[cd]=function(){return this},S}return g({type:$n.INIT}),n={dispatch:g,subscribe:m,getState:y,replaceReducer:x},n[cd]=b,n}function Rp(o){Object.keys(o).forEach(function(e){var r=o[e],n=r(void 0,{type:$n.INIT});if(typeof n>"u")throw new Error(Ie(12));if(typeof r(void 0,{type:$n.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Ie(13))})}function dd(o){for(var e=Object.keys(o),r={},n=0;n<e.length;n++){var i=e[n];typeof o[i]=="function"&&(r[i]=o[i])}var a=Object.keys(r),s,c;try{Rp(r)}catch(p){c=p}return function(f,y){if(f===void 0&&(f={}),c)throw c;if(0)var m;for(var g=!1,x={},b=0;b<a.length;b++){var S=a[b],N=r[S],k=f[S],R=N(k,y);if(typeof R>"u"){var _=y&&y.type;throw new Error(Ie(14))}x[S]=R,g=g||R!==k}return g=g||a.length!==Object.keys(f).length,g?x:f}}function nr(){for(var o=arguments.length,e=new Array(o),r=0;r<o;r++)e[r]=arguments[r];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function pd(){for(var o=arguments.length,e=new Array(o),r=0;r<o;r++)e[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(Ie(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},c=e.map(function(p){return p(s)});return a=nr.apply(void 0,c)(i.dispatch),Wi(Wi({},i),{},{dispatch:a})}}}function fd(o){var e=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(c){return typeof c=="function"?c(i,a,o):s(c)}}};return e}var ud=fd();ud.withExtraArgument=fd;var Vi=ud;var bd=function(){var o=function(e,r){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},o(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");o(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Lp=function(o,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(f){return function(y){return p([f,y])}}function p(f){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(a=f[0]&2?i.return:f[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,f[1])).done)return a;switch(i=0,a&&(f=[f[0]&2,a.value]),f[0]){case 0:case 1:a=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,i=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){r.label=f[1];break}if(f[0]===6&&r.label<a[1]){r.label=a[1],a=f;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(f);break}a[2]&&r.ops.pop(),r.trys.pop();continue}f=e.call(o,r)}catch(y){f=[6,y],i=0}finally{n=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},ir=function(o,e){for(var r=0,n=e.length,i=o.length;r<n;r++,i++)o[i]=e[r];return o},Np=Object.defineProperty,Ap=Object.defineProperties,Pp=Object.getOwnPropertyDescriptors,hd=Object.getOwnPropertySymbols,Bp=Object.prototype.hasOwnProperty,Ip=Object.prototype.propertyIsEnumerable,yd=function(o,e,r){return e in o?Np(o,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):o[e]=r},uo=function(o,e){for(var r in e||(e={}))Bp.call(e,r)&&yd(o,r,e[r]);if(hd)for(var n=0,i=hd(e);n<i.length;n++){var r=i[n];Ip.call(e,r)&&yd(o,r,e[r])}return o},Gi=function(o,e){return Ap(o,Pp(e))},Dp=function(o,e,r){return new Promise(function(n,i){var a=function(p){try{c(r.next(p))}catch(f){i(f)}},s=function(p){try{c(r.throw(p))}catch(f){i(f)}},c=function(p){return p.done?n(p.value):Promise.resolve(p.value).then(a,s)};c((r=r.apply(o,e)).next())})};var _p=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?nr:nr.apply(null,arguments)},nO=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(o){return o}};function Fp(o){if(typeof o!="object"||o===null)return!1;var e=Object.getPrototypeOf(o);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}var Tp=function(o){bd(e,o);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=o.apply(this,r)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return o.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ir([void 0],r[0].concat(this)))):new(e.bind.apply(e,ir([void 0],r.concat(this))))},e}(Array),zp=function(o){bd(e,o);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=o.apply(this,r)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return o.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,ir([void 0],r[0].concat(this)))):new(e.bind.apply(e,ir([void 0],r.concat(this))))},e}(Array);function Ki(o){return Ot(o)?En(o,function(){}):o}function Mp(o){return typeof o=="boolean"}function Wp(){return function(e){return Hp(e)}}function Hp(o){o===void 0&&(o={});var e=o.thunk,r=e===void 0?!0:e,n=o.immutableCheck,i=n===void 0?!0:n,a=o.serializableCheck,s=a===void 0?!0:a,c=new Tp;if(r&&(Mp(r)?c.push(Vi):c.push(Vi.withExtraArgument(r.extraArgument))),0){if(i)var p;if(s)var f}return c}var ji=!0;function xd(o){var e=Wp(),r=o||{},n=r.reducer,i=n===void 0?void 0:n,a=r.middleware,s=a===void 0?e():a,c=r.devTools,p=c===void 0?!0:c,f=r.preloadedState,y=f===void 0?void 0:f,m=r.enhancers,g=m===void 0?void 0:m,x;if(typeof i=="function")x=i;else if(Fp(i))x=dd(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var b=s;if(typeof b=="function"&&(b=b(e),!ji&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!ji&&b.some(function(j){return typeof j!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=pd.apply(void 0,b),N=nr;p&&(N=_p(uo({trace:!ji},typeof p=="object"&&p)));var k=new zp(S),R=k;Array.isArray(g)?R=ir([S],g):typeof g=="function"&&(R=g(k));var _=N.apply(void 0,R);return Ui(x,y,_)}function ho(o,e){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var a=e.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return uo(uo({type:o,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:o,payload:n[0]}}return r.toString=function(){return""+o},r.type=o,r.match=function(n){return n.type===o},r}function vd(o){var e={},r=[],n,i={addCase:function(a,s){var c=typeof a=="string"?a:a.type;if(c in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[c]=s,i},addMatcher:function(a,s){return r.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return o(i),[e,r,n]}function Up(o){return typeof o=="function"}function Vp(o,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?vd(e):[e,r,n],a=i[0],s=i[1],c=i[2],p;if(Up(o))p=function(){return Ki(o())};else{var f=Ki(o);p=function(){return f}}function y(m,g){m===void 0&&(m=p());var x=ir([a[g.type]],s.filter(function(b){var S=b.matcher;return S(g)}).map(function(b){var S=b.reducer;return S}));return x.filter(function(b){return!!b}).length===0&&(x=[c]),x.reduce(function(b,S){if(S)if(jt(b)){var N=b,k=S(N,g);return k===void 0?b:k}else{if(Ot(b))return En(b,function(R){return S(R,g)});var k=S(b,g);if(k===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return k}return b},m)}return y.getInitialState=p,y}function Gp(o,e){return o+"/"+e}function Sd(o){var e=o.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof o.initialState=="function"?o.initialState:Ki(o.initialState),n=o.reducers||{},i=Object.keys(n),a={},s={},c={};i.forEach(function(y){var m=n[y],g=Gp(e,y),x,b;"reducer"in m?(x=m.reducer,b=m.prepare):x=m,a[y]=x,s[g]=x,c[y]=b?ho(g,b):ho(g)});function p(){var y=typeof o.extraReducers=="function"?vd(o.extraReducers):[o.extraReducers],m=y[0],g=m===void 0?{}:m,x=y[1],b=x===void 0?[]:x,S=y[2],N=S===void 0?void 0:S,k=uo(uo({},g),s);return Vp(r,function(R){for(var _ in k)R.addCase(_,k[_]);for(var j=0,ee=b;j<ee.length;j++){var it=ee[j];R.addMatcher(it.matcher,it.reducer)}N&&R.addDefaultCase(N)})}var f;return{name:e,reducer:function(y,m){return f||(f=p()),f(y,m)},actions:c,caseReducers:a,getInitialState:function(){return f||(f=p()),f.getInitialState()}}}var jp="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Zp=function(o){o===void 0&&(o=21);for(var e="",r=o;r--;)e+=jp[Math.random()*64|0];return e},Kp=["name","message","stack","code"],Zi=function(){function o(e,r){this.payload=e,this.meta=r}return o}(),md=function(){function o(e,r){this.payload=e,this.meta=r}return o}(),qp=function(o){if(typeof o=="object"&&o!==null){for(var e={},r=0,n=Kp;r<n.length;r++){var i=n[r];typeof o[i]=="string"&&(e[i]=o[i])}return e}return{message:String(o)}},sO=function(){function o(e,r,n){var i=ho(e+"/fulfilled",function(y,m,g,x){return{payload:y,meta:Gi(uo({},x||{}),{arg:g,requestId:m,requestStatus:"fulfilled"})}}),a=ho(e+"/pending",function(y,m,g){return{payload:void 0,meta:Gi(uo({},g||{}),{arg:m,requestId:y,requestStatus:"pending"})}}),s=ho(e+"/rejected",function(y,m,g,x,b){return{payload:x,error:(n&&n.serializeError||qp)(y||"Rejected"),meta:Gi(uo({},b||{}),{arg:g,requestId:m,rejectedWithValue:!!x,requestStatus:"rejected",aborted:y?.name==="AbortError",condition:y?.name==="ConditionError"})}}),c=!1,p=typeof AbortController<"u"?AbortController:function(){function y(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return y.prototype.abort=function(){},y}();function f(y){return function(m,g,x){var b=n?.idGenerator?n.idGenerator(y):Zp(),S=new p,N,k=!1;function R(j){N=j,S.abort()}var _=function(){return Dp(this,null,function(){var j,ee,it,Zt,Pn,Kt,qe;return Lp(this,function(at){switch(at.label){case 0:return at.trys.push([0,4,,5]),Zt=(j=n?.condition)==null?void 0:j.call(n,y,{getState:g,extra:x}),Xp(Zt)?[4,Zt]:[3,2];case 1:Zt=at.sent(),at.label=2;case 2:if(Zt===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return k=!0,Pn=new Promise(function(Ye,yo){return S.signal.addEventListener("abort",function(){return yo({name:"AbortError",message:N||"Aborted"})})}),m(a(b,y,(ee=n?.getPendingMeta)==null?void 0:ee.call(n,{requestId:b,arg:y},{getState:g,extra:x}))),[4,Promise.race([Pn,Promise.resolve(r(y,{dispatch:m,getState:g,extra:x,requestId:b,signal:S.signal,abort:R,rejectWithValue:function(Ye,yo){return new Zi(Ye,yo)},fulfillWithValue:function(Ye,yo){return new md(Ye,yo)}})).then(function(Ye){if(Ye instanceof Zi)throw Ye;return Ye instanceof md?i(Ye.payload,b,y,Ye.meta):i(Ye,b,y)})])];case 3:return it=at.sent(),[3,5];case 4:return Kt=at.sent(),it=Kt instanceof Zi?s(null,b,y,Kt.payload,Kt.meta):s(Kt,b,y),[3,5];case 5:return qe=n&&!n.dispatchConditionRejection&&s.match(it)&&it.meta.condition,qe||m(it),[2,it]}})})}();return Object.assign(_,{abort:R,requestId:b,arg:y,unwrap:function(){return _.then(Yp)}})}}return Object.assign(f,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return o.withTypes=function(){return o},o}();function Yp(o){if(o.meta&&o.meta.rejectedWithValue)throw o.payload;if(o.error)throw o.error;return o.payload}function Xp(o){return o!==null&&typeof o=="object"&&typeof o.then=="function"}var Od="listener",Cd="completed",wd="cancelled",cO="task-"+wd,dO="task-"+Cd,pO=Od+"-"+wd,fO=Od+"-"+Cd;var qi="listenerMiddleware";var uO=ho(qi+"/add"),hO=ho(qi+"/removeAll"),yO=ho(qi+"/remove");var gd,mO=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(o){return(gd||(gd=Promise.resolve())).then(o).catch(function(e){return setTimeout(function(){throw e},0)})},Jp=function(o){return function(e){setTimeout(e,o)}},gO=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Jp(10);od();function Qp(o,e){return class extends o{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}var kn=class extends Qp(Object){};window.ftReduxStores||(window.ftReduxStores={});var Ed=class o extends kn{static get(e){var r;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Ar(a))return a;if(i==null)return;let s=Sd({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),c=xd({reducer:(p,f)=>f.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...p,...f.overwrites}:s.reducer(p,f)});return window.ftReduxStores[i.name]=new o(s,c,i.eventBus)}constructor(e,r,n){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new bn;let i=a=>a!=null?JSON.parse(JSON.stringify(a)):a;this.actions=new Proxy(this.reduxSlice.actions,{get:(a,s,c)=>{let p=s,f=a[p];return f?(...y)=>{let m=f(...y.map(i));return this.reduxStore.dispatch(m),m}:y=>{this.setState({[p]:i(y)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var An=u(w());var Rn=class extends so{async listMySearches(){let e=P.getState().session;return e?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var Ln=class extends so{async listMyBookmarks(){let e=P.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var tf="ft-user-assets",Nn=An.FtReduxStore.get({name:tf,initialState:{savedSearches:void 0,bookmarks:void 0}}),Yi=class{constructor(){this.currentSession=P.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Ln,this.savedSearchesService=new Rn,P.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=P.getState();(0,An.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Nn.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Nn.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();Nn.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Nn.actions.bookmarks(r)}}},JO=new Yi;var Xi=class{addCommand(e,r=!1){P.commands.add(e,r)}consumeCommand(e){return P.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Xi;var $d=u(w()),Ji=class{highlightHtml(e,r,n){(0,$d.highlightHtml)(e,r,n)}};window.FluidTopicsHighlightHtmlService=new Ji;var kd=u(w());var Qi=class{isDate(e){var r,n,i,a;return(a=(i=((n=(r=P.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(c=>c.key===e))===null||i===void 0?void 0:i.date)!==null&&a!==void 0?a:!1}format(e,r){var n,i,a;return kd.DateFormatter.format(e,(n=r?.locale)!==null&&n!==void 0?n:P.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(a=r?.withTime)!==null&&a!==void 0?a:!1)}};window.FluidTopicsDateService=new Qi;var Rd=u(w());var Fr=class{static get(e,r){var n,i,a,s;let c=P.getState(),{lang:p,region:f}=(i=(n=c.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Rd.SearchPlaceConverter(c.baseUrl,(s=(a=window.FluidTopicsClientConfiguration)===null||a===void 0?void 0:a.predefinedSorts)!==null&&s!==void 0?s:{},e??20,c.searchInAllLanguagesAllowed,r??`${p}-${f}`)}};var ea=class{urlToSearchRequest(e){return Fr.get().parse(e)}searchRequestToUrl(e){return Fr.get().serialize(e)}};window.FluidTopicsUrlService=new ea;(0,Ld.customElement)("ft-app-context")(he);var U=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var c=o.length-1;c>=0;c--)(s=o[c])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a};window.fluidtopics==null&&console.warn("Fluid Topics public API was not found. You can find it here: https://www.npmjs.com/package/@fluid-topics/public-api");var Nd={filtersButton:"Filters",inputPlaceHolder:"Search",filterInputPlaceHolder:"Filter {0}",clearInputButton:"Clear",clearFilterButton:"Clear",displayMoreFilterValuesButton:"More",noFilterValuesAvailable:"No values available",searchButton:"Search",clearFilters:"Clear filters",contentLocaleSelector:"Lang",presetsSelector:"Quick filters",removeRecentSearch:"Remove {0}",back:"Back",selectLocale:"Select a language"},ta=class extends CustomEvent{constructor(e){super("change",{detail:e})}},of=()=>{},B=class extends ie.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.mode="auto",this.forceMobileMenuOpen=!1,this.forceMenuOpen=!1,this.baseUrl="",this.apiIntegrationIdentifier="ft-search-bar",this.availableContentLocales=[],this.availableContentLocalesInitialized=!1,this.labels={},this.labelResolver=new ie.ParametrizedLabelResolver(Nd,{}),this.displayedFilters=[],this.presets=[],this.priors=[],this.searchRequestSerializer=e=>new ie.SearchPlaceConverter(this.baseUrl,{}).serialize(e),this.focusOnDisplay=!1,this.metadataFilters=[],this.sizeCategory=lt.M,this.displayFacets=!1,this.mobileMenuOpen=!1,this.facets=[],this.facetsInitialized=!1,this.knownFacetLabels=new Map,this.query="",this.suggestions=[],this.recentSearches=[],this.reactToFocus=!0,this.suggestManager=new At(this),this.selectedFacetsManager=new Pt(this),this.desktopSearchBarManager=new Rr(this),this.mobileSearchBarManager=new kr(this,this.selectedFacetsManager,this.suggestManager),this.stateChangeEventDebouncer=new ie.Debouncer(10),this.updateLocalesDebouncer=new ie.Debouncer(10),this.initSearchData=()=>{this.availableContentLocalesInitialized=!1,this.facetsLoaded=!1,this.facetsInitialized=!1,this.updateLocalesDebouncer.run(()=>{var e;(e=this.api)===null||e===void 0||e.getAvailableSearchLocales().then(r=>r.contentLocales).catch(()=>[]).then(r=>{this.availableContentLocales=r,this.availableContentLocalesInitialized=!0})}),this.updateFacetsDebouncer.run(()=>{this.retrieveFacetsFromSearch().then(()=>{this.facetsLoaded=!0,this.facetsInitialized=!0})},this.facetsInitialized?500:10)},this.facetsLoaded=!1,this.updateFacetsDebouncer=new ie.Debouncer(500),this.closeFloatingContainer=e=>{this.isMobile()||(this.displayFacets=this.displayFacets&&e.composedPath().some(r=>r===this.floatingContainer))},this.compareUnknownFilters=(e,r)=>e.valueFilter&&r.valueFilter?this.compareValueFilters(e.valueFilter,r.valueFilter):e.dateFilter&&r.dateFilter?this.compareDateFilters(e.dateFilter,r.dateFilter):e.rangeFilter&&r.rangeFilter?this.compareRangeFilters(e.rangeFilter,r.rangeFilter):!1,this.compareValueFilters=(e,r)=>e.negative==r.negative&&e.values.length===r.values.length&&e.values.every(n=>r.values.includes(n)),this.compareDateFilters=(e,r)=>e.type===r.type,this.compareRangeFilters=(e,r)=>e.from===r.from&&e.to===r.to,this.compareFilters=(e,r)=>e.key===r.key&&this.compareUnknownFilters(e,r),this.compareRequests=(e,r)=>(e.contentLocale==null||r.contentLocale==null||e.contentLocale===r.contentLocale)&&e.metadataFilters.length===r.metadataFilters.length&&e.metadataFilters.every(n=>r.metadataFilters.some(i=>this.compareFilters(n,i))),this.enableFocusReactionCallback=()=>this.enableFocusReaction()}isMobileMenuOpen(){return this.isMobile()&&(this.forceMobileMenuOpen||this.forceMenuOpen||this.mobileMenuOpen)}get request(){return{uiLocale:this.uiLocale,contentLocale:this.contentLocale,query:this.query,facets:this.facetsRequest,priors:this.hasPriors?this.priors:void 0,metadataFilters:this.metadataFilters,paging:{perPage:0,page:1},sort:[]}}get facetsRequest(){let e=this.metadataFilters.filter(r=>{var n,i;return((i=(n=r.valueFilter)===null||n===void 0?void 0:n.values.length)!==null&&i!==void 0?i:0)>0&&!this.displayedFilters.includes(r.key)}).map(r=>({id:r.key}));return[...this.displayedFilters.map(r=>({id:r})),...e]}get suggestRequest(){return{contentLocale:this.contentLocale,input:this.query,metadataFilters:this.metadataFilters,sort:[]}}isMobile(){switch(this.mode){case"mobile":return!0;case"desktop":return!1;default:return this.sizeCategory===lt.S}}hasFacets(){return this.facetsRequest.length>0}get hasPresets(){return this.presets!=null&&this.presets.length>0}get hasPriors(){return this.priors!=null&&this.priors.length>0}hasLocaleSelector(){return this.availableContentLocales.length>1}focus(){var e;(e=this.container)===null||e===void 0||e.focus()}async focusInput(e=!1){this.reactToFocus=e,await(0,ie.waitFor)(()=>this.input,50),this.input.focus(),e||this.enableFocusReactionOnAnyUserInteraction()}clear(){this.query="",this.metadataFilters=[],this.input&&(this.input.value=""),this.mobileMenuOpen=!1,this.displayFacets=!1}render(){return K.html`
3229
3232
  <ft-size-watcher @change=${this.updateSize}></ft-size-watcher>
3230
3233
  ${this.renderSearchBar()}
3231
- `}renderSearchBar(){return this.facetsInitialized&&this.availableContentLocalesInitialized?this.isMobile()?this.mobileSearchBarManager.render():this.desktopSearchBarManager.render():Z.html`
3234
+ `}renderSearchBar(){return this.facetsInitialized&&this.availableContentLocalesInitialized?this.isMobile()?this.mobileSearchBarManager.render():this.desktopSearchBarManager.render():K.html`
3232
3235
  <ft-skeleton class="ft-search-bar--container ft-search-bar--skeleton"
3233
3236
  part="loader"
3234
3237
  tabindex="-1"></ft-skeleton>
3235
- `}renderMobileFacets(){let e=this.availableContentLocales.filter(r=>r.lang===this.contentLocale).pop();return Z.html`
3238
+ `}renderMobileFacets(){let e=this.availableContentLocales.filter(r=>r.lang===this.contentLocale).pop();return K.html`
3236
3239
  <ft-accordion class="ft-search-bar--filters-container">
3237
- ${this.hasLocaleSelector()?Z.html`
3240
+ ${this.hasLocaleSelector()?K.html`
3238
3241
  <ft-accordion-item data-facet-key="ft:locale">
3239
3242
  <div class="ft-search-bar--filter-label" slot="toggle">
3240
3243
  <ft-typography variant="button">${this.labelResolver.resolve("contentLocaleSelector")}
3241
3244
  </ft-typography>
3242
- ${e?.label?Z.html`
3245
+ ${e?.label?K.html`
3243
3246
  <ft-typography class="ft-search-bar--filter-label-values" variant="body2">
3244
3247
  ${e?.label}
3245
3248
  </ft-typography>
3246
- `:Z.nothing}
3249
+ `:K.nothing}
3247
3250
  </div>
3248
3251
  <div part="content-locale-selector">
3249
3252
  ${this.getContentLocaleRadioGroup()}
3250
3253
  </div>
3251
3254
  </ft-accordion-item>
3252
3255
  `:null}
3253
- ${(0,zr.repeat)(this.facets,r=>r.key,r=>{let n=Kn(r),i=r.key.replace(":","-"),a=ul(n);return r.rootNodes.length>0?Z.html`
3256
+ ${(0,Tr.repeat)(this.facets,r=>r.key,r=>{let n=Kn(r),i=r.key.replace(":","-"),a=yl(n);return r.rootNodes.length>0?K.html`
3254
3257
  <ft-accordion-item data-facet-key="${r.key}">
3255
3258
  <div class="ft-search-bar--filter-label" slot="toggle">
3256
3259
  <ft-typography variant="button">${r.label}</ft-typography>
3257
- ${a.length>0?Z.html`
3260
+ ${a.length>0?K.html`
3258
3261
  <ft-typography class="ft-search-bar--filter-label-values" variant="body2">
3259
3262
  ${a.join(", ")}
3260
3263
  </ft-typography>
3261
- `:Z.nothing}
3264
+ `:K.nothing}
3262
3265
  </div>
3263
3266
  <ft-filter
3264
3267
  part="filters filter filter-${i}"
@@ -3275,24 +3278,24 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3275
3278
  @change=${s=>this.setFilter(n.id,s.detail)}
3276
3279
  ></ft-filter>
3277
3280
  </ft-accordion-item>
3278
- `:Z.nothing})}
3281
+ `:K.nothing})}
3279
3282
  </ft-accordion>
3280
- `}getContentLocaleRadioGroup(){var e;return Z.html`
3283
+ `}getContentLocaleRadioGroup(){var e;return K.html`
3281
3284
  <ft-radio-group aria-labelledby="content_locale_radio_group_label"
3282
3285
  @change=${r=>{this.contentLocale=r.detail==="all"?void 0:r.detail,this.clearFilters()}}>
3283
- ${(0,zr.repeat)((e=this.availableContentLocales)!==null&&e!==void 0?e:[],r=>r.lang,r=>{var n;return Z.html`
3286
+ ${(0,Tr.repeat)((e=this.availableContentLocales)!==null&&e!==void 0?e:[],r=>r.lang,r=>{var n;return K.html`
3284
3287
  <ft-radio value="${(n=r.lang)!==null&&n!==void 0?n:"all"}"
3285
3288
  ?checked=${r.lang==this.contentLocale}>
3286
3289
  ${r.label}
3287
3290
  </ft-radio>
3288
3291
  `})}
3289
3292
  </ft-radio-group>
3290
- `}renderDesktopMenu(){return this.hasFacets()?Z.html`
3293
+ `}renderDesktopMenu(){return this.hasFacets()?K.html`
3291
3294
  <div class="ft-search-bar--desktop-menu">
3292
3295
  ${this.renderFacetsActions()}
3293
3296
  ${this.renderDesktopFacets()}
3294
3297
  <div class="ft-search-bar--facets-actions">
3295
- ${this.forceMenuOpen?this.renderDesktopClearFilters():Z.nothing}
3298
+ ${this.forceMenuOpen?this.renderDesktopClearFilters():K.nothing}
3296
3299
  <ft-button class="ft-search-bar--launch-search"
3297
3300
  href="${this.searchRequestSerializer(this.request)}"
3298
3301
  part="launch-search-in-panel"
@@ -3302,38 +3305,38 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3302
3305
  </ft-button>
3303
3306
  </div>
3304
3307
  </div>
3305
- `:Z.nothing}renderFacetsActions(){var e;return Z.html`
3308
+ `:K.nothing}renderFacetsActions(){var e;return K.html`
3306
3309
  <div class="ft-search-bar--facets-actions">
3307
- ${this.hasPresets?Z.html`
3310
+ ${this.hasPresets?K.html`
3308
3311
  <ft-select
3309
3312
  class="ft-search-bar--presets"
3310
3313
  part="presets"
3311
3314
  label="${this.labelResolver.resolve("presetsSelector")}"
3312
3315
  outlined
3313
3316
  @change=${r=>this.selectedPreset=r.detail}>
3314
- ${(0,zr.repeat)((e=this.presets)!==null&&e!==void 0?e:[],r=>r.name,r=>Z.html`
3317
+ ${(0,Tr.repeat)((e=this.presets)!==null&&e!==void 0?e:[],r=>r.name,r=>K.html`
3315
3318
  <ft-select-option value="${r.name}"
3316
3319
  label="${r.name}"
3317
3320
  ?selected=${r.name===this.selectedPreset}>
3318
3321
  </ft-select-option>
3319
3322
  `)}
3320
3323
  </ft-select>
3321
- `:Z.nothing}
3324
+ `:K.nothing}
3322
3325
  <slot name="facets-actions"></slot>
3323
- ${this.forceMenuOpen&&!this.isMobile()?Z.nothing:this.renderDesktopClearFilters()}
3326
+ ${this.forceMenuOpen&&!this.isMobile()?K.nothing:this.renderDesktopClearFilters()}
3324
3327
  </div>
3325
- `}renderDesktopClearFilters(){return this.metadataFilters.length>0?Z.html`
3328
+ `}renderDesktopClearFilters(){return this.metadataFilters.length>0?K.html`
3326
3329
  <ft-button part="facets-actions"
3327
3330
  @click=${this.clearFilters}>
3328
3331
  ${this.labelResolver.resolve("clearFilters")}
3329
3332
  </ft-button>
3330
- `:Z.nothing}renderDesktopFacets(){return this.hasFacets()?Z.html`
3333
+ `:K.nothing}renderDesktopFacets(){return this.hasFacets()?K.html`
3331
3334
  <ft-snap-scroll horizontal limitSize controls
3332
3335
  class="ft-search-bar--filters-container"
3333
3336
  part="filters-container"
3334
3337
  exportpartsPrefix="filters-container"
3335
3338
  data-filters-count="${this.facets.length+(this.hasLocaleSelector()?1:0)}">
3336
- ${this.hasLocaleSelector()?Z.html`
3339
+ ${this.hasLocaleSelector()?K.html`
3337
3340
  <div part="content-locale-selector">
3338
3341
  <div part="content-locale-selector-header">
3339
3342
  <ft-typography variant="overline" id="content_locale_radio_group_label" part="content-locale-selector-label">
@@ -3342,8 +3345,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3342
3345
  </div>
3343
3346
  ${this.getContentLocaleRadioGroup()}
3344
3347
  </div>
3345
- `:Z.nothing}
3346
- ${(0,zr.repeat)(this.facets,e=>e.key,e=>{let r=Kn(e),n=r.options.some(a=>{var s,c;return((c=(s=a.subOptions)===null||s===void 0?void 0:s.length)!==null&&c!==void 0?c:0)>0}),i=e.key.replace(":","-");return Z.html`
3348
+ `:K.nothing}
3349
+ ${(0,Tr.repeat)(this.facets,e=>e.key,e=>{let r=Kn(e),n=r.options.some(a=>{var s,c;return((c=(s=a.subOptions)===null||s===void 0?void 0:s.length)!==null&&c!==void 0?c:0)>0}),i=e.key.replace(":","-");return K.html`
3347
3350
  <ft-filter
3348
3351
  class="${n?"ft-search-bar--hierarchical-filter":""}"
3349
3352
  part="filters filter filter-${i}"
@@ -3362,14 +3365,14 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3362
3365
  ></ft-filter>
3363
3366
  `})}
3364
3367
  </ft-snap-scroll>
3365
- `:Z.nothing}async firstUpdated(e){super.firstUpdated(e),this.initApi(),window.addEventListener("storage",r=>{r.key===this.recentSearchesStorageKey&&this.initRecentSearches()})}update(e){var r,n,i,a,s;if(e.has("labels")&&(this.labelResolver=new ie.ParametrizedLabelResolver($d,this.labels)),e.has("sizeCategory")&&(this.mobileMenuOpen=!1,this.displayFacets=this.displayFacets&&!this.isMobile()),super.update(e),(e.has("availableContentLocales")||e.has("contentLocale"))&&this.availableContentLocales.length>0){let c=p=>this.availableContentLocales.some(f=>f.lang==p);c(this.contentLocale)||(this.contentLocale=e.has("contentLocale")&&c(e.get("contentLocale"))?e.get("contentLocale"):(r=this.availableContentLocales[0])===null||r===void 0?void 0:r.lang)}if(e.has("baseUrl")&&this.baseUrl&&(this.baseUrl.endsWith("/")&&(this.baseUrl=this.baseUrl.replace(/\/$/,"")),this.initRecentSearches()),e.has("presets")&&((n=this.presets)!==null&&n!==void 0?n:[]).forEach(c=>c.metadataFilters.forEach(p=>{p.valueFilter&&(p.valueFilter.values=p.valueFilter.values.map(f=>Gr(f)))})),e.has("presets")||e.has("selectedPreset")){let c=((i=this.presets)!==null&&i!==void 0?i:[]).find(p=>p.name===this.selectedPreset);c&&!this.compareRequests(this.request,c)&&this.setFiltersFromPreset(c)}e.has("contentLocale")&&this.contentLocale!=null&&(this.knownFacetLabels=new Map),["contentLocale","metadataFilters"].some(c=>e.has(c))&&(this.selectedPreset=(s=((a=this.presets)!==null&&a!==void 0?a:[]).find(c=>this.compareRequests(c,this.request)))===null||s===void 0?void 0:s.name),["baseUrl","apiIntegrationIdentifier"].some(c=>e.has(c))&&(this.api=void 0,this.initApi()),e.has("api")&&this.api&&this.initSearchData(),["uiLocale","contentLocale","metadataFilters","displayedFilters"].some(c=>e.has(c))&&this.updateFacets(),["query","uiLocale","contentLocale","metadataFilters","displayedFilters","api"].some(c=>e.has(c))&&this.suggestManager.update(),["query","uiLocale","contentLocale","metadataFilters"].some(c=>e.has(c))&&this.dispatchStateChangeEvent()}dispatchStateChangeEvent(){this.stateChangeEventDebouncer.run(()=>this.dispatchEvent(new Qi(this.request)))}updateFacets(){this.api&&(this.facetsRequest.length>0?(this.facetsLoaded=!1,this.updateFacetsDebouncer.run(async()=>{await this.retrieveFacetsFromSearch(),this.facetsLoaded=!0,this.facetsInitialized=!0},this.facetsInitialized?500:10)):this.facets=[])}contentAvailableCallback(e){var r,n,i;if(super.contentAvailableCallback(e),e.has("displayFacets")&&this.displayFacets&&((r=this.floatingContainer)===null||r===void 0||r.focus()),this.scrollToFacet!=null&&this.facetsLoaded){(n=this.scrollingFiltersContainer)===null||n===void 0||n.scrollIndexIntoView(this.facets.findIndex(s=>s.key===this.scrollToFacet));let a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(`ft-accordion-item[data-facet-key="${this.scrollToFacet}"]`);a&&(a.active=!0),this.scrollToFacet=void 0}}initApi(){this.api==null&&(this.api=window.fluidtopics?new window.fluidtopics.FluidTopicsApi(this.baseUrl,this.apiIntegrationIdentifier,!0):void 0,setTimeout(()=>this.initApi(),10))}async retrieveFacetsFromSearch(){var e;let r=new Map;await((e=this.api)===null||e===void 0?void 0:e.search({...this.request,query:""}).then(n=>n.facets.forEach(i=>{this.knownFacetLabels.set(i.key,i.label),r.set(i.key,i)})).catch(Qp)),this.facets=[];for(let n of this.facetsRequest)r.has(n.id)?this.facets.push(r.get(n.id)):this.knownFacetLabels.has(n.id)&&this.facets.push({key:n.id,label:this.knownFacetLabels.get(n.id),rootNodes:[],multiSelectionable:!0,hierarchical:!1})}onFloatingContainerKeyUp(e){var r;e.key==="Escape"&&(this.displayFacets=!1,(r=this.filtersOpener)===null||r===void 0||r.focus())}setQuery(e){this.input&&(this.input.value=e),this.query=e}onLaunchSearch(){if(this.query){let e=this.recentSearches.filter(r=>r.toLowerCase()!==this.query.toLowerCase()).filter((r,n)=>n<20);this.recentSearches=[this.query,...e],this.saveRecentSearches()}this.mobileMenuOpen=!1,this.displayFacets=!1,this.focus()}get recentSearchesStorageKey(){return this.baseUrl+":ft:recent-search-queries"}initRecentSearches(){var e;this.recentSearches=JSON.parse((e=window.localStorage.getItem(this.recentSearchesStorageKey))!==null&&e!==void 0?e:"[]")}saveRecentSearches(){let e=JSON.stringify(this.recentSearches);window.localStorage.setItem(this.recentSearchesStorageKey,e),window.dispatchEvent(new StorageEvent("storage",{key:this.recentSearchesStorageKey,newValue:e,storageArea:window.localStorage,url:window.location.href}))}async connectedCallback(){super.connectedCallback(),document.addEventListener("focusin",this.closeFloatingContainer),document.addEventListener("click",this.closeFloatingContainer),this.focusOnDisplay&&!ie.isTouchScreen&&this.focusInput(),P.addEventListener("authentication-change",this.initSearchData),this.initSearchData()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("focusin",this.closeFloatingContainer),document.addEventListener("click",this.closeFloatingContainer),P.removeEventListener("authentication-change",this.initSearchData)}updateSize(e){this.sizeCategory=e.detail.category}setFilter(e,r){let n=this.metadataFilters.filter(i=>!i.valueFilter||i.key!==e);this.facets.forEach(i=>{i.key===e&&(0,ie.flatDeep)(i.rootNodes,a=>a.childNodes).forEach(a=>a.selected=r.includes(a.value))}),r.length&&n.push({key:e,valueFilter:{negative:!1,values:r}}),this.metadataFilters=n,this.scrollToFacet=e}setFiltersFromPreset(e){e!=null&&(e.contentLocale!=null&&(this.contentLocale=e.contentLocale),this.metadataFilters=e.metadataFilters)}clearFilters(){this.facets.forEach(r=>(0,ie.flatDeep)(r.rootNodes,n=>n.childNodes).forEach(n=>n.selected=!1)),this.metadataFilters=[];let e=this.facets[0];this.scrollToFacet=e?.key}querySelector(e){return this.shadowRoot.querySelector(e)}querySelectorAll(e){return this.shadowRoot.querySelectorAll(e)}renderDesktopFloatingMenu(){return this.forceMenuOpen?Z.nothing:Z.html`
3368
+ `:K.nothing}async firstUpdated(e){super.firstUpdated(e),this.initApi(),window.addEventListener("storage",r=>{r.key===this.recentSearchesStorageKey&&this.initRecentSearches()})}update(e){var r,n,i,a,s;if(e.has("labels")&&(this.labelResolver=new ie.ParametrizedLabelResolver(Nd,this.labels)),e.has("sizeCategory")&&(this.mobileMenuOpen=!1,this.displayFacets=this.displayFacets&&!this.isMobile()),super.update(e),(e.has("availableContentLocales")||e.has("contentLocale"))&&this.availableContentLocales.length>0){let c=p=>this.availableContentLocales.some(f=>f.lang==p);c(this.contentLocale)||(this.contentLocale=e.has("contentLocale")&&c(e.get("contentLocale"))?e.get("contentLocale"):(r=this.availableContentLocales[0])===null||r===void 0?void 0:r.lang)}if(e.has("baseUrl")&&this.baseUrl&&(this.baseUrl.endsWith("/")&&(this.baseUrl=this.baseUrl.replace(/\/$/,"")),this.initRecentSearches()),e.has("presets")&&((n=this.presets)!==null&&n!==void 0?n:[]).forEach(c=>c.metadataFilters.forEach(p=>{p.valueFilter&&(p.valueFilter.values=p.valueFilter.values.map(f=>jr(f)))})),e.has("presets")||e.has("selectedPreset")){let c=((i=this.presets)!==null&&i!==void 0?i:[]).find(p=>p.name===this.selectedPreset);c&&!this.compareRequests(this.request,c)&&this.setFiltersFromPreset(c)}e.has("contentLocale")&&this.contentLocale!=null&&(this.knownFacetLabels=new Map),["contentLocale","metadataFilters"].some(c=>e.has(c))&&(this.selectedPreset=(s=((a=this.presets)!==null&&a!==void 0?a:[]).find(c=>this.compareRequests(c,this.request)))===null||s===void 0?void 0:s.name),["baseUrl","apiIntegrationIdentifier"].some(c=>e.has(c))&&(this.api=void 0,this.initApi()),e.has("api")&&this.api&&this.initSearchData(),["uiLocale","contentLocale","metadataFilters","displayedFilters"].some(c=>e.has(c))&&this.updateFacets(),["query","uiLocale","contentLocale","metadataFilters","displayedFilters","api"].some(c=>e.has(c))&&this.suggestManager.update(),["query","uiLocale","contentLocale","metadataFilters"].some(c=>e.has(c))&&this.dispatchStateChangeEvent()}dispatchStateChangeEvent(){this.stateChangeEventDebouncer.run(()=>this.dispatchEvent(new ta(this.request)))}updateFacets(){this.api&&(this.facetsRequest.length>0?(this.facetsLoaded=!1,this.updateFacetsDebouncer.run(async()=>{await this.retrieveFacetsFromSearch(),this.facetsLoaded=!0,this.facetsInitialized=!0},this.facetsInitialized?500:10)):this.facets=[])}contentAvailableCallback(e){var r,n,i;if(super.contentAvailableCallback(e),e.has("displayFacets")&&this.displayFacets&&((r=this.floatingContainer)===null||r===void 0||r.focus()),this.scrollToFacet!=null&&this.facetsLoaded){(n=this.scrollingFiltersContainer)===null||n===void 0||n.scrollIndexIntoView(this.facets.findIndex(s=>s.key===this.scrollToFacet));let a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(`ft-accordion-item[data-facet-key="${this.scrollToFacet}"]`);a&&(a.active=!0),this.scrollToFacet=void 0}}initApi(){this.api==null&&(this.api=window.fluidtopics?new window.fluidtopics.FluidTopicsApi(this.baseUrl,this.apiIntegrationIdentifier,!0):void 0,setTimeout(()=>this.initApi(),10))}async retrieveFacetsFromSearch(){var e;let r=new Map;await((e=this.api)===null||e===void 0?void 0:e.search({...this.request,query:""}).then(n=>n.facets.forEach(i=>{this.knownFacetLabels.set(i.key,i.label),r.set(i.key,i)})).catch(of)),this.facets=[];for(let n of this.facetsRequest)r.has(n.id)?this.facets.push(r.get(n.id)):this.knownFacetLabels.has(n.id)&&this.facets.push({key:n.id,label:this.knownFacetLabels.get(n.id),rootNodes:[],multiSelectionable:!0,hierarchical:!1})}onFloatingContainerKeyUp(e){var r;e.key==="Escape"&&(this.displayFacets=!1,(r=this.filtersOpener)===null||r===void 0||r.focus())}setQuery(e){this.input&&(this.input.value=e),this.query=e}onLaunchSearch(){if(this.query){let e=this.recentSearches.filter(r=>r.toLowerCase()!==this.query.toLowerCase()).filter((r,n)=>n<20);this.recentSearches=[this.query,...e],this.saveRecentSearches()}this.mobileMenuOpen=!1,this.displayFacets=!1,this.focus()}get recentSearchesStorageKey(){return this.baseUrl+":ft:recent-search-queries"}initRecentSearches(){var e;this.recentSearches=JSON.parse((e=window.localStorage.getItem(this.recentSearchesStorageKey))!==null&&e!==void 0?e:"[]")}saveRecentSearches(){let e=JSON.stringify(this.recentSearches);window.localStorage.setItem(this.recentSearchesStorageKey,e),window.dispatchEvent(new StorageEvent("storage",{key:this.recentSearchesStorageKey,newValue:e,storageArea:window.localStorage,url:window.location.href}))}async connectedCallback(){super.connectedCallback(),document.addEventListener("focusin",this.closeFloatingContainer),document.addEventListener("click",this.closeFloatingContainer),this.focusOnDisplay&&!ie.isTouchScreen&&this.focusInput(),P.addEventListener("authentication-change",this.initSearchData),this.initSearchData()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("focusin",this.closeFloatingContainer),document.addEventListener("click",this.closeFloatingContainer),P.removeEventListener("authentication-change",this.initSearchData)}updateSize(e){this.sizeCategory=e.detail.category}setFilter(e,r){let n=this.metadataFilters.filter(i=>!i.valueFilter||i.key!==e);this.facets.forEach(i=>{i.key===e&&(0,ie.flatDeep)(i.rootNodes,a=>a.childNodes).forEach(a=>a.selected=r.includes(a.value))}),r.length&&n.push({key:e,valueFilter:{negative:!1,values:r}}),this.metadataFilters=n,this.scrollToFacet=e}setFiltersFromPreset(e){e!=null&&(e.contentLocale!=null&&(this.contentLocale=e.contentLocale),this.metadataFilters=e.metadataFilters)}clearFilters(){this.facets.forEach(r=>(0,ie.flatDeep)(r.rootNodes,n=>n.childNodes).forEach(n=>n.selected=!1)),this.metadataFilters=[];let e=this.facets[0];this.scrollToFacet=e?.key}querySelector(e){return this.shadowRoot.querySelector(e)}querySelectorAll(e){return this.shadowRoot.querySelectorAll(e)}renderDesktopFloatingMenu(){return this.forceMenuOpen?K.nothing:K.html`
3366
3369
  <div class="ft-search-bar--floating-panel"
3367
3370
  id="ft-search-bar-floating-panel"
3368
3371
  @keyup=${this.onFloatingContainerKeyUp}
3369
3372
  part="floating-panel"
3370
3373
  tabindex="-1">
3371
3374
  ${this.renderDesktopMenu()}
3372
- </div>`}enableFocusReactionOnAnyUserInteraction(){this.addEventListener("blur",this.enableFocusReactionCallback),this.addEventListener("click",this.enableFocusReactionCallback),this.addEventListener("keyup",this.enableFocusReactionCallback)}enableFocusReaction(){this.reactToFocus=!0,this.removeEventListener("blur",this.enableFocusReactionCallback),this.removeEventListener("click",this.enableFocusReactionCallback),this.removeEventListener("keyup",this.enableFocusReactionCallback)}};B.elementDefinitions={"ft-accordion":Lt,"ft-accordion-item":pt,"ft-button":Se,"ft-chip":ye,"ft-filter":K,"ft-filter-option":tt,"ft-icon":te,"ft-ripple":H,"ft-select":Q,"ft-select-option":Nt,"ft-size-watcher":Ye,"ft-skeleton":io,"ft-snap-scroll":ge,"ft-tooltip":le,"ft-typography":q,"ft-radio-group":Ve,"ft-radio":Oe};B.styles=[Vo,ie.noTextInputDefaultClearButton,xc,vc,Pt.styles,At.styles];U([(0,G.property)({type:Boolean})],B.prototype,"dense",void 0);U([(0,G.property)()],B.prototype,"mode",void 0);U([(0,G.property)({type:Boolean})],B.prototype,"forceMobileMenuOpen",void 0);U([(0,G.property)({type:Boolean})],B.prototype,"forceMenuOpen",void 0);U([(0,G.property)()],B.prototype,"baseUrl",void 0);U([(0,G.property)()],B.prototype,"apiIntegrationIdentifier",void 0);U([(0,G.property)()],B.prototype,"contentLocale",void 0);U([(0,G.state)()],B.prototype,"availableContentLocales",void 0);U([(0,G.state)()],B.prototype,"availableContentLocalesInitialized",void 0);U([(0,G.property)()],B.prototype,"uiLocale",void 0);U([(0,ie.jsonProperty)({})],B.prototype,"labels",void 0);U([(0,ie.jsonProperty)([])],B.prototype,"displayedFilters",void 0);U([(0,ie.jsonProperty)([])],B.prototype,"presets",void 0);U([(0,G.property)({type:String,reflect:!0})],B.prototype,"selectedPreset",void 0);U([(0,ie.jsonProperty)([])],B.prototype,"priors",void 0);U([(0,G.property)()],B.prototype,"searchRequestSerializer",void 0);U([(0,G.property)({type:Boolean})],B.prototype,"focusOnDisplay",void 0);U([(0,G.state)()],B.prototype,"metadataFilters",void 0);U([(0,G.state)()],B.prototype,"sizeCategory",void 0);U([(0,G.state)()],B.prototype,"displayFacets",void 0);U([(0,G.state)()],B.prototype,"mobileMenuOpen",void 0);U([(0,G.state)()],B.prototype,"facets",void 0);U([(0,G.state)()],B.prototype,"facetsInitialized",void 0);U([(0,G.query)(".ft-search-bar--container")],B.prototype,"container",void 0);U([(0,G.query)(".ft-search-bar--filters-opener")],B.prototype,"filtersOpener",void 0);U([(0,G.query)(".ft-search-bar--floating-panel")],B.prototype,"floatingContainer",void 0);U([(0,G.query)("ft-snap-scroll.ft-search-bar--filters-container")],B.prototype,"scrollingFiltersContainer",void 0);U([(0,G.query)(".ft-search-bar--input")],B.prototype,"input",void 0);U([(0,G.query)(".ft-search-bar--launch-search")],B.prototype,"launchSearchButton",void 0);U([(0,G.state)()],B.prototype,"query",void 0);U([(0,G.state)()],B.prototype,"suggestions",void 0);U([(0,G.state)()],B.prototype,"recentSearches",void 0);U([(0,G.state)()],B.prototype,"scrollToFacet",void 0);U([(0,G.state)()],B.prototype,"api",void 0);U([(0,G.state)()],B.prototype,"reactToFocus",void 0);U([(0,G.state)()],B.prototype,"facetsLoaded",void 0);(0,kd.customElement)("ft-search-bar")(B);})();
3375
+ </div>`}enableFocusReactionOnAnyUserInteraction(){this.addEventListener("blur",this.enableFocusReactionCallback),this.addEventListener("click",this.enableFocusReactionCallback),this.addEventListener("keyup",this.enableFocusReactionCallback)}enableFocusReaction(){this.reactToFocus=!0,this.removeEventListener("blur",this.enableFocusReactionCallback),this.removeEventListener("click",this.enableFocusReactionCallback),this.removeEventListener("keyup",this.enableFocusReactionCallback)}};B.elementDefinitions={"ft-accordion":Lt,"ft-accordion-item":pt,"ft-button":Se,"ft-chip":fe,"ft-filter":Z,"ft-filter-option":ot,"ft-icon":te,"ft-ripple":H,"ft-select":Q,"ft-select-option":Nt,"ft-size-watcher":Xe,"ft-skeleton":lo,"ft-snap-scroll":ge,"ft-tooltip":le,"ft-typography":q,"ft-radio-group":Ve,"ft-radio":Oe};B.styles=[Vo,ie.noTextInputDefaultClearButton,Sc,Oc,Pt.styles,At.styles];U([(0,G.property)({type:Boolean})],B.prototype,"dense",void 0);U([(0,G.property)()],B.prototype,"mode",void 0);U([(0,G.property)({type:Boolean})],B.prototype,"forceMobileMenuOpen",void 0);U([(0,G.property)({type:Boolean})],B.prototype,"forceMenuOpen",void 0);U([(0,G.property)()],B.prototype,"baseUrl",void 0);U([(0,G.property)()],B.prototype,"apiIntegrationIdentifier",void 0);U([(0,G.property)()],B.prototype,"contentLocale",void 0);U([(0,G.state)()],B.prototype,"availableContentLocales",void 0);U([(0,G.state)()],B.prototype,"availableContentLocalesInitialized",void 0);U([(0,G.property)()],B.prototype,"uiLocale",void 0);U([(0,ie.jsonProperty)({})],B.prototype,"labels",void 0);U([(0,ie.jsonProperty)([])],B.prototype,"displayedFilters",void 0);U([(0,ie.jsonProperty)([])],B.prototype,"presets",void 0);U([(0,G.property)({type:String,reflect:!0})],B.prototype,"selectedPreset",void 0);U([(0,ie.jsonProperty)([])],B.prototype,"priors",void 0);U([(0,G.property)()],B.prototype,"searchRequestSerializer",void 0);U([(0,G.property)({type:Boolean})],B.prototype,"focusOnDisplay",void 0);U([(0,G.state)()],B.prototype,"metadataFilters",void 0);U([(0,G.state)()],B.prototype,"sizeCategory",void 0);U([(0,G.state)()],B.prototype,"displayFacets",void 0);U([(0,G.state)()],B.prototype,"mobileMenuOpen",void 0);U([(0,G.state)()],B.prototype,"facets",void 0);U([(0,G.state)()],B.prototype,"facetsInitialized",void 0);U([(0,G.query)(".ft-search-bar--container")],B.prototype,"container",void 0);U([(0,G.query)(".ft-search-bar--filters-opener")],B.prototype,"filtersOpener",void 0);U([(0,G.query)(".ft-search-bar--floating-panel")],B.prototype,"floatingContainer",void 0);U([(0,G.query)("ft-snap-scroll.ft-search-bar--filters-container")],B.prototype,"scrollingFiltersContainer",void 0);U([(0,G.query)(".ft-search-bar--input")],B.prototype,"input",void 0);U([(0,G.query)(".ft-search-bar--launch-search")],B.prototype,"launchSearchButton",void 0);U([(0,G.state)()],B.prototype,"query",void 0);U([(0,G.state)()],B.prototype,"suggestions",void 0);U([(0,G.state)()],B.prototype,"recentSearches",void 0);U([(0,G.state)()],B.prototype,"scrollToFacet",void 0);U([(0,G.state)()],B.prototype,"api",void 0);U([(0,G.state)()],B.prototype,"reactToFocus",void 0);U([(0,G.state)()],B.prototype,"facetsLoaded",void 0);(0,Ad.customElement)("ft-search-bar")(B);})();
3373
3376
  /*! Bundled license information:
3374
3377
 
3375
3378
  lit-html/lit-html.js: