@fluid-topics/ft-search-bar 1.2.39 → 1.2.40

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 uo=Do((nf,na)=>{na.exports=ftGlobals.litRepeat});var ct=Do((Xm,Nl)=>{Nl.exports=ftGlobals.litClassMap});var ds=Do((Fg,cs)=>{cs.exports=ftGlobals.litUnsafeHTML});var kd=u(w());var K=u(L()),G=u(Y()),Dr=u(uo()),ne=u(w());var sa=u(w());var la=u(L()),ho=u(Y()),_r=u(w());var at;(function(o){o.S="S",o.M="M",o.L="L",o.XL="XL",o.XXL="XXL"})(at||(at={}));var ia=u(L());var aa=ia.css`
1
+ "use strict";(()=>{var Ld=Object.create;var ta=Object.defineProperty;var Nd=Object.getOwnPropertyDescriptor;var Ad=Object.getOwnPropertyNames;var Pd=Object.getPrototypeOf,Bd=Object.prototype.hasOwnProperty;var Do=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports);var Id=(o,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ad(e))!Bd.call(o,i)&&i!==r&&ta(o,i,{get:()=>e[i],enumerable:!(n=Nd(e,i))||n.enumerable});return o};var u=(o,e,r)=>(r=o!=null?Ld(Pd(o)):{},Id(e||!o||!o.__esModule?ta(r,"default",{value:o,enumerable:!0}):r,o));var w=Do((of,oa)=>{oa.exports=ftGlobals.wcUtils});var L=Do((rf,ra)=>{ra.exports=ftGlobals.lit});var Y=Do((nf,na)=>{na.exports=ftGlobals.litDecorators});var uo=Do((af,ia)=>{ia.exports=ftGlobals.litRepeat});var ct=Do((Jm,Al)=>{Al.exports=ftGlobals.litClassMap});var ps=Do((Tg,ds)=>{ds.exports=ftGlobals.litUnsafeHTML});var Rd=u(w());var K=u(L()),G=u(Y()),Dr=u(uo()),ne=u(w());var ca=u(w());var sa=u(L()),ho=u(Y()),_r=u(w());var at;(function(o){o.S="S",o.M="M",o.L="L",o.XL="XL",o.XXL="XXL"})(at||(at={}));var aa=u(L());var la=aa.css`
2
2
  .ft-size-watcher--pixel {
3
3
  width: 0;
4
4
  height: 0;
@@ -17,14 +17,14 @@
17
17
  .ft-size-watcher--local .ft-size-watcher--watcher {
18
18
  width: 100%;
19
19
  }
20
- `;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},Pn=class extends CustomEvent{constructor(e,r){super("change",{detail:{size:e,category:r}})}},qe=class extends _r.FtLitElement{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=at.S,this.resizeObserver=new ResizeObserver(()=>this.updateSize()),this.debouncer=new _r.Debouncer}render(){return la.html`
20
+ `;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},Bn=class extends CustomEvent{constructor(e,r){super("change",{detail:{size:e,category:r}})}},qe=class extends _r.FtLitElement{constructor(){super(...arguments),this.debounceTimeout=100,this.local=!1,this.size=0,this.category=at.S,this.resizeObserver=new ResizeObserver(()=>this.updateSize()),this.debouncer=new _r.Debouncer}render(){return sa.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=at.S:this.size<976?this.category=at.M:this.size<1024?this.category=at.L:this.size<1440?this.category=at.XL:this.category=at.XXL,this.dispatchEvent(new Pn(this.size,this.category)))},this.debounceTimeout)}};qe.elementDefinitions={};qe.styles=aa;nr([(0,ho.property)({type:Number})],qe.prototype,"debounceTimeout",void 0);nr([(0,ho.property)({type:Boolean})],qe.prototype,"local",void 0);nr([(0,ho.property)({type:Number,reflect:!0})],qe.prototype,"size",void 0);nr([(0,ho.property)({type:String,reflect:!0})],qe.prototype,"category",void 0);nr([(0,ho.query)(".ft-size-watcher--watcher")],qe.prototype,"watcher",void 0);(0,sa.customElement)("ft-size-watcher")(qe);var cl=u(w());var Tn=globalThis,zr=Tn.trustedTypes,ca=zr?zr.createPolicy("lit-html",{createHTML:o=>o}):void 0,ya="$lit$",Zt=`lit$${Math.random().toFixed(9).slice(2)}$`,ma="?"+Zt,Id=`<${ma}>`,go=document,Fr=()=>go.createComment(""),ar=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]`,ir=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,da=/-->/g,pa=/>/g,yo=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),lr=Symbol.for("lit-noChange"),Ce=Symbol.for("lit-nothing"),ha=new WeakMap,mo=go.createTreeWalker(go,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=ir;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===ir?y[1]==="!--"?s=da:y[1]!==void 0?s=pa:y[2]!==void 0?(ga.test(y[2])&&(i=RegExp("</"+y[2],"g")),s=yo):y[3]!==void 0&&(s=yo):s===yo?y[0]===">"?(s=i??ir,m=-1):y[1]===void 0?m=-2:(m=s.lastIndex-y[2].length,f=y[1],s=y[3]===void 0?yo:y[3]==='"'?ua:fa):s===ua||s===fa?s=yo:s===da||s===pa?s=ir:(s=yo,i=void 0);let x=s===yo&&o[c+1].startsWith("/>")?" ":"";a+=s===ir?p+Id:m>=0?(n.push(f),p.slice(0,m)+ya+p.slice(m)+Zt+x):p+Zt+(m===-2?c:x)}return[Sa(o,a+(o[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]},sr=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),mo.currentNode=this.el.content,r===2||r===3){let m=this.el.content.firstChild;m.replaceWith(...m.childNodes)}for(;(i=mo.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(Zt),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(Zt)&&(p.push({type:6,index:a}),i.removeAttribute(m));if(ga.test(i.tagName)){let m=i.textContent.split(Zt),g=m.length-1;if(g>0){i.textContent=zr?zr.emptyScript:"";for(let x=0;x<g;x++)i.append(m[x],Fr()),mo.nextNode(),p.push({type:2,index:++a});i.append(m[g],Fr())}}}else if(i.nodeType===8)if(i.data===ma)p.push({type:2,index:a});else{let m=-1;for(;(m=i.data.indexOf(Zt,m+1))!==-1;)p.push({type:7,index:a}),m+=Zt.length-1}a++}}static createElement(e,r){let n=go.createElement("template");return n.innerHTML=e,n}};function _o(o,e,r=o,n){if(e===lr)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=ar(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??go).importNode(r,!0);mo.currentNode=i;let a=mo.nextNode(),s=0,c=0,p=n[0];for(;p!==void 0;){if(s===p.index){let f;p.type===2?f=new Tr(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=mo.nextNode(),s++)}return mo.currentNode=go,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++}},Tr=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),ar(e)?e===Ce||e==null||e===""?(this._$AH!==Ce&&this._$AR(),this._$AH=Ce):e!==this._$AH&&e!==lr&&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&&ar(this._$AH)?this._$AA.nextSibling.data=e:this.T(go.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=sr.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 sr(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(Fr()),this.O(Fr()),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=!ar(e)||e!==this._$AH&&e!==lr,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===lr&&(f=this._$AH[p]),s||=!ar(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)===lr)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?.(sr,Tr),(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 lt;(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"})(lt||(lt={}));var st=u(L()),E=u(w());var It=u(L(),1),Kt=o=>typeof o=="string"?(0,It.unsafeCSS)(o):o,t=class{static create(e,r,n,i){let a=c=>Kt(c??i),s=It.css`var(${Kt(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>It.css`var(${Kt(e)}, ${a(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(e,r,n,i){let a=c=>n.get(c??i),s=It.css`var(${Kt(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=>It.css`var(${Kt(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):Kt(a??e.lastResortDefaultValue()),i=It.css`var(${Kt(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=>It.css`var(${Kt(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")},Za={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")},Ka={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")},Mr={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":Za,"caption-3-bold":Ka};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 Zf={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 Wr;(function(o){o.brand="brand",o.neutral="neutral",o.info="info",o.success="success",o.warning="warning",o.error="error"})(Wr||(Wr={}));var Be;(function(o){o.large="large",o.medium="medium",o.small="small"})(Be||(Be={}));var Hr=u(L());function qa(o){let e=Mr[o];return Hr.css`
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=at.S:this.size<976?this.category=at.M:this.size<1024?this.category=at.L:this.size<1440?this.category=at.XL:this.category=at.XXL,this.dispatchEvent(new Bn(this.size,this.category)))},this.debounceTimeout)}};qe.elementDefinitions={};qe.styles=la;nr([(0,ho.property)({type:Number})],qe.prototype,"debounceTimeout",void 0);nr([(0,ho.property)({type:Boolean})],qe.prototype,"local",void 0);nr([(0,ho.property)({type:Number,reflect:!0})],qe.prototype,"size",void 0);nr([(0,ho.property)({type:String,reflect:!0})],qe.prototype,"category",void 0);nr([(0,ho.query)(".ft-size-watcher--watcher")],qe.prototype,"watcher",void 0);(0,ca.customElement)("ft-size-watcher")(qe);var dl=u(w());var Mn=globalThis,zr=Mn.trustedTypes,da=zr?zr.createPolicy("lit-html",{createHTML:o=>o}):void 0,ma="$lit$",Zt=`lit$${Math.random().toFixed(9).slice(2)}$`,ga="?"+Zt,Dd=`<${ga}>`,go=document,Fr=()=>go.createComment(""),ar=o=>o===null||typeof o!="object"&&typeof o!="function",Wn=Array.isArray,_d=o=>Wn(o)||typeof o?.[Symbol.iterator]=="function",In=`[
25
+ \f\r]`,ir=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,pa=/-->/g,fa=/>/g,yo=RegExp(`>|${In}(?:([^\\s"'>=/]+)(${In}*=${In}*(?:[^
26
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ua=/'/g,ha=/"/g,ba=/^(?:script|style|textarea|title)$/i,Hn=o=>(e,...r)=>({_$litType$:o,strings:e,values:r}),xa=Hn(1),va=Hn(2),Sa=Hn(3),lr=Symbol.for("lit-noChange"),Ce=Symbol.for("lit-nothing"),ya=new WeakMap,mo=go.createTreeWalker(go,129);function Oa(o,e){if(!Wn(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return da!==void 0?da.createHTML(e):e}var zd=(o,e)=>{let r=o.length-1,n=[],i,a=e===2?"<svg>":e===3?"<math>":"",s=ir;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===ir?y[1]==="!--"?s=pa:y[1]!==void 0?s=fa:y[2]!==void 0?(ba.test(y[2])&&(i=RegExp("</"+y[2],"g")),s=yo):y[3]!==void 0&&(s=yo):s===yo?y[0]===">"?(s=i??ir,m=-1):y[1]===void 0?m=-2:(m=s.lastIndex-y[2].length,f=y[1],s=y[3]===void 0?yo:y[3]==='"'?ha:ua):s===ha||s===ua?s=yo:s===pa||s===fa?s=ir:(s=yo,i=void 0);let x=s===yo&&o[c+1].startsWith("/>")?" ":"";a+=s===ir?p+Dd:m>=0?(n.push(f),p.slice(0,m)+ma+p.slice(m)+Zt+x):p+Zt+(m===-2?c:x)}return[Oa(o,a+(o[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]},sr=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]=zd(e,r);if(this.el=o.createElement(f,n),mo.currentNode=this.el.content,r===2||r===3){let m=this.el.content.firstChild;m.replaceWith(...m.childNodes)}for(;(i=mo.nextNode())!==null&&p.length<c;){if(i.nodeType===1){if(i.hasAttributes())for(let m of i.getAttributeNames())if(m.endsWith(ma)){let g=y[s++],x=i.getAttribute(m).split(Zt),b=/([.?@])?(.*)/.exec(g);p.push({type:1,index:a,name:b[2],strings:x,ctor:b[1]==="."?_n:b[1]==="?"?zn:b[1]==="@"?Fn:zo}),i.removeAttribute(m)}else m.startsWith(Zt)&&(p.push({type:6,index:a}),i.removeAttribute(m));if(ba.test(i.tagName)){let m=i.textContent.split(Zt),g=m.length-1;if(g>0){i.textContent=zr?zr.emptyScript:"";for(let x=0;x<g;x++)i.append(m[x],Fr()),mo.nextNode(),p.push({type:2,index:++a});i.append(m[g],Fr())}}}else if(i.nodeType===8)if(i.data===ga)p.push({type:2,index:a});else{let m=-1;for(;(m=i.data.indexOf(Zt,m+1))!==-1;)p.push({type:7,index:a}),m+=Zt.length-1}a++}}static createElement(e,r){let n=go.createElement("template");return n.innerHTML=e,n}};function _o(o,e,r=o,n){if(e===lr)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=ar(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??go).importNode(r,!0);mo.currentNode=i;let a=mo.nextNode(),s=0,c=0,p=n[0];for(;p!==void 0;){if(s===p.index){let f;p.type===2?f=new Tr(a,a.nextSibling,this,e):p.type===1?f=new p.ctor(a,p.name,p.strings,this,e):p.type===6&&(f=new Tn(a,this,e)),this._$AV.push(f),p=n[++c]}s!==p?.index&&(a=mo.nextNode(),s++)}return mo.currentNode=go,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++}},Tr=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),ar(e)?e===Ce||e==null||e===""?(this._$AH!==Ce&&this._$AR(),this._$AH=Ce):e!==this._$AH&&e!==lr&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):_d(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&&ar(this._$AH)?this._$AA.nextSibling.data=e:this.T(go.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=sr.createElement(Oa(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=ya.get(e.strings);return r===void 0&&ya.set(e.strings,r=new sr(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(Fr()),this.O(Fr()),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=!ar(e)||e!==this._$AH&&e!==lr,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===lr&&(f=this._$AH[p]),s||=!ar(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 zo{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Ce?void 0:e}},zn=class extends zo{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Ce)}},Fn=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)===lr)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)}},Tn=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 Fd=Mn.litHtmlPolyfillSupport;Fd?.(sr,Tr),(Mn.litHtmlVersions??=[]).push("3.3.0");var wa=Symbol.for(""),Td=o=>{if(o?.r===wa)return o?._$litStatic$},Un=o=>({_$litStatic$:o,r:wa});var Ca=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=Td(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=Ca.get(m))===void 0&&(s.raw=s,Ca.set(m,e=s)),r=c}return o(e,...r)},Gn=Vn(xa),xf=Vn(va),vf=Vn(Sa);var jn=u(Y()),cl=u(w());var lt;(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"})(lt||(lt={}));var st=u(L()),E=u(w());var It=u(L(),1),Kt=o=>typeof o=="string"?(0,It.unsafeCSS)(o):o,t=class{static create(e,r,n,i){let a=c=>Kt(c??i),s=It.css`var(${Kt(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>It.css`var(${Kt(e)}, ${a(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(e,r,n,i){let a=c=>n.get(c??i),s=It.css`var(${Kt(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=>It.css`var(${Kt(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):Kt(a??e.lastResortDefaultValue()),i=It.css`var(${Kt(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=>It.css`var(${Kt(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)")},Ea={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")},$a={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")},ka={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")},Ra={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")},La={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")},Na={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")},Aa={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")},Pa={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")},Ba={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")},Md={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")},Ia={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")},Da={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")},_a={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")},za={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")},Fa={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")},Ta={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")},Ma={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")},Wa={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")},Ha={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")},Ua={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")},Va={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")},Ga={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")},ja={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")},Za={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")},qa={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")},Mr={display:Ea,"title-1":$a,"title-2":ka,"title-3":Ra,"body-1-regular":La,"body-1-medium":Na,"body-1-semibold":Aa,"body-2-regular":Pa,"body-2-medium":Ba,"body-2-medium-underline":Md,"body-2-semibold":Ia,"label-1-medium":Da,"label-1-semibold":_a,"label-1-bold":za,"label-2-medium":Fa,"label-2-semibold":Ta,"label-2-bold":Ma,"caption-1-medium":Wa,"caption-1-semibold":Ha,"caption-1-bold":Ua,"caption-2-medium":Va,"caption-2-semibold":Ga,"caption-2-bold":ja,"caption-3-medium":Za,"caption-3-semibold":Ka,"caption-3-bold":qa};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 Ff={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 Uf={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 ru={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 su={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 uu={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 bu={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 Cu={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 Ru={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 Pu={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 Hu={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 Zu={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 Ju={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 rh={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 sh={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 uh={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 bh={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 Ch={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 Rh={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 Bh={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 Wh={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 jh={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 Xh={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 oy={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 ly={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 fy={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 gy={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 Wr;(function(o){o.brand="brand",o.neutral="neutral",o.info="info",o.success="success",o.warning="warning",o.error="error"})(Wr||(Wr={}));var Be;(function(o){o.large="large",o.medium="medium",o.small="small"})(Be||(Be={}));var Hr=u(L());function Ya(o){let e=Mr[o];return Hr.css`
28
28
  .ft-typography--${(0,Hr.unsafeCSS)(o)} {
29
29
  font-family: ${e.fontFamily};
30
30
  font-size: ${e.fontSize};
@@ -33,7 +33,7 @@ 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),_t=E.FtCssVariableFactory.extend("--ft-typography-font-family","",E.designSystemVariables.contentFont),$={fontFamily:_t,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","",_t),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","",_t),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")},Dt={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",_t),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","",_t),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","",_t),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","",_t),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","",_t),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")},Ot={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-button-font-family","",_t),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=st.css`
36
+ `}var Xa=E.FtCssVariableFactory.extend("--ft-typography-font-family","",E.designSystemVariables.titleFont),_t=E.FtCssVariableFactory.extend("--ft-typography-font-family","",E.designSystemVariables.contentFont),$={fontFamily:_t,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","",Xa),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","",Xa),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","",_t),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","",_t),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")},Dt={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",_t),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","",_t),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","",_t),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","",_t),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","",_t),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")},Ot={fontFamily:E.FtCssVariableFactory.extend("--ft-typography-button-font-family","",_t),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")},Ja=st.css`
37
37
  .ft-typography--title {
38
38
  font-family: ${Fo.fontFamily};
39
39
  font-size: ${Fo.fontSize};
@@ -42,7 +42,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
42
42
  line-height: ${Fo.lineHeight};
43
43
  text-transform: ${Fo.textTransform};
44
44
  }
45
- `,Ja=st.css`
45
+ `,Qa=st.css`
46
46
  .ft-typography--title-dense {
47
47
  font-family: ${To.fontFamily};
48
48
  font-size: ${To.fontSize};
@@ -51,7 +51,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
51
51
  line-height: ${To.lineHeight};
52
52
  text-transform: ${To.textTransform};
53
53
  }
54
- `,Qa=st.css`
54
+ `,el=st.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=st.css`
63
+ `,tl=st.css`
64
64
  .ft-typography--subtitle2 {
65
65
  font-family: ${Wo.fontFamily};
66
66
  font-size: ${Wo.fontSize};
@@ -70,7 +70,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
70
70
  text-transform: ${Wo.textTransform};
71
71
  }
72
72
 
73
- `,tl=st.css`
73
+ `,ol=st.css`
74
74
  .ft-typography--body1 {
75
75
  font-family: ${Dt.fontFamily};
76
76
  font-size: ${Dt.fontSize};
@@ -97,7 +97,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
97
97
  line-height: ${ut.lineHeight};
98
98
  text-transform: ${ut.textTransform};
99
99
  }
100
- `,ol=st.css`
100
+ `,rl=st.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=st.css`
109
+ `,nl=st.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=st.css`
118
+ `,il=st.css`
119
119
  .ft-typography--button {
120
120
  font-family: ${Ot.fontFamily};
121
121
  font-size: ${Ot.fontSize};
@@ -124,19 +124,19 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
124
124
  line-height: ${Ot.lineHeight};
125
125
  text-transform: ${Ot.textTransform};
126
126
  }
127
- `,il=st.css`
127
+ `,al=st.css`
128
128
  .ft-typography {
129
129
  vertical-align: inherit;
130
130
  }
131
- `,al=[Object.keys(Mr).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=lt.body1}render(){return this.element?Vn`
132
- <${Hn(this.element)}
131
+ `,ll=[Object.keys(Mr).map(o=>Ya(o))];var sl=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 cl.FtLitElement{constructor(){super(...arguments),this.variant=lt.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,qt,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 Ur(o){return o.startsWith('"')&&o.endsWith('"')?o.replace(/(^"+)|("+$)/g,""):o}function dl(o){return Ur(o).split("|").pop()}function pl(o){return Ur(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 Zn(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()),dt=u(w());var Je=u(L()),we=u(Y()),Fs=u(uo()),tn=u(w());var si=u(w());var gr=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=[Ja,Qa,el,tl,ol,Vo,qt,rl,nl,il,al,...ll];sl([(0,jn.property)()],q.prototype,"element",void 0);sl([(0,jn.property)()],q.prototype,"variant",void 0);(0,dl.customElement)("ft-typography")(q);var Zn=u(w());function Ur(o){return o.startsWith('"')&&o.endsWith('"')?o.replace(/(^"+)|("+$)/g,""):o}function pl(o){return Ur(o).split("|").pop()}function fl(o){return Ur(o).split("|").join(" > ")}function ul(o,e){return{label:o.label,selected:!e&&o.selected,subOptions:o.childNodes.map(r=>ul(r,o.selected)),value:o.value}}function hl(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=>ul(e,!1))}}function yl(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 Co=u(L()),J=u(Y()),dt=u(w());var Je=u(L()),we=u(Y()),Ts=u(uo()),tn=u(w());var ci=u(w());var gr=u(Y()),xs=u(w());var Ll=u(L()),z=u(w());var Sl=u(L()),me=u(w()),ml=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorContent),O={color:ml,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",ml),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")},gl=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorPrimary),bl={color:gl,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",gl)},xl=me.FtCssVariableFactory.extend("--ft-ripple-color","",me.designSystemVariables.colorSecondary),vl={color:xl,backgroundColor:me.FtCssVariableFactory.extend("--ft-ripple-background-color","",xl)},Ol=Sl.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: ${vl.backgroundColor};
195
195
  }
196
196
 
197
197
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
198
- background-color: ${xl.color};
198
+ background-color: ${vl.color};
199
199
  }
200
200
 
201
201
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
202
- background-color: ${gl.backgroundColor};
202
+ background-color: ${bl.backgroundColor};
203
203
  }
204
204
 
205
205
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
206
- background-color: ${gl.color};
206
+ background-color: ${bl.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()),cr=u(w()),ie={color:cr.FtCssVariableFactory.extend("--ft-loader-color","",cr.designSystemVariables.colorPrimary),size:cr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Cl=Ol.css`
251
+ `;var Cl=u(L()),cr=u(w()),ie={color:cr.FtCssVariableFactory.extend("--ft-loader-color","",cr.designSystemVariables.colorPrimary),size:cr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},wl=Cl.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 * ${ie.size}), 0);
318
318
  }
319
319
  }
320
- `;var wl=u(L()),zt=u(w()),pe={size:zt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:zt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",zt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:zt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",zt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:zt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",zt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:zt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},El=wl.css`
320
+ `;var El=u(L()),zt=u(w()),pe={size:zt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:zt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",zt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:zt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",zt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:zt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",zt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:zt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},$l=El.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
- `;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","",Ot.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)),Kn={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)},Ct={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
+ `;var kl=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:kl,fontSize:z.FtCssVariableFactory.extend("--ft-button-font-size","",Ot.fontSize),iconSize:z.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:z.FtCssVariableFactory.extend("--ft-button-ripple-color","",kl),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")},Rl=z.FtCssVariableFactory.extend("--ft-button-primary-color","",z.FtCssVariableFactory.extend("--ft-button-color","",z.designSystemVariables.colorOnPrimary)),qn={backgroundColor:z.FtCssVariableFactory.extend("--ft-button-primary-background-color","",z.FtCssVariableFactory.extend("--ft-button-background-color","",z.designSystemVariables.colorPrimary)),color:Rl,rippleColor:z.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Rl)},Ct={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")},Nl=[Ll.css`
369
369
  :host {
370
370
  display: inline-block;
371
371
  max-width: 100%;
@@ -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: ${Kn.backgroundColor};
455
- --ft-button-internal-color: ${Kn.color};
456
- ${(0,z.setVariable)(O.color,Kn.rippleColor)};
454
+ background-color: ${qn.backgroundColor};
455
+ --ft-button-internal-color: ${qn.color};
456
+ ${(0,z.setVariable)(O.color,qn.rippleColor)};
457
457
  }
458
458
 
459
459
  .ft-button:focus {
@@ -502,18 +502,18 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
502
502
  ${(0,z.setVariable)(ie.size,W.iconSize)};
503
503
  ${(0,z.setVariable)(ie.color,"var(--ft-button-internal-color)")};
504
504
  }
505
- `,z.noTextSelect];var Qt=u(w());var Bl=u(w());var Al=u(L()),Ee=u(Y()),Pl=u(ct()),dr=u(w());var Te=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 dr.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 dr.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 dr.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
+ `,z.noTextSelect];var Qt=u(w());var Il=u(w());var Pl=u(L()),Ee=u(Y()),Bl=u(ct()),dr=u(w());var Te=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 dr.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 dr.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 dr.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 Pl.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,Bl.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)}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;Te([(0,Ee.property)({type:Boolean})],H.prototype,"primary",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"secondary",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"unbounded",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"activated",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"selected",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"disabled",void 0);Te([(0,Ee.state)()],H.prototype,"hovered",void 0);Te([(0,Ee.state)()],H.prototype,"focused",void 0);Te([(0,Ee.state)()],H.prototype,"pressed",void 0);Te([(0,Ee.state)()],H.prototype,"rippling",void 0);Te([(0,Ee.state)()],H.prototype,"originX",void 0);Te([(0,Ee.state)()],H.prototype,"originY",void 0);Te([(0,Ee.query)(".ft-ripple")],H.prototype,"ripple",void 0);Te([(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()),yr=u(w());var Il=u(L()),Ft=u(w()),Yt={distance:Ft.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ft.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ft.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ft.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ft.FtCssVariableFactory.external(Ft.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Ft.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)}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=Ol;Te([(0,Ee.property)({type:Boolean})],H.prototype,"primary",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"secondary",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"unbounded",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"activated",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"selected",void 0);Te([(0,Ee.property)({type:Boolean})],H.prototype,"disabled",void 0);Te([(0,Ee.state)()],H.prototype,"hovered",void 0);Te([(0,Ee.state)()],H.prototype,"focused",void 0);Te([(0,Ee.state)()],H.prototype,"pressed",void 0);Te([(0,Ee.state)()],H.prototype,"rippling",void 0);Te([(0,Ee.state)()],H.prototype,"originX",void 0);Te([(0,Ee.state)()],H.prototype,"originY",void 0);Te([(0,Ee.query)(".ft-ripple")],H.prototype,"ripple",void 0);Te([(0,Ee.query)(".ft-ripple--effect")],H.prototype,"rippleEffect",void 0);(0,Il.customElement)("ft-ripple")(H);var cs=u(w());var ss=u(L()),xe=u(Y()),yr=u(w());var Dl=u(L()),Ft=u(w()),Yt={distance:Ft.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ft.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ft.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ft.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ft.FtCssVariableFactory.external(Ft.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Ft.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},_l=Dl.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 Vr(o,e){return typeof o=="function"?o(e):o}function Go(o){return o.split("-")[0]}function Xt(o){return o.split("-")[1]}function Jn(o){return o==="x"?"y":"x"}function Qn(o){return o==="y"?"height":"width"}function Gr(o){return["top","bottom"].includes(Go(o))?"y":"x"}function ei(o){return Jn(Gr(o))}function Ml(o,e,r){r===void 0&&(r=!1);let n=Xt(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 bo(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=Gr(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(Xt(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}=Vr(e,o),b=Hl(x),N=c[g?m==="floating"?"reference":"floating":m],k=bo(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=bo(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=>Xt(i)===o),...r.filter(i=>Xt(i)!==o)]:r.filter(i=>Go(i)===i)).filter(i=>o?Xt(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}=Vr(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}],nt=S[k+1];if(nt)return{data:{index:k+1,overflows:ee},reset:{placement:nt}};let Gt=ee.map(Ze=>{let it=Xt(Ze.placement);return[Ze.placement,it&&y?Ze.overflows.slice(0,2).reduce((Ke,fo)=>Ke+fo,0):Ze.overflows[0],Ze.overflows]}).sort((Ze,it)=>Ze[1]-it[1]),jt=((i=Gt.filter(Ze=>Ze[2].slice(0,Xt(Ze[0])?2:3).every(it=>it<=0))[0])==null?void 0:i[0])||Gt[0][0];return jt!==c?{data:{index:k+1,overflows:ee},reset:{placement:jt}}:{}}}};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}=Vr(o,e),f={x:r,y:n},y=await ti(e,p),m=Gr(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,pr=Math.round;var Tt=o=>({x:o,y:o});function Mt(o){return jl(o)?(o.nodeName||"").toLowerCase():"#document"}function Me(o){var e;return(o==null||(e=o.ownerDocument)==null?void 0:e.defaultView)||window}function Wt(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 Me(o).Node}function wt(o){return o instanceof Element||o instanceof Me(o).Element}function ht(o){return o instanceof HTMLElement||o instanceof Me(o).HTMLElement}function Gl(o){return typeof ShadowRoot>"u"?!1:o instanceof ShadowRoot||o instanceof Me(o).ShadowRoot}function Zo(o){let{overflow:e,overflowX:r,overflowY:n,display:i}=Ye(o);return/auto|scroll|overlay|hidden|clip/.test(e+n+r)&&!["inline","contents"].includes(i)}function Zl(o){return["table","td","th"].includes(Mt(o))}function Zr(o){let e=Kr(),r=Ye(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 Kl(o){let e=xo(o);for(;ht(e)&&!fr(e);){if(Zr(e))return e;e=xo(e)}return null}function Kr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function fr(o){return["html","body","#document"].includes(Mt(o))}function Ye(o){return Me(o).getComputedStyle(o)}function ur(o){return wt(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function xo(o){if(Mt(o)==="html")return o;let e=o.assignedSlot||o.parentNode||Gl(o)&&o.host||Wt(o);return Gl(e)?e.host:e}function ql(o){let e=xo(o);return fr(e)?o.ownerDocument?o.ownerDocument.body:o.body:ht(e)&&Zo(e)?e:ql(e)}function jr(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=Me(i);return a?e.concat(s,s.visualViewport||[],Zo(i)?i:[],s.frameElement&&r?jr(s.frameElement):[]):e.concat(i,jr(i,[],r))}function Jl(o){let e=Ye(o),r=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=ht(o),a=i?o.offsetWidth:r,s=i?o.offsetHeight:n,c=pr(r)!==a||pr(n)!==s;return c&&(r=a,n=s),{width:r,height:n,$:c}}function Ql(o){return wt(o)?o:o.contextElement}function Ko(o){let e=Ql(o);if(!ht(e))return Tt(1);let r=e.getBoundingClientRect(),{width:n,height:i,$:a}=Jl(e),s=(a?pr(r.width):r.width)/n,c=(a?pr(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var jd=Tt(0);function es(o){let e=Me(o);return!Kr()||!e.visualViewport?jd:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Zd(o,e,r){return e===void 0&&(e=!1),!r||e&&r!==Me(o)?!1:e}function hr(o,e,r,n){e===void 0&&(e=!1),r===void 0&&(r=!1);let i=o.getBoundingClientRect(),a=Ql(o),s=Tt(1);e&&(n?wt(n)&&(s=Ko(n)):s=Ko(o));let c=Zd(a,r,n)?es(a):Tt(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=Me(a),x=n&&wt(n)?Me(n):n,b=g.frameElement;for(;b&&n&&x!==g;){let S=Ko(b),N=b.getBoundingClientRect(),k=Ye(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=Me(b).frameElement}}return bo({width:y,height:m,x:p,y:f})}function Kd(o){let{rect:e,offsetParent:r,strategy:n}=o,i=ht(r),a=Wt(r);if(r===a)return e;let s={scrollLeft:0,scrollTop:0},c=Tt(1),p=Tt(0);if((i||!i&&n!=="fixed")&&((Mt(r)!=="body"||Zo(a))&&(s=ur(r)),ht(r))){let f=hr(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 ts(o){return hr(Wt(o)).left+ur(o).scrollLeft}function Yd(o){let e=Wt(o),r=ur(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 Ye(n).direction==="rtl"&&(s+=jo(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:c}}function Xd(o,e){let r=Me(o),n=Wt(o),i=r.visualViewport,a=n.clientWidth,s=n.clientHeight,c=0,p=0;if(i){a=i.width,s=i.height;let f=Kr();(!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=hr(o,!0,e==="fixed"),n=r.top+o.clientTop,i=r.left+o.clientLeft,a=ht(o)?Ko(o):Tt(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(Wt(o));else if(wt(e))n=Jd(e,r);else{let i=es(o);n={...e,x:e.x-i.x,y:e.y-i.y}}return bo(n)}function os(o,e){let r=xo(o);return r===e||!wt(r)||fr(r)?!1:Ye(r).position==="fixed"||os(r,e)}function Qd(o,e){let r=e.get(o);if(r)return r;let n=jr(o,[],!1).filter(c=>wt(c)&&Mt(c)!=="body"),i=null,a=Ye(o).position==="fixed",s=a?xo(o):o;for(;wt(s)&&!fr(s);){let c=Ye(s),p=Zr(s);!p&&c.position==="fixed"&&(i=null),(a?!p&&!i:!p&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Zo(s)&&!p&&os(o,s))?n=n.filter(y=>y!==s):i=c,s=xo(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=ht(e),i=Wt(e),a=r==="fixed",s=hr(o,!0,a,e),c={scrollLeft:0,scrollTop:0},p=Tt(0);if(n||!n&&!a)if((Mt(e)!=="body"||Zo(i))&&(c=ur(e)),n){let f=hr(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!ht(o)||Ye(o).position==="fixed"?null:e?e(o):o.offsetParent}function rs(o,e){let r=Me(o);if(!ht(o))return r;let n=Xl(o,e);for(;n&&Zl(n)&&Ye(n).position==="static";)n=Xl(n,e);return n&&(Mt(n)==="html"||Mt(n)==="body"&&Ye(n).position==="static"&&!Zr(n))?r:n||Kl(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 Ye(o).direction==="rtl"}var qr={convertOffsetParentRelativeRectToViewportRelativeRect:Kd,getDocumentElement:Wt,getClippingRect:ep,getOffsetParent:rs,getElementRects:rp,getClientRects:qd,getDimensions:tp,getScale:Ko,isElement:wt,isRTL:np};var ns=(o,e,r)=>{let n=new Map,i={platform:qr,...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:{...qr,getOffsetParent:n=>qr.getOffsetParent(n,is)},middleware:[ri({crossAxis:!0}),oi({allowedPlacements:[r]})]})}var We=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},ae=class extends yr.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 yr.Debouncer,this.revealDebouncer=new yr.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return ls.html`
545
+ `;var Fl=["top","right","bottom","left"],zl=["start","end"],Xn=Fl.reduce((o,e)=>o.concat(e,e+"-"+zl[0],e+"-"+zl[1]),[]),Tl=Math.min,Ml=Math.max;var Wd={left:"right",right:"left",bottom:"top",top:"bottom"},Hd={start:"end",end:"start"};function Jn(o,e,r){return Ml(o,Tl(e,r))}function Vr(o,e){return typeof o=="function"?o(e):o}function Go(o){return o.split("-")[0]}function Xt(o){return o.split("-")[1]}function Qn(o){return o==="x"?"y":"x"}function ei(o){return o==="y"?"height":"width"}function Gr(o){return["top","bottom"].includes(Go(o))?"y":"x"}function ti(o){return Qn(Gr(o))}function Wl(o,e,r){r===void 0&&(r=!1);let n=Xt(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 Hl(o){return o.replace(/start|end/g,e=>Hd[e])}function Yn(o){return o.replace(/left|right|bottom|top/g,e=>Wd[e])}function Ud(o){return{top:0,right:0,bottom:0,left:0,...o}}function Ul(o){return typeof o!="number"?Ud(o):{top:o,right:o,bottom:o,left:o}}function bo(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 Vl(o,e,r){let{reference:n,floating:i}=o,a=Gr(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(Xt(e)){case"start":x[s]-=g*(r&&f?-1:1);break;case"end":x[s]+=g*(r&&f?-1:1);break}return x}var Gl=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}=Vl(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}=Vl(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}=Vr(e,o),b=Ul(x),N=c[g?m==="floating"?"reference":"floating":m],k=bo(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=bo(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 Vd(o,e,r){return(o?[...r.filter(i=>Xt(i)===o),...r.filter(i=>Xt(i)!==o)]:r.filter(i=>Go(i)===i)).filter(i=>o?Xt(i)===o||(e?Hl(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}=Vr(o,e),S=m!==void 0||g===Xn?Vd(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 _=Wl(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}],nt=S[k+1];if(nt)return{data:{index:k+1,overflows:ee},reset:{placement:nt}};let Gt=ee.map(Ze=>{let it=Xt(Ze.placement);return[Ze.placement,it&&y?Ze.overflows.slice(0,2).reduce((Ke,fo)=>Ke+fo,0):Ze.overflows[0],Ze.overflows]}).sort((Ze,it)=>Ze[1]-it[1]),jt=((i=Gt.filter(Ze=>Ze[2].slice(0,Xt(Ze[0])?2:3).every(it=>it<=0))[0])==null?void 0:i[0])||Gt[0][0];return jt!==c?{data:{index:k+1,overflows:ee},reset:{placement:jt}}:{}}}};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}=Vr(o,e),f={x:r,y:n},y=await oi(e,p),m=Gr(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,pr=Math.round;var Tt=o=>({x:o,y:o});function Mt(o){return Zl(o)?(o.nodeName||"").toLowerCase():"#document"}function Me(o){var e;return(o==null||(e=o.ownerDocument)==null?void 0:e.defaultView)||window}function Wt(o){var e;return(e=(Zl(o)?o.ownerDocument:o.document)||window.document)==null?void 0:e.documentElement}function Zl(o){return o instanceof Node||o instanceof Me(o).Node}function wt(o){return o instanceof Element||o instanceof Me(o).Element}function ht(o){return o instanceof HTMLElement||o instanceof Me(o).HTMLElement}function jl(o){return typeof ShadowRoot>"u"?!1:o instanceof ShadowRoot||o instanceof Me(o).ShadowRoot}function Zo(o){let{overflow:e,overflowX:r,overflowY:n,display:i}=Ye(o);return/auto|scroll|overlay|hidden|clip/.test(e+n+r)&&!["inline","contents"].includes(i)}function Kl(o){return["table","td","th"].includes(Mt(o))}function Zr(o){let e=Kr(),r=Ye(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 ql(o){let e=xo(o);for(;ht(e)&&!fr(e);){if(Zr(e))return e;e=xo(e)}return null}function Kr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function fr(o){return["html","body","#document"].includes(Mt(o))}function Ye(o){return Me(o).getComputedStyle(o)}function ur(o){return wt(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function xo(o){if(Mt(o)==="html")return o;let e=o.assignedSlot||o.parentNode||jl(o)&&o.host||Wt(o);return jl(e)?e.host:e}function Yl(o){let e=xo(o);return fr(e)?o.ownerDocument?o.ownerDocument.body:o.body:ht(e)&&Zo(e)?e:Yl(e)}function jr(o,e,r){var n;e===void 0&&(e=[]),r===void 0&&(r=!0);let i=Yl(o),a=i===((n=o.ownerDocument)==null?void 0:n.body),s=Me(i);return a?e.concat(s,s.visualViewport||[],Zo(i)?i:[],s.frameElement&&r?jr(s.frameElement):[]):e.concat(i,jr(i,[],r))}function Ql(o){let e=Ye(o),r=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=ht(o),a=i?o.offsetWidth:r,s=i?o.offsetHeight:n,c=pr(r)!==a||pr(n)!==s;return c&&(r=a,n=s),{width:r,height:n,$:c}}function es(o){return wt(o)?o:o.contextElement}function Ko(o){let e=es(o);if(!ht(e))return Tt(1);let r=e.getBoundingClientRect(),{width:n,height:i,$:a}=Ql(e),s=(a?pr(r.width):r.width)/n,c=(a?pr(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Zd=Tt(0);function ts(o){let e=Me(o);return!Kr()||!e.visualViewport?Zd:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Kd(o,e,r){return e===void 0&&(e=!1),!r||e&&r!==Me(o)?!1:e}function hr(o,e,r,n){e===void 0&&(e=!1),r===void 0&&(r=!1);let i=o.getBoundingClientRect(),a=es(o),s=Tt(1);e&&(n?wt(n)&&(s=Ko(n)):s=Ko(o));let c=Kd(a,r,n)?ts(a):Tt(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=Me(a),x=n&&wt(n)?Me(n):n,b=g.frameElement;for(;b&&n&&x!==g;){let S=Ko(b),N=b.getBoundingClientRect(),k=Ye(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=Me(b).frameElement}}return bo({width:y,height:m,x:p,y:f})}function qd(o){let{rect:e,offsetParent:r,strategy:n}=o,i=ht(r),a=Wt(r);if(r===a)return e;let s={scrollLeft:0,scrollTop:0},c=Tt(1),p=Tt(0);if((i||!i&&n!=="fixed")&&((Mt(r)!=="body"||Zo(a))&&(s=ur(r)),ht(r))){let f=hr(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 Yd(o){return Array.from(o.getClientRects())}function os(o){return hr(Wt(o)).left+ur(o).scrollLeft}function Xd(o){let e=Wt(o),r=ur(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+os(o),c=-r.scrollTop;return Ye(n).direction==="rtl"&&(s+=jo(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:c}}function Jd(o,e){let r=Me(o),n=Wt(o),i=r.visualViewport,a=n.clientWidth,s=n.clientHeight,c=0,p=0;if(i){a=i.width,s=i.height;let f=Kr();(!f||f&&e==="fixed")&&(c=i.offsetLeft,p=i.offsetTop)}return{width:a,height:s,x:c,y:p}}function Qd(o,e){let r=hr(o,!0,e==="fixed"),n=r.top+o.clientTop,i=r.left+o.clientLeft,a=ht(o)?Ko(o):Tt(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 Xl(o,e,r){let n;if(e==="viewport")n=Jd(o,r);else if(e==="document")n=Xd(Wt(o));else if(wt(e))n=Qd(e,r);else{let i=ts(o);n={...e,x:e.x-i.x,y:e.y-i.y}}return bo(n)}function rs(o,e){let r=xo(o);return r===e||!wt(r)||fr(r)?!1:Ye(r).position==="fixed"||rs(r,e)}function ep(o,e){let r=e.get(o);if(r)return r;let n=jr(o,[],!1).filter(c=>wt(c)&&Mt(c)!=="body"),i=null,a=Ye(o).position==="fixed",s=a?xo(o):o;for(;wt(s)&&!fr(s);){let c=Ye(s),p=Zr(s);!p&&c.position==="fixed"&&(i=null),(a?!p&&!i:!p&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Zo(s)&&!p&&rs(o,s))?n=n.filter(y=>y!==s):i=c,s=xo(s)}return e.set(o,n),n}function tp(o){let{element:e,boundary:r,rootBoundary:n,strategy:i}=o,s=[...r==="clippingAncestors"?ep(e,this._c):[].concat(r),n],c=s[0],p=s.reduce((f,y)=>{let m=Xl(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},Xl(e,c,i));return{width:p.right-p.left,height:p.bottom-p.top,x:p.left,y:p.top}}function op(o){return Ql(o)}function rp(o,e,r){let n=ht(e),i=Wt(e),a=r==="fixed",s=hr(o,!0,a,e),c={scrollLeft:0,scrollTop:0},p=Tt(0);if(n||!n&&!a)if((Mt(e)!=="body"||Zo(i))&&(c=ur(e)),n){let f=hr(e,!0,a,e);p.x=f.x+e.clientLeft,p.y=f.y+e.clientTop}else i&&(p.x=os(i));return{x:s.left+c.scrollLeft-p.x,y:s.top+c.scrollTop-p.y,width:s.width,height:s.height}}function Jl(o,e){return!ht(o)||Ye(o).position==="fixed"?null:e?e(o):o.offsetParent}function ns(o,e){let r=Me(o);if(!ht(o))return r;let n=Jl(o,e);for(;n&&Kl(n)&&Ye(n).position==="static";)n=Jl(n,e);return n&&(Mt(n)==="html"||Mt(n)==="body"&&Ye(n).position==="static"&&!Zr(n))?r:n||ql(o)||r}var np=async function(o){let{reference:e,floating:r,strategy:n}=o,i=this.getOffsetParent||ns,a=this.getDimensions;return{reference:rp(e,await i(r),n),floating:{x:0,y:0,...await a(r)}}};function ip(o){return Ye(o).direction==="rtl"}var qr={convertOffsetParentRelativeRectToViewportRelativeRect:qd,getDocumentElement:Wt,getClippingRect:tp,getOffsetParent:ns,getElementRects:np,getClientRects:Yd,getDimensions:op,getScale:Ko,isElement:wt,isRTL:ip};var is=(o,e,r)=>{let n=new Map,i={platform:qr,...r},a={...i.platform,_c:n};return Gl(o,e,{...i,platform:a})};function as(o){return ap(o)}function ai(o){return o.assignedSlot?o.assignedSlot:o.parentNode instanceof ShadowRoot?o.parentNode.host:o.parentNode}function ap(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 ls(o,e,r){return is(o,e,{platform:{...qr,getOffsetParent:n=>qr.getOffsetParent(n,as)},middleware:[ni({crossAxis:!0}),ri({allowedPlacements:[r]})]})}var We=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},ae=class extends yr.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 yr.Debouncer,this.revealDebouncer=new yr.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return ss.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))}};ae.elementDefinitions={"ft-typography":q};ae.styles=Dl;We([(0,xe.property)()],ae.prototype,"text",void 0);We([(0,xe.property)({type:Boolean})],ae.prototype,"manual",void 0);We([(0,xe.property)({type:Boolean})],ae.prototype,"inline",void 0);We([(0,xe.property)({type:Number})],ae.prototype,"delay",void 0);We([(0,xe.property)()],ae.prototype,"position",void 0);We([(0,xe.queryAssignedNodes)()],ae.prototype,"slotNodes",void 0);We([(0,xe.query)(".ft-tooltip--container")],ae.prototype,"container",void 0);We([(0,xe.query)(".ft-tooltip")],ae.prototype,"tooltip",void 0);We([(0,xe.query)(".ft-tooltip--content")],ae.prototype,"tooltipContent",void 0);We([(0,xe.state)()],ae.prototype,"visible",void 0);We([(0,xe.eventOptions)({passive:!0})],ae.prototype,"onTouch",null);We([(0,xe.eventOptions)({passive:!0})],ae.prototype,"onHover",null);We([(0,xe.eventOptions)({passive:!0})],ae.prototype,"onOut",null);We([(0,xe.eventOptions)({passive:!0})],ae.prototype,"onClick",null);(0,ss.customElement)("ft-tooltip")(ae);var hs=u(w());var mr=u(L()),vo=u(Y()),fs=u(w()),us=u(ds());var Et;(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;"})(Et||(Et={}));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 Yr=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 fs.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=mr.nothing}render(){let e=this.variant&&Object.values(Ie).includes(this.variant)?this.variant:Ie.fluid_topics,r=e!==Ie.material||!!this.value;return mr.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)}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="",ls(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))}};ae.elementDefinitions={"ft-typography":q};ae.styles=_l;We([(0,xe.property)()],ae.prototype,"text",void 0);We([(0,xe.property)({type:Boolean})],ae.prototype,"manual",void 0);We([(0,xe.property)({type:Boolean})],ae.prototype,"inline",void 0);We([(0,xe.property)({type:Number})],ae.prototype,"delay",void 0);We([(0,xe.property)()],ae.prototype,"position",void 0);We([(0,xe.queryAssignedNodes)()],ae.prototype,"slotNodes",void 0);We([(0,xe.query)(".ft-tooltip--container")],ae.prototype,"container",void 0);We([(0,xe.query)(".ft-tooltip")],ae.prototype,"tooltip",void 0);We([(0,xe.query)(".ft-tooltip--content")],ae.prototype,"tooltipContent",void 0);We([(0,xe.state)()],ae.prototype,"visible",void 0);We([(0,xe.eventOptions)({passive:!0})],ae.prototype,"onTouch",null);We([(0,xe.eventOptions)({passive:!0})],ae.prototype,"onHover",null);We([(0,xe.eventOptions)({passive:!0})],ae.prototype,"onOut",null);We([(0,xe.eventOptions)({passive:!0})],ae.prototype,"onClick",null);(0,cs.customElement)("ft-tooltip")(ae);var ys=u(w());var mr=u(L()),vo=u(Y()),us=u(w()),hs=u(ps());var Et;(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;"})(Et||(Et={}));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])]),lp=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 fs(o,e){var r,n,i,a;o=(o??"").toLowerCase(),e=(e??"").toLowerCase();let[s,c]=(((r=lp.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 Mg={[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 Yr=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 us.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=mr.nothing}render(){let e=this.variant&&Object.values(Ie).includes(this.variant)?this.variant:Ie.fluid_topics,r=e!==Ie.material||!!this.value;return mr.html`
564
564
  <i class="ft-icon ft-icon--${e}" part="icon icon-${e}">
565
- ${(0,us.unsafeHTML)(this.resolvedIcon)}
565
+ ${(0,hs.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||mr.nothing;break;default:this.resolvedIcon=(r=Et[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};le.elementDefinitions={};le.styles=El;Yr([(0,vo.property)()],le.prototype,"variant",void 0);Yr([(0,vo.property)()],le.prototype,"value",void 0);Yr([(0,vo.state)()],le.prototype,"resolvedIcon",void 0);Yr([(0,vo.query)("slot")],le.prototype,"slottedContent",void 0);(0,hs.customElement)("ft-icon")(le);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 Ie.file_format:this.resolvedIcon=(e=C[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case Ie.material:this.resolvedIcon=this.value||mr.nothing;break;default:this.resolvedIcon=(r=Et[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};le.elementDefinitions={};le.styles=$l;Yr([(0,vo.property)()],le.prototype,"variant",void 0);Yr([(0,vo.property)()],le.prototype,"value",void 0);Yr([(0,vo.state)()],le.prototype,"resolvedIcon",void 0);Yr([(0,vo.query)("slot")],le.prototype,"slottedContent",void 0);(0,ys.customElement)("ft-icon")(le);var bs=u(w());var ms=u(L()),gs=u(w());var So=class extends gs.FtLitElement{render(){return ms.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 Jt=u(L()),li=u(ct()),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,Qt.toFtFormComponent)(Qt.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=Jt.html`
575
+ `}};So.styles=wl;(0,bs.customElement)("ft-loader")(So);var Jt=u(L()),si=u(ct()),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,Qt.toFtFormComponent)(Qt.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=Jt.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
  `:Jt.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
  `:Jt.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,Qt.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":ae,"ft-typography":q,"ft-icon":le,"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 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},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];Xr([(0,gr.property)({type:Boolean})],Se.prototype,"primary",void 0);Xr([(0,gr.property)({type:Boolean})],Se.prototype,"outlined",void 0);Xr([(0,gr.property)({type:Boolean})],Se.prototype,"dense",void 0);Xr([(0,gr.property)({type:Boolean})],Se.prototype,"round",void 0);var br=u(Y());var Qr=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)}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,Qt.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":ae,"ft-typography":q,"ft-icon":le,"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 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},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=[xs.safariEllipsisFix,Nl];Xr([(0,gr.property)({type:Boolean})],Se.prototype,"primary",void 0);Xr([(0,gr.property)({type:Boolean})],Se.prototype,"outlined",void 0);Xr([(0,gr.property)({type:Boolean})],Se.prototype,"dense",void 0);Xr([(0,gr.property)({type:Boolean})],Se.prototype,"round",void 0);var br=u(Y());var Qr=u(w());var vs=u(L()),v=u(w());var Ss=[vs.css`
613
613
  :host {
614
614
  display: inline-block;
615
615
  max-width: 100%;
@@ -1075,7 +1075,7 @@ 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 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},yt=class extends(0,Qr.toFtdsBase)(se){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Wr.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 lt.body2medium;case Be.medium:return lt.caption1medium;case Be.small:return lt.caption2medium}}};yt.styles=[Qr.safariEllipsisFix,vs];Jr([(0,br.property)({type:Boolean})],yt.prototype,"primary",void 0);Jr([(0,br.property)({type:Boolean})],yt.prototype,"secondary",void 0);Jr([(0,br.property)({type:Boolean})],yt.prototype,"tertiary",void 0);Jr([(0,br.property)({type:Boolean})],yt.prototype,"round",void 0);(0,si.customElement)("ft-button")(Se);(0,si.customElement)("ftds-button")(yt);var $s=u(w());var Cs=u(L()),$t=u(Y()),ws=u(w()),Es=u(ct());var ke=u(w()),Ss=u(L());var Xe={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 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},yt=class extends(0,Qr.toFtdsBase)(se){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Wr.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 lt.body2medium;case Be.medium:return lt.caption1medium;case Be.small:return lt.caption2medium}}};yt.styles=[Qr.safariEllipsisFix,Ss];Jr([(0,br.property)({type:Boolean})],yt.prototype,"primary",void 0);Jr([(0,br.property)({type:Boolean})],yt.prototype,"secondary",void 0);Jr([(0,br.property)({type:Boolean})],yt.prototype,"tertiary",void 0);Jr([(0,br.property)({type:Boolean})],yt.prototype,"round",void 0);(0,ci.customElement)("ft-button")(Se);(0,ci.customElement)("ftds-button")(yt);var ks=u(w());var ws=u(L()),$t=u(Y()),Es=u(w()),$s=u(ct());var ke=u(w()),Os=u(L());var Xe={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)},Cs=Os.css`
1079
1079
  * {
1080
1080
  box-sizing: border-box;
1081
1081
  }
@@ -1168,8 +1168,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1168
1168
  }
1169
1169
  }
1170
1170
  }
1171
- `;var eo=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 eo=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 Es.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 ws.html`
1172
+ <label class="${(0,$s.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()}};Le.elementDefinitions={"ft-ripple":H,"ft-typography":q};Le.styles=Os;eo([(0,$t.property)()],Le.prototype,"name",void 0);eo([(0,$t.property)({type:Boolean,reflect:!0})],Le.prototype,"checked",void 0);eo([(0,$t.property)({type:Boolean})],Le.prototype,"indeterminate",void 0);eo([(0,$t.property)({type:Boolean})],Le.prototype,"disabled",void 0);eo([(0,$t.property)({type:Boolean})],Le.prototype,"error",void 0);eo([(0,$t.query)(".ft-checkbox")],Le.prototype,"container",void 0);eo([(0,$t.query)("ft-ripple")],Le.prototype,"ripple",void 0);eo([(0,$t.query)("input")],Le.prototype,"input",void 0);(0,$s.customElement)("ft-checkbox")(Le);var ci=u(w());var Ls=u(L()),mt=u(Y()),Ns=u(w()),As=u(ct());var ks=u(L()),He=u(w());var to={textColor:He.FtCssVariableFactory.extend("--ft-radio-text-color","",He.designSystemVariables.colorOnSurfaceHigh),fontSize:He.FtCssVariableFactory.extend("--ft-radio-font-size","",$.fontSize),colorPrimary:He.FtCssVariableFactory.external(He.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:He.FtCssVariableFactory.external(He.designSystemVariables.colorOnPrimary,"Design system"),borderColor:He.FtCssVariableFactory.extend("--ft-radio-border-color","",He.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:He.FtCssVariableFactory.external(He.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()}};Le.elementDefinitions={"ft-ripple":H,"ft-typography":q};Le.styles=Cs;eo([(0,$t.property)()],Le.prototype,"name",void 0);eo([(0,$t.property)({type:Boolean,reflect:!0})],Le.prototype,"checked",void 0);eo([(0,$t.property)({type:Boolean})],Le.prototype,"indeterminate",void 0);eo([(0,$t.property)({type:Boolean})],Le.prototype,"disabled",void 0);eo([(0,$t.property)({type:Boolean})],Le.prototype,"error",void 0);eo([(0,$t.query)(".ft-checkbox")],Le.prototype,"container",void 0);eo([(0,$t.query)("ft-ripple")],Le.prototype,"ripple",void 0);eo([(0,$t.query)("input")],Le.prototype,"input",void 0);(0,ks.customElement)("ft-checkbox")(Le);var di=u(w());var Ns=u(L()),mt=u(Y()),As=u(w()),Ps=u(ct());var Rs=u(L()),He=u(w());var to={textColor:He.FtCssVariableFactory.extend("--ft-radio-text-color","",He.designSystemVariables.colorOnSurfaceHigh),fontSize:He.FtCssVariableFactory.extend("--ft-radio-font-size","",$.fontSize),colorPrimary:He.FtCssVariableFactory.external(He.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:He.FtCssVariableFactory.external(He.designSystemVariables.colorOnPrimary,"Design system"),borderColor:He.FtCssVariableFactory.extend("--ft-radio-border-color","",He.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:He.FtCssVariableFactory.external(He.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Ls=Rs.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 Ht=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},en=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 Ht=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},en=class extends CustomEvent{constructor(e,r){super("change",{detail:{value:e,checked:r},bubbles:!0,composed:!0})}},Oe=class extends As.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 Ns.html`
1288
+ <div class="${(0,Ps.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 en(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 en(this.value,this.checked))}setInputTabIndex(e){this.input&&(this.input.tabIndex=e)}focus(){var e;(e=this.input)===null||e===void 0||e.focus()}};Oe.elementDefinitions={"ft-ripple":H,"ft-typography":q};Oe.styles=Rs;Ht([(0,mt.property)()],Oe.prototype,"value",void 0);Ht([(0,mt.property)()],Oe.prototype,"name",void 0);Ht([(0,mt.property)({type:Boolean,reflect:!0})],Oe.prototype,"checked",void 0);Ht([(0,mt.property)({attribute:"aria-checked",reflect:!0})],Oe.prototype,"ariaChecked",void 0);Ht([(0,mt.property)({type:Boolean})],Oe.prototype,"disabled",void 0);Ht([(0,mt.property)({reflect:!0,attribute:"role"})],Oe.prototype,"role",void 0);Ht([(0,mt.query)(".ft-radio")],Oe.prototype,"container",void 0);Ht([(0,mt.query)("ft-ripple")],Oe.prototype,"ripple",void 0);Ht([(0,mt.query)("input")],Oe.prototype,"input",void 0);var Is=u(w()),Ut=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 en(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 en(this.value,this.checked))}setInputTabIndex(e){this.input&&(this.input.tabIndex=e)}focus(){var e;(e=this.input)===null||e===void 0||e.focus()}};Oe.elementDefinitions={"ft-ripple":H,"ft-typography":q};Oe.styles=Ls;Ht([(0,mt.property)()],Oe.prototype,"value",void 0);Ht([(0,mt.property)()],Oe.prototype,"name",void 0);Ht([(0,mt.property)({type:Boolean,reflect:!0})],Oe.prototype,"checked",void 0);Ht([(0,mt.property)({attribute:"aria-checked",reflect:!0})],Oe.prototype,"ariaChecked",void 0);Ht([(0,mt.property)({type:Boolean})],Oe.prototype,"disabled",void 0);Ht([(0,mt.property)({reflect:!0,attribute:"role"})],Oe.prototype,"role",void 0);Ht([(0,mt.query)(".ft-radio")],Oe.prototype,"container",void 0);Ht([(0,mt.query)("ft-ripple")],Oe.prototype,"ripple",void 0);Ht([(0,mt.query)("input")],Oe.prototype,"input",void 0);var Ds=u(w()),Ut=u(Y()),_s=u(L());var Bs=u(L());var Is=Bs.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},Ue=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},Ue=class extends Ds.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 _s.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()}};Ue.elementDefinitions={};Ue.styles=Bs;qo([(0,Ut.property)()],Ue.prototype,"name",void 0);qo([(0,Ut.property)({reflect:!0,attribute:"role"})],Ue.prototype,"role",void 0);qo([(0,Ut.property)({reflect:!0})],Ue.prototype,"tabIndex",void 0);qo([(0,Ut.property)({reflect:!0,attribute:"aria-labelledby"})],Ue.prototype,"ariaLabelledBy",void 0);qo([(0,Ut.queryAssignedElements)()],Ue.prototype,"assignedElements",void 0);qo([(0,Ut.state)()],Ue.prototype,"currentSelectedIndex",void 0);(0,ci.customElement)("ft-radio")(Oe);(0,ci.customElement)("ft-radio-group")(Ue);var _s=u(L()),X=u(w());var xr={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()}};Ue.elementDefinitions={};Ue.styles=Is;qo([(0,Ut.property)()],Ue.prototype,"name",void 0);qo([(0,Ut.property)({reflect:!0,attribute:"role"})],Ue.prototype,"role",void 0);qo([(0,Ut.property)({reflect:!0})],Ue.prototype,"tabIndex",void 0);qo([(0,Ut.property)({reflect:!0,attribute:"aria-labelledby"})],Ue.prototype,"ariaLabelledBy",void 0);qo([(0,Ut.queryAssignedElements)()],Ue.prototype,"assignedElements",void 0);qo([(0,Ut.state)()],Ue.prototype,"currentSelectedIndex",void 0);(0,di.customElement)("ft-radio")(Oe);(0,di.customElement)("ft-radio-group")(Ue);var zs=u(L()),X=u(w());var xr={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")},Fs=zs.css`
1326
1326
  .ft-filter-level--container {
1327
1327
  display: flex;
1328
1328
  flex-direction: column;
@@ -1413,7 +1413,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1413
1413
  ${this.noValuesLabel}
1414
1414
  </ft-typography>
1415
1415
  `:Je.nothing}
1416
- ${(0,Fs.repeat)(r,n=>n.value,n=>{var i;return Je.html`
1416
+ ${(0,Ts.repeat)(r,n=>n.value,n=>{var i;return Je.html`
1417
1417
  <div class="ft-filter-level--option" part="options" tabindex="-1">
1418
1418
  ${this.multivalued?this.buildMultiValuedOption(n):this.buildMonoValuedOption(n)}
1419
1419
  ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?Je.nothing:Je.html`
@@ -1458,7 +1458,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1458
1458
  @change=${r=>this.optionsChanged(r,e)}>
1459
1459
  ${e.renderOption?e.renderOption:e.label}${this.displayCount?` (${e.count})`:""}
1460
1460
  </ft-radio>
1461
- `}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":le,"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()),Qe=u(Y()),Oo=u(w());var Hs=u(ct());var Ts=u(L()),gt=u(w());var _e={buttonsColor:gt.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",gt.designSystemVariables.colorPrimary),buttonsZIndex:gt.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:gt.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:gt.FtCssVariableFactory.external(gt.designSystemVariables.colorSurface,"Design system")},Ms=Ts.css`
1461
+ `}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":le,"ft-radio":Oe};he.styles=Fs;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 Vs=u(w());var Hs=u(L()),Qe=u(Y()),Oo=u(w());var Us=u(ct());var Ms=u(L()),gt=u(w());var _e={buttonsColor:gt.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",gt.designSystemVariables.colorPrimary),buttonsZIndex:gt.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:gt.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:gt.FtCssVariableFactory.external(gt.designSystemVariables.colorSurface,"Design system")},Ws=Ms.css`
1462
1462
  .ft-snap-scroll {
1463
1463
  box-sizing: border-box;
1464
1464
  position: relative;
@@ -1583,7 +1583,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1583
1583
  .ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
1584
1584
  background-color: ${_e.colorSurface};
1585
1585
  }
1586
- `;var kt=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`
1586
+ `;var kt=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 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,Us.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 Hs.html`
1587
1587
  <div part="container" class="${e}">
1588
1588
  <ft-button
1589
1589
  class="ft-snap-scroll--previous"
@@ -1607,7 +1607,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1607
1607
  @click=${this.next}
1608
1608
  ></ft-button>
1609
1609
  </div>
1610
- `}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;kt([(0,Qe.property)({type:Boolean})],ge.prototype,"horizontal",void 0);kt([(0,Qe.property)({type:Boolean})],ge.prototype,"hideScrollbar",void 0);kt([(0,Qe.property)({type:Boolean})],ge.prototype,"controls",void 0);kt([(0,Qe.property)({type:Boolean})],ge.prototype,"limitSize",void 0);kt([(0,Qe.state)()],ge.prototype,"elements",void 0);kt([(0,Qe.state)()],ge.prototype,"currentElement",void 0);kt([(0,Qe.state)()],ge.prototype,"withScroll",void 0);kt([(0,Qe.state)()],ge.prototype,"startReached",void 0);kt([(0,Qe.state)()],ge.prototype,"endReached",void 0);kt([(0,Qe.query)(".ft-snap-scroll--content")],ge.prototype,"contentSlot",void 0);(0,Us.customElement)("ft-snap-scroll")(ge);var Vs=u(L()),te=u(w());var Ve={colorOutline:te.FtCssVariableFactory.external(te.designSystemVariables.colorOutline,"Design system"),colorOnSurface:te.FtCssVariableFactory.external(te.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:te.FtCssVariableFactory.external(te.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorPrimary:te.FtCssVariableFactory.external(te.designSystemVariables.colorPrimary,"Design system"),colorSurface:te.FtCssVariableFactory.external(te.designSystemVariables.colorSurface,"Design system"),transitionDuration:te.FtCssVariableFactory.external(te.designSystemVariables.transitionDuration,"Design system"),transitionTimingFunction:te.FtCssVariableFactory.external(te.designSystemVariables.transitionTimingFunction,"Design system"),labelColor:te.FtCssVariableFactory.extend("--ft-filter-label-color","",te.designSystemVariables.colorOnSurface),labelFontSize:te.FtCssVariableFactory.extend("--ft-filter-label-font-size","",$.fontSize,"16px")},Gs=[qt,te.noTextInputDefaultClearButton,Vs.css`
1610
+ `}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=Ws;kt([(0,Qe.property)({type:Boolean})],ge.prototype,"horizontal",void 0);kt([(0,Qe.property)({type:Boolean})],ge.prototype,"hideScrollbar",void 0);kt([(0,Qe.property)({type:Boolean})],ge.prototype,"controls",void 0);kt([(0,Qe.property)({type:Boolean})],ge.prototype,"limitSize",void 0);kt([(0,Qe.state)()],ge.prototype,"elements",void 0);kt([(0,Qe.state)()],ge.prototype,"currentElement",void 0);kt([(0,Qe.state)()],ge.prototype,"withScroll",void 0);kt([(0,Qe.state)()],ge.prototype,"startReached",void 0);kt([(0,Qe.state)()],ge.prototype,"endReached",void 0);kt([(0,Qe.query)(".ft-snap-scroll--content")],ge.prototype,"contentSlot",void 0);(0,Vs.customElement)("ft-snap-scroll")(ge);var Gs=u(L()),te=u(w());var Ve={colorOutline:te.FtCssVariableFactory.external(te.designSystemVariables.colorOutline,"Design system"),colorOnSurface:te.FtCssVariableFactory.external(te.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:te.FtCssVariableFactory.external(te.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorPrimary:te.FtCssVariableFactory.external(te.designSystemVariables.colorPrimary,"Design system"),colorSurface:te.FtCssVariableFactory.external(te.designSystemVariables.colorSurface,"Design system"),transitionDuration:te.FtCssVariableFactory.external(te.designSystemVariables.transitionDuration,"Design system"),transitionTimingFunction:te.FtCssVariableFactory.external(te.designSystemVariables.transitionTimingFunction,"Design system"),labelColor:te.FtCssVariableFactory.extend("--ft-filter-label-color","",te.designSystemVariables.colorOnSurface),labelFontSize:te.FtCssVariableFactory.extend("--ft-filter-label-font-size","",$.fontSize,"16px")},js=[qt,te.noTextInputDefaultClearButton,Gs.css`
1611
1611
  :host {
1612
1612
  display: flex;
1613
1613
  max-height: 100%;
@@ -1724,7 +1724,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1724
1724
  slot:not([name]) {
1725
1725
  display: none;
1726
1726
  }
1727
- `];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})}},Z=class extends dt.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 dt.Debouncer(300),this.changeDebouncer=new dt.Debouncer(10),this.lastDispatchedValues=[]}get flatOptions(){return(0,dt.flatDeep)(this.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]})}get childrenFilteredFlatOptions(){return(0,dt.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`
1727
+ `];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 dt.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 dt.Debouncer(300),this.changeDebouncer=new dt.Debouncer(10),this.lastDispatchedValues=[]}get flatOptions(){return(0,dt.flatDeep)(this.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]})}get childrenFilteredFlatOptions(){return(0,dt.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
1728
  <div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
1729
1729
  part="container">
1730
1730
  ${!this.label&&!e?null:Co.html`
@@ -1801,17 +1801,17 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1801
1801
  .exportpartsPrefixes=${["values","available-values"]}
1802
1802
  noValuesLabel="${this.noValuesLabel}"
1803
1803
  ></ft-filter-level>
1804
- `}goBack(e){this.slideOut=e.detail.value}onDisplayLevel(e){this.displayedLevels.push(e.detail.value),this.slideIn=e.detail.value}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,dt.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)}};Z.elementDefinitions={"ft-button":Se,"ft-filter-level":he,"ft-snap-scroll":ge,"ft-typography":q};Z.styles=Gs;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,dt.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 on=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},et=class extends on.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return js.html`
1804
+ `}goBack(e){this.slideOut=e.detail.value}onDisplayLevel(e){this.displayedLevels.push(e.detail.value),this.slideIn=e.detail.value}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,dt.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":he,"ft-snap-scroll":ge,"ft-typography":q};Z.styles=js;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,dt.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 on=u(w()),wo=u(Y()),Zs=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},et=class extends on.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return Zs.html`
1805
1805
  <slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
1806
- `}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}))}};et.elementDefinitions={};Yo([(0,wo.property)({type:String})],et.prototype,"label",void 0);Yo([(0,wo.property)({type:Object,converter:o=>o})],et.prototype,"value",void 0);Yo([(0,wo.property)({type:Boolean,reflect:!0})],et.prototype,"selected",void 0);Yo([(0,wo.property)({type:Object})],et.prototype,"subOptions",void 0);Yo([(0,on.jsonProperty)({})],et.prototype,"renderOption",void 0);Yo([(0,wo.query)(".ft-filter-option--slot")],et.prototype,"slotElement",void 0);(0,fi.customElement)("ft-filter")(Z);(0,fi.customElement)("ft-filter-option")(et);var ui=u(w());var Ys=u(L()),rn=u(Y()),Xs=u(w());var Zs=u(L());var Ks=Zs.css`
1806
+ `}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}))}};et.elementDefinitions={};Yo([(0,wo.property)({type:String})],et.prototype,"label",void 0);Yo([(0,wo.property)({type:Object,converter:o=>o})],et.prototype,"value",void 0);Yo([(0,wo.property)({type:Boolean,reflect:!0})],et.prototype,"selected",void 0);Yo([(0,wo.property)({type:Object})],et.prototype,"subOptions",void 0);Yo([(0,on.jsonProperty)({})],et.prototype,"renderOption",void 0);Yo([(0,wo.query)(".ft-filter-option--slot")],et.prototype,"slotElement",void 0);(0,ui.customElement)("ft-filter")(Z);(0,ui.customElement)("ft-filter-option")(et);var hi=u(w());var Xs=u(L()),rn=u(Y()),Js=u(w());var Ks=u(L());var qs=Ks.css`
1807
1807
  .ft-accordion {
1808
1808
  box-sizing: border-box;
1809
1809
  }
1810
- `;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},Rt=class extends Xs.FtLitElement{constructor(){super(...arguments),this.multi=!1}render(){return Ys.html`
1810
+ `;var Ys=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 Js.FtLitElement{constructor(){super(...arguments),this.multi=!1}render(){return Xs.html`
1811
1811
  <div class="ft-accordion">
1812
1812
  <slot @activated=${this.onChange}></slot>
1813
1813
  </div>
1814
- `}onChange(e){e.stopPropagation(),this.multi||this.content.assignedElements().forEach(r=>r.active=r===e.target)}};Rt.elementDefinitions={};Rt.styles=Ks;qs([(0,rn.property)({type:Boolean})],Rt.prototype,"multi",void 0);qs([(0,rn.query)("slot")],Rt.prototype,"content",void 0);var vr=u(L()),Sr=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`
1814
+ `}onChange(e){e.stopPropagation(),this.multi||this.content.assignedElements().forEach(r=>r.active=r===e.target)}};Rt.elementDefinitions={};Rt.styles=qs;Ys([(0,rn.property)({type:Boolean})],Rt.prototype,"multi",void 0);Ys([(0,rn.query)("slot")],Rt.prototype,"content",void 0);var vr=u(L()),Sr=u(Y()),tc=u(w());var Qs=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")},ec=Qs.css`
1815
1815
  .ft-accordion-item {
1816
1816
  display: flex;
1817
1817
  flex-direction: column;
@@ -1857,7 +1857,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1857
1857
  .ft-accordion-item--separator {
1858
1858
  border-bottom: 1px solid ${Eo.colorOutline};
1859
1859
  }
1860
- `;var nn=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 vr.html`
1860
+ `;var nn=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 tc.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return vr.html`
1861
1861
  <div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
1862
1862
  <div class="ft-accordion-item--toggle"
1863
1863
  part="toggle"
@@ -1887,7 +1887,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1887
1887
  </div>
1888
1888
  <div class="ft-accordion-item--separator" part="separator"></div>
1889
1889
  </div>
1890
- `}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":le};pt.styles=Qs;nn([(0,Sr.property)()],pt.prototype,"icon",void 0);nn([(0,Sr.property)()],pt.prototype,"iconVariant",void 0);nn([(0,Sr.property)()],pt.prototype,"label",void 0);nn([(0,Sr.property)({type:Boolean,reflect:!0})],pt.prototype,"active",void 0);(0,ui.customElement)("ft-accordion")(Rt);(0,ui.customElement)("ft-accordion-item")(pt);var gi=u(w());var ln=u(L()),ze=u(Y()),ic=u(ct()),Xo=u(w());var an=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,an.css`
1890
+ `}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":le};pt.styles=ec;nn([(0,Sr.property)()],pt.prototype,"icon",void 0);nn([(0,Sr.property)()],pt.prototype,"iconVariant",void 0);nn([(0,Sr.property)()],pt.prototype,"label",void 0);nn([(0,Sr.property)({type:Boolean,reflect:!0})],pt.prototype,"active",void 0);(0,hi.customElement)("ft-accordion")(Rt);(0,hi.customElement)("ft-accordion-item")(pt);var bi=u(w());var ln=u(L()),ze=u(Y()),ac=u(ct()),Xo=u(w());var an=u(L()),F=u(w());var oc=F.FtCssVariableFactory.extend("--ft-chip-color","",F.designSystemVariables.colorOnSurface),Ne={backgroundColor:F.FtCssVariableFactory.extend("--ft-chip-background-color","",F.designSystemVariables.colorSurface),color:oc,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","",oc),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")},rc=F.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",F.FtCssVariableFactory.extend("--ft-chip-color","",F.designSystemVariables.colorOnPrimary)),yi={backgroundColor:F.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",F.FtCssVariableFactory.extend("--ft-chip-background-color","",F.designSystemVariables.colorPrimary)),color:rc,rippleColor:F.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",rc)},nc={horizontalPadding:F.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:F.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},ic=[F.noTextSelect,an.css`
1891
1891
  :host {
1892
1892
  display: inline-block;
1893
1893
  max-width: 100%;
@@ -1927,8 +1927,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1927
1927
 
1928
1928
  .ft-chip--dense {
1929
1929
  --ft-chip-internal-icon-padding: 3px;
1930
- --ft-chip-internal-vertical-padding: ${rc.verticalPadding};
1931
- --ft-chip-internal-horizontal-padding: ${rc.horizontalPadding};
1930
+ --ft-chip-internal-vertical-padding: ${nc.verticalPadding};
1931
+ --ft-chip-internal-horizontal-padding: ${nc.horizontalPadding};
1932
1932
  --ft-chip-internal-line-height: max(16px, calc(var(--ft-chip-internal-font-size) + 2px));
1933
1933
  }
1934
1934
 
@@ -1946,9 +1946,9 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1946
1946
  .ft-chip--highlighted {
1947
1947
  border: none;
1948
1948
  padding: var(--ft-chip-internal-vertical-padding) var(--ft-chip-internal-horizontal-padding);
1949
- background-color: ${hi.backgroundColor};
1950
- ${(0,F.setVariable)(O.color,hi.rippleColor)};
1951
- color: ${hi.color};
1949
+ background-color: ${yi.backgroundColor};
1950
+ ${(0,F.setVariable)(O.color,yi.rippleColor)};
1951
+ color: ${yi.color};
1952
1952
  }
1953
1953
 
1954
1954
  .ft-chip--clickable {
@@ -2028,7 +2028,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2028
2028
  order: -1;
2029
2029
  }
2030
2030
  `];var tt=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},sn=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 ln.html`
2031
- <div class="${(0,ic.classMap)(e)}"
2031
+ <div class="${(0,ac.classMap)(e)}"
2032
2032
  aria-label="${this.getLabel()}"
2033
2033
  tabindex="${this.interactionsOnChip?0:-1}"
2034
2034
  @keyup=${this.onKeyUp}
@@ -2053,7 +2053,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2053
2053
  <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
2054
2054
  <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
2055
2055
  </div>
2056
- `}onKeyUp(e){this.interactionsOnChip&&["Enter"," "].includes(e.key)&&e.target.click()}onIconKeyUp(e){this.interactionsOnIcon&&["Enter"," "].includes(e.key)&&(e.stopPropagation(),this.dispatchEvent(new sn))}onIconClick(e){this.interactionsOnIcon&&(e.stopPropagation(),this.dispatchEvent(new sn))}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":le,"ft-button":Se};ye.styles=nc;tt([(0,ze.property)({type:Boolean})],ye.prototype,"highlighted",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"removable",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"disabled",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"clickable",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"iconClickable",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"dense",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"multiLine",void 0);tt([(0,ze.property)()],ye.prototype,"label",void 0);tt([(0,ze.property)()],ye.prototype,"iconLabel",void 0);tt([(0,ze.property)()],ye.prototype,"icon",void 0);tt([(0,ze.property)()],ye.prototype,"iconVariant",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"trailingIcon",void 0);tt([(0,ze.query)("ft-typography slot")],ye.prototype,"slottedContent",void 0);var ko=u(L()),Ro=u(Y()),sc=u(ct()),cn=u(w());var ac=u(L());var yi=u(w());var lc=[ac.css`
2056
+ `}onKeyUp(e){this.interactionsOnChip&&["Enter"," "].includes(e.key)&&e.target.click()}onIconKeyUp(e){this.interactionsOnIcon&&["Enter"," "].includes(e.key)&&(e.stopPropagation(),this.dispatchEvent(new sn))}onIconClick(e){this.interactionsOnIcon&&(e.stopPropagation(),this.dispatchEvent(new sn))}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":le,"ft-button":Se};ye.styles=ic;tt([(0,ze.property)({type:Boolean})],ye.prototype,"highlighted",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"removable",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"disabled",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"clickable",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"iconClickable",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"dense",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"multiLine",void 0);tt([(0,ze.property)()],ye.prototype,"label",void 0);tt([(0,ze.property)()],ye.prototype,"iconLabel",void 0);tt([(0,ze.property)()],ye.prototype,"icon",void 0);tt([(0,ze.property)()],ye.prototype,"iconVariant",void 0);tt([(0,ze.property)({type:Boolean})],ye.prototype,"trailingIcon",void 0);tt([(0,ze.query)("ft-typography slot")],ye.prototype,"slottedContent",void 0);var ko=u(L()),Ro=u(Y()),cc=u(ct()),cn=u(w());var lc=u(L());var mi=u(w());var sc=[lc.css`
2057
2057
  :host {
2058
2058
  display: inline-block;
2059
2059
  max-width: 100%;
@@ -2077,7 +2077,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2077
2077
  border-width: ${V.mediumBorderWidth};
2078
2078
  border-style: solid;
2079
2079
  gap: ${V.mediumGap};
2080
- ${(0,yi.setVariable)(pe.size,V.mediumIconSize)}
2080
+ ${(0,mi.setVariable)(pe.size,V.mediumIconSize)}
2081
2081
  }
2082
2082
 
2083
2083
  .ftds--size-medium.ftds-chip--removable {
@@ -2093,7 +2093,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2093
2093
  border-width: ${V.largeBorderWidth};
2094
2094
  border-style: solid;
2095
2095
  gap: ${V.largeGap};
2096
- ${(0,yi.setVariable)(pe.size,V.largeIconSize)}
2096
+ ${(0,mi.setVariable)(pe.size,V.largeIconSize)}
2097
2097
  }
2098
2098
 
2099
2099
  .ftds--size-large.ftds-chip--removable {
@@ -2159,8 +2159,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2159
2159
  .ftds--family-error .ftds-chip--icon-container {
2160
2160
  color: ${V.errorIconColor};
2161
2161
  }
2162
- `];var Or=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")}},bt=class extends cn.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`
2163
- <div class="${(0,sc.classMap)(e)}"
2162
+ `];var Or=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")}},bt=class extends cn.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`
2163
+ <div class="${(0,cc.classMap)(e)}"
2164
2164
  aria-label="${this.getLabel()}"
2165
2165
  part="chip">
2166
2166
  ${this.renderIcon()}
@@ -2183,7 +2183,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2183
2183
  size=${this.resolveButtonSize()}
2184
2184
  part="icon-button"
2185
2185
  ></ftds-button>
2186
- `: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 lt.body2medium;case Be.medium:return lt.caption1medium;case Be.small:return lt.caption2medium}}};bt.elementDefinitions={"ft-typography":q,"ft-icon":le,"ftds-button":yt};bt.styles=lc;Or([(0,Ro.property)({type:Boolean})],bt.prototype,"removable",void 0);Or([(0,Ro.property)()],bt.prototype,"removeButtonLabel",void 0);Or([(0,Ro.property)()],bt.prototype,"label",void 0);Or([(0,Ro.property)()],bt.prototype,"icon",void 0);Or([(0,Ro.query)("ft-typography slot")],bt.prototype,"slottedContent",void 0);(0,gi.customElement)("ft-chip")(ye);(0,gi.customElement)("ftds-chip")(bt);var vi=u(w());var wr=u(L()),re=u(Y()),xi=u(ct()),mc=u(uo()),Lo=u(w());var uc=u(w());var bi=u(L()),Jo=u(Y()),pc=u(ct()),fc=u(w());var cc=u(L()),oe=u(w());var T={fontSize:oe.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:oe.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:oe.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:oe.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:oe.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:oe.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:oe.FtCssVariableFactory.extend("--ft-input-label-border-color","",oe.designSystemVariables.colorOutline),textColor:oe.FtCssVariableFactory.extend("--ft-input-label-text-color","",oe.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:oe.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",oe.designSystemVariables.colorOnSurfaceDisabled),backgroundColor:oe.FtCssVariableFactory.extend("--ft-input-label-background-color","",oe.designSystemVariables.colorSurface),borderRadius:oe.FtCssVariableFactory.extend("--ft-input-label-border-radius","",oe.designSystemVariables.borderRadiusS),colorError:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorError,"Design system")},dc=cc.css`
2186
+ `: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 gi)}typographyVariant(){switch(this.size){case Be.large:return lt.body2medium;case Be.medium:return lt.caption1medium;case Be.small:return lt.caption2medium}}};bt.elementDefinitions={"ft-typography":q,"ft-icon":le,"ftds-button":yt};bt.styles=sc;Or([(0,Ro.property)({type:Boolean})],bt.prototype,"removable",void 0);Or([(0,Ro.property)()],bt.prototype,"removeButtonLabel",void 0);Or([(0,Ro.property)()],bt.prototype,"label",void 0);Or([(0,Ro.property)()],bt.prototype,"icon",void 0);Or([(0,Ro.query)("ft-typography slot")],bt.prototype,"slottedContent",void 0);(0,bi.customElement)("ft-chip")(ye);(0,bi.customElement)("ftds-chip")(bt);var Si=u(w());var wr=u(L()),re=u(Y()),vi=u(ct()),gc=u(uo()),Lo=u(w());var hc=u(w());var xi=u(L()),Jo=u(Y()),fc=u(ct()),uc=u(w());var dc=u(L()),oe=u(w());var T={fontSize:oe.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:oe.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:oe.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:oe.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:oe.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:oe.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:oe.FtCssVariableFactory.extend("--ft-input-label-border-color","",oe.designSystemVariables.colorOutline),textColor:oe.FtCssVariableFactory.extend("--ft-input-label-text-color","",oe.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:oe.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",oe.designSystemVariables.colorOnSurfaceDisabled),backgroundColor:oe.FtCssVariableFactory.extend("--ft-input-label-background-color","",oe.designSystemVariables.colorSurface),borderRadius:oe.FtCssVariableFactory.extend("--ft-input-label-border-radius","",oe.designSystemVariables.borderRadiusS),colorError:oe.FtCssVariableFactory.external(oe.designSystemVariables.colorError,"Design system")},pc=dc.css`
2187
2187
  .ft-input-label {
2188
2188
  position: absolute;
2189
2189
  inset: 0;
@@ -2305,16 +2305,16 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2305
2305
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
2306
2306
  border-top: none;
2307
2307
  }
2308
- `;var Cr=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 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`
2309
- <div class="${(0,pc.classMap)(e)}">
2310
- ${this.text?bi.html`
2308
+ `;var Cr=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 uc.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`
2309
+ <div class="${(0,fc.classMap)(e)}">
2310
+ ${this.text?xi.html`
2311
2311
  <div class="ft-input-label--text ft-typography--caption">
2312
2312
  <span class="ft-input-label--floating-text">${this.text}</span>
2313
2313
  <span class="ft-input-label--hidden-text" aria-hidden="true">${this.text}</span>
2314
2314
  </div>
2315
2315
  `:null}
2316
2316
  </div>
2317
- `}};ot.elementDefinitions={};ot.styles=[qt,dc];Cr([(0,Jo.property)({type:String})],ot.prototype,"text",void 0);Cr([(0,Jo.property)({type:Boolean})],ot.prototype,"raised",void 0);Cr([(0,Jo.property)({type:Boolean})],ot.prototype,"outlined",void 0);Cr([(0,Jo.property)({type:Boolean})],ot.prototype,"disabled",void 0);Cr([(0,Jo.property)({type:Boolean})],ot.prototype,"error",void 0);(0,uc.customElement)("ft-input-label")(ot);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`
2317
+ `}};ot.elementDefinitions={};ot.styles=[qt,pc];Cr([(0,Jo.property)({type:String})],ot.prototype,"text",void 0);Cr([(0,Jo.property)({type:Boolean})],ot.prototype,"raised",void 0);Cr([(0,Jo.property)({type:Boolean})],ot.prototype,"outlined",void 0);Cr([(0,Jo.property)({type:Boolean})],ot.prototype,"disabled",void 0);Cr([(0,Jo.property)({type:Boolean})],ot.prototype,"error",void 0);(0,hc.customElement)("ft-input-label")(ot);var yc=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")},mc=yc.css`
2318
2318
  *:focus {
2319
2319
  outline: none;
2320
2320
  }
@@ -2461,7 +2461,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2461
2461
  color: ${M.colorError};
2462
2462
  }
2463
2463
  `;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},Lt=class extends Lo.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1}render(){return wr.html``}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};Lt.elementDefinitions={};fe([(0,re.property)({type:String})],Lt.prototype,"label",void 0);fe([(0,re.property)({type:Object,converter:o=>o})],Lt.prototype,"value",void 0);fe([(0,re.property)({type:Boolean,reflect:!0})],Lt.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 wr.html`
2464
- <div class="${(0,xi.classMap)(f)}" part="container">
2464
+ <div class="${(0,vi.classMap)(f)}" part="container">
2465
2465
  <div class="ft-select--main-panel" part="main-panel">
2466
2466
  <ft-input-label text="${this.label}"
2467
2467
  part="label"
@@ -2489,7 +2489,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2489
2489
  part="options"
2490
2490
  @keydown=${this.onOptionsKeyDown}
2491
2491
  innerrole="listbox">
2492
- ${(0,mc.repeat)(this.options,y=>y.value,y=>this.renderOption(y))}
2492
+ ${(0,gc.repeat)(this.options,y=>y.value,y=>this.renderOption(y))}
2493
2493
  </div>
2494
2494
  </div>
2495
2495
  ${this.helper?wr.html`
@@ -2500,7 +2500,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2500
2500
  @option-change=${this.updateOptionsFromSlot}
2501
2501
  ></slot>
2502
2502
  `}renderOption(e){let r=this.selectedOption===e;return wr.html`
2503
- <div class="${(0,xi.classMap)({"ft-select--option":!0,"ft-select--option-selected":r,"ft-typography--body2":!0})}"
2503
+ <div class="${(0,vi.classMap)({"ft-select--option":!0,"ft-select--option-selected":r,"ft-typography--body2":!0})}"
2504
2504
  part="option"
2505
2505
  tabindex="0"
2506
2506
  data-value="${e.value}"
@@ -2509,7 +2509,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2509
2509
  <ft-ripple ?primary=${r} ?activated=${r}></ft-ripple>
2510
2510
  <span>${e.label}</span>
2511
2511
  </div>
2512
- `}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":ot,"ft-typography":q,"ft-ripple":H,"ft-icon":le};Q.styles=[Vo,qt,yc];fe([(0,re.property)({type:String})],Q.prototype,"label",void 0);fe([(0,re.property)({type:String})],Q.prototype,"ariaLabel",void 0);fe([(0,re.property)({type:String})],Q.prototype,"helper",void 0);fe([(0,re.property)({type:Boolean})],Q.prototype,"outlined",void 0);fe([(0,re.property)({type:Boolean})],Q.prototype,"disabled",void 0);fe([(0,re.property)({type:Boolean})],Q.prototype,"error",void 0);fe([(0,re.property)({type:Boolean})],Q.prototype,"fixedMenuPosition",void 0);fe([(0,re.property)({type:Array})],Q.prototype,"options",void 0);fe([(0,re.state)()],Q.prototype,"selectedOption",void 0);fe([(0,re.state)()],Q.prototype,"optionsDisplayed",void 0);fe([(0,re.state)()],Q.prototype,"focusOptions",void 0);fe([(0,re.query)(".ft-select")],Q.prototype,"container",void 0);fe([(0,re.query)(".ft-select--options")],Q.prototype,"optionsMenu",void 0);fe([(0,re.query)(".ft-select--input-panel")],Q.prototype,"mainPanel",void 0);fe([(0,re.query)(".ft-select--option:first-child")],Q.prototype,"firstOption",void 0);fe([(0,re.query)(".ft-select--option:focus")],Q.prototype,"focusedOption",void 0);fe([(0,re.query)(".ft-select--option.ft-select--option-selected")],Q.prototype,"selectedOptionElement",void 0);fe([(0,re.query)(".ft-select--option:last-child")],Q.prototype,"lastOption",void 0);fe([(0,re.query)("slot")],Q.prototype,"optionsSlot",void 0);(0,vi.customElement)("ft-select")(Q);(0,vi.customElement)("ft-select-option")(Lt);var I=u(w()),Si=u(L());var gc=u(L()),xt=u(w()),Re={display:xt.FtCssVariableFactory.create("--ft-skeleton--display","","DISPLAY","block"),width:xt.FtCssVariableFactory.create("--ft-skeleton--width","","SIZE","100%"),height:xt.FtCssVariableFactory.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:xt.FtCssVariableFactory.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:xt.FtCssVariableFactory.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:xt.FtCssVariableFactory.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:xt.FtCssVariableFactory.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:xt.FtCssVariableFactory.external(xt.designSystemVariables.borderRadiusM,"Design system")},bc=gc.css`
2512
+ `}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":ot,"ft-typography":q,"ft-ripple":H,"ft-icon":le};Q.styles=[Vo,qt,mc];fe([(0,re.property)({type:String})],Q.prototype,"label",void 0);fe([(0,re.property)({type:String})],Q.prototype,"ariaLabel",void 0);fe([(0,re.property)({type:String})],Q.prototype,"helper",void 0);fe([(0,re.property)({type:Boolean})],Q.prototype,"outlined",void 0);fe([(0,re.property)({type:Boolean})],Q.prototype,"disabled",void 0);fe([(0,re.property)({type:Boolean})],Q.prototype,"error",void 0);fe([(0,re.property)({type:Boolean})],Q.prototype,"fixedMenuPosition",void 0);fe([(0,re.property)({type:Array})],Q.prototype,"options",void 0);fe([(0,re.state)()],Q.prototype,"selectedOption",void 0);fe([(0,re.state)()],Q.prototype,"optionsDisplayed",void 0);fe([(0,re.state)()],Q.prototype,"focusOptions",void 0);fe([(0,re.query)(".ft-select")],Q.prototype,"container",void 0);fe([(0,re.query)(".ft-select--options")],Q.prototype,"optionsMenu",void 0);fe([(0,re.query)(".ft-select--input-panel")],Q.prototype,"mainPanel",void 0);fe([(0,re.query)(".ft-select--option:first-child")],Q.prototype,"firstOption",void 0);fe([(0,re.query)(".ft-select--option:focus")],Q.prototype,"focusedOption",void 0);fe([(0,re.query)(".ft-select--option.ft-select--option-selected")],Q.prototype,"selectedOptionElement",void 0);fe([(0,re.query)(".ft-select--option:last-child")],Q.prototype,"lastOption",void 0);fe([(0,re.query)("slot")],Q.prototype,"optionsSlot",void 0);(0,Si.customElement)("ft-select")(Q);(0,Si.customElement)("ft-select-option")(Lt);var I=u(w()),Oi=u(L());var bc=u(L()),xt=u(w()),Re={display:xt.FtCssVariableFactory.create("--ft-skeleton--display","","DISPLAY","block"),width:xt.FtCssVariableFactory.create("--ft-skeleton--width","","SIZE","100%"),height:xt.FtCssVariableFactory.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:xt.FtCssVariableFactory.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:xt.FtCssVariableFactory.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:xt.FtCssVariableFactory.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:xt.FtCssVariableFactory.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:xt.FtCssVariableFactory.external(xt.designSystemVariables.borderRadiusM,"Design system")},xc=bc.css`
2513
2513
  :host {
2514
2514
  width: ${Re.width};
2515
2515
  height: ${Re.height};
@@ -2536,7 +2536,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2536
2536
  background-position: calc(100vw + ${Re.glareWidth}) 0, calc(${Re.glareWidth} * -1) 0;
2537
2537
  }
2538
2538
  }
2539
- `;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`
2539
+ `;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")},vc=Oi.css`
2540
2540
  * {
2541
2541
  box-sizing: border-box;
2542
2542
  }
@@ -2731,7 +2731,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2731
2731
  ${(0,I.setVariable)($.fontWeight,"bold")};
2732
2732
  }
2733
2733
 
2734
- `,vc=Si.css`
2734
+ `,Sc=Oi.css`
2735
2735
  .ft-search-bar--presets {
2736
2736
  min-width: 200px;
2737
2737
  }
@@ -2892,12 +2892,12 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2892
2892
  .ft-search-bar--desktop-menu .ft-search-bar--launch-search {
2893
2893
  margin: 0;
2894
2894
  }
2895
- `;var Cc=u(w());var Sc=u(L()),Oc=u(w());var oo=class extends Oc.FtLitElement{render(){return Sc.html`
2896
- `}};oo.elementDefinitions={};oo.styles=bc;(0,Cc.customElement)("ft-skeleton")(oo);var No=u(L()),Oi=u(uo());var dn=u(w());var Nt=class{constructor(e,r=300){this.searchBar=e,this.updateDebouncer=new dn.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`
2895
+ `;var wc=u(w());var Oc=u(L()),Cc=u(w());var oo=class extends Cc.FtLitElement{render(){return Oc.html`
2896
+ `}};oo.elementDefinitions={};oo.styles=xc;(0,wc.customElement)("ft-skeleton")(oo);var No=u(L()),Ci=u(uo());var dn=u(w());var Nt=class{constructor(e,r=300){this.searchBar=e,this.updateDebouncer=new dn.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`
2897
2897
  <div class="ft-search-bar--suggestions ft-word-wrap ${r?"ft-search-bar--suggestions-not-empty":""}"
2898
2898
  part="suggestions-container"
2899
2899
  @keydown=${n=>this.onSuggestKeyDown(n)}>
2900
- ${(0,Oi.repeat)(e.slice(0,5),n=>n,n=>No.html`
2900
+ ${(0,Ci.repeat)(e.slice(0,5),n=>n,n=>No.html`
2901
2901
  <div part="suggestion-container">
2902
2902
  <a href="${this.getRequestWithQuery(n)}"
2903
2903
  part="suggestions"
@@ -2917,7 +2917,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2917
2917
  </ft-button>
2918
2918
  </div>
2919
2919
  `)}
2920
- ${(0,Oi.repeat)(this.searchBar.suggestions,n=>n.value,n=>No.html`
2920
+ ${(0,Ci.repeat)(this.searchBar.suggestions,n=>n.value,n=>No.html`
2921
2921
  <div part="suggestion-container">
2922
2922
  <a href="${this.getRequestWithQuery(n.value)}"
2923
2923
  part="suggestions"
@@ -2930,7 +2930,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
2930
2930
  </div>
2931
2931
  `)}
2932
2932
  </div>
2933
- `}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"?Et.BOOK:Et.ARTICLE;break;case"DOCUMENT":n=ps(e.mimeType,e.filenameExtension);break;case"TOPIC":n=Et.TOPICS;break}return No.html`
2933
+ `}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"?Et.BOOK:Et.ARTICLE;break;case"DOCUMENT":n=fs(e.mimeType,e.filenameExtension);break;case"TOPIC":n=Et.TOPICS;break}return No.html`
2934
2934
  <ft-icon .variant="${r}" .value="${n}" part="suggestion-icon"></ft-icon>
2935
2935
  `}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()}};Nt.styles=[dn.wordWrap,No.css`
2936
2936
  .ft-search-bar--mobile .ft-search-bar--suggestions {
@@ -3014,7 +3014,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3014
3014
  flex-grow: 1;
3015
3015
  flex-shrink: 1;
3016
3016
  }
3017
- `];var Fe=u(L()),Ci=u(uo());var pn=u(w());var At=class{constructor(e){this.searchBar=e}render(){if(!this.searchBar.hasLocaleSelector()&&!this.searchBar.hasFacets())return Fe.html``;let e=this.searchBar.isMobile(),r=!e&&this.searchBar.dense||e&&this.searchBar.isMobileMenuOpen(),n=Fe.html`
3017
+ `];var Fe=u(L()),wi=u(uo());var pn=u(w());var At=class{constructor(e){this.searchBar=e}render(){if(!this.searchBar.hasLocaleSelector()&&!this.searchBar.hasFacets())return Fe.html``;let e=this.searchBar.isMobile(),r=!e&&this.searchBar.dense||e&&this.searchBar.isMobileMenuOpen(),n=Fe.html`
3018
3018
  ${this.searchBar.hasLocaleSelector()&&(this.searchBar.hasFacets()||e)?Fe.html`
3019
3019
  <ft-chip part="selected-filters selected-filter-ft-locale"
3020
3020
  ?dense=${this.searchBar.dense&&!e}
@@ -3025,7 +3025,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3025
3025
  ${this.getLocaleLabel(this.searchBar.contentLocale)}
3026
3026
  </ft-chip>
3027
3027
  `:null}
3028
- ${(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=Fe.html`
3028
+ ${(0,wi.repeat)(this.searchBar.facets,i=>i.key,i=>{let a=yl(i);return(0,wi.repeat)(a,s=>{let c=i.label+": "+fl(s),p=i.key.replace(":","-"),f=Fe.html`
3029
3029
  <ft-chip
3030
3030
  part="selected-filters selected-filter-${p}"
3031
3031
  ?dense=${this.searchBar.dense&&!e}
@@ -3038,7 +3038,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3038
3038
  @icon-click=${()=>this.searchBar.setFilter(i.key,a.filter(y=>y!==s))}
3039
3039
  data-key="${i.key}"
3040
3040
  data-value="${s}">
3041
- ${dl(s)}
3041
+ ${pl(s)}
3042
3042
  </ft-chip>
3043
3043
  `;return r?f:Fe.html`
3044
3044
  <ft-tooltip inline text="${c}">
@@ -3094,8 +3094,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3094
3094
  .ft-search-bar--selected-filters ft-chip {
3095
3095
  flex-grow: 0;
3096
3096
  }
3097
- `;var Pt=u(L());var wc=u(ct()),Er=class{constructor(e,r,n){this.searchBar=e,this.selectedFacetsManager=r??new At(e),this.suggestManager=n??new Nt(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 Pt.html`
3098
- <div class="${(0,wc.classMap)(e)}" part="container" tabindex="-1">
3097
+ `;var Pt=u(L());var Ec=u(ct()),Er=class{constructor(e,r,n){this.searchBar=e,this.selectedFacetsManager=r??new At(e),this.suggestManager=n??new Nt(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 Pt.html`
3098
+ <div class="${(0,Ec.classMap)(e)}" part="container" tabindex="-1">
3099
3099
  <div class="ft-search-bar" role="search">
3100
3100
  <div class="ft-search-bar--input-container" part="input-container">
3101
3101
  <div class="ft-search-bar--input-outline" part="input-outline">
@@ -3148,8 +3148,8 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3148
3148
  </div>
3149
3149
  `}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}};Er.styles=Pt.css`
3150
3150
 
3151
- `;var Ge=u(L()),Ec=u(uo());var $c=u(ct()),$r=class{constructor(e,r,n){this.searchBar=e,this.selectedFacetsManager=r??new At(e),this.suggestManager=n??new Nt(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 Ge.html`
3152
- <div class="${(0,$c.classMap)(e)}" part="container" tabindex="-1">
3151
+ `;var Ge=u(L()),$c=u(uo());var kc=u(ct()),$r=class{constructor(e,r,n){this.searchBar=e,this.selectedFacetsManager=r??new At(e),this.suggestManager=n??new Nt(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 Ge.html`
3152
+ <div class="${(0,kc.classMap)(e)}" part="container" tabindex="-1">
3153
3153
  <div class="ft-search-bar" part="search-bar" role="search">
3154
3154
  ${this.renderSearchBarLeftAction()}
3155
3155
  <div class="ft-search-bar--input-container" part="input-container" tabindex="-1">
@@ -3190,7 +3190,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3190
3190
  ariaLabel="${this.searchBar.labelResolver.resolve("selectLocale")}"
3191
3191
  .exportpartsPrefixes=${["content-locale","select-ft-locale"]}
3192
3192
  @change=${e=>this.searchBar.contentLocale=e.detail==null?void 0:e.detail}>
3193
- ${(0,Ec.repeat)(this.searchBar.availableContentLocales,e=>e.lang,e=>Ge.html`
3193
+ ${(0,$c.repeat)(this.searchBar.availableContentLocales,e=>e.lang,e=>Ge.html`
3194
3194
  <ft-select-option .value=${e.lang}
3195
3195
  label="${e.label}"
3196
3196
  ?selected=${e.lang==this.searchBar.contentLocale}>
@@ -3221,10 +3221,10 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3221
3221
  </div>
3222
3222
  `}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}};$r.styles=Ge.css`
3223
3223
 
3224
- `;var Ed=u(w());var Ac=u(L()),je=u(Y()),vt=u(w());var kc=u(L());var Rc=kc.css`
3225
- `;var fn=u(w()),lp="ft-app-info",wi=class extends CustomEvent{constructor(e){super("authentication-change",{detail:e})}},sp={session:(o,e)=>{(0,fn.deepEqual)(o.session,e.payload)||(o.session=e.payload,setTimeout(()=>P.dispatchEvent(new wi(e.payload)),0))}},P=fn.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 no=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 kr=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 ro=class extends kr{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"),un=class extends ro{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Lc]=()=>{this.defaultMessages={},this.cache=new no.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,no.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}await 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 no.ParametrizedLabelResolver((i=this.defaultMessages[a])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(e){var r,n,i;if(!this.cache.has(e))if(((n=(r=window.process)===null||r===void 0?void 0:r.env)===null||n===void 0?void 0:n.NODE_ENV)==="test")this.cache.set(e,(i=this.defaultMessages[e])!==null&&i!==void 0?i:{});else try{await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),await this.notify(e)}catch(a){console.error(a)}}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,no.delay)(0).then(()=>r()).catch(()=>null)))}};Lc=cp;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends un{constructor(){super(async(o,e)=>(await this.awaitApi).getFluidTopicsMessageContext(o,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends un{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 vt.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 vt.CacheRegistry,this.cleanSessionDebouncer=new vt.Debouncer}render(){return Ac.html`
3224
+ `;var $d=u(w());var Pc=u(L()),je=u(Y()),vt=u(w());var Rc=u(L());var Lc=Rc.css`
3225
+ `;var fn=u(w()),sp="ft-app-info",Ei=class extends CustomEvent{constructor(e){super("authentication-change",{detail:e})}},cp={session:(o,e)=>{(0,fn.deepEqual)(o.session,e.payload)||(o.session=e.payload,setTimeout(()=>P.dispatchEvent(new Ei(e.payload)),0))}},P=fn.FtReduxStore.get({name:sp,reducers:cp,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 no=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 kr=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 ro=class extends kr{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 Nc,dp=Symbol("clearAfterUnitTest"),un=class extends ro{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Nc]=()=>{this.defaultMessages={},this.cache=new no.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,no.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}await 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 no.ParametrizedLabelResolver((i=this.defaultMessages[a])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(e){var r,n,i;if(!this.cache.has(e))if(((n=(r=window.process)===null||r===void 0?void 0:r.env)===null||n===void 0?void 0:n.NODE_ENV)==="test")this.cache.set(e,(i=this.defaultMessages[e])!==null&&i!==void 0?i:{});else try{await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),await this.notify(e)}catch(a){console.error(a)}}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,no.delay)(0).then(()=>r()).catch(()=>null)))}};Nc=dp;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends un{constructor(){super(async(o,e)=>(await this.awaitApi).getFluidTopicsMessageContext(o,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends un{constructor(){super(async(o,e)=>(await this.awaitApi).getCustomMessageContext(o,e))}});var Ac=window.FluidTopicsI18nService,rS=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 vt.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 vt.CacheRegistry,this.cleanSessionDebouncer=new vt.Debouncer}render(){return Pc.html`
3226
3226
  <slot></slot>
3227
- `}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,je.property)()],ue.prototype,"baseUrl",void 0);Ae([(0,je.property)()],ue.prototype,"apiIntegrationIdentifier",void 0);Ae([(0,je.property)()],ue.prototype,"uiLocale",void 0);Ae([(0,vt.jsonProperty)(null)],ue.prototype,"availableUiLocales",void 0);Ae([(0,vt.jsonProperty)(null)],ue.prototype,"metadataConfiguration",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"editorMode",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"noCustom",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"openExternalDocumentInNewTab",void 0);Ae([(0,je.property)({converter:{fromAttribute(o){return o==="false"?!1:o==="true"||(o??!1)}}})],ue.prototype,"noCustomComponent",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"withManualResources",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"navigatorOnline",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"forcedOffline",void 0);Ae([(0,je.property)({type:Object})],ue.prototype,"apiProvider",void 0);Ae([(0,vt.jsonProperty)([])],ue.prototype,"messageContexts",void 0);Ae([(0,vt.jsonProperty)(void 0)],ue.prototype,"session",void 0);Ae([(0,je.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(!hn(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(!hn(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(!hn(o[s],e[s]))return!1}return!0}return o!==o&&e!==e||o==null&&e==null}function hn(o,e){try{return dp(o,e)}catch{return!1}}function yn(o,e){return!hn(o,e)}var pp=u(Y(),1);var mn=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 Rr=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:yn,...e??{}})}var gn=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 bn=globalThis,fp=bn.ShadowRoot&&(bn.ShadyCSS===void 0||bn.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=bn.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,o.appendChild(n)}};var xn=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 vn=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"),io=class extends xn{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Tc]=new gn(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){}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;vn([(0,Rr.property)()],io.prototype,"exportpartsPrefix",void 0);vn([Bc([])],io.prototype,"exportpartsPrefixes",void 0);vn([(0,Rr.property)()],io.prototype,"customStylesheet",void 0);vn([(0,Rr.state)()],io.prototype,"useAdoptedStyleSheets",void 0);function Lr(o){var e;return(e=o?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Wc,Hc,Uc,Nr=Symbol("internalReduxEventsUnsubscribers"),ao=Symbol("internalStoresUnsubscribers"),Po=Symbol("internalStores"),Ar=class extends io{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??(Lr(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[ao].has(e.store):this[ao].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[ao].set(e,r.subscribe(()=>this.updateFromStores())),this[Nr].set(e,[]),Lr(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[Nr].get(e).push(()=>r.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[ao].forEach((e,r)=>this.unsubscribeFromStore(r))}unsubscribeFromStore(e){var r;this[ao].has(e)&&this[ao].get(e)(),this[ao].delete(e),(r=this[Nr].get(e))===null||r===void 0||r.forEach(n=>n()),this[Nr].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Wc=ao,Hc=Po,Uc=Nr;Ar.reduxProperties=new Map;Ar.reduxReactiveProperties=new Set;Ar.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 Vt(o){return!!o&&!!o[de]}function St(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),tr(o)===0?(r?Object.keys:er)(o).forEach(function(n){r&&typeof n=="symbol"||e(n,o[n],o)}):o.forEach(function(n,i){return e(i,n,o)})}function tr(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 Qo(o,e){return tr(o)===2?o.has(e):Object.prototype.hasOwnProperty.call(o,e)}function up(o,e){return tr(o)===2?o.get(e):o[e]}function Xc(o,e,r){var n=tr(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 lo(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=er(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)||Vt(o)||!St(o)||(tr(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 Bt(o){var e=Bi[o];return e||ft(18,o),e}function yp(o,e){Bi[o]||(Bi[o]=e)}function Ni(){return Br}function $i(o,e){e&&(Bt("Patches"),o.u=[],o.s=[],o.v=e)}function Sn(o){Ai(o),o.p.forEach(mp),o.p=null}function Ai(o){o===Br&&(Br=o.l)}function Vc(o){return Br={p:[],l:Br,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||Bt("ES5").S(e,o,n),n?(r[de].P&&(Sn(e),ft(4)),St(o)&&(o=On(e,o),e.l||Cn(e,o)),e.u&&Bt("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&&Bt("Patches").N(n,r,o.u,o.s)}return n.o}function Gc(o,e,r,n,i,a,s){if(Vt(i)){var c=On(o,i,a&&e&&e.i!==3&&!Qo(e.R,n)?a.concat(n):void 0);if(Xc(r,n,c),!Vt(c))return;o.m=!1}else s&&r.add(i);if(St(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?lo(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 so(o){o.P||(o.P=!0,o.l&&so(o.l))}function Li(o){o.o||(o.o=_i(o.t))}function Pi(o,e,r){var n=Ii(e)?Bt("MapSet").F(e,r):Di(e)?Bt("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=Ir;s&&(p=[c],f=Pr);var y=Proxy.revocable(p,f),m=y.revoke,g=y.proxy;return c.k=g,c.j=m,g}(e,r):Bt("ES5").J(e,r);return(r?r.A:Ni()).p.push(n),n}function gp(o){return Vt(o)||ft(22,o),function e(r){if(!St(r))return r;var n,i=r[de],a=tr(r);if(i){if(!i.P&&(i.i<4||!Bt("ES5").K(i)))return i.t;i.I=!0,n=Zc(r,a),i.I=!1}else n=Zc(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 Zc(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 Ir.get(f,s)},set:function(f){var y=this[de];Ir.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)&&so(p);break;case 4:r(p)&&so(p)}}}function r(s){for(var c=s.t,p=s.k,f=er(p),y=f.length-1;y>=0;y--){var m=f[y];if(m!==de){var g=c[m];if(g===void 0&&!Qo(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!==er(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(lo(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=er(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?Vt(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||Qo(g,j)?b[j]||f(x[j]):(b[j]=!0,so(m)))}),Bo(g,function(j){x[j]!==void 0||Qo(x,j)||(b[j]=!1,so(m))});else if(S===5){if(n(m)&&(so(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 Kc,Br,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"):((Kc={})["immer-nothing"]=!0,Kc),Yc=Ti?Symbol.for("immer-draftable"):"__$immer_draftable",de=Ti?Symbol.for("immer-state"):"__$immer_state";var vp=""+Object.prototype.constructor,er=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 er(o).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(o,r)}),e},Bi={},Ir={get:function(o,e){if(e===de)return o;var r=lo(o);if(!Qo(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||!St(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 lo(o)},ownKeys:function(o){return Reflect.ownKeys(lo(o))},set:function(o,e,r){var n=jc(lo(o),e);if(n?.set)return n.set.call(o.k,r),!0;if(!o.P){var i=Ri(lo(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||Qo(o.t,e)))return!0;Li(o),so(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),so(o)):delete o.R[e],o.o&&delete o.o[e],!0},getOwnPropertyDescriptor:function(o,e){var r=lo(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)}},Pr={};Bo(Ir,function(o,e){Pr[o]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Pr.deleteProperty=function(o,e){return Pr.set.call(this,o,e,void 0)},Pr.set=function(o,e,r){return Ir.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),St(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=[];Bt("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){St(r)||ft(8),Vt(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=Bt("Patches").$;return Vt(r)?s(r,n):this.produce(r,function(c){return s(c,n)})},o}(),rt=new Sp,Op=rt.produce,NS=rt.produceWithPatches.bind(rt),AS=rt.setAutoFreeze.bind(rt),PS=rt.setUseProxies.bind(rt),BS=rt.applyPatches.bind(rt),IS=rt.createDraft.bind(rt),DS=rt.finishDraft.bind(rt),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 or(){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=or.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}}},rr=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},co=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"?or:or.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,rr([void 0],r[0].concat(this)))):new(e.bind.apply(e,rr([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,rr([void 0],r[0].concat(this)))):new(e.bind.apply(e,rr([void 0],r.concat(this))))},e}(Array);function Zi(o){return St(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=or;p&&(N=Pp(co({trace:!Gi},typeof p=="object"&&p)));var k=new Dp(S),R=k;Array.isArray(g)?R=rr([S],g):typeof g=="function"&&(R=g(k));var _=N.apply(void 0,R);return Hi(x,y,_)}function po(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 co(co({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 Zi(o())};else{var f=Zi(o);p=function(){return f}}function y(m,g){m===void 0&&(m=p());var x=rr([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(Vt(b)){var N=b,k=S(N,g);return k===void 0?b:k}else{if(St(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:Zi(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?po(g,b):po(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=co(co({},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 nt=ee[j];R.addMatcher(nt.matcher,nt.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=po(e+"/fulfilled",function(y,m,g,x){return{payload:y,meta:Vi(co({},x||{}),{arg:g,requestId:m,requestStatus:"fulfilled"})}}),a=po(e+"/pending",function(y,m,g){return{payload:void 0,meta:Vi(co({},g||{}),{arg:m,requestId:y,requestStatus:"pending"})}}),s=po(e+"/rejected",function(y,m,g,x,b){return{payload:x,error:(n&&n.serializeError||Gp)(y||"Rejected"),meta:Vi(co({},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,nt,Gt,An,jt,Ze;return Ep(this,function(it){switch(it.label){case 0:return it.trys.push([0,4,,5]),Gt=(j=n?.condition)==null?void 0:j.call(n,y,{getState:g,extra:x}),Zp(Gt)?[4,Gt]:[3,2];case 1:Gt=it.sent(),it.label=2;case 2:if(Gt===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return k=!0,An=new Promise(function(Ke,fo){return S.signal.addEventListener("abort",function(){return fo({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(Ke,fo){return new ji(Ke,fo)},fulfillWithValue:function(Ke,fo){return new ud(Ke,fo)}})).then(function(Ke){if(Ke instanceof ji)throw Ke;return Ke instanceof ud?i(Ke.payload,b,y,Ke.meta):i(Ke,b,y)})])];case 3:return nt=it.sent(),[3,5];case 4:return jt=it.sent(),nt=jt instanceof ji?s(null,b,y,jt.payload,jt.meta):s(jt,b,y),[3,5];case 5:return Ze=n&&!n.dispatchConditionRejection&&s.match(nt)&&nt.meta.condition,Ze||m(nt),[2,nt]}})})}();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 Zp(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 Ki="listenerMiddleware";var sO=po(Ki+"/add"),cO=po(Ki+"/removeAll"),dO=po(Ki+"/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)})},Kp=function(o){return function(e){setTimeout(e,o)}},fO=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Kp(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(Lr(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 mn;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 ro{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 ro{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)}}},ZO=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 ne.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 ne.ParametrizedLabelResolver($d,{}),this.displayedFilters=[],this.presets=[],this.priors=[],this.searchRequestSerializer=e=>new ne.SearchPlaceConverter(this.baseUrl,{}).serialize(e),this.focusOnDisplay=!1,this.metadataFilters=[],this.sizeCategory=at.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 Nt(this),this.selectedFacetsManager=new At(this),this.desktopSearchBarManager=new $r(this),this.mobileSearchBarManager=new Er(this,this.selectedFacetsManager,this.suggestManager),this.stateChangeEventDebouncer=new ne.Debouncer(10),this.updateLocalesDebouncer=new ne.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 ne.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===at.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,ne.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`
3227
+ `}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=>Ac.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=Lc;Ae([(0,je.property)()],ue.prototype,"baseUrl",void 0);Ae([(0,je.property)()],ue.prototype,"apiIntegrationIdentifier",void 0);Ae([(0,je.property)()],ue.prototype,"uiLocale",void 0);Ae([(0,vt.jsonProperty)(null)],ue.prototype,"availableUiLocales",void 0);Ae([(0,vt.jsonProperty)(null)],ue.prototype,"metadataConfiguration",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"editorMode",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"noCustom",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"openExternalDocumentInNewTab",void 0);Ae([(0,je.property)({converter:{fromAttribute(o){return o==="false"?!1:o==="true"||(o??!1)}}})],ue.prototype,"noCustomComponent",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"withManualResources",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"navigatorOnline",void 0);Ae([(0,je.property)({type:Boolean})],ue.prototype,"forcedOffline",void 0);Ae([(0,je.property)({type:Object})],ue.prototype,"apiProvider",void 0);Ae([(0,vt.jsonProperty)([])],ue.prototype,"messageContexts",void 0);Ae([(0,vt.jsonProperty)(void 0)],ue.prototype,"session",void 0);Ae([(0,je.state)()],ue.prototype,"localesConfiguration",void 0);var Xp=u(Y());function pp(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(!hn(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(!hn(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(!hn(o[s],e[s]))return!1}return!0}return o!==o&&e!==e||o==null&&e==null}function hn(o,e){try{return pp(o,e)}catch{return!1}}function yn(o,e){return!hn(o,e)}function mn(o){return window.structuredClone?structuredClone(o):o!=null?JSON.parse(JSON.stringify(o)):o}var fp=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 Rr=u(Y(),1);var Bc=u(Y(),1);function Ic(o,e){let r=()=>JSON.parse(JSON.stringify(o));return(0,Bc.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:yn,...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 _c=u(L(),1);var xn=globalThis,up=xn.ShadowRoot&&(xn.ShadyCSS===void 0||xn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,xS=Symbol();var Dc=(o,e)=>{if(up)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 _c.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 Dc(n,e.elementStyles),n}};var Sn=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},Mc,zc=Symbol("constructorPrototype"),Fc=Symbol("constructorName"),Wc=Symbol("exportpartsDebouncer"),Tc=Symbol("dynamicDependenciesLoaded"),io=class extends vn{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Mc]=new bn(5),this[Fc]=this.constructor.name,this[zc]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Fc]&&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[Tc]||(e[Tc]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}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[Wc].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(", "))}};Mc=Wc;Sn([(0,Rr.property)()],io.prototype,"exportpartsPrefix",void 0);Sn([Ic([])],io.prototype,"exportpartsPrefixes",void 0);Sn([(0,Rr.property)()],io.prototype,"customStylesheet",void 0);Sn([(0,Rr.state)()],io.prototype,"useAdoptedStyleSheets",void 0);function Lr(o){var e;return(e=o?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Hc,Uc,Vc,Nr=Symbol("internalReduxEventsUnsubscribers"),ao=Symbol("internalStoresUnsubscribers"),Po=Symbol("internalStores"),Ar=class extends io{constructor(){super(...arguments),this[Hc]=new Map,this[Uc]=new Map,this[Vc]=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??(Lr(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[ao].has(e.store):this[ao].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[ao].set(e,r.subscribe(()=>this.updateFromStores())),this[Nr].set(e,[]),Lr(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[Nr].get(e).push(()=>r.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[ao].forEach((e,r)=>this.unsubscribeFromStore(r))}unsubscribeFromStore(e){var r;this[ao].has(e)&&this[ao].get(e)(),this[ao].delete(e),(r=this[Nr].get(e))===null||r===void 0||r.forEach(n=>n()),this[Nr].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Hc=ao,Uc=Po,Vc=Nr;Ar.reduxProperties=new Map;Ar.reduxReactiveProperties=new Set;Ar.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 Vt(o){return!!o&&!!o[de]}function St(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)===Sp}(o)||Array.isArray(o)||!!o[Xc]||!!(!((e=o.constructor)===null||e===void 0)&&e[Xc])||Di(o)||_i(o))}function Bo(o,e,r){r===void 0&&(r=!1),tr(o)===0?(r?Object.keys:er)(o).forEach(function(n){r&&typeof n=="symbol"||e(n,o[n],o)}):o.forEach(function(n,i){return e(i,n,o)})}function tr(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 Qo(o,e){return tr(o)===2?o.has(e):Object.prototype.hasOwnProperty.call(o,e)}function hp(o,e){return tr(o)===2?o.get(e):o[e]}function Jc(o,e,r){var n=tr(o);n===2?o.set(e,r):n===3?o.add(r):o[e]=r}function Qc(o,e){return o===e?o!==0||1/o==1/e:o!=o&&e!=e}function Di(o){return xp&&o instanceof Map}function _i(o){return vp&&o instanceof Set}function lo(o){return o.o||o.t}function zi(o){if(Array.isArray(o))return Array.prototype.slice.call(o);var e=od(o);delete e[de];for(var r=er(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 Fi(o,e){return e===void 0&&(e=!1),Ti(o)||Vt(o)||!St(o)||(tr(o)>1&&(o.set=o.add=o.clear=o.delete=yp),Object.freeze(o),e&&Bo(o,function(r,n){return Fi(n,!0)},!0)),o}function yp(){ft(2)}function Ti(o){return o==null||typeof o!="object"||Object.isFrozen(o)}function Bt(o){var e=Ii[o];return e||ft(18,o),e}function mp(o,e){Ii[o]||(Ii[o]=e)}function Ai(){return Br}function ki(o,e){e&&(Bt("Patches"),o.u=[],o.s=[],o.v=e)}function On(o){Pi(o),o.p.forEach(gp),o.p=null}function Pi(o){o===Br&&(Br=o.l)}function Gc(o){return Br={p:[],l:Br,h:o,m:!0,_:0}}function gp(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||Bt("ES5").S(e,o,n),n?(r[de].P&&(On(e),ft(4)),St(o)&&(o=Cn(e,o),e.l||wn(e,o)),e.u&&Bt("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!==td?o:void 0}function Cn(o,e,r){if(Ti(e))return e;var n=e[de];if(!n)return Bo(e,function(c,p){return jc(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=zi(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 jc(o,n,i,c,p,r,s)}),wn(o,i,!1),r&&o.u&&Bt("Patches").N(n,r,o.u,o.s)}return n.o}function jc(o,e,r,n,i,a,s){if(Vt(i)){var c=Cn(o,i,a&&e&&e.i!==3&&!Qo(e.R,n)?a.concat(n):void 0);if(Jc(r,n,c),!Vt(c))return;o.m=!1}else s&&r.add(i);if(St(i)&&!Ti(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&&Fi(e,r)}function Li(o,e){var r=o[de];return(r?lo(r):o)[e]}function Zc(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 so(o){o.P||(o.P=!0,o.l&&so(o.l))}function Ni(o){o.o||(o.o=zi(o.t))}function Bi(o,e,r){var n=Di(e)?Bt("MapSet").F(e,r):_i(e)?Bt("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=Ir;s&&(p=[c],f=Pr);var y=Proxy.revocable(p,f),m=y.revoke,g=y.proxy;return c.k=g,c.j=m,g}(e,r):Bt("ES5").J(e,r);return(r?r.A:Ai()).p.push(n),n}function bp(o){return Vt(o)||ft(22,o),function e(r){if(!St(r))return r;var n,i=r[de],a=tr(r);if(i){if(!i.P&&(i.i<4||!Bt("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&&hp(i.t,s)===c||Jc(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 zi(o)}function ed(){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 Ir.get(f,s)},set:function(f){var y=this[de];Ir.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)&&so(p);break;case 4:r(p)&&so(p)}}}function r(s){for(var c=s.t,p=s.k,f=er(p),y=f.length-1;y>=0;y--){var m=f[y];if(m!==de){var g=c[m];if(g===void 0&&!Qo(c,m))return!0;var x=p[m],b=x&&x[de];if(b?b.t!==g:!Qc(x,g))return!0}}var S=!!c[de];return f.length!==er(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(lo(s)))}var a={};mp("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=od(g);delete S[de];for(var N=er(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?Vt(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||Qo(g,j)?b[j]||f(x[j]):(b[j]=!0,so(m)))}),Bo(g,function(j){x[j]!==void 0||Qo(x,j)||(b[j]=!1,so(m))});else if(S===5){if(n(m)&&(so(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 qc,Br,Mi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",xp=typeof Map<"u",vp=typeof Set<"u",Yc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",td=Mi?Symbol.for("immer-nothing"):((qc={})["immer-nothing"]=!0,qc),Xc=Mi?Symbol.for("immer-draftable"):"__$immer_draftable",de=Mi?Symbol.for("immer-state"):"__$immer_state";var Sp=""+Object.prototype.constructor,er=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(o){return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o))}:Object.getOwnPropertyNames,od=Object.getOwnPropertyDescriptors||function(o){var e={};return er(o).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(o,r)}),e},Ii={},Ir={get:function(o,e){if(e===de)return o;var r=lo(o);if(!Qo(r,e))return function(i,a,s){var c,p=Zc(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||!St(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 lo(o)},ownKeys:function(o){return Reflect.ownKeys(lo(o))},set:function(o,e,r){var n=Zc(lo(o),e);if(n?.set)return n.set.call(o.k,r),!0;if(!o.P){var i=Li(lo(o),e),a=i?.[de];if(a&&a.t===r)return o.o[e]=r,o.R[e]=!1,!0;if(Qc(r,i)&&(r!==void 0||Qo(o.t,e)))return!0;Ni(o),so(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),so(o)):delete o.R[e],o.o&&delete o.o[e],!0},getOwnPropertyDescriptor:function(o,e){var r=lo(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)}},Pr={};Bo(Ir,function(o,e){Pr[o]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Pr.deleteProperty=function(o,e){return Pr.set.call(this,o,e,void 0)},Pr.set=function(o,e,r){return Ir.set.call(this,o[0],e,r,o[0])};var Op=function(){function o(r){var n=this;this.O=Yc,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),St(i)){var y=Gc(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===td&&(f=void 0),n.D&&Fi(f,!0),s){var x=[],b=[];Bt("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){St(r)||ft(8),Vt(r)&&(r=bp(r));var n=Gc(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&&!Yc&&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=Bt("Patches").$;return Vt(r)?s(r,n):this.produce(r,function(c){return s(c,n)})},o}(),rt=new Op,Cp=rt.produce,AS=rt.produceWithPatches.bind(rt),PS=rt.setAutoFreeze.bind(rt),BS=rt.setUseProxies.bind(rt),IS=rt.applyPatches.bind(rt),DS=rt.createDraft.bind(rt),_S=rt.finishDraft.bind(rt),En=Cp;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 rd(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 nd(o){var e=rd(o,"string");return Io(e)=="symbol"?e:e+""}function id(o,e,r){return(e=nd(e))in o?Object.defineProperty(o,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):o[e]=r,o}function ad(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?ad(Object(r),!0).forEach(function(n){id(o,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):ad(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 ld=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 wp(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(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(Ui)(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(!wp(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:$n.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[ld]=function(){return this},S}return g({type:$n.INIT}),n={dispatch:g,subscribe:m,getState:y,replaceReducer:x},n[ld]=b,n}function Ep(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(Pe(12));if(typeof r(void 0,{type:$n.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Pe(13))})}function sd(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{Ep(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 or(){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 cd(){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=or.apply(void 0,c)(i.dispatch),Wi(Wi({},i),{},{dispatch:a})}}}function dd(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 pd=dd();pd.withExtraArgument=dd;var Vi=pd;var md=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)}}(),$p=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}}},rr=function(o,e){for(var r=0,n=e.length,i=o.length;r<n;r++,i++)o[i]=e[r];return o},kp=Object.defineProperty,Rp=Object.defineProperties,Lp=Object.getOwnPropertyDescriptors,fd=Object.getOwnPropertySymbols,Np=Object.prototype.hasOwnProperty,Ap=Object.prototype.propertyIsEnumerable,ud=function(o,e,r){return e in o?kp(o,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):o[e]=r},co=function(o,e){for(var r in e||(e={}))Np.call(e,r)&&ud(o,r,e[r]);if(fd)for(var n=0,i=fd(e);n<i.length;n++){var r=i[n];Ap.call(e,r)&&ud(o,r,e[r])}return o},Gi=function(o,e){return Rp(o,Lp(e))},Pp=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 Bp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?or:or.apply(null,arguments)},eO=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(o){return o}};function Ip(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 Dp=function(o){md(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,rr([void 0],r[0].concat(this)))):new(e.bind.apply(e,rr([void 0],r.concat(this))))},e}(Array),_p=function(o){md(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,rr([void 0],r[0].concat(this)))):new(e.bind.apply(e,rr([void 0],r.concat(this))))},e}(Array);function Ki(o){return St(o)?En(o,function(){}):o}function zp(o){return typeof o=="boolean"}function Fp(){return function(e){return Tp(e)}}function Tp(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 Dp;if(r&&(zp(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 gd(o){var e=Fp(),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(Ip(i))x=sd(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=cd.apply(void 0,b),N=or;p&&(N=Bp(co({trace:!ji},typeof p=="object"&&p)));var k=new _p(S),R=k;Array.isArray(g)?R=rr([S],g):typeof g=="function"&&(R=g(k));var _=N.apply(void 0,R);return Ui(x,y,_)}function po(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 co(co({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 bd(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 Mp(o){return typeof o=="function"}function Wp(o,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?bd(e):[e,r,n],a=i[0],s=i[1],c=i[2],p;if(Mp(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=rr([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(Vt(b)){var N=b,k=S(N,g);return k===void 0?b:k}else{if(St(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 Hp(o,e){return o+"/"+e}function xd(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=Hp(e,y),x,b;"reducer"in m?(x=m.reducer,b=m.prepare):x=m,a[y]=x,s[g]=x,c[y]=b?po(g,b):po(g)});function p(){var y=typeof o.extraReducers=="function"?bd(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=co(co({},g),s);return Wp(r,function(R){for(var _ in k)R.addCase(_,k[_]);for(var j=0,ee=b;j<ee.length;j++){var nt=ee[j];R.addMatcher(nt.matcher,nt.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 Up="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Vp=function(o){o===void 0&&(o=21);for(var e="",r=o;r--;)e+=Up[Math.random()*64|0];return e},Gp=["name","message","stack","code"],Zi=function(){function o(e,r){this.payload=e,this.meta=r}return o}(),hd=function(){function o(e,r){this.payload=e,this.meta=r}return o}(),jp=function(o){if(typeof o=="object"&&o!==null){for(var e={},r=0,n=Gp;r<n.length;r++){var i=n[r];typeof o[i]=="string"&&(e[i]=o[i])}return e}return{message:String(o)}},nO=function(){function o(e,r,n){var i=po(e+"/fulfilled",function(y,m,g,x){return{payload:y,meta:Gi(co({},x||{}),{arg:g,requestId:m,requestStatus:"fulfilled"})}}),a=po(e+"/pending",function(y,m,g){return{payload:void 0,meta:Gi(co({},g||{}),{arg:m,requestId:y,requestStatus:"pending"})}}),s=po(e+"/rejected",function(y,m,g,x,b){return{payload:x,error:(n&&n.serializeError||jp)(y||"Rejected"),meta:Gi(co({},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):Vp(),S=new p,N,k=!1;function R(j){N=j,S.abort()}var _=function(){return Pp(this,null,function(){var j,ee,nt,Gt,Pn,jt,Ze;return $p(this,function(it){switch(it.label){case 0:return it.trys.push([0,4,,5]),Gt=(j=n?.condition)==null?void 0:j.call(n,y,{getState:g,extra:x}),Kp(Gt)?[4,Gt]:[3,2];case 1:Gt=it.sent(),it.label=2;case 2:if(Gt===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return k=!0,Pn=new Promise(function(Ke,fo){return S.signal.addEventListener("abort",function(){return fo({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(Ke,fo){return new Zi(Ke,fo)},fulfillWithValue:function(Ke,fo){return new hd(Ke,fo)}})).then(function(Ke){if(Ke instanceof Zi)throw Ke;return Ke instanceof hd?i(Ke.payload,b,y,Ke.meta):i(Ke,b,y)})])];case 3:return nt=it.sent(),[3,5];case 4:return jt=it.sent(),nt=jt instanceof Zi?s(null,b,y,jt.payload,jt.meta):s(jt,b,y),[3,5];case 5:return Ze=n&&!n.dispatchConditionRejection&&s.match(nt)&&nt.meta.condition,Ze||m(nt),[2,nt]}})})}();return Object.assign(_,{abort:R,requestId:b,arg:y,unwrap:function(){return _.then(Zp)}})}}return Object.assign(f,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return o.withTypes=function(){return o},o}();function Zp(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 vd="listener",Sd="completed",Od="cancelled",iO="task-"+Od,aO="task-"+Sd,lO=vd+"-"+Od,sO=vd+"-"+Sd;var qi="listenerMiddleware";var cO=po(qi+"/add"),dO=po(qi+"/removeAll"),pO=po(qi+"/remove");var yd,fO=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(o){return(yd||(yd=Promise.resolve())).then(o).catch(function(e){return setTimeout(function(){throw e},0)})},qp=function(o){return function(e){setTimeout(e,o)}},uO=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:qp(10);ed();function Yp(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 Yp(Object){};window.ftReduxStores||(window.ftReduxStores={});var Cd=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(Lr(a))return a;if(i==null)return;let s=xd({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),c=gd({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,this.actions=new Proxy(this.reduxSlice.actions,{get:(i,a,s)=>{let c=a,p=i[c];return p?(...f)=>{let y=p(...f.map(mn));return this.reduxStore.dispatch(y),y}:f=>{this.setState({[c]:mn(f)})}}}),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 mn(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 ro{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 ro{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 Jp="ft-user-assets",Nn=An.FtReduxStore.get({name:Jp,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)}}},qO=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 wd=u(w()),Ji=class{highlightHtml(e,r,n){(0,wd.highlightHtml)(e,r,n)}};window.FluidTopicsHighlightHtmlService=new Ji;var Ed=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 Ed.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 Qp=u(w());(0,$d.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 kd={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"},ea=class extends CustomEvent{constructor(e){super("change",{detail:e})}},ef=()=>{},B=class extends ne.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 ne.ParametrizedLabelResolver(kd,{}),this.displayedFilters=[],this.presets=[],this.priors=[],this.searchRequestSerializer=e=>new ne.SearchPlaceConverter(this.baseUrl,{}).serialize(e),this.focusOnDisplay=!1,this.metadataFilters=[],this.sizeCategory=at.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 Nt(this),this.selectedFacetsManager=new At(this),this.desktopSearchBarManager=new $r(this),this.mobileSearchBarManager=new Er(this,this.selectedFacetsManager,this.suggestManager),this.stateChangeEventDebouncer=new ne.Debouncer(10),this.updateLocalesDebouncer=new ne.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 ne.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===at.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,ne.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`
3228
3228
  <ft-size-watcher @change=${this.updateSize}></ft-size-watcher>
3229
3229
  ${this.renderSearchBar()}
3230
3230
  `}renderSearchBar(){return this.facetsInitialized&&this.availableContentLocalesInitialized?this.isMobile()?this.mobileSearchBarManager.render():this.desktopSearchBarManager.render():K.html`
@@ -3249,7 +3249,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3249
3249
  </div>
3250
3250
  </ft-accordion-item>
3251
3251
  `:null}
3252
- ${(0,Dr.repeat)(this.facets,r=>r.key,r=>{let n=Zn(r),i=r.key.replace(":","-"),a=ul(n);return r.rootNodes.length>0?K.html`
3252
+ ${(0,Dr.repeat)(this.facets,r=>r.key,r=>{let n=Kn(r),i=r.key.replace(":","-"),a=hl(n);return r.rootNodes.length>0?K.html`
3253
3253
  <ft-accordion-item data-facet-key="${r.key}">
3254
3254
  <div class="ft-search-bar--filter-label" slot="toggle">
3255
3255
  <ft-typography variant="button">${r.label}</ft-typography>
@@ -3342,7 +3342,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3342
3342
  ${this.getContentLocaleRadioGroup()}
3343
3343
  </div>
3344
3344
  `:K.nothing}
3345
- ${(0,Dr.repeat)(this.facets,e=>e.key,e=>{let r=Zn(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`
3345
+ ${(0,Dr.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`
3346
3346
  <ft-filter
3347
3347
  class="${n?"ft-search-bar--hierarchical-filter":""}"
3348
3348
  part="filters filter filter-${i}"
@@ -3361,14 +3361,14 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
3361
3361
  ></ft-filter>
3362
3362
  `})}
3363
3363
  </ft-snap-scroll>
3364
- `: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 ne.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=>Ur(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&&!ne.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,ne.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,ne.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`
3364
+ `: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 ne.ParametrizedLabelResolver(kd,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=>Ur(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 ea(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(ef)),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&&!ne.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,ne.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,ne.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`
3365
3365
  <div class="ft-search-bar--floating-panel"
3366
3366
  id="ft-search-bar-floating-panel"
3367
3367
  @keyup=${this.onFloatingContainerKeyUp}
3368
3368
  part="floating-panel"
3369
3369
  tabindex="-1">
3370
3370
  ${this.renderDesktopMenu()}
3371
- </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":Rt,"ft-accordion-item":pt,"ft-button":Se,"ft-chip":ye,"ft-filter":Z,"ft-filter-option":et,"ft-icon":le,"ft-ripple":H,"ft-select":Q,"ft-select-option":Lt,"ft-size-watcher":qe,"ft-skeleton":oo,"ft-snap-scroll":ge,"ft-tooltip":ae,"ft-typography":q,"ft-radio-group":Ue,"ft-radio":Oe};B.styles=[Vo,ne.noTextInputDefaultClearButton,xc,vc,At.styles,Nt.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,ne.jsonProperty)({})],B.prototype,"labels",void 0);U([(0,ne.jsonProperty)([])],B.prototype,"displayedFilters",void 0);U([(0,ne.jsonProperty)([])],B.prototype,"presets",void 0);U([(0,G.property)({type:String,reflect:!0})],B.prototype,"selectedPreset",void 0);U([(0,ne.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);})();
3371
+ </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":Rt,"ft-accordion-item":pt,"ft-button":Se,"ft-chip":ye,"ft-filter":Z,"ft-filter-option":et,"ft-icon":le,"ft-ripple":H,"ft-select":Q,"ft-select-option":Lt,"ft-size-watcher":qe,"ft-skeleton":oo,"ft-snap-scroll":ge,"ft-tooltip":ae,"ft-typography":q,"ft-radio-group":Ue,"ft-radio":Oe};B.styles=[Vo,ne.noTextInputDefaultClearButton,vc,Sc,At.styles,Nt.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,ne.jsonProperty)({})],B.prototype,"labels",void 0);U([(0,ne.jsonProperty)([])],B.prototype,"displayedFilters",void 0);U([(0,ne.jsonProperty)([])],B.prototype,"presets",void 0);U([(0,G.property)({type:String,reflect:!0})],B.prototype,"selectedPreset",void 0);U([(0,ne.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,Rd.customElement)("ft-search-bar")(B);})();
3372
3372
  /*! Bundled license information:
3373
3373
 
3374
3374
  lit-html/lit-html.js: