@fluid-topics/ft-tree-selector 1.3.59 → 1.3.62
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.
- package/build/ft-tree-selector.light.js +995 -411
- package/build/ft-tree-selector.min.js +1044 -460
- package/package.json +4 -4
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
2
|
-
`)===0?K.substr(1,K.length):K}).forEach(function(K){var X=K.split(":"),z=X.shift().trim();if(z){var go=X.join(":").trim();try{S.append(z,go)}catch(Un){console.warn("Response "+Un.message)}}}),S}_.call(E.prototype);function j(m,S){if(!(this instanceof j))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(S||(S={}),this.type="default",this.status=S.status===void 0?200:S.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=S.statusText===void 0?"":""+S.statusText,this.headers=new f(S.headers),this.url=S.url||"",this._initBody(m)}_.call(j.prototype),j.prototype.clone=function(){return new j(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new f(this.headers),url:this.url})},j.error=function(){var m=new j(null,{status:200,statusText:""});return m.ok=!1,m.status=0,m.type="error",m};var W=[301,302,303,307,308];j.redirect=function(m,S){if(W.indexOf(S)===-1)throw new RangeError("Invalid status code");return new j(null,{status:S,headers:{location:m}})},o.DOMException=n.DOMException;try{new o.DOMException}catch{o.DOMException=function(S,I){this.message=S,this.name=I;var K=Error(S);this.stack=K.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function B(m,S){return new Promise(function(I,K){var X=new E(m,S);if(X.signal&&X.signal.aborted)return K(new o.DOMException("Aborted","AbortError"));var z=new XMLHttpRequest;function go(){z.abort()}z.onload=function(){var de={statusText:z.statusText,headers:$(z.getAllResponseHeaders()||"")};X.url.indexOf("file://")===0&&(z.status<200||z.status>599)?de.status=200:de.status=z.status,de.url="responseURL"in z?z.responseURL:de.headers.get("X-Request-URL");var At="response"in z?z.response:z.responseText;setTimeout(function(){I(new j(At,de))},0)},z.onerror=function(){setTimeout(function(){K(new TypeError("Network request failed"))},0)},z.ontimeout=function(){setTimeout(function(){K(new TypeError("Network request timed out"))},0)},z.onabort=function(){setTimeout(function(){K(new o.DOMException("Aborted","AbortError"))},0)};function Un(de){try{return de===""&&n.location.href?n.location.href:de}catch{return de}}if(z.open(X.method,Un(X.url),!0),X.credentials==="include"?z.withCredentials=!0:X.credentials==="omit"&&(z.withCredentials=!1),"responseType"in z&&(a.blob?z.responseType="blob":a.arrayBuffer&&(z.responseType="arraybuffer")),S&&typeof S.headers=="object"&&!(S.headers instanceof f||n.Headers&&S.headers instanceof n.Headers)){var ls=[];Object.getOwnPropertyNames(S.headers).forEach(function(de){ls.push(d(de)),z.setRequestHeader(de,u(S.headers[de]))}),X.headers.forEach(function(de,At){ls.indexOf(At)===-1&&z.setRequestHeader(At,de)})}else X.headers.forEach(function(de,At){z.setRequestHeader(At,de)});X.signal&&(X.signal.addEventListener("abort",go),z.onreadystatechange=function(){z.readyState===4&&X.signal.removeEventListener("abort",go)}),z.send(typeof X._bodyInit>"u"?null:X._bodyInit)})}return B.polyfill=!0,n.fetch||(n.fetch=B,n.Headers=f,n.Request=E,n.Response=j),o.Headers=f,o.Request=E,o.Response=j,o.fetch=B,o}({})})(Sn);Sn.fetch.ponyfill=!0;delete Sn.fetch.polyfill;var gr=vn.fetch?vn:Sn;St=gr.fetch;St.default=gr.fetch;St.fetch=gr.fetch;St.Headers=gr.Headers;St.Request=gr.Request;St.Response=gr.Response;Wl.exports=St});if(!ShadowRoot.prototype.createElement){let t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,n=window.customElements,a=new WeakMap,i=new WeakMap,s=new WeakMap,l=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(O,v){if(O=O.toLowerCase(),this._getDefinition(O)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${O}" has already been used with this registry`);if(this._definitionsByClass.get(v)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let E=v.prototype.attributeChangedCallback,k=new Set(v.observedAttributes||[]);y(v,k,E);let $={elementClass:v,connectedCallback:v.prototype.connectedCallback,disconnectedCallback:v.prototype.disconnectedCallback,adoptedCallback:v.prototype.adoptedCallback,attributeChangedCallback:E,formAssociated:v.formAssociated,formAssociatedCallback:v.prototype.formAssociatedCallback,formDisabledCallback:v.prototype.formDisabledCallback,formResetCallback:v.prototype.formResetCallback,formStateRestoreCallback:v.prototype.formStateRestoreCallback,observedAttributes:k};this._definitionsByTag.set(O,$),this._definitionsByClass.set(v,$);let j=o.call(n,O);j||(j=f(O),e.call(n,O,j)),this===window.customElements&&(s.set(v,$),$.standInClass=j);let W=this._awaitingUpgrade.get(O);if(W){this._awaitingUpgrade.delete(O);for(let m of W)i.delete(m),b(m,$,!0)}let B=this._whenDefinedPromises.get(O);return B!==void 0&&(B.resolve(v),this._whenDefinedPromises.delete(O)),v}upgrade(){R.push(this),n.upgrade.apply(n,arguments),R.pop()}get(O){return this._definitionsByTag.get(O)?.elementClass}_getDefinition(O){return this._definitionsByTag.get(O)}whenDefined(O){let v=this._getDefinition(O);if(v!==void 0)return Promise.resolve(v.elementClass);let E=this._whenDefinedPromises.get(O);return E===void 0&&(E={},E.promise=new Promise(k=>E.resolve=k),this._whenDefinedPromises.set(O,E)),E.promise}_upgradeWhenDefined(O,v,E){let k=this._awaitingUpgrade.get(v);k||this._awaitingUpgrade.set(v,k=new Set),E?k.add(O):k.delete(O)}};let d;window.HTMLElement=function(){let v=d;if(v)return d=void 0,v;let E=s.get(this.constructor);if(!E)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return v=Reflect.construct(t,[],E.standInClass),Object.setPrototypeOf(v,this.constructor.prototype),a.set(v,E),v},window.HTMLElement.prototype=t.prototype;let u=O=>O===document||O instanceof ShadowRoot,h=O=>{let v=O.getRootNode();if(!u(v)){let E=R[R.length-1];if(E instanceof CustomElementRegistry)return E;v=E.getRootNode(),u(v)||(v=l.get(v)?.getRootNode()||document)}return v.customElements},f=O=>class{static get formAssociated(){return!0}constructor(){let E=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(E,HTMLElement.prototype);let k=h(E)||window.customElements,$=k._getDefinition(O);return $?b(E,$):i.set(E,k),E}connectedCallback(){let E=a.get(this);E?E.connectedCallback&&E.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!0)}disconnectedCallback(){let E=a.get(this);E?E.disconnectedCallback&&E.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let E=a.get(this);E&&E.formAssociated&&E?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let E=a.get(this);E?.formAssociated&&E?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let E=a.get(this);E?.formAssociated&&E?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let E=a.get(this);E?.formAssociated&&E?.formStateRestoreCallback?.apply(this,arguments)}},y=(O,v,E)=>{if(v.size===0||E===void 0)return;let k=O.prototype.setAttribute;k&&(O.prototype.setAttribute=function(W,B){let m=W.toLowerCase();if(v.has(m)){let S=this.getAttribute(m);k.call(this,m,B),E.call(this,m,S,B)}else k.call(this,m,B)});let $=O.prototype.removeAttribute;$&&(O.prototype.removeAttribute=function(W){let B=W.toLowerCase();if(v.has(B)){let m=this.getAttribute(B);$.call(this,B),E.call(this,B,m,null)}else $.call(this,B)});let j=O.prototype.toggleAttribute;j&&(O.prototype.toggleAttribute=function(W,B){let m=W.toLowerCase();if(v.has(m)){let S=this.getAttribute(m);j.call(this,m,B);let I=this.getAttribute(m);E.call(this,m,S,I)}else j.call(this,m,B)})},x=O=>{let v=Object.getPrototypeOf(O);if(v!==window.HTMLElement)return v===t?Object.setPrototypeOf(O,window.HTMLElement):x(v)},b=(O,v,E=!1)=>{Object.setPrototypeOf(O,v.elementClass.prototype),a.set(O,v),d=O;try{new v.elementClass}catch{x(v.elementClass),new v.elementClass}v.attributeChangedCallback&&v.observedAttributes.forEach(k=>{O.hasAttribute(k)&&v.attributeChangedCallback.call(O,k,null,O.getAttribute(k))}),E&&v.connectedCallback&&O.isConnected&&v.connectedCallback.call(O)},w=Element.prototype.attachShadow;Element.prototype.attachShadow=function(O){let v=w.apply(this,arguments);return O.customElements&&(v.customElements=O.customElements),v};let R=[document],T=(O,v,E=void 0)=>{let k=(E?Object.getPrototypeOf(E):O.prototype)[v];O.prototype[v]=function(){R.push(this);let $=k.apply(E||this,arguments);return $!==void 0&&l.set($,this),R.pop(),$}};T(ShadowRoot,"createElement",document),T(ShadowRoot,"importNode",document),T(Element,"insertAdjacentHTML");let _=(O,v)=>{let E=Object.getOwnPropertyDescriptor(O.prototype,v);Object.defineProperty(O.prototype,v,{...E,set(k){R.push(this),E.set.call(this,k),R.pop()}})};if(_(Element,"innerHTML"),_(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let O=new WeakMap,v=HTMLElement.prototype.attachInternals,E=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...W){let B=v.call(this,...W);return O.set(B,this),B},E.forEach(W=>{let B=window.ElementInternals.prototype,m=B[W];B[W]=function(...S){let I=O.get(this);if(a.get(I).formAssociated===!0)return m?.call(this,...S);throw new DOMException(`Failed to execute ${m} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class k extends Array{constructor(B){super(...B),this._elements=B}get value(){return this._elements.find(B=>B.checked===!0)?.value||""}}class ${constructor(B){let m=new Map;B.forEach((S,I)=>{let K=S.getAttribute("name"),X=m.get(K)||[];this[+I]=S,X.push(S),m.set(K,X)}),this.length=B.length,m.forEach((S,I)=>{S&&(S.length===1?this[I]=S[0]:this[I]=new k(S))})}namedItem(B){return this[B]}}let j=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let W=j.get.call(this,[]),B=[];for(let m of W){let S=a.get(m);(!S||S.formAssociated===!0)&&B.push(m)}return new $(B)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(o,n,a)=>{if(n!==null)try{e.bind(window.customElements)(o,n,a)}catch(i){console.info(o,n,a,i)}}}var Qn={};V(Qn,{CSSResult:()=>Jt,LitElement:()=>rt,ReactiveElement:()=>ze,_$LE:()=>Ud,_$LH:()=>Yn,adoptStyles:()=>Br,css:()=>D,defaultConverter:()=>Qt,getCompatibleStyle:()=>xo,html:()=>F,isServer:()=>Bf,mathml:()=>qn,noChange:()=>fe,notEqual:()=>Ur,nothing:()=>H,render:()=>Xn,supportsAdoptingStyleSheets:()=>Mr,svg:()=>Zn,unsafeCSS:()=>Me});var bo=globalThis,Mr=bo.ShadowRoot&&(bo.ShadyCSS===void 0||bo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Hn=Symbol(),cs=new WeakMap,Jt=class{constructor(e,o,n){if(this._$cssResult$=!0,n!==Hn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=o}get styleSheet(){let e=this.o,o=this.t;if(Mr&&e===void 0){let n=o!==void 0&&o.length===1;n&&(e=cs.get(o)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&cs.set(o,e))}return e}toString(){return this.cssText}},Me=t=>new Jt(typeof t=="string"?t:t+"",void 0,Hn),D=(t,...e)=>{let o=t.length===1?t[0]:e.reduce((n,a,i)=>n+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(a)+t[i+1],t[0]);return new Jt(o,t,Hn)},Br=(t,e)=>{if(Mr)t.adoptedStyleSheets=e.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of e){let n=document.createElement("style"),a=bo.litNonce;a!==void 0&&n.setAttribute("nonce",a),n.textContent=o.cssText,t.appendChild(n)}},xo=Mr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let o="";for(let n of e.cssRules)o+=n.cssText;return Me(o)})(t):t;var{is:Td,defineProperty:Ld,getOwnPropertyDescriptor:Nd,getOwnPropertyNames:_d,getOwnPropertySymbols:Id,getPrototypeOf:Pd}=Object,vo=globalThis,ds=vo.trustedTypes,kd=ds?ds.emptyScript:"",Dd=vo.reactiveElementPolyfillSupport,$r=(t,e)=>t,Qt={toAttribute(t,e){switch(e){case Boolean:t=t?kd:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=t!==null;break;case Number:o=t===null?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch{o=null}}return o}},Ur=(t,e)=>!Td(t,e),ps={attribute:!0,type:String,converter:Qt,reflect:!1,useDefault:!1,hasChanged:Ur};Symbol.metadata??=Symbol("metadata"),vo.litPropertyMetadata??=new WeakMap;var ze=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,o=ps){if(o.state&&(o.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((o=Object.create(o)).wrapped=!0),this.elementProperties.set(e,o),!o.noAccessor){let n=Symbol(),a=this.getPropertyDescriptor(e,n,o);a!==void 0&&Ld(this.prototype,e,a)}}static getPropertyDescriptor(e,o,n){let{get:a,set:i}=Nd(this.prototype,e)??{get(){return this[o]},set(s){this[o]=s}};return{get:a,set(s){let l=a?.call(this);i?.call(this,s),this.requestUpdate(e,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??ps}static _$Ei(){if(this.hasOwnProperty($r("elementProperties")))return;let e=Pd(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty($r("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty($r("properties"))){let o=this.properties,n=[..._d(o),...Id(o)];for(let a of n)this.createProperty(a,o[a])}let e=this[Symbol.metadata];if(e!==null){let o=litPropertyMetadata.get(e);if(o!==void 0)for(let[n,a]of o)this.elementProperties.set(n,a)}this._$Eh=new Map;for(let[o,n]of this.elementProperties){let a=this._$Eu(o,n);a!==void 0&&this._$Eh.set(a,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let o=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let a of n)o.unshift(xo(a))}else e!==void 0&&o.push(xo(e));return o}static _$Eu(e,o){let n=o.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){let e=new Map,o=this.constructor.elementProperties;for(let n of o.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Br(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,o,n){this._$AK(e,n)}_$ET(e,o){let n=this.constructor.elementProperties.get(e),a=this.constructor._$Eu(e,n);if(a!==void 0&&n.reflect===!0){let i=(n.converter?.toAttribute!==void 0?n.converter:Qt).toAttribute(o,n.type);this._$Em=e,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(e,o){let n=this.constructor,a=n._$Eh.get(e);if(a!==void 0&&this._$Em!==a){let i=n.getPropertyOptions(a),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:Qt;this._$Em=a,this[a]=s.fromAttribute(o,i.type)??this._$Ej?.get(a)??null,this._$Em=null}}requestUpdate(e,o,n){if(e!==void 0){let a=this.constructor,i=this[e];if(n??=a.getPropertyOptions(e),!((n.hasChanged??Ur)(i,o)||n.useDefault&&n.reflect&&i===this._$Ej?.get(e)&&!this.hasAttribute(a._$Eu(e,n))))return;this.C(e,o,n)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,o,{useDefault:n,reflect:a,wrapped:i},s){n&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,s??o??this[e]),i!==!0||s!==void 0)||(this._$AL.has(e)||(this.hasUpdated||n||(o=void 0),this._$AL.set(e,o)),a===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(o){Promise.reject(o)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[a,i]of n){let{wrapped:s}=i,l=this[a];s!==!0||this._$AL.has(a)||l===void 0||this.C(a,void 0,i,l)}}let e=!1,o=this._$AL;try{e=this.shouldUpdate(o),e?(this.willUpdate(o),this._$EO?.forEach(n=>n.hostUpdate?.()),this.update(o)):this._$EM()}catch(n){throw e=!1,this._$EM(),n}e&&this._$AE(o)}willUpdate(e){}_$AE(e){this._$EO?.forEach(o=>o.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach(o=>this._$ET(o,this[o])),this._$EM()}updated(e){}firstUpdated(e){}};ze.elementStyles=[],ze.shadowRootOptions={mode:"open"},ze[$r("elementProperties")]=new Map,ze[$r("finalized")]=new Map,Dd?.({ReactiveElement:ze}),(vo.reactiveElementVersions??=[]).push("2.1.0");var zn=globalThis,So=zn.trustedTypes,us=So?So.createPolicy("lit-html",{createHTML:t=>t}):void 0,Gn="$lit$",tt=`lit$${Math.random().toFixed(9).slice(2)}$`,jn="?"+tt,Md=`<${jn}>`,Tt=document,Hr=()=>Tt.createComment(""),Wr=t=>t===null||typeof t!="object"&&typeof t!="function",Vn=Array.isArray,bs=t=>Vn(t)||typeof t?.[Symbol.iterator]=="function",Wn=`[
|
|
3
|
-
\f\r]`,
|
|
4
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),ys=/'/g,ms=/"/g,xs=/^(?:script|style|textarea|title)$/i,Kn=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),F=Kn(1),Zn=Kn(2),qn=Kn(3),fe=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),gs=new WeakMap,Rt=Tt.createTreeWalker(Tt,129);function vs(t,e){if(!Vn(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return us!==void 0?us.createHTML(e):e}var Ss=(t,e)=>{let o=t.length-1,n=[],a,i=e===2?"<svg>":e===3?"<math>":"",s=Fr;for(let l=0;l<o;l++){let d=t[l],u,h,f=-1,y=0;for(;y<d.length&&(s.lastIndex=y,h=s.exec(d),h!==null);)y=s.lastIndex,s===Fr?h[1]==="!--"?s=fs:h[1]!==void 0?s=hs:h[2]!==void 0?(xs.test(h[2])&&(a=RegExp("</"+h[2],"g")),s=wt):h[3]!==void 0&&(s=wt):s===wt?h[0]===">"?(s=a??Fr,f=-1):h[1]===void 0?f=-2:(f=s.lastIndex-h[2].length,u=h[1],s=h[3]===void 0?wt:h[3]==='"'?ms:ys):s===ms||s===ys?s=wt:s===fs||s===hs?s=Fr:(s=wt,a=void 0);let x=s===wt&&t[l+1].startsWith("/>")?" ":"";i+=s===Fr?d+Md:f>=0?(n.push(u),d.slice(0,f)+Gn+d.slice(f)+tt+x):d+tt+(f===-2?l:x)}return[vs(t,i+(t[o]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]},zr=class t{constructor({strings:e,_$litType$:o},n){let a;this.parts=[];let i=0,s=0,l=e.length-1,d=this.parts,[u,h]=Ss(e,o);if(this.el=t.createElement(u,n),Rt.currentNode=this.el.content,o===2||o===3){let f=this.el.content.firstChild;f.replaceWith(...f.childNodes)}for(;(a=Rt.nextNode())!==null&&d.length<l;){if(a.nodeType===1){if(a.hasAttributes())for(let f of a.getAttributeNames())if(f.endsWith(Gn)){let y=h[s++],x=a.getAttribute(f).split(tt),b=/([.?@])?(.*)/.exec(y);d.push({type:1,index:i,name:b[2],strings:x,ctor:b[1]==="."?Oo:b[1]==="?"?Eo:b[1]==="@"?Ao:Nt}),a.removeAttribute(f)}else f.startsWith(tt)&&(d.push({type:6,index:i}),a.removeAttribute(f));if(xs.test(a.tagName)){let f=a.textContent.split(tt),y=f.length-1;if(y>0){a.textContent=So?So.emptyScript:"";for(let x=0;x<y;x++)a.append(f[x],Hr()),Rt.nextNode(),d.push({type:2,index:++i});a.append(f[y],Hr())}}}else if(a.nodeType===8)if(a.data===jn)d.push({type:2,index:i});else{let f=-1;for(;(f=a.data.indexOf(tt,f+1))!==-1;)d.push({type:7,index:i}),f+=tt.length-1}i++}}static createElement(e,o){let n=Tt.createElement("template");return n.innerHTML=e,n}};function Lt(t,e,o=t,n){if(e===fe)return e;let a=n!==void 0?o._$Co?.[n]:o._$Cl,i=Wr(e)?void 0:e._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(t),a._$AT(t,o,n)),n!==void 0?(o._$Co??=[])[n]=a:o._$Cl=a),a!==void 0&&(e=Lt(t,a._$AS(t,e.values),a,n)),e}var Co=class{constructor(e,o){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:o},parts:n}=this._$AD,a=(e?.creationScope??Tt).importNode(o,!0);Rt.currentNode=a;let i=Rt.nextNode(),s=0,l=0,d=n[0];for(;d!==void 0;){if(s===d.index){let u;d.type===2?u=new er(i,i.nextSibling,this,e):d.type===1?u=new d.ctor(i,d.name,d.strings,this,e):d.type===6&&(u=new wo(i,this,e)),this._$AV.push(u),d=n[++l]}s!==d?.index&&(i=Rt.nextNode(),s++)}return Rt.currentNode=Tt,a}p(e){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,o),o+=n.strings.length-2):n._$AI(e[o])),o++}},er=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,o,n,a){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=e,this._$AB=o,this._$AM=n,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,o=this._$AM;return o!==void 0&&e?.nodeType===11&&(e=o.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,o=this){e=Lt(this,e,o),Wr(e)?e===H||e==null||e===""?(this._$AH!==H&&this._$AR(),this._$AH=H):e!==this._$AH&&e!==fe&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):bs(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!==H&&Wr(this._$AH)?this._$AA.nextSibling.data=e:this.T(Tt.createTextNode(e)),this._$AH=e}$(e){let{values:o,_$litType$:n}=e,a=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=zr.createElement(vs(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===a)this._$AH.p(o);else{let i=new Co(a,this),s=i.u(this.options);i.p(o),this.T(s),this._$AH=i}}_$AC(e){let o=gs.get(e.strings);return o===void 0&&gs.set(e.strings,o=new zr(e)),o}k(e){Vn(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,a=0;for(let i of e)a===o.length?o.push(n=new t(this.O(Hr()),this.O(Hr()),this,this.options)):n=o[a],n._$AI(i),a++;a<o.length&&(this._$AR(n&&n._$AB.nextSibling,a),o.length=a)}_$AR(e=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Nt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,o,n,a,i){this.type=1,this._$AH=H,this._$AN=void 0,this.element=e,this.name=o,this._$AM=a,this.options=i,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=H}_$AI(e,o=this,n,a){let i=this.strings,s=!1;if(i===void 0)e=Lt(this,e,o,0),s=!Wr(e)||e!==this._$AH&&e!==fe,s&&(this._$AH=e);else{let l=e,d,u;for(e=i[0],d=0;d<i.length-1;d++)u=Lt(this,l[n+d],o,d),u===fe&&(u=this._$AH[d]),s||=!Wr(u)||u!==this._$AH[d],u===H?e=H:e!==H&&(e+=(u??"")+i[d+1]),this._$AH[d]=u}s&&!a&&this.j(e)}j(e){e===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Oo=class extends Nt{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===H?void 0:e}},Eo=class extends Nt{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==H)}},Ao=class extends Nt{constructor(e,o,n,a,i){super(e,o,n,a,i),this.type=5}_$AI(e,o=this){if((e=Lt(this,e,o,0)??H)===fe)return;let n=this._$AH,a=e===H&&n!==H||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,i=e!==H&&(n===H||a);a&&this.element.removeEventListener(this.name,this,n),i&&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)}},wo=class{constructor(e,o,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Lt(this,e)}},Yn={M:Gn,P:tt,A:jn,C:1,L:Ss,R:Co,D:bs,V:Lt,I:er,H:Nt,N:Eo,U:Ao,B:Oo,F:wo},Bd=zn.litHtmlPolyfillSupport;Bd?.(zr,er),(zn.litHtmlVersions??=[]).push("3.3.0");var Xn=(t,e,o)=>{let n=o?.renderBefore??e,a=n._$litPart$;if(a===void 0){let i=o?.renderBefore??null;n._$litPart$=a=new er(e.insertBefore(Hr(),i),i,void 0,o??{})}return a._$AI(t),a};var Jn=globalThis,rt=class extends ze{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Xn(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return fe}};rt._$litElement$=!0,rt.finalized=!0,Jn.litElementHydrateSupport?.({LitElement:rt});var $d=Jn.litElementPolyfillSupport;$d?.({LitElement:rt});var Ud={_$AK:(t,e,o)=>{t._$AK(e,o)},_$AL:t=>t._$AL};(Jn.litElementVersions??=[]).push("4.2.0");var Bf=!1;var ra={};V(ra,{customElement:()=>Fd,eventOptions:()=>Wd,property:()=>C,query:()=>ce,queryAll:()=>ea,queryAssignedElements:()=>jd,queryAssignedNodes:()=>ta,queryAsync:()=>Gd,standardProperty:()=>Cs,state:()=>q});var Fd=t=>(e,o)=>{o!==void 0?o.addInitializer(()=>{customElements.define(t,e)}):customElements.define(t,e)};var Hd={attribute:!0,type:String,converter:Qt,reflect:!1,hasChanged:Ur},Cs=(t=Hd,e,o)=>{let{kind:n,metadata:a}=o,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),n==="setter"&&((t=Object.create(t)).wrapped=!0),i.set(o.name,t),n==="accessor"){let{name:s}=o;return{set(l){let d=e.get.call(this);e.set.call(this,l),this.requestUpdate(s,d,t)},init(l){return l!==void 0&&this.C(s,void 0,t,l),l}}}if(n==="setter"){let{name:s}=o;return function(l){let d=this[s];e.call(this,l),this.requestUpdate(s,d,t)}}throw Error("Unsupported decorator location: "+n)};function C(t){return(e,o)=>typeof o=="object"?Cs(t,e,o):((n,a,i)=>{let s=a.hasOwnProperty(i);return a.constructor.createProperty(i,n),s?Object.getOwnPropertyDescriptor(a,i):void 0})(t,e,o)}function q(t){return C({...t,state:!0,attribute:!1})}function Wd(t){return(e,o)=>{let n=typeof e=="function"?e:e[o];Object.assign(n,t)}}var Be=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,o),o);function ce(t,e){return(o,n,a)=>{let i=s=>s.renderRoot?.querySelector(t)??null;if(e){let{get:s,set:l}=typeof n=="object"?o:a??(()=>{let d=Symbol();return{get(){return this[d]},set(u){this[d]=u}}})();return Be(o,n,{get(){let d=s.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&l.call(this,d)),d}})}return Be(o,n,{get(){return i(this)}})}}var zd;function ea(t){return(e,o)=>Be(e,o,{get(){return(this.renderRoot??(zd??=document.createDocumentFragment())).querySelectorAll(t)}})}function Gd(t){return(e,o)=>Be(e,o,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function jd(t){return(e,o)=>{let{slot:n,selector:a}=t??{},i="slot"+(n?`[name=${n}]`:":not([name])");return Be(e,o,{get(){let s=this.renderRoot?.querySelector(i),l=s?.assignedElements(t)??[];return a===void 0?l:l.filter(d=>d.matches(a))}})}}function ta(t){return(e,o)=>{let{slot:n}=t??{},a="slot"+(n?`[name=${n}]`:":not([name])");return Be(e,o,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(t)??[]}})}}var oa={};V(oa,{repeat:()=>_t});var Ge={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},$e=t=>(...e)=>({_$litDirective$:t,values:e}),Le=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,o,n){this._$Ct=e,this._$AM=o,this._$Ci=n}_$AS(e,o){return this.update(e,o)}update(e,o){return this.render(...o)}};var{I:Vd}=Yn;var Es=t=>t.strings===void 0,Os=()=>document.createComment(""),tr=(t,e,o)=>{let n=t._$AA.parentNode,a=e===void 0?t._$AB:e._$AA;if(o===void 0){let i=n.insertBefore(Os(),a),s=n.insertBefore(Os(),a);o=new Vd(i,s,t,t.options)}else{let i=o._$AB.nextSibling,s=o._$AM,l=s!==t;if(l){let d;o._$AQ?.(t),o._$AM=t,o._$AP!==void 0&&(d=t._$AU)!==s._$AU&&o._$AP(d)}if(i!==a||l){let d=o._$AA;for(;d!==i;){let u=d.nextSibling;n.insertBefore(d,a),d=u}}}return o},pt=(t,e,o=t)=>(t._$AI(e,o),t),Kd={},As=(t,e=Kd)=>t._$AH=e,ws=t=>t._$AH,Ro=t=>{t._$AP?.(!1,!0);let e=t._$AA,o=t._$AB.nextSibling;for(;e!==o;){let n=e.nextSibling;e.remove(),e=n}};var Rs=(t,e,o)=>{let n=new Map;for(let a=e;a<=o;a++)n.set(t[a],a);return n},_t=$e(class extends Le{constructor(t){if(super(t),t.type!==Ge.CHILD)throw Error("repeat() can only be used in text expressions")}dt(t,e,o){let n;o===void 0?o=e:e!==void 0&&(n=e);let a=[],i=[],s=0;for(let l of t)a[s]=n?n(l,s):s,i[s]=o(l,s),s++;return{values:i,keys:a}}render(t,e,o){return this.dt(t,e,o).values}update(t,[e,o,n]){let a=ws(t),{values:i,keys:s}=this.dt(e,o,n);if(!Array.isArray(a))return this.ut=s,i;let l=this.ut??=[],d=[],u,h,f=0,y=a.length-1,x=0,b=i.length-1;for(;f<=y&&x<=b;)if(a[f]===null)f++;else if(a[y]===null)y--;else if(l[f]===s[x])d[x]=pt(a[f],i[x]),f++,x++;else if(l[y]===s[b])d[b]=pt(a[y],i[b]),y--,b--;else if(l[f]===s[b])d[b]=pt(a[f],i[b]),tr(t,d[b+1],a[f]),f++,b--;else if(l[y]===s[x])d[x]=pt(a[y],i[x]),tr(t,a[f],a[y]),y--,x++;else if(u===void 0&&(u=Rs(s,x,b),h=Rs(l,f,y)),u.has(l[f]))if(u.has(l[y])){let w=h.get(s[x]),R=w!==void 0?a[w]:null;if(R===null){let T=tr(t,a[f]);pt(T,i[x]),d[x]=T}else d[x]=pt(R,i[x]),tr(t,a[f],R),a[w]=null;x++}else Ro(a[y]),y--;else Ro(a[f]),f++;for(;x<=b;){let w=tr(t,d[b+1]);pt(w,i[x]),d[x++]=w}for(;f<=y;){let w=a[f++];w!==null&&Ro(w)}return this.ut=s,As(t,d),fe}});var na={};V(na,{classMap:()=>je});var je=$e(class extends Le{constructor(t){if(super(t),t.type!==Ge.ATTRIBUTE||t.name!=="class"||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(this.st===void 0){this.st=new Set,t.strings!==void 0&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in e)e[n]&&!this.nt?.has(n)&&this.st.add(n);return this.render(e)}let o=t.element.classList;for(let n of this.st)n in e||(o.remove(n),this.st.delete(n));for(let n in e){let a=!!e[n];a===this.st.has(n)||this.nt?.has(n)||(a?(o.add(n),this.st.add(n)):(o.remove(n),this.st.delete(n)))}return fe}});var aa={};V(aa,{styleMap:()=>qd});var Ts="important",Zd=" !"+Ts,qd=$e(class extends Le{constructor(t){if(super(t),t.type!==Ge.ATTRIBUTE||t.name!=="style"||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,o)=>{let n=t[o];return n==null?e:e+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(t,[e]){let{style:o}=t.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(e)),this.render(e);for(let n of this.ft)e[n]==null&&(this.ft.delete(n),n.includes("-")?o.removeProperty(n):o[n]=null);for(let n in e){let a=e[n];if(a!=null){this.ft.add(n);let i=typeof a=="string"&&a.endsWith(Zd);n.includes("-")||i?o.setProperty(n,i?a.slice(0,-11):a,i?Ts:""):o[n]=a}}return fe}});var sa={};V(sa,{UnsafeHTMLDirective:()=>rr,unsafeHTML:()=>ia});var rr=class extends Le{constructor(e){if(super(e),this.it=H,e.type!==Ge.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===H||e==null)return this._t=void 0,this.it=e;if(e===fe)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;let o=[e];return o.raw=o,this._t={_$litType$:this.constructor.resultType,strings:o,values:[]}}};rr.directiveName="unsafeHTML",rr.resultType=1;var ia=$e(rr);var ma={};V(ma,{CacheRegistry:()=>Ve,ClearCacheEvent:()=>Zr});var ca={};V(ca,{CancelablePromise:()=>To,CanceledPromiseError:()=>It,cancelable:()=>la});var It=class extends Error{constructor(e,o,n){super(e),this.canceledPromiseResult=o,this.canceledPromiseError=n}},To=class extends Promise{constructor(e){super((o,n)=>e(a=>{this.isCanceled?n(new It("Promise has been canceled",a)):o(a)},a=>{this.isCanceled?n(new It("Promise has been canceled",void 0,a)):n(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},la=t=>new To((e,o)=>t.then(e).catch(o));var ya={};V(ya,{FtNotificationEvent:()=>Kr,PostResizeEvent:()=>ha,PreResizeEvent:()=>fa,WithEventBus:()=>ot,withEventBus:()=>_o});var ua={};V(ua,{applyMixinOnce:()=>pe,dateReviver:()=>Jd,deepCopy:()=>Pt,deepEqual:()=>Se,delay:()=>Lo,eventPathContainsMatchingElement:()=>da,everyDeep:()=>Xd,flatDeep:()=>Gr,forEachDeep:()=>jr,getComposedPathTo:()=>pa,hasChanged:()=>Ne,last:()=>ep,minmax:()=>Vr,parseDate:()=>_s,randomId:()=>tp,someDeep:()=>Ns,unslotText:()=>No,waitFor:()=>Ls,waitUntil:()=>Yd});var Lo=t=>new Promise(e=>setTimeout(e,t));async function Yd(t,e=10,o=2e4){await Ls(async()=>await t()||void 0,e,o)}async function Ls(t,e=10,o=2e4){let n=await t(),a,i;for(a=i=performance.now();n==null&&(!o||i-a<o);)await Lo(e),n=await t(),i=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function Gr(t,e){return t.flatMap(o=>[o,...Gr(e(o),e)])}function jr(t,e,o){let n=(a,i)=>{var s;for(let l=0;l<a.length;l++){let d=a[l];if(!(((s=o(d,l,a,i))!==null&&s!==void 0?s:!0)&&n(e(d),[...i,d])))return!1}return!0};n(t,[])}function Ns(t,e,o){let n=!1;return jr(t,e,(a,i,s,l)=>(n=!!o(a,i,s,l),!n)),n}function Xd(t,e,o){return!Ns(t,e,(n,a,i,s)=>!o(n,a,i,s))}function Jd(...t){return(e,o)=>t.includes(e)?_s(o):o}function _s(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,o,n,a)=>o+n+":"+a),new Date(t)}function Qd(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;let o,n,a;if(Array.isArray(t)){if(o=t.length,o!=e.length)return!1;for(n=o;n--!==0;)if(!Se(t[n],e[n]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;for(n of t.entries())if(!Se(n[1],e.get(n[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();let i=s=>Object.keys(s).filter(l=>s[l]!=null);if(a=i(t),o=a.length,o!==i(e).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,a[n]))return!1;for(n=o;n--!==0;){let s=a[n];if(!Se(t[s],e[s]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function Se(t,e){try{return Qd(t,e)}catch{return!1}}function Ne(t,e){return!Se(t,e)}function da(t,e,o=window.document.body){if(e.length>0){let n=t.composedPath();for(let a of n){if(a===o)return!1;if(a.matches&&e.some(i=>a.matches(i)))return!0}}return!1}function Vr(t,e,o){return Math.min(Math.max(t,e),o)}function ep(t){return t[t.length-1]}function No(t){return t instanceof HTMLSlotElement?t.assignedNodes().map(e=>No(e)).join(""):t?.textContent||""}function pa(t){let e=[],o=n=>{n.stopPropagation(),e=n.composedPath()};return t.addEventListener("get-composed-path",o),t.dispatchEvent(new Event("get-composed-path",{composed:!0})),t.removeEventListener("get-composed-path",o),e}function Pt(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function tp(t,e){return(e??"")+(""+Math.floor(Math.random()*10**t)).padStart(t,"0")}function pe(t,e){let o=n=>n[t]===!0;return n=>{if(o(n))return n;let a=e(n);return a[t]=!0,a}}var Kr=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},fa=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},ha=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}},_o=pe(Symbol("withEventBus"),function(t,e){return class extends t{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(o,n,a){this.eventBus.addEventListener(o,n,a)}dispatchEvent(o){return this.eventBus.dispatchEvent(o)}removeEventListener(o,n,a){this.eventBus.removeEventListener(o,n,a)}}}),ot=class extends _o(Object){};var Zr=class extends CustomEvent{constructor(e){super("clear-cache",{detail:{clearedKeys:e}})}},Ve=class extends ot{constructor(){super(...arguments),this.content={}}register(e,o,n=!1){var a;let i=this.content[e],s=(a=i?.status)!==null&&a!==void 0?a:"REGISTERED";this.content[e]={...i,loader:o,final:n,status:s}}registerFinal(e,o){this.register(e,o,!0)}clearAll(e=!0){return this.clearMatching(()=>!0,e)}clearMatching(e,o=!0){let n=Object.keys(this.content).filter(e).filter(a=>this.clear(a,!1)!=null);return o&&n.length>0&&this.dispatchEvent(new Zr(n)),n}clear(e,o=!0){if(this.content[e]&&!this.content[e].final)return this.forceClear(e),o&&this.dispatchEvent(new Zr([e])),e}forceClear(e){var o;let n=this.content[e];n&&(this.clearClearTimeout(e),(o=n.promise)===null||o===void 0||o.cancel(),this.content[e]={loader:n.loader,final:n.final,status:"REGISTERED"})}clearClearTimeout(e){var o,n,a;((o=this.content[e])===null||o===void 0?void 0:o.clearTimeout)!=null&&(window.clearTimeout((n=this.content[e])===null||n===void 0?void 0:n.clearTimeout),(a=this.content[e])===null||a===void 0||delete a.clearTimeout)}set(e,o,n=!1){this.forceClear(e);let a=async()=>o,i="RESOLVED";this.content[e]={loader:a,final:n,status:i,value:o}}setFinal(e,o){return this.set(e,o,!0)}async get(e,o,n){if(!this.isRegistered(e)){if(!o)throw new Error("Unknown cache key "+e);this.register(e,o)}let a=this.content[e];switch(a.status){case"ERROR":throw a.error;case"LOADING":return a.promise;case"RESOLVED":return a.value;case"REGISTERED":return o=o??a.loader,a.status="LOADING",a.promise=la(o()),a.promise.then(i=>(a.status="RESOLVED",a.value=i,n!=null&&(this.clearClearTimeout(e),a.clearTimeout=window.setTimeout(()=>this.clear(e),n)),i)).catch(i=>{var s;throw!((s=a.promise)===null||s===void 0)&&s.isCanceled||(a.status="ERROR",a.error=i),i})}}isRegistered(e){return this.content[e]!=null}getNow(e){var o;return(o=this.content[e])===null||o===void 0?void 0:o.value}has(e){var o,n;return((o=this.content[e])===null||o===void 0?void 0:o.status)!==void 0&&((n=this.content[e])===null||n===void 0?void 0:n.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(e=>{var o;return((o=this.content[e])===null||o===void 0?void 0:o.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(e=>this.content[e].value)}keys(){return Object.keys(this.content)}};var Sa={};V(Sa,{ClusteringHelper:()=>va,formatHierarchicalValues:()=>xa});var ba={};V(ba,{accessResult:()=>ga,accessResultId:()=>rp,accessResultUrl:()=>op});function ga(t){var e,o,n,a;return(a=(n=(o=(e=t?.map)!==null&&e!==void 0?e:t?.topic)!==null&&o!==void 0?o:t?.document)!==null&&n!==void 0?n:t?.htmlPackage)!==null&&a!==void 0?a:t?.htmlPackagePage}function rp(t){var e,o,n,a,i,s,l,d,u;return(d=(s=(a=(o=(e=t?.map)===null||e===void 0?void 0:e.mapId)!==null&&o!==void 0?o:(n=t?.topic)===null||n===void 0?void 0:n.tocId)!==null&&a!==void 0?a:(i=t?.document)===null||i===void 0?void 0:i.documentId)!==null&&s!==void 0?s:(l=t?.htmlPackage)===null||l===void 0?void 0:l.packageId)!==null&&d!==void 0?d:(u=t?.htmlPackagePage)===null||u===void 0?void 0:u.contentId}function op(t){var e,o,n,a,i,s,l,d,u;return(d=(s=(a=(o=(e=t?.map)===null||e===void 0?void 0:e.readerUrl)!==null&&o!==void 0?o:(n=t?.topic)===null||n===void 0?void 0:n.readerUrl)!==null&&a!==void 0?a:(i=t?.document)===null||i===void 0?void 0:i.viewerUrl)!==null&&s!==void 0?s:(l=t?.htmlPackage)===null||l===void 0?void 0:l.viewerUrl)!==null&&d!==void 0?d:(u=t?.htmlPackagePage)===null||u===void 0?void 0:u.viewerUrl}function xa(t,e){return e&&e>1&&t.length>=e?`... > ${t[t.length-1]}`:t.join(" > ")}var va=class t{constructor(e,o,n,a){this.allResults=e,this.selectedResult=o,this.clusteringMetadata=n,this.metadataDescriptors=a}static extractResultMetadata(e){let o=ga(e.result).metadata;return e.key==null?t.flattenMetadata(o,e.hierarchicalValueTruncatingLevel,e.dateFormatter):t.flattenMetadata(o.find(n=>n.key===e.key),e.hierarchicalValueTruncatingLevel,e.dateFormatter)}static flattenMetadata(e,o,n){if(Array.isArray(e))return e.map(i=>t.flattenMetadata(i,o,n)).filter(i=>i!=null);let a=e?.hierarchicalValues!=null&&e.hierarchicalValues.length>0;if(!(e==null||e.values.length==0&&!a))if(a){let i=[],s=[];return e.hierarchicalValues.forEach(l=>{i.push(xa(l)),s.push(xa(l,o))}),{key:e.key,label:e.label,value:i.join(", "),displayValue:s.join(", "),displayTooltipValue:i.join(", ")}}else{let i=e.values.join(", "),s=e.values.map(l=>n?n(l):l).join(", ");return{key:e.key,label:e.label,value:i,displayValue:s,displayTooltipValue:s}}}computeClustersItemsForMetadata(e,o,n="No value",a,i){var s,l;let d=t.extractResultMetadata({result:this.selectedResult,key:e,dateFormatter:i}),u=(s=d?.label)!==null&&s!==void 0?s:(l=this.getMetadataDescriptor(e))===null||l===void 0?void 0:l.label;return this.allResults.map(f=>t.extractResultMetadata({result:f,key:e,hierarchicalValueTruncatingLevel:a,dateFormatter:i})).map(f=>f??{key:e,label:u,value:void 0,displayValue:n}).filter(f=>f.value!=d?.value).filter((f,y,x)=>x.findIndex(b=>b.value===f.value)===y).map(f=>({result:this.findBestResultForMetadataValue(e,f.value),metadata:f})).sort((f,y)=>this.compareMetadata(f.metadata.value,y.metadata.value,e,o))}compareMetadata(e,o,n,a){if(e==null)return-1;if(o==null)return 1;let i=this.getMetadataDescriptor(n),s=i?.sortRule||"NONE",l=i?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let d=e.localeCompare(o,a,{numeric:!0});return l?d*-1:d}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(o=>e==o.key)}findBestResultForMetadataValue(e,o){let n=this.allResults.filter(d=>{var u;return((u=t.extractResultMetadata({result:d,key:e}))===null||u===void 0?void 0:u.value)==o}),i=[...t.extractResultMetadata({result:this.selectedResult}).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==e)],s,l=-1;for(let d of n){let u=this.countMatchingMetadata(d,i);if(u>l&&(l=u,s=d,u===i.length))break}return s}countMatchingMetadata(e,o){return t.extractResultMetadata({result:e}).filter(n=>o.some(a=>a.key===n.key&&a.value===n.value)).length}};var Ca={};V(Ca,{Debouncer:()=>Ce});var Ce=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,o){return this.callbacks=[e],this.debounce(o)}queue(e,o){return this.callbacks.push(e),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,o;let n=[...this.callbacks];this.callbacks=[];let a=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,i=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(l){a(l);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Oa={};V(Oa,{customElement:()=>oe,dateProperty:()=>ap,isNumber:()=>Is,jsonProperty:()=>_e,numberProperty:()=>Io,optionalNumberProperty:()=>np});var oe=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function _e(t,e){let o=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:Ne,...e??{}})}function np(t){return Io(t)}function Io(t){return C({type:Object,converter:{fromAttribute:e=>{if(e!=null)return Is(e)?+e:void 0},toAttribute:e=>e==null?void 0:""+e},useDefault:!0,...t??{}})}function Is(t){return!isNaN(parseFloat(t))}function ap(t){return C({type:Object,converter:{fromAttribute:e=>{if(e==null)return;let o=new Date(Date.parse(e));if(!isNaN(o.valueOf()))return o},toAttribute:e=>e?.toISOString()},useDefault:!0,...t??{}})}var Ra={};V(Ra,{designSystemVariables:()=>U});var wa={};V(wa,{DesignSystemFamily:()=>kt,DesignSystemSize:()=>nt,FtCssVariableFactory:()=>r,badge:()=>yp,banner:()=>hp,button:()=>g,chart:()=>_p,checkbox:()=>lp,chip:()=>up,chipChoice:()=>pp,collapsible:()=>Lp,comboboxMultiSelect:()=>Rp,comboboxSingleSelect:()=>wp,dateRangePicker:()=>$p,drawer:()=>Sp,floatingMenu:()=>Ap,foundation:()=>c,link:()=>fp,modal:()=>vp,notice:()=>Pp,notification:()=>Dp,pageDesigner:()=>Ip,pageFooter:()=>bp,pageHeader:()=>gp,pageLayout:()=>xp,popover:()=>Tp,radio:()=>cp,reorderableList:()=>Bp,resolveFamilyClass:()=>Ea,resolveSizeClass:()=>Aa,semantic:()=>p,setVariable:()=>A,switch_:()=>Np,table:()=>dp,tabs:()=>Cp,textArea:()=>Ep,textInput:()=>Op,titleBreadcrumb:()=>mp,toggle:()=>kp,tooltip:()=>Mp,treeList:()=>sp,typographies:()=>ft,typographyBody1Medium:()=>$o,typographyBody1Regular:()=>Bo,typographyBody1Semibold:()=>Uo,typographyBody2Medium:()=>Ho,typographyBody2MediumUnderline:()=>Ps,typographyBody2Regular:()=>Fo,typographyBody2Semibold:()=>Wo,typographyCaption1Bold:()=>Xo,typographyCaption1Medium:()=>qo,typographyCaption1Semibold:()=>Yo,typographyCaption2Bold:()=>en,typographyCaption2Medium:()=>Jo,typographyCaption2Semibold:()=>Qo,typographyCaption3Bold:()=>on,typographyCaption3Medium:()=>tn,typographyCaption3Semibold:()=>rn,typographyDisplay:()=>Po,typographyLabel1Bold:()=>jo,typographyLabel1Medium:()=>zo,typographyLabel1Semibold:()=>Go,typographyLabel2Bold:()=>Zo,typographyLabel2Medium:()=>Vo,typographyLabel2Semibold:()=>Ko,typographyTitle1:()=>ko,typographyTitle2:()=>Do,typographyTitle3:()=>Mo,typographyVariants:()=>ip});var ut=t=>typeof t=="string"?Me(t):t,r=class{static create(e,o,n,a){let i=l=>ut(l??a),s=D`var(${ut(e)}, ${i(a)})`;return s.name=e,s.description=o,s.category=n,s.defaultValue=a,s.defaultCssValue=i,s.set=l=>A(s,l??i(a)),s.get=l=>D`var(${ut(e)}, ${i(l)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>a,s}static extend(e,o,n,a){let i=l=>n.get(l??a),s=D`var(${ut(e)}, ${i(a)})`;return s.name=e,s.description=o,s.category=n.category,s.fallbackVariable=n,s.defaultValue=a,s.defaultCssValue=i,s.set=l=>A(s,l??i(a)),s.get=l=>D`var(${ut(e)}, ${i(l)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>a??n.lastResortDefaultValue(),s}static external(e,o){let n=i=>e.defaultCssValue(i),a=D`var(${ut(e.name)}, ${n(e.defaultValue)})`;return a.name=e.name,a.category=e.category,a.fallbackVariable=e.fallbackVariable,a.defaultValue=e.defaultValue,a.context=o,a.defaultCssValue=n,a.set=i=>e.set(i),a.get=i=>D`var(${ut(e.name)}, ${n(i)})`,a.breadcrumb=()=>e.breadcrumb(),a.lastResortDefaultValue=()=>e.lastResortDefaultValue(),a}};function A(t,e){return ut(`${t.name}: ${e}`)}var c={colorWhite:r.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:r.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:r.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:r.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:r.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:r.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:r.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:r.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:r.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:r.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:r.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:r.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:r.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:r.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:r.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:r.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:r.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:r.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:r.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:r.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:r.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:r.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:r.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:r.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:r.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:r.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:r.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:r.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:r.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:r.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:r.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:r.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:r.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:r.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:r.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:r.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:r.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:r.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:r.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:r.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:r.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:r.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:r.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:r.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:r.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:r.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:r.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:r.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:r.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:r.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:r.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:r.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:r.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:r.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:r.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:r.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:r.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:r.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:r.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:r.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:r.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:r.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:r.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:r.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:r.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:r.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:r.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:r.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:r.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:r.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:r.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:r.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:r.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:r.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:r.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:r.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:r.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:r.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:r.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:r.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:r.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:r.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:r.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:r.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:r.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:r.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:r.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:r.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:r.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:r.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:r.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:r.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:r.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:r.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:r.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:r.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:r.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:r.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:r.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:r.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:r.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:r.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:r.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:r.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:r.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:r.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:r.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:r.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:r.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:r.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:r.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:r.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:r.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:r.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:r.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:r.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:r.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:r.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:r.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:r.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:r.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:r.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:r.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:r.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:r.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:r.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:r.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:r.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:r.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:r.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:r.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:r.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:r.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:r.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:r.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:r.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:r.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:r.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:r.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:r.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:r.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:r.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:r.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:r.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:r.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:r.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:r.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:r.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:r.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:r.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:r.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:r.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:r.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:r.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:r.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:r.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:r.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:r.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:r.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:r.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:r.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:r.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:r.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:r.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:r.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:r.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:r.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:r.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:r.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:r.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:r.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:r.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:r.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:r.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:r.create("--ftds-icon-size-1","","SIZE","0.75rem"),iconSize2:r.create("--ftds-icon-size-2","","SIZE","1rem"),iconSize3:r.create("--ftds-icon-size-3","","SIZE","1.25rem"),iconSize4:r.create("--ftds-icon-size-4","","SIZE","1.5rem"),iconSize5:r.create("--ftds-icon-size-5","","SIZE","2rem"),iconSize6:r.create("--ftds-icon-size-6","","SIZE","3rem"),opacity0:r.create("--ftds-opacity-0","","NUMBER","0"),opacity8:r.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:r.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:r.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:r.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:r.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:r.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:r.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:r.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:r.create("--ftds-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:r.create("--ftds-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:r.create("--ftds-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:r.create("--ftds-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:r.create("--ftds-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:r.create("--ftds-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:r.create("--ftds-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:r.create("--ftds-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:r.create("--ftds-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)")},Po={fontFamily:r.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:r.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:r.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-display-text-case","","UNKNOWN","none")},ko={fontFamily:r.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:r.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:r.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},Do={fontFamily:r.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:r.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:r.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},Mo={fontFamily:r.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:r.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:r.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:r.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},Bo={fontFamily:r.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:r.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:r.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:r.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:r.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},$o={fontFamily:r.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:r.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:r.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:r.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},Uo={fontFamily:r.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:r.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:r.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:r.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},Fo={fontFamily:r.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:r.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:r.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:r.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:r.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},Ho={fontFamily:r.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:r.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:r.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:r.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},Ps={fontFamily:r.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:r.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:r.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:r.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:r.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:r.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},Wo={fontFamily:r.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:r.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:r.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:r.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:r.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},zo={fontFamily:r.create("--ftds-typography-label-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-label-1-medium-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-label-1-medium-line-height","","SIZE","110%"),fontSize:r.create("--ftds-typography-label-1-medium-font-size","","SIZE","0.875rem"),letterSpacing:r.create("--ftds-typography-label-1-medium-letter-spacing","","SIZE","0.04em"),textCase:r.create("--ftds-typography-label-1-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ftds-typography-label-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-label-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-label-1-medium-text-decoration","","UNKNOWN","none")},Go={fontFamily:r.create("--ftds-typography-label-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-label-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-label-1-semibold-line-height","","SIZE","110%"),fontSize:r.create("--ftds-typography-label-1-semibold-font-size","","SIZE","0.875rem"),letterSpacing:r.create("--ftds-typography-label-1-semibold-letter-spacing","","SIZE","0.04em"),textCase:r.create("--ftds-typography-label-1-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ftds-typography-label-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-label-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-label-1-semibold-text-decoration","","UNKNOWN","none")},jo={fontFamily:r.create("--ftds-typography-label-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-label-1-bold-font-weight","","UNKNOWN","700"),lineHeight:r.create("--ftds-typography-label-1-bold-line-height","","SIZE","110%"),fontSize:r.create("--ftds-typography-label-1-bold-font-size","","SIZE","0.875rem"),letterSpacing:r.create("--ftds-typography-label-1-bold-letter-spacing","","SIZE","0.04em"),textCase:r.create("--ftds-typography-label-1-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ftds-typography-label-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-label-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-label-1-bold-text-decoration","","UNKNOWN","none")},Vo={fontFamily:r.create("--ftds-typography-label-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-label-2-medium-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-label-2-medium-line-height","","SIZE","110%"),fontSize:r.create("--ftds-typography-label-2-medium-font-size","","SIZE","0.75rem"),letterSpacing:r.create("--ftds-typography-label-2-medium-letter-spacing","","SIZE","0.04em"),textCase:r.create("--ftds-typography-label-2-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ftds-typography-label-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-label-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-label-2-medium-text-decoration","","UNKNOWN","none")},Ko={fontFamily:r.create("--ftds-typography-label-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-label-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-label-2-semibold-line-height","","SIZE","110%"),fontSize:r.create("--ftds-typography-label-2-semibold-font-size","","SIZE","0.75rem"),letterSpacing:r.create("--ftds-typography-label-2-semibold-letter-spacing","","SIZE","0.04em"),textCase:r.create("--ftds-typography-label-2-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ftds-typography-label-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-label-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-label-2-semibold-text-decoration","","UNKNOWN","none")},Zo={fontFamily:r.create("--ftds-typography-label-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-label-2-bold-font-weight","","UNKNOWN","700"),lineHeight:r.create("--ftds-typography-label-2-bold-line-height","","SIZE","110%"),fontSize:r.create("--ftds-typography-label-2-bold-font-size","","SIZE","0.75rem"),letterSpacing:r.create("--ftds-typography-label-2-bold-letter-spacing","","SIZE","0.04em"),textCase:r.create("--ftds-typography-label-2-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ftds-typography-label-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-label-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-label-2-bold-text-decoration","","UNKNOWN","none")},qo={fontFamily:r.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:r.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},Yo={fontFamily:r.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:r.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},Xo={fontFamily:r.create("--ftds-typography-caption-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-1-bold-font-weight","","UNKNOWN","700"),lineHeight:r.create("--ftds-typography-caption-1-bold-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-1-bold-font-size","","SIZE","0.75rem"),letterSpacing:r.create("--ftds-typography-caption-1-bold-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-1-bold-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-1-bold-text-decoration","","UNKNOWN","none")},Jo={fontFamily:r.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:r.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},Qo={fontFamily:r.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:r.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},en={fontFamily:r.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:r.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:r.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},tn={fontFamily:r.create("--ftds-typography-caption-3-medium-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-3-medium-font-weight","","UNKNOWN","500"),lineHeight:r.create("--ftds-typography-caption-3-medium-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-3-medium-font-size","","SIZE","0.625rem"),letterSpacing:r.create("--ftds-typography-caption-3-medium-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-3-medium-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-3-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-3-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-3-medium-text-decoration","","UNKNOWN","none")},rn={fontFamily:r.create("--ftds-typography-caption-3-semibold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-3-semibold-font-weight","","UNKNOWN","600"),lineHeight:r.create("--ftds-typography-caption-3-semibold-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-3-semibold-font-size","","SIZE","0.625rem"),letterSpacing:r.create("--ftds-typography-caption-3-semibold-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-3-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-3-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-3-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-3-semibold-text-decoration","","UNKNOWN","none")},on={fontFamily:r.create("--ftds-typography-caption-3-bold-font-family","","UNKNOWN","Inter"),fontWeight:r.create("--ftds-typography-caption-3-bold-font-weight","","UNKNOWN","700"),lineHeight:r.create("--ftds-typography-caption-3-bold-line-height","","SIZE","1.3"),fontSize:r.create("--ftds-typography-caption-3-bold-font-size","","SIZE","0.625rem"),letterSpacing:r.create("--ftds-typography-caption-3-bold-letter-spacing","","SIZE","normal"),textCase:r.create("--ftds-typography-caption-3-bold-text-case","","UNKNOWN","none"),paragraphSpacing:r.create("--ftds-typography-caption-3-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ftds-typography-caption-3-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:r.create("--ftds-typography-caption-3-bold-text-decoration","","UNKNOWN","none")},ft={display:Po,"title-1":ko,"title-2":Do,"title-3":Mo,"body-1-regular":Bo,"body-1-medium":$o,"body-1-semibold":Uo,"body-2-regular":Fo,"body-2-medium":Ho,"body-2-medium-underline":Ps,"body-2-semibold":Wo,"label-1-medium":zo,"label-1-semibold":Go,"label-1-bold":jo,"label-2-medium":Vo,"label-2-semibold":Ko,"label-2-bold":Zo,"caption-1-medium":qo,"caption-1-semibold":Yo,"caption-1-bold":Xo,"caption-2-medium":Jo,"caption-2-semibold":Qo,"caption-2-bold":en,"caption-3-medium":tn,"caption-3-semibold":rn,"caption-3-bold":on},ip=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var p={backgroundActionPrimary:r.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",c.colorBrand0),backgroundErrorSubtle:r.extend("--ftds-background-error-subtle","Used as background of subtle error components.",c.colorRed10),backgroundInfoSubtle:r.extend("--ftds-background-info-subtle","Used as background of subtle information components.",c.colorCyan10),backgroundWarningSubtle:r.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",c.colorOrange10),backgroundSuccessSubtle:r.extend("--ftds-background-success-subtle","Used as background of subtle success components.",c.colorGreen10),backgroundGlobalSurface:r.extend("--ftds-background-global-surface","Used as app background.",c.colorWhite),backgroundGlobalOnSurface:r.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",c.colorGray10),backgroundGlobalOnSurfaceDark:r.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",c.colorGray30),contentActionPrimary:r.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",c.colorBrand0),contentWarningPrimary:r.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",c.colorOrange200),contentWarningIconOnly:r.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",c.colorOrange0),contentErrorPrimary:r.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",c.colorRed0),contentErrorIconOnly:r.extend("--ftds-content-error-icon-only","Used on error status icons alone",c.colorRed70),contentInfoPrimary:r.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",c.colorCyan200),contentInfoIconOnly:r.extend("--ftds-content-info-icon-only","Used on info status icons alone",c.colorCyan0),contentSuccessPrimary:r.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",c.colorGreen200),contentSuccessIconOnly:r.extend("--ftds-content-success-icon-only","Used on success status icons alone",c.colorGreen0),contentGlobalPrimary:r.extend("--ftds-content-global-primary","Used for main content on the page.",c.colorGray500),contentGlobalSecondary:r.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
5
|
-
Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",c.colorGray0),contentGlobalOnColor:r.extend("--ftds-content-global-on-color","Used for content on a dominant color.",c.colorWhite),borderActionPrimary:r.extend("--ftds-border-action-primary","Used as border for primary action components.",c.colorBrand0),borderActionFocusRing:r.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",c.colorCyan0),borderWarningPrimary:r.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",c.colorOrange200),borderWarningSubtle:r.extend("--ftds-border-warning-subtle","Used as border for warning components.",c.colorOrange30),borderSuccessPrimary:r.extend("--ftds-border-success-primary","Used as border for success buttons.",c.colorGreen200),borderSuccessSubtle:r.extend("--ftds-border-success-subtle","Used as border for success components.",c.colorGreen30),borderErrorPrimary:r.extend("--ftds-border-error-primary","Used as border for text fields in error states.",c.colorRed0),borderErrorSubtle:r.extend("--ftds-border-error-subtle","Used as border for error components.",c.colorRed30),borderInfoPrimary:r.extend("--ftds-border-info-primary","Used as border for buttons in info color.",c.colorCyan200),borderInfoSubtle:r.extend("--ftds-border-info-subtle","Used as border for information components.",c.colorCyan30),borderGlobalPrimary:r.extend("--ftds-border-global-primary","Used as border for elements/areas filled with background.global.on-surface-dark",c.colorGray50),borderGlobalSecondary:r.extend("--ftds-border-global-secondary","Used as border for elements/areas filled with background.global.on-surface",c.colorGray40),borderGlobalSubtle:r.extend("--ftds-border-global-subtle","Used as border to deliminate an area/element filled with background.global.surface and separators.",c.colorGray30),borderInputPrimary:r.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",c.colorGray80),borderNeutralPrimary:r.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",c.colorGray200)};var g={largeHeight:r.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:r.extend("--ftds-button-large-horizontal-padding","",c.spacing4),largeGap:r.extend("--ftds-button-large-gap","",c.spacing2),largeBorderRadius:r.extend("--ftds-button-large-border-radius","",c.borderRadiusS),largeIconSize:r.extend("--ftds-button-large-icon-size","",c.iconSize3),largeBorderWidth:r.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:r.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:r.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:r.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:r.extend("--ftds-button-medium-horizontal-padding","",c.spacing3),mediumGap:r.extend("--ftds-button-medium-gap","",c.spacing2),mediumBorderRadius:r.extend("--ftds-button-medium-border-radius","",c.borderRadiusS),mediumIconSize:r.extend("--ftds-button-medium-icon-size","",c.iconSize2),mediumBorderWidth:r.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:r.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:r.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:r.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ftds-button-small-horizontal-padding","",c.spacing2),smallGap:r.extend("--ftds-button-small-gap","",c.spacing1),smallBorderRadius:r.extend("--ftds-button-small-border-radius","",c.borderRadiusS),smallIconSize:r.extend("--ftds-button-small-icon-size","",c.iconSize1),smallBorderWidth:r.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:r.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:r.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:r.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:r.extend("--ftds-button-x-small-icon-size","",c.iconSize1),xSmallFocusOutlineOffset:r.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:r.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:r.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:r.extend("--ftds-button-round-border-radius","",c.borderRadiusPill),primaryBrandBackgroundColor:r.extend("--ftds-button-primary-brand-background-color","",p.backgroundActionPrimary),primaryBrandColor:r.extend("--ftds-button-primary-brand-color","",p.contentGlobalOnColor),primaryBrandIconColor:r.extend("--ftds-button-primary-brand-icon-color","",p.contentGlobalOnColor),primaryBrandStateLayerColor:r.extend("--ftds-button-primary-brand-state-layer-color","",p.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:r.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",c.opacity16),primaryBrandFocusStateLayerOpacity:r.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",c.opacity16),primaryBrandActiveStateLayerOpacity:r.extend("--ftds-button-primary-brand-active-state-layer-opacity","",c.opacity24),primaryBrandDisabledComponentOpacity:r.extend("--ftds-button-primary-brand-disabled-component-opacity","",c.opacity40),focusFocusRingColor:r.extend("--ftds-button-focus-focus-ring-color","",p.borderActionFocusRing),tertiaryBrandBackgroundColor:r.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:r.extend("--ftds-button-tertiary-brand-color","",p.contentActionPrimary),tertiaryBrandIconColor:r.extend("--ftds-button-tertiary-brand-icon-color","",p.contentActionPrimary),tertiaryBrandStateLayerColor:r.extend("--ftds-button-tertiary-brand-state-layer-color","",p.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:r.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",c.opacity8),tertiaryBrandFocusStateLayerOpacity:r.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",c.opacity8),tertiaryBrandActiveStateLayerOpacity:r.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",c.opacity16),tertiaryBrandDisabledComponentOpacity:r.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",c.opacity40),tertiaryInfoBackgroundColor:r.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:r.extend("--ftds-button-tertiary-info-color","",p.contentInfoPrimary),tertiaryInfoIconColor:r.extend("--ftds-button-tertiary-info-icon-color","",p.contentInfoPrimary),tertiaryInfoStateLayerColor:r.extend("--ftds-button-tertiary-info-state-layer-color","",p.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:r.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",c.opacity8),tertiaryInfoHoverStateLayerOpacity:r.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",c.opacity8),tertiaryInfoActiveStateLayerOpacity:r.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",c.opacity16),tertiaryInfoDisabledComponentOpacity:r.extend("--ftds-button-tertiary-info-disabled-component-opacity","",c.opacity40),tertiarySuccessBackgroundColor:r.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:r.extend("--ftds-button-tertiary-success-color","",p.contentSuccessPrimary),tertiarySuccessIconColor:r.extend("--ftds-button-tertiary-success-icon-color","",p.contentSuccessPrimary),tertiarySuccessStateLayerColor:r.extend("--ftds-button-tertiary-success-state-layer-color","",p.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:r.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",c.opacity8),tertiarySuccessFocusStateLayerOpacity:r.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",c.opacity8),tertiarySuccessActiveStateLayerOpacity:r.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",c.opacity16),tertiarySuccessDisabledComponentOpacity:r.extend("--ftds-button-tertiary-success-disabled-component-opacity","",c.opacity40),tertiaryWarningBackgroundColor:r.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:r.extend("--ftds-button-tertiary-warning-color","",p.contentWarningPrimary),tertiaryWarningIconColor:r.extend("--ftds-button-tertiary-warning-icon-color","",p.contentWarningPrimary),tertiaryWarningStateLayerColor:r.extend("--ftds-button-tertiary-warning-state-layer-color","",p.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:r.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",c.opacity8),tertiaryWarningFocusStateLayerOpacity:r.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",c.opacity8),tertiaryWarningActiveStateLayerOpacity:r.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",c.opacity16),tertiaryWarningDisabledComponentOpacity:r.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",c.opacity40),tertiaryErrorBackgroundColor:r.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:r.extend("--ftds-button-tertiary-error-color","",p.contentErrorPrimary),tertiaryErrorIconColor:r.extend("--ftds-button-tertiary-error-icon-color","",p.contentErrorPrimary),tertiaryErrorStateLayerColor:r.extend("--ftds-button-tertiary-error-state-layer-color","",p.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:r.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",c.opacity8),tertiaryErrorFocusStateLayerOpacity:r.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",c.opacity8),tertiaryErrorActiveStateLayerOpacity:r.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",c.opacity16),tertiaryErrorDisabledComponentOpacity:r.extend("--ftds-button-tertiary-error-disabled-component-opacity","",c.opacity40),tertiaryNeutralBackgroundColor:r.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:r.extend("--ftds-button-tertiary-neutral-icon-color","",p.contentGlobalSecondary),tertiaryNeutralColor:r.extend("--ftds-button-tertiary-neutral-color","",p.contentGlobalSecondary),tertiaryNeutralStateLayerColor:r.extend("--ftds-button-tertiary-neutral-state-layer-color","",p.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:r.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",c.opacity8),tertiaryNeutralFocusStateLayerOpacity:r.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",c.opacity8),tertiaryNeutralActiveStateLayerOpacity:r.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",c.opacity16),tertiaryNeutralDisabledComponentOpacity:r.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",c.opacity40),secondaryBrandBackgroundColor:r.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:r.extend("--ftds-button-secondary-brand-color","",p.contentActionPrimary),secondaryBrandIconColor:r.extend("--ftds-button-secondary-brand-icon-color","",p.contentActionPrimary),secondaryBrandStateLayerColor:r.extend("--ftds-button-secondary-brand-state-layer-color","",p.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:r.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",c.opacity8),secondaryBrandFocusStateLayerOpacity:r.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",c.opacity8),secondaryBrandActiveStateLayerOpacity:r.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",c.opacity16),secondaryBrandDisabledComponentOpacity:r.extend("--ftds-button-secondary-brand-disabled-component-opacity","",c.opacity40),secondaryBrandBorderColor:r.extend("--ftds-button-secondary-brand-border-color","",p.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:r.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",c.opacity8),secondaryNeutralFocusStateLayerOpacity:r.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",c.opacity8),secondaryNeutralActiveStateLayerOpacity:r.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",c.opacity16),secondaryNeutralDisabledComponentOpacity:r.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",c.opacity40),secondaryNeutralBackgroundColor:r.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:r.extend("--ftds-button-secondary-neutral-color","",p.contentGlobalSecondary),secondaryNeutralIconColor:r.extend("--ftds-button-secondary-neutral-icon-color","",p.contentGlobalSecondary),secondaryNeutralStateLayerColor:r.extend("--ftds-button-secondary-neutral-state-layer-color","",p.contentGlobalSecondary),secondaryNeutralBorderColor:r.extend("--ftds-button-secondary-neutral-border-color","",p.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:r.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",c.opacity8),secondaryInfoFocusStateLayerOpacity:r.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",c.opacity8),secondaryInfoActiveStateLayerOpacity:r.extend("--ftds-button-secondary-info-active-state-layer-opacity","",c.opacity16),secondaryInfoDisabledComponentOpacity:r.extend("--ftds-button-secondary-info-disabled-component-opacity","",c.opacity40),secondaryInfoBackgroundColor:r.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:r.extend("--ftds-button-secondary-info-border-color","",p.borderInfoPrimary),secondaryInfoColor:r.extend("--ftds-button-secondary-info-color","",p.contentInfoPrimary),secondaryInfoIconColor:r.extend("--ftds-button-secondary-info-icon-color","",p.contentInfoPrimary),secondaryInfoStateLayerColor:r.extend("--ftds-button-secondary-info-state-layer-color","",p.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:r.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",c.opacity8),secondarySuccessFocusStateLayerOpacity:r.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",c.opacity8),secondarySuccessActiveStateLayerOpacity:r.extend("--ftds-button-secondary-success-active-state-layer-opacity","",c.opacity16),secondarySuccessDisabledComponentOpacity:r.extend("--ftds-button-secondary-success-disabled-component-opacity","",c.opacity40),secondarySuccessBackgroundColor:r.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:r.extend("--ftds-button-secondary-success-border-color","",p.borderSuccessPrimary),secondarySuccessColor:r.extend("--ftds-button-secondary-success-color","",p.contentSuccessPrimary),secondarySuccessIconColor:r.extend("--ftds-button-secondary-success-icon-color","",p.contentSuccessPrimary),secondarySuccessStateLayerColor:r.extend("--ftds-button-secondary-success-state-layer-color","",p.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:r.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",c.opacity8),secondaryWarningFocusStateLayerOpacity:r.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",c.opacity8),secondaryWarningActiveStateLayerOpacity:r.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",c.opacity16),secondaryWarningDisabledComponentOpacity:r.extend("--ftds-button-secondary-warning-disabled-component-opacity","",c.opacity40),secondaryWarningBackgroundColor:r.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:r.extend("--ftds-button-secondary-warning-border-color","",p.borderWarningPrimary),secondaryWarningColor:r.extend("--ftds-button-secondary-warning-color","",p.contentWarningPrimary),secondaryWarningIconColor:r.extend("--ftds-button-secondary-warning-icon-color","",p.contentWarningPrimary),secondaryWarningStateLayerColor:r.extend("--ftds-button-secondary-warning-state-layer-color","",p.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:r.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",c.opacity8),secondaryErrorFocusStateLayerOpacity:r.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",c.opacity8),secondaryErrorActiveStateLayerOpacity:r.extend("--ftds-button-secondary-error-active-state-layer-opacity","",c.opacity16),secondaryErrorDisabledComponentOpacity:r.extend("--ftds-button-secondary-error-disabled-component-opacity","",c.opacity40),secondaryErrorBackgroundColor:r.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:r.extend("--ftds-button-secondary-error-border-color","",p.contentErrorPrimary),secondaryErrorColor:r.extend("--ftds-button-secondary-error-color","",p.contentErrorPrimary),secondaryErrorIconColor:r.extend("--ftds-button-secondary-error-icon-color","",p.contentErrorPrimary),secondaryErrorStateLayerColor:r.extend("--ftds-button-secondary-error-state-layer-color","",p.contentErrorPrimary)};var sp={loadMoreIconSize:r.extend("--ftds-tree-list-load-more-icon-size","",c.iconSize2),loadMorePaddingLeft:r.extend("--ftds-tree-list-load-more-padding-left","",c.spacing6),loadMoreUnselectedDefaultBorderColor:r.extend("--ftds-tree-list-load-more-unselected-default-border-color","",p.borderGlobalSubtle),loadMoreIconColor:r.extend("--ftds-tree-list-load-more-icon-color","",p.contentActionPrimary),loadMoreLabelColor:r.extend("--ftds-tree-list-load-more-label-color","",p.contentActionPrimary),loadMoreHoverBorderColor:r.extend("--ftds-tree-list-load-more-hover-border-color","",c.colorBrand20),loadMoreHoverBackgroundColor:r.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:r.extend("--ftds-tree-list-load-more-active-border-color","",c.colorBrand20),loadMoreActiveBackgroundColor:r.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:r.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:r.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:r.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",p.borderGlobalPrimary),loadMoreLabelMarginLeft:r.extend("--ftds-tree-list-load-more-label-margin-left","",c.spacing1),nodeIconSize:r.extend("--ftds-tree-list-node-icon-size","",c.iconSize2),nodeHeight:r.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:r.extend("--ftds-tree-list-node-parent-label-margin-left","",c.spacing2),nodeParentLabelMarginRight:r.extend("--ftds-tree-list-node-parent-label-margin-right","",c.spacing2),nodeRootPaddingLeft:r.extend("--ftds-tree-list-node-root-padding-left","",c.spacing6),nodeChildPaddingLeft:r.extend("--ftds-tree-list-node-child-padding-left","",c.spacing5),nodeLeafPaddingLeft:r.extend("--ftds-tree-list-node-leaf-padding-left","",c.spacing6),nodeUnselectedDefaultBorderColor:r.extend("--ftds-tree-list-node-unselected-default-border-color","",p.borderGlobalSubtle),nodeUnselectedIconColor:r.extend("--ftds-tree-list-node-unselected-icon-color","",p.contentGlobalSecondary),nodeUnselectedLabelColor:r.extend("--ftds-tree-list-node-unselected-label-color","",p.contentGlobalSecondary),nodeUnselectedCounterColor:r.extend("--ftds-tree-list-node-unselected-counter-color","",p.contentGlobalSecondary),nodeHoverBorderColor:r.extend("--ftds-tree-list-node-hover-border-color","",p.borderActionPrimary),nodeFocusFocusRingColor:r.extend("--ftds-tree-list-node-focus-focus-ring-color","",p.borderActionFocusRing),nodeFocusOutlineWidth:r.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:r.extend("--ftds-tree-list-node-selected-default-border-color","",p.borderGlobalPrimary),nodeSelectedIconColor:r.extend("--ftds-tree-list-node-selected-icon-color","",p.contentGlobalSecondary),nodeSelectedLabelColor:r.extend("--ftds-tree-list-node-selected-label-color","",p.contentGlobalPrimary),nodeSelectedCounterColor:r.extend("--ftds-tree-list-node-selected-counter-color","",p.contentGlobalSecondary),nodeSelectedBackgroundColor:r.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:r.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",p.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:r.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",p.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:r.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",p.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:r.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",p.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:r.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:r.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:r.extend("--ftds-tree-list-header-section-padding-left","",c.spacing6),headerSectionPaddingRight:r.extend("--ftds-tree-list-header-section-padding-right","",c.spacing3),headerSectionHorizontalGap:r.extend("--ftds-tree-list-header-section-horizontal-gap","",c.spacing2),headerSectionMarginBottom:r.extend("--ftds-tree-list-header-section-margin-bottom","",c.spacing2),headerSectionColor:r.extend("--ftds-tree-list-header-section-color","",p.contentGlobalPrimary),headerSectionCounterColor:r.extend("--ftds-tree-list-header-section-counter-color","",p.contentGlobalSecondary),listContainerBorderWidth:r.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:r.extend("--ftds-tree-list-list-container-background-color","",p.backgroundGlobalSurface),listContainerBorderColor:r.extend("--ftds-tree-list-list-container-border-color","",p.borderGlobalSubtle),emptyStateIllustrationWidth:r.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:r.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:r.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",c.spacing10),emptyStateContainerPaddingTop:r.extend("--ftds-tree-list-empty-state-container-padding-top","",c.spacing10),emptyStateContainerPaddingBottom:r.extend("--ftds-tree-list-empty-state-container-padding-bottom","",c.spacing10),emptyStateTitleMarginBottom:r.extend("--ftds-tree-list-empty-state-title-margin-bottom","",c.spacing2),emptyStateTitleLabelColor:r.extend("--ftds-tree-list-empty-state-title-label-color","",p.contentGlobalSecondary),emptyStateDescriptionLabelColor:r.extend("--ftds-tree-list-empty-state-description-label-color","",p.contentGlobalSecondary)};var lp={iconSize:r.extend("--ftds-checkbox-icon-size","",c.iconSize2),boxSize:r.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:r.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:r.create("--ftds-checkbox-border-radius","","SIZE","1px"),labelHorizontalGap:r.extend("--ftds-checkbox-label-horizontal-gap","",c.spacing1),color:r.extend("--ftds-checkbox-color","",p.contentGlobalPrimary),checkedBackgroundColor:r.extend("--ftds-checkbox-checked-background-color","",p.contentActionPrimary),checkedStateLayerColor:r.extend("--ftds-checkbox-checked-state-layer-color","",p.contentActionPrimary),checkedIconColor:r.extend("--ftds-checkbox-checked-icon-color","",p.contentGlobalOnColor),checkedHoverStateLayerOpacity:r.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",c.opacity16),checkedFocusStateLayerOpacity:r.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",c.opacity16),checkedActiveStateLayerOpacity:r.extend("--ftds-checkbox-checked-active-state-layer-opacity","",c.opacity24),checkedDisabledComponentOpacity:r.extend("--ftds-checkbox-checked-disabled-component-opacity","",c.opacity40),uncheckedBorderColor:r.extend("--ftds-checkbox-unchecked-border-color","",c.colorGray80),uncheckedStateLayerColor:r.extend("--ftds-checkbox-unchecked-state-layer-color","",c.colorGray80),uncheckedHoverStateLayerOpacity:r.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",c.opacity16),uncheckedFocusStateLayerOpacity:r.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",c.opacity16),uncheckedActiveStateLayerOpacity:r.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",c.opacity24),uncheckedDisabledComponentOpacity:r.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",c.opacity40),focusFocusRingColor:r.extend("--ftds-checkbox-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:r.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:r.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:r.extend("--ftds-checkbox-horizontal-gap","",c.spacing3),helperPaddingTop:r.create("--ftds-checkbox-helper-padding-top","","SIZE","0px"),helperIconSize:r.extend("--ftds-checkbox-helper-icon-size","",c.iconSize2),helperHorizontalGap:r.extend("--ftds-checkbox-helper-horizontal-gap","",c.spacing1),errorUncheckedBorderColor:r.extend("--ftds-checkbox-error-unchecked-border-color","",p.borderErrorPrimary),errorStateLayerColor:r.extend("--ftds-checkbox-error-state-layer-color","",p.contentErrorPrimary),errorHelperTextColor:r.extend("--ftds-checkbox-error-helper-text-color","",p.borderErrorPrimary),errorCheckedBackgroundColor:r.extend("--ftds-checkbox-error-checked-background-color","",p.contentErrorPrimary),helperTextColor:r.extend("--ftds-checkbox-helper-text-color","",p.contentGlobalSubtle),groupVerticalGap:r.extend("--ftds-checkbox-group-vertical-gap","",c.spacing3)};var cp={circleSize:r.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:r.create("--ftds-radio-border-width","","SIZE","2px"),color:r.extend("--ftds-radio-color","",p.contentGlobalPrimary),selectedRadioColor:r.extend("--ftds-radio-selected-radio-color","",p.contentActionPrimary),selectedStateLayerColor:r.extend("--ftds-radio-selected-state-layer-color","",p.contentActionPrimary),selectedHoverStateLayerOpacity:r.extend("--ftds-radio-selected-hover-state-layer-opacity","",c.opacity16),selectedFocusStateLayerOpacity:r.extend("--ftds-radio-selected-focus-state-layer-opacity","",c.opacity16),selectedActiveStateLayerOpacity:r.extend("--ftds-radio-selected-active-state-layer-opacity","",c.opacity24),selectedDisabledComponentOpacity:r.extend("--ftds-radio-selected-disabled-component-opacity","",c.opacity40),unselectedStateLayerColor:r.extend("--ftds-radio-unselected-state-layer-color","",p.borderInputPrimary),unselectedBorderColor:r.extend("--ftds-radio-unselected-border-color","",p.borderInputPrimary),unselectedHoverStateLayerOpacity:r.extend("--ftds-radio-unselected-hover-state-layer-opacity","",c.opacity16),unselectedFocusStateLayerOpacity:r.extend("--ftds-radio-unselected-focus-state-layer-opacity","",c.opacity16),unselectedActiveStateLayerOpacity:r.extend("--ftds-radio-unselected-active-state-layer-opacity","",c.opacity24),unselectedDisabledComponentOpacity:r.extend("--ftds-radio-unselected-disabled-component-opacity","",c.opacity40),focusFocusRingColor:r.extend("--ftds-radio-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:r.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:r.extend("--ftds-radio-vertical-gap","",c.spacing3),horizontalGap:r.extend("--ftds-radio-horizontal-gap","",c.spacing3)};var dp={headerRowBorderWidth:r.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:r.extend("--ftds-table-header-row-background-color","",p.backgroundGlobalOnSurfaceDark),headerRowBorderColor:r.extend("--ftds-table-header-row-border-color","",p.borderGlobalPrimary),headerRowColor:r.extend("--ftds-table-header-row-color","",p.contentGlobalPrimary),dataRowBorderWidth:r.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:r.extend("--ftds-table-data-row-background-color","",p.backgroundGlobalOnSurface),dataRowBorderColor:r.extend("--ftds-table-data-row-border-color","",p.borderGlobalSubtle),dataRowColor:r.extend("--ftds-table-data-row-color","",p.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:r.extend("--ftds-table-data-row-default-hover-background-color","",c.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:r.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",c.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:r.extend("--ftds-table-data-row-selectable-selected-default-background-color","",c.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:r.extend("--ftds-table-data-row-selectable-selected-default-border-color","",c.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:r.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",c.colorBrand20),dataRowSelectableSelectedHoverBorderColor:r.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",c.colorBrand30),dataRowSelectableSelectedColor:r.extend("--ftds-table-data-row-selectable-selected-color","",p.contentActionPrimary),dataRowClickableHoverBackgroundColor:r.extend("--ftds-table-data-row-clickable-hover-background-color","",c.colorGray30),dataRowClickableFocusBorderColor:r.extend("--ftds-table-data-row-clickable-focus-border-color","",p.borderActionFocusRing),dataRowClickableFocusBackgroundColor:r.extend("--ftds-table-data-row-clickable-focus-background-color","",c.colorGray30),dataRowClickableActiveBackgroundColor:r.extend("--ftds-table-data-row-clickable-active-background-color","",c.colorGray40),headerCellHorizontalGap:r.extend("--ftds-table-header-cell-horizontal-gap","",c.spacing1),headerCellVerticalPadding:r.extend("--ftds-table-header-cell-vertical-padding","",c.spacing2),headerCellHorizontalPadding:r.extend("--ftds-table-header-cell-horizontal-padding","",c.spacing3),dataCellVerticalPadding:r.extend("--ftds-table-data-cell-vertical-padding","",c.spacing2),dataCellHorizontalPadding:r.extend("--ftds-table-data-cell-horizontal-padding","",c.spacing3),dataCellVerticalGap:r.extend("--ftds-table-data-cell-vertical-gap","",c.spacing1)};var pp={neutralOffHoverStateLayerOpacity:r.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",c.opacity8),neutralOffFocusStateLayerOpacity:r.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",c.opacity8),neutralOffFocusFocusRingColor:r.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",p.borderActionFocusRing),neutralOffActiveStateLayerOpacity:r.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",c.opacity16),neutralOffBackgroundColor:r.extend("--ftds-chip-choice-neutral-off-background-color","",p.backgroundGlobalOnSurface),neutralOffBorderColor:r.extend("--ftds-chip-choice-neutral-off-border-color","",p.borderGlobalPrimary),neutralOffColor:r.extend("--ftds-chip-choice-neutral-off-color","",p.contentGlobalSecondary),neutralOffStateLayerColor:r.extend("--ftds-chip-choice-neutral-off-state-layer-color","",p.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:r.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",c.opacity16),neutralOnHoverStateLayerOpacity:r.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",c.opacity24),neutralOnFocusStateLayerOpacity:r.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",c.opacity24),neutralOnFocusFocusRingColor:r.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",p.borderActionFocusRing),neutralOnActiveStateLayerOpacity:r.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",c.opacity32),neutralOnBackgroundColor:r.extend("--ftds-chip-choice-neutral-on-background-color","",p.backgroundGlobalOnSurface),neutralOnBorderColor:r.extend("--ftds-chip-choice-neutral-on-border-color","",p.borderGlobalPrimary),neutralOnColor:r.extend("--ftds-chip-choice-neutral-on-color","",p.contentGlobalPrimary),neutralOnIconColor:r.extend("--ftds-chip-choice-neutral-on-icon-color","",p.contentGlobalPrimary),neutralOnStateLayerColor:r.extend("--ftds-chip-choice-neutral-on-state-layer-color","",p.contentGlobalPrimary),largeMinHeight:r.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:r.extend("--ftds-chip-choice-large-horizontal-padding","",c.spacing3),largeGap:r.extend("--ftds-chip-choice-large-gap","",c.spacing1),largeBorderRadius:r.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:r.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:r.extend("--ftds-chip-choice-large-icon-size","",c.iconSize3),mediumMinHeight:r.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:r.extend("--ftds-chip-choice-medium-horizontal-padding","",c.spacing2),mediumGap:r.extend("--ftds-chip-choice-medium-gap","",c.spacing1),mediumBorderRadius:r.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:r.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:r.extend("--ftds-chip-choice-medium-icon-size","",c.iconSize2)};var up={largeMinHeight:r.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:r.extend("--ftds-chip-large-horizontal-padding","",c.spacing3),largeButtonRightPadding:r.extend("--ftds-chip-large-button-right-padding","",c.spacing1),largeGap:r.extend("--ftds-chip-large-gap","",c.spacing1),largeFocusOutlineOffset:r.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:r.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:r.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:r.extend("--ftds-chip-large-icon-size","",c.iconSize3),mediumMinHeight:r.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:r.extend("--ftds-chip-medium-horizontal-padding","",c.spacing2),mediumButtonRightPadding:r.extend("--ftds-chip-medium-button-right-padding","",c.spacing05),mediumGap:r.extend("--ftds-chip-medium-gap","",c.spacing1),mediumFocusOutlineOffset:r.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:r.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:r.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:r.extend("--ftds-chip-medium-icon-size","",c.iconSize2),smallMinHeight:r.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ftds-chip-small-horizontal-padding","",c.spacing1),smallButtonRightPadding:r.extend("--ftds-chip-small-button-right-padding","",c.spacing05),smallGap:r.extend("--ftds-chip-small-gap","",c.spacing1),smallFocusOutlineOffset:r.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:r.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:r.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:r.extend("--ftds-chip-small-icon-size","",c.iconSize1),neutralBackgroundColor:r.extend("--ftds-chip-neutral-background-color","",p.backgroundGlobalOnSurface),neutralColor:r.extend("--ftds-chip-neutral-color","",p.contentGlobalSecondary),neutralIconColor:r.extend("--ftds-chip-neutral-icon-color","",p.contentGlobalSecondary),neutralBorderColor:r.extend("--ftds-chip-neutral-border-color","",p.borderGlobalSecondary),infoBackgroundColor:r.extend("--ftds-chip-info-background-color","",p.backgroundInfoSubtle),infoColor:r.extend("--ftds-chip-info-color","",p.contentInfoPrimary),infoIconColor:r.extend("--ftds-chip-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:r.extend("--ftds-chip-info-border-color","",p.borderInfoSubtle),successBackgroundColor:r.extend("--ftds-chip-success-background-color","",p.backgroundSuccessSubtle),successColor:r.extend("--ftds-chip-success-color","",p.contentSuccessPrimary),successIconColor:r.extend("--ftds-chip-success-icon-color","",p.contentSuccessIconOnly),successBorderColor:r.extend("--ftds-chip-success-border-color","",p.borderSuccessSubtle),warningBackgroundColor:r.extend("--ftds-chip-warning-background-color","",p.backgroundWarningSubtle),warningColor:r.extend("--ftds-chip-warning-color","",p.contentWarningPrimary),warningIconColor:r.extend("--ftds-chip-warning-icon-color","",p.contentWarningIconOnly),warningBorderColor:r.extend("--ftds-chip-warning-border-color","",p.borderWarningSubtle),errorBackgroundColor:r.extend("--ftds-chip-error-background-color","",p.backgroundErrorSubtle),errorColor:r.extend("--ftds-chip-error-color","",p.contentErrorPrimary),errorIconColor:r.extend("--ftds-chip-error-icon-color","",p.contentErrorIconOnly),errorBorderColor:r.extend("--ftds-chip-error-border-color","",p.borderErrorSubtle)};var fp={brandHoverOpacity:r.extend("--ftds-link-brand-hover-opacity","",c.opacity80),brandHoverColor:r.extend("--ftds-link-brand-hover-color","",p.contentActionPrimary),brandFocusFocusRingColor:r.extend("--ftds-link-brand-focus-focus-ring-color","",p.borderActionFocusRing),brandFocusColor:r.extend("--ftds-link-brand-focus-color","",p.contentActionPrimary),brandDefaultColor:r.extend("--ftds-link-brand-default-color","",p.contentActionPrimary),brandActiveColor:r.extend("--ftds-link-brand-active-color","",p.contentActionPrimary),infoHoverOpacity:r.extend("--ftds-link-info-hover-opacity","",c.opacity80),infoHoverColor:r.extend("--ftds-link-info-hover-color","",p.contentInfoPrimary),infoFocusFocusRingColor:r.extend("--ftds-link-info-focus-focus-ring-color","",p.borderActionFocusRing),infoFocusColor:r.extend("--ftds-link-info-focus-color","",p.contentInfoPrimary),infoDefaultColor:r.extend("--ftds-link-info-default-color","",p.contentInfoPrimary),infoActiveColor:r.extend("--ftds-link-info-active-color","",p.contentInfoPrimary),neutralFocusFocusRingColor:r.extend("--ftds-link-neutral-focus-focus-ring-color","",p.borderActionFocusRing),neutralFocusColor:r.extend("--ftds-link-neutral-focus-color","",p.contentActionPrimary),neutralDefaultColor:r.extend("--ftds-link-neutral-default-color","",p.contentGlobalPrimary),neutralHoverColor:r.extend("--ftds-link-neutral-hover-color","",p.contentActionPrimary),neutralActiveColor:r.extend("--ftds-link-neutral-active-color","",p.contentActionPrimary),neutralVisitedColor:r.extend("--ftds-link-neutral-visited-color","",c.colorBrand100)};var hp={iconSize:r.extend("--ftds-banner-icon-size","",c.iconSize5),borderWidth:r.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:r.extend("--ftds-banner-left-padding","",c.spacing6),rightPadding:r.extend("--ftds-banner-right-padding","",c.spacing6),verticalPadding:r.extend("--ftds-banner-vertical-padding","",c.spacing6),horizontalSideGap:r.extend("--ftds-banner-horizontal-side-gap","",c.spacing6),horizontalMobileGap:r.extend("--ftds-banner-horizontal-mobile-gap","",c.spacing4),verticalMobileGap:r.extend("--ftds-banner-vertical-mobile-gap","",c.spacing6),horizontalMiddleGap:r.extend("--ftds-banner-horizontal-middle-gap","",c.spacing20),infoBackgroundColor:r.extend("--ftds-banner-info-background-color","",p.backgroundInfoSubtle),infoColor:r.extend("--ftds-banner-info-color","",p.contentInfoPrimary),infoIconColor:r.extend("--ftds-banner-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:r.extend("--ftds-banner-info-border-color","",p.borderInfoSubtle)};var yp={horizontalPadding:r.extend("--ftds-badge-horizontal-padding","",c.spacing1),verticalPadding:r.extend("--ftds-badge-vertical-padding","",c.spacing1),borderRadius:r.extend("--ftds-badge-border-radius","",c.borderRadiusPill),color:r.extend("--ftds-badge-color","",p.contentGlobalOnColor),backgroundColor:r.extend("--ftds-badge-background-color","",p.contentActionPrimary)};var mp={horizontalGap:r.extend("--ftds-title-breadcrumb-horizontal-gap","",c.spacing1),currentColor:r.extend("--ftds-title-breadcrumb-current-color","",p.contentGlobalPrimary),previousNonClickableColor:r.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",p.contentGlobalSecondary),iconColor:r.extend("--ftds-title-breadcrumb-icon-color","",p.contentGlobalSubtle)};var gp={parentHorizontalPadding:r.extend("--ftds-page-header-parent-horizontal-padding","",c.spacing6),parentTopPadding:r.extend("--ftds-page-header-parent-top-padding","",c.spacing4),parentBottomPadding:r.extend("--ftds-page-header-parent-bottom-padding","",c.spacing6),parentHelpLeftMargin:r.extend("--ftds-page-header-parent-help-left-margin","",c.spacing1),parentTitleColor:r.extend("--ftds-page-header-parent-title-color","",p.contentGlobalPrimary),parentSubtitleColor:r.extend("--ftds-page-header-parent-subtitle-color","",p.contentGlobalSecondary),parentChipLeftMargin:r.extend("--ftds-page-header-parent-chip-left-margin","",c.spacing4),parentVerticalGap:r.extend("--ftds-page-header-parent-vertical-gap","",c.spacing2),parentButtonsGroupHorizontalGap:r.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",c.spacing4),parentButtonsGroupVerticalGap:r.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",c.spacing4),parentChipsGroupHorizontalGap:r.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",c.spacing2),parentChipsGroupVerticalGap:r.extend("--ftds-page-header-parent-chips-group-vertical-gap","",c.spacing2),childHorizontalPadding:r.extend("--ftds-page-header-child-horizontal-padding","",c.spacing6),childTopPadding:r.extend("--ftds-page-header-child-top-padding","",c.spacing2),childBottomPadding:r.extend("--ftds-page-header-child-bottom-padding","",c.spacing2),childHelpLeftMargin:r.extend("--ftds-page-header-child-help-left-margin","",c.spacing1),childChipLeftMargin:r.extend("--ftds-page-header-child-chip-left-margin","",c.spacing4),childVerticalGap:r.extend("--ftds-page-header-child-vertical-gap","",c.spacing2),childMinHeight:r.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:r.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",c.spacing4),childButtonsGroupVerticalGap:r.extend("--ftds-page-header-child-buttons-group-vertical-gap","",c.spacing4),childChipsGroupHorizontalGap:r.extend("--ftds-page-header-child-chips-group-horizontal-gap","",c.spacing2),childChipsGroupVerticalGap:r.extend("--ftds-page-header-child-chips-group-vertical-gap","",c.spacing2),backgroundColor:r.extend("--ftds-page-header-background-color","",c.colorWhite),bottomBorderColor:r.extend("--ftds-page-header-bottom-border-color","",p.borderGlobalSubtle),bottomBorderWidth:r.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var bp={horizontalPadding:r.extend("--ftds-page-footer-horizontal-padding","",c.spacing6),verticalPadding:r.extend("--ftds-page-footer-vertical-padding","",c.spacing2),verticalGap:r.extend("--ftds-page-footer-vertical-gap","",c.spacing2),minHeight:r.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:r.extend("--ftds-page-footer-background-color","",c.colorWhite),topBorderColor:r.extend("--ftds-page-footer-top-border-color","",p.borderGlobalSubtle),topBorderWidth:r.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:r.extend("--ftds-page-footer-buttons-group-gap","",c.spacing4)};var xp={contentHorizontalPadding:r.extend("--ftds-page-layout-content-horizontal-padding","",c.spacing6),contentVerticalPadding:r.extend("--ftds-page-layout-content-vertical-padding","",c.spacing6)};var vp={smallContainerTargetWidth:r.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:r.extend("--ftds-modal-small-container-margin","",c.spacing6),mediumContainerTargetWidth:r.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:r.extend("--ftds-modal-medium-container-margin","",c.spacing6),largeContainerTargetWidth:r.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:r.extend("--ftds-modal-large-container-margin","",c.spacing6),overlayBackgroundColor:r.extend("--ftds-modal-overlay-background-color","",c.colorGray700),overlayOpacity:r.extend("--ftds-modal-overlay-opacity","",c.opacity40),shadow:r.extend("--ftds-modal-shadow","",c.shadowElevation03),bodyBackgroundColor:r.extend("--ftds-modal-body-background-color","",c.colorWhite),bodyColor:r.extend("--ftds-modal-body-color","",p.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ftds-modal-body-horizontal-padding","",c.spacing6),bodyVerticalPadding:r.extend("--ftds-modal-body-vertical-padding","",c.spacing6),bodyVerticalGap:r.extend("--ftds-modal-body-vertical-gap","",c.spacing6),headerBackgroundColor:r.extend("--ftds-modal-header-background-color","",p.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ftds-modal-header-border-color","",p.borderGlobalSubtle),headerColor:r.extend("--ftds-modal-header-color","",p.contentGlobalPrimary),headerLeadingIconColor:r.extend("--ftds-modal-header-leading-icon-color","",p.contentGlobalPrimary),headerVerticalPadding:r.extend("--ftds-modal-header-vertical-padding","",c.spacing1),headerRightPadding:r.extend("--ftds-modal-header-right-padding","",c.spacing1),headerLeftPadding:r.extend("--ftds-modal-header-left-padding","",c.spacing6),headerGap:r.extend("--ftds-modal-header-gap","",c.spacing2),headerBorderBottomWidth:r.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:r.extend("--ftds-modal-border-radius","",c.borderRadiusM)};var Sp={overlayOpacity:r.extend("--ftds-drawer-overlay-opacity","",c.opacity40),shadow:r.extend("--ftds-drawer-shadow","",c.shadowElevation03),bodyColor:r.extend("--ftds-drawer-body-color","",p.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ftds-drawer-body-horizontal-padding","",c.spacing6),bodyVerticalPadding:r.extend("--ftds-drawer-body-vertical-padding","",c.spacing6),bodyGap:r.extend("--ftds-drawer-body-gap","",c.spacing6),bodyBackgroundColor:r.extend("--ftds-drawer-body-background-color","",c.colorWhite),headerBackgroundColor:r.extend("--ftds-drawer-header-background-color","",p.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ftds-drawer-header-border-color","",p.borderGlobalSubtle),headerColor:r.extend("--ftds-drawer-header-color","",p.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ftds-drawer-header-trailing-icon-color","",p.contentGlobalSecondary),headerHeight:r.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:r.extend("--ftds-drawer-header-horizontal-padding","",c.spacing2),headerBorderWidth:r.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:r.extend("--ftds-drawer-header-gap","",c.spacing3),buttonsBarBackgroundColor:r.extend("--ftds-drawer-buttons-bar-background-color","",p.backgroundGlobalOnSurface),buttonsBarBorderColor:r.extend("--ftds-drawer-buttons-bar-border-color","",p.borderGlobalSubtle),buttonsBarColor:r.extend("--ftds-drawer-buttons-bar-color","",p.contentGlobalPrimary),buttonsBarHorizontalPadding:r.extend("--ftds-drawer-buttons-bar-horizontal-padding","",c.spacing6),buttonsBarVerticalPadding:r.extend("--ftds-drawer-buttons-bar-vertical-padding","",c.spacing4),buttonsBarGap:r.extend("--ftds-drawer-buttons-bar-gap","",c.spacing3),buttonsBarBorderWidth:r.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:r.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:r.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:r.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:r.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:r.extend("--ftds-drawer-overlay-background-color","",c.colorGray700)};var Cp={offBorderBottomWidth:r.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:r.extend("--ftds-tabs-off-hover-state-layer-opacity","",c.opacity8),offDefaultStateLayerOpacity:r.extend("--ftds-tabs-off-default-state-layer-opacity","",c.opacity0),offFocusStateLayerOpacity:r.extend("--ftds-tabs-off-focus-state-layer-opacity","",c.opacity8),offDisabledComponentOpacity:r.extend("--ftds-tabs-off-disabled-component-opacity","",c.opacity40),offColor:r.extend("--ftds-tabs-off-color","",p.contentGlobalSubtle),offStateLayerColor:r.extend("--ftds-tabs-off-state-layer-color","",p.contentGlobalSubtle),offBorderBottomColor:r.extend("--ftds-tabs-off-border-bottom-color","",p.borderGlobalSubtle),activeTabIndicatorHeight:r.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:r.extend("--ftds-tabs-top-left-border-radius","",c.borderRadiusS),topRightBorderRadius:r.extend("--ftds-tabs-top-right-border-radius","",c.borderRadiusS),withLabelHorizontalPadding:r.extend("--ftds-tabs-with-label-horizontal-padding","",c.spacing4),withLabelVerticalPadding:r.extend("--ftds-tabs-with-label-vertical-padding","",c.spacing3),horizontalGap:r.extend("--ftds-tabs-horizontal-gap","",c.spacing1),verticalGap:r.extend("--ftds-tabs-vertical-gap","",c.spacing1),onHoverStateLayerOpacity:r.extend("--ftds-tabs-on-hover-state-layer-opacity","",c.opacity16),onDefaultStateLayerOpacity:r.extend("--ftds-tabs-on-default-state-layer-opacity","",c.opacity8),onFocusStateLayerOpacity:r.extend("--ftds-tabs-on-focus-state-layer-opacity","",c.opacity16),onActiveStateLayerOpacity:r.extend("--ftds-tabs-on-active-state-layer-opacity","",c.opacity24),onColor:r.extend("--ftds-tabs-on-color","",p.contentActionPrimary),onStateLayerColor:r.extend("--ftds-tabs-on-state-layer-color","",p.contentActionPrimary),onActiveTabIndicatorColor:r.extend("--ftds-tabs-on-active-tab-indicator-color","",p.contentActionPrimary),iconOnlyHorizontalPadding:r.extend("--ftds-tabs-icon-only-horizontal-padding","",c.spacing4),iconOnlyVerticalPadding:r.extend("--ftds-tabs-icon-only-vertical-padding","",c.spacing4),alertTopPadding:r.extend("--ftds-tabs-alert-top-padding","",c.spacing1),alertRightPadding:r.extend("--ftds-tabs-alert-right-padding","",c.spacing05),focusOutlineWidth:r.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ftds-tabs-focus-focus-ring-color","",p.borderActionFocusRing)};var Op={largeFieldHorizontalPadding:r.extend("--ftds-text-input-large-field-horizontal-padding","",c.spacing4),largeFieldHorizontalGap:r.extend("--ftds-text-input-large-field-horizontal-gap","",c.spacing3),largeFieldVerticalGap:r.extend("--ftds-text-input-large-field-vertical-gap","",c.spacing05),largeFieldHeight:r.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:r.extend("--ftds-text-input-large-field-icon-size","",c.iconSize3),mediumFieldHorizontalPadding:r.extend("--ftds-text-input-medium-field-horizontal-padding","",c.spacing4),mediumFieldHorizontalGap:r.extend("--ftds-text-input-medium-field-horizontal-gap","",c.spacing3),mediumFieldVerticalGap:r.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:r.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:r.extend("--ftds-text-input-medium-field-icon-size","",c.iconSize3),helperHorizontalPadding:r.extend("--ftds-text-input-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:r.extend("--ftds-text-input-helper-horizontal-gap","",c.spacing1),helperIconSize:r.extend("--ftds-text-input-helper-icon-size","",c.iconSize2),borderRadius:r.extend("--ftds-text-input-border-radius","",c.borderRadiusS),backgroundColor:r.extend("--ftds-text-input-background-color","",c.colorWhite),contentValueColor:r.extend("--ftds-text-input-content-value-color","",p.contentGlobalPrimary),trailingIconColor:r.extend("--ftds-text-input-trailing-icon-color","",p.contentGlobalSubtle),labelColor:r.extend("--ftds-text-input-label-color","",p.contentGlobalSubtle),defaultBorderColor:r.extend("--ftds-text-input-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:r.extend("--ftds-text-input-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:r.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ftds-text-input-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:r.extend("--ftds-text-input-error-helper-text-color","",p.contentErrorPrimary),errorHelperIconColor:r.extend("--ftds-text-input-error-helper-icon-color","",p.contentErrorIconOnly),warningBorderColor:r.extend("--ftds-text-input-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:r.extend("--ftds-text-input-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:r.extend("--ftds-text-input-warning-helper-icon-color","",p.contentWarningIconOnly),warningBorderWidth:r.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:r.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ftds-text-input-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:r.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ftds-text-input-disabled-component-opacity","",c.opacity40)};var Ep={backgroundColor:r.extend("--ftds-text-area-background-color","",c.colorWhite),contentValueColor:r.extend("--ftds-text-area-content-value-color","",p.contentGlobalPrimary),labelColor:r.extend("--ftds-text-area-label-color","",p.contentGlobalSubtle),defaultBorderColor:r.extend("--ftds-text-area-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:r.extend("--ftds-text-area-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:r.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ftds-text-area-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:r.extend("--ftds-text-area-error-helper-text-color","",p.contentErrorPrimary),errorHelperIconColor:r.extend("--ftds-text-area-error-helper-icon-color","",p.contentErrorIconOnly),focusFocusRingColor:r.extend("--ftds-text-area-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:r.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ftds-text-area-disabled-component-opacity","",c.opacity40),fieldHorizontalLeftPadding:r.extend("--ftds-text-area-field-horizontal-left-padding","",c.spacing4),fieldHorizontalGap:r.extend("--ftds-text-area-field-horizontal-gap","",c.spacing3),fieldVerticalGap:r.extend("--ftds-text-area-field-vertical-gap","",c.spacing05),fieldMinHeight:r.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:r.extend("--ftds-text-area-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:r.extend("--ftds-text-area-helper-horizontal-gap","",c.spacing1),helperIconSize:r.extend("--ftds-text-area-helper-icon-size","",c.iconSize2),borderRadius:r.extend("--ftds-text-area-border-radius","",c.borderRadiusS)};var Ap={height:r.create("--ftds-floating-menu-height","","SIZE","50px"),horizontalPadding:r.extend("--ftds-floating-menu-horizontal-padding","",c.spacing4),offIconColor:r.extend("--ftds-floating-menu-off-icon-color","",p.contentGlobalPrimary),offColor:r.extend("--ftds-floating-menu-off-color","",p.contentGlobalPrimary),onColor:r.extend("--ftds-floating-menu-on-color","",p.contentActionPrimary),onStateLayerColor:r.extend("--ftds-floating-menu-on-state-layer-color","",p.contentActionPrimary),gap:r.extend("--ftds-floating-menu-gap","",c.spacing3),focusFocusRingColor:r.extend("--ftds-floating-menu-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:r.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:r.extend("--ftds-floating-menu-focus-state-layer-opacity","",c.opacity8),hoverStateLayerOpacity:r.extend("--ftds-floating-menu-hover-state-layer-opacity","",c.opacity8),activeStateLayerOpacity:r.extend("--ftds-floating-menu-active-state-layer-opacity","",c.opacity16),disabledComponentOpacity:r.extend("--ftds-floating-menu-disabled-component-opacity","",c.opacity40),iconSize:r.extend("--ftds-floating-menu-icon-size","",c.iconSize3),backgroundColor:r.extend("--ftds-floating-menu-background-color","",p.backgroundGlobalOnSurface),shadow:r.extend("--ftds-floating-menu-shadow","",c.shadowElevation02)};var wp={largeFieldHorizontalPadding:r.extend("--ftds-combobox-single-select-large-field-horizontal-padding","",c.spacing4),largeFieldHorizontalGap:r.extend("--ftds-combobox-single-select-large-field-horizontal-gap","",c.spacing3),largeFieldVerticalGap:r.extend("--ftds-combobox-single-select-large-field-vertical-gap","",c.spacing05),largeFieldHeight:r.create("--ftds-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:r.extend("--ftds-combobox-single-select-large-field-icon-size","",c.iconSize3),mediumFieldHorizontalPadding:r.extend("--ftds-combobox-single-select-medium-field-horizontal-padding","",c.spacing4),mediumFieldHorizontalGap:r.extend("--ftds-combobox-single-select-medium-field-horizontal-gap","",c.spacing3),mediumFieldVerticalGap:r.create("--ftds-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:r.create("--ftds-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:r.extend("--ftds-combobox-single-select-medium-field-icon-size","",c.iconSize3),helperHorizontalPadding:r.extend("--ftds-combobox-single-select-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:r.extend("--ftds-combobox-single-select-helper-horizontal-gap","",c.spacing1),helperVerticalGap:r.extend("--ftds-combobox-single-select-helper-vertical-gap","",c.spacing1),helperIconSize:r.extend("--ftds-combobox-single-select-helper-icon-size","",c.iconSize2),menuVerticalGap:r.extend("--ftds-combobox-single-select-menu-vertical-gap","",c.spacing2),borderRadius:r.extend("--ftds-combobox-single-select-border-radius","",c.borderRadiusS),backgroundColor:r.extend("--ftds-combobox-single-select-background-color","",c.colorWhite),labelColor:r.extend("--ftds-combobox-single-select-label-color","",p.contentGlobalSubtle),contentValueColor:r.extend("--ftds-combobox-single-select-content-value-color","",p.contentGlobalPrimary),trailingIconColor:r.extend("--ftds-combobox-single-select-trailing-icon-color","",p.contentGlobalSubtle),defaultBorderColor:r.extend("--ftds-combobox-single-select-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:r.extend("--ftds-combobox-single-select-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:r.create("--ftds-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ftds-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ftds-combobox-single-select-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:r.extend("--ftds-combobox-single-select-error-helper-text-color","",p.contentErrorPrimary),warningBorderWidth:r.create("--ftds-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ftds-combobox-single-select-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:r.extend("--ftds-combobox-single-select-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:r.extend("--ftds-combobox-single-select-warning-helper-icon-color","",p.contentWarningIconOnly),focusOutlineWidth:r.create("--ftds-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ftds-combobox-single-select-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:r.create("--ftds-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ftds-combobox-single-select-disabled-component-opacity","",c.opacity40)};var Rp={backgroundColor:r.extend("--ftds-combobox-multi-select-background-color","",c.colorWhite),labelColor:r.extend("--ftds-combobox-multi-select-label-color","",p.contentGlobalSubtle),trailingIconColor:r.extend("--ftds-combobox-multi-select-trailing-icon-color","",p.contentGlobalSubtle),defaultBorderColor:r.extend("--ftds-combobox-multi-select-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:r.extend("--ftds-combobox-multi-select-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:r.create("--ftds-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:r.extend("--ftds-combobox-multi-select-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:r.extend("--ftds-combobox-multi-select-error-helper-text-color","",p.contentErrorPrimary),errorHelperIcon:r.extend("--ftds-combobox-multi-select-error-helper-icon","",p.contentErrorIconOnly),errorBorderWidth:r.create("--ftds-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ftds-combobox-multi-select-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:r.extend("--ftds-combobox-multi-select-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:r.extend("--ftds-combobox-multi-select-warning-helper-icon-color","",p.contentWarningIconOnly),warningBorderWidth:r.create("--ftds-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ftds-combobox-multi-select-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:r.create("--ftds-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ftds-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ftds-combobox-multi-select-disabled-component-opacity","",c.opacity40),helperHorizontalPadding:r.extend("--ftds-combobox-multi-select-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:r.extend("--ftds-combobox-multi-select-helper-horizontal-gap","",c.spacing1),helperVerticalGap:r.extend("--ftds-combobox-multi-select-helper-vertical-gap","",c.spacing1),helperIconSize:r.extend("--ftds-combobox-multi-select-helper-icon-size","",c.iconSize2),fieldHorizontalPadding:r.extend("--ftds-combobox-multi-select-field-horizontal-padding","",c.spacing4),fieldHorizontalGap:r.extend("--ftds-combobox-multi-select-field-horizontal-gap","",c.spacing3),fieldVerticalGap:r.extend("--ftds-combobox-multi-select-field-vertical-gap","",c.spacing05),fieldIconSize:r.extend("--ftds-combobox-multi-select-field-icon-size","",c.iconSize3),fieldMaxHeight:r.create("--ftds-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:r.extend("--ftds-combobox-multi-select-content-values-horizontal-gap","",c.spacing1),contentValuesVerticalGap:r.extend("--ftds-combobox-multi-select-content-values-vertical-gap","",c.spacing1),borderRadius:r.extend("--ftds-combobox-multi-select-border-radius","",c.borderRadiusS)};var Tp={backgroundColor:r.extend("--ftds-popover-background-color","",p.backgroundGlobalOnSurface),horizontalPadding:r.extend("--ftds-popover-horizontal-padding","",c.spacing6),verticalPadding:r.extend("--ftds-popover-vertical-padding","",c.spacing6),titleColor:r.extend("--ftds-popover-title-color","",p.contentGlobalPrimary),bodyColor:r.extend("--ftds-popover-body-color","",p.contentGlobalSecondary),gap:r.extend("--ftds-popover-gap","",c.spacing2),borderRadius:r.extend("--ftds-popover-border-radius","",c.borderRadiusM),shadow:r.extend("--ftds-popover-shadow","",c.shadowElevation02),maxWidth:r.create("--ftds-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:r.extend("--ftds-popover-content-section-vertical-gap","",c.spacing2),multiSectionVerticalGap:r.extend("--ftds-popover-multi-section-vertical-gap","",c.spacing6)};var Lp={hoverStateLayerOpacity:r.extend("--ftds-collapsible-hover-state-layer-opacity","",c.opacity8),focusStateLayerOpacity:r.extend("--ftds-collapsible-focus-state-layer-opacity","",c.opacity8),focusOutlineWidth:r.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:r.extend("--ftds-collapsible-focus-focus-ring-color","",p.borderActionFocusRing),activeStateLayerOpacity:r.extend("--ftds-collapsible-active-state-layer-opacity","",c.opacity16),disabledComponentOpacity:r.extend("--ftds-collapsible-disabled-component-opacity","",c.opacity40),horizontalPadding:r.extend("--ftds-collapsible-horizontal-padding","",c.spacing4),verticalPadding:r.extend("--ftds-collapsible-vertical-padding","",c.spacing3),color:r.extend("--ftds-collapsible-color","",p.contentGlobalPrimary),stateLayerColor:r.extend("--ftds-collapsible-state-layer-color","",p.contentGlobalPrimary),backgroundColor:r.extend("--ftds-collapsible-background-color","",p.backgroundGlobalOnSurface),borderColor:r.extend("--ftds-collapsible-border-color","",p.borderGlobalSubtle),iconSize:r.extend("--ftds-collapsible-icon-size","",c.iconSize3)};var Np={groupHorizontalPadding:r.extend("--ftds-switch-group-horizontal-padding","",c.spacing1),groupVerticalPadding:r.extend("--ftds-switch-group-vertical-padding","",c.spacing1),groupGap:r.extend("--ftds-switch-group-gap","",c.spacing1),groupBackgroundColor:r.extend("--ftds-switch-group-background-color","",p.backgroundGlobalSurface),groupBorderColor:r.extend("--ftds-switch-group-border-color","",p.borderGlobalSubtle),groupBorderRadius:r.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:r.extend("--ftds-switch-label-horizontal-padding","",c.spacing2),labelVerticalPadding:r.extend("--ftds-switch-label-vertical-padding","",c.spacing1),offHoverStateLayerOpacity:r.extend("--ftds-switch-off-hover-state-layer-opacity","",c.opacity8),offFocusStateLayerOpacity:r.extend("--ftds-switch-off-focus-state-layer-opacity","",c.opacity8),offActiveStateLayerOpacity:r.extend("--ftds-switch-off-active-state-layer-opacity","",c.opacity16),offDisabledComponentOpacity:r.extend("--ftds-switch-off-disabled-component-opacity","",c.opacity40),offColor:r.extend("--ftds-switch-off-color","",p.contentGlobalSubtle),offStateLayerColor:r.extend("--ftds-switch-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ftds-switch-on-hover-state-layer-opacity","",c.opacity8),onFocusStateLayerOpacity:r.extend("--ftds-switch-on-focus-state-layer-opacity","",c.opacity8),onActiveStateLayerOpacity:r.extend("--ftds-switch-on-active-state-layer-opacity","",c.opacity16),onDisabledComponentOpacity:r.extend("--ftds-switch-on-disabled-component-opacity","",c.opacity40),onColor:r.extend("--ftds-switch-on-color","",p.contentActionPrimary),onStateLayerColor:r.extend("--ftds-switch-on-state-layer-color","",p.contentActionPrimary),iconHorizontalPadding:r.extend("--ftds-switch-icon-horizontal-padding","",c.spacing1),iconVerticalPadding:r.extend("--ftds-switch-icon-vertical-padding","",c.spacing1),focusOutlineWidth:r.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ftds-switch-focus-focus-ring-color","",p.borderActionFocusRing),optionBorderRadius:r.extend("--ftds-switch-option-border-radius","",c.borderRadiusS)};var _p={color1Light:r.extend("--ftds-chart-1-light","for area color charts",c.colorBrand40),color1Base:r.extend("--ftds-chart-1-base","for line charts",c.colorBrand0),color2Light:r.extend("--ftds-chart-2-light","for area color charts",c.colorYellow60),color2Base:r.extend("--ftds-chart-2-base","for line charts",c.colorYellow100),color3Light:r.extend("--ftds-chart-3-light","",c.colorUltramarine40),color3Base:r.extend("--ftds-chart-3-base","",c.colorUltramarine70),color4Light:r.extend("--ftds-chart-4-light","",c.colorCyan50),color4Base:r.extend("--ftds-chart-4-base","",c.colorCyan100),color5Light:r.extend("--ftds-chart-5-light","",c.colorRed40),color5Base:r.extend("--ftds-chart-5-base","",c.colorRed60),color6Light:r.extend("--ftds-chart-6-light","",c.colorGreen40),color6Base:r.extend("--ftds-chart-6-base","",c.colorGreen70),color7Light:r.extend("--ftds-chart-7-light","",c.colorOrange70),color7Base:r.extend("--ftds-chart-7-base","",c.colorOrange100),color8Light:r.extend("--ftds-chart-8-light","",c.colorAvocado70),color8Base:r.extend("--ftds-chart-8-base","",c.colorAvocado200),color9Light:r.extend("--ftds-chart-9-light","",c.colorBrown50),color9Base:r.extend("--ftds-chart-9-base","",c.colorBrown200),color10Light:r.extend("--ftds-chart-10-light","",c.colorGray50),color10Base:r.extend("--ftds-chart-10-base","",c.colorGray80),monochrome10:r.extend("--ftds-chart-monochrome-10","",c.colorBrand10),monochrome20:r.extend("--ftds-chart-monochrome-20","",c.colorBrand20),monochrome30:r.extend("--ftds-chart-monochrome-30","",c.colorBrand40),monochrome40:r.extend("--ftds-chart-monochrome-40","",c.colorBrand60),monochrome50:r.extend("--ftds-chart-monochrome-50","",c.colorBrand0),monochrome60:r.extend("--ftds-chart-monochrome-60","",c.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:r.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",c.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:r.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",c.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:r.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",c.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:r.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",c.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:r.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",c.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:r.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",c.opacity48),scatterplotDatapointInitialHoverBackgroundColor:r.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",c.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:r.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",c.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:r.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",c.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:r.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",c.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:r.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",c.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:r.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",c.colorGray70),scatterplotDatapointHoverHoverRingColor:r.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",c.colorCyan200)};var Ip={color1IconColor:r.extend("--ftds-page-designer-1-icon-color","for area color charts",c.colorCyan0),color1ToolbarColor:r.extend("--ftds-page-designer-1-toolbar-color","for area color charts",c.colorCyan0),color2IconColor:r.extend("--ftds-page-designer-2-icon-color","for area color charts",c.colorBrand0),color2ToolbarColor:r.extend("--ftds-page-designer-2-toolbar-color","for area color charts",c.colorBrand0),color3IconColor:r.extend("--ftds-page-designer-3-icon-color","for area color charts",c.colorYellow200),color3ToolbarColor:r.extend("--ftds-page-designer-3-toolbar-color","for area color charts",c.colorYellow200),color4IconColor:r.extend("--ftds-page-designer-4-icon-color","for area color charts",c.colorUltramarine50),color4ToolbarColor:r.extend("--ftds-page-designer-4-toolbar-color","for area color charts",c.colorUltramarine50),color5IconColor:r.extend("--ftds-page-designer-5-icon-color","for area color charts",c.colorGreen0),color5ToolbarColor:r.extend("--ftds-page-designer-5-toolbar-color","for area color charts",c.colorGreen0),color6IconColor:r.extend("--ftds-page-designer-6-icon-color","for area color charts",c.colorOrange0),color6ToolbarColor:r.extend("--ftds-page-designer-6-toolbar-color","for area color charts",c.colorOrange0),color7IconColor:r.extend("--ftds-page-designer-7-icon-color","for area color charts",c.colorAvocado200),color7ToolbarColor:r.extend("--ftds-page-designer-7-toolbar-color","for area color charts",c.colorAvocado200),color8IconColor:r.extend("--ftds-page-designer-8-icon-color","for area color charts",c.colorBrown0),color8ToolbarColor:r.extend("--ftds-page-designer-8-toolbar-color","for area color charts",c.colorBrown0)};var Pp={borderWidth:r.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:r.extend("--ftds-notice-horizontal-padding","",c.spacing3),verticalPadding:r.extend("--ftds-notice-vertical-padding","",c.spacing2),borderRadius:r.extend("--ftds-notice-border-radius","",c.borderRadiusS),gap:r.extend("--ftds-notice-gap","",c.spacing2),iconSize:r.extend("--ftds-notice-icon-size","",c.iconSize3),infoBackgroundColor:r.extend("--ftds-notice-info-background-color","",p.backgroundInfoSubtle),infoBorderColor:r.extend("--ftds-notice-info-border-color","",p.borderInfoSubtle),infoColor:r.extend("--ftds-notice-info-color","",p.contentInfoPrimary),infoIconColor:r.extend("--ftds-notice-info-icon-color","",p.contentInfoIconOnly),warningBackgroundColor:r.extend("--ftds-notice-warning-background-color","",p.backgroundWarningSubtle),warningBorderColor:r.extend("--ftds-notice-warning-border-color","",p.borderWarningSubtle),warningColor:r.extend("--ftds-notice-warning-color","",p.contentWarningPrimary),warningIconColor:r.extend("--ftds-notice-warning-icon-color","",p.contentWarningIconOnly),errorBackgroundColor:r.extend("--ftds-notice-error-background-color","",p.backgroundErrorSubtle),errorBorderColor:r.extend("--ftds-notice-error-border-color","",p.borderErrorSubtle),errorColor:r.extend("--ftds-notice-error-color","",p.contentErrorPrimary),errorIconColor:r.extend("--ftds-notice-error-icon-color","",p.contentErrorIconOnly),successBackgroundColor:r.extend("--ftds-notice-success-background-color","",p.backgroundSuccessSubtle),successBorderColor:r.extend("--ftds-notice-success-border-color","",p.borderSuccessSubtle),successColor:r.extend("--ftds-notice-success-color","",p.contentSuccessPrimary),successIconColor:r.extend("--ftds-notice-success-icon-color","",p.contentSuccessIconOnly),denseHorizontalPadding:r.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:r.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:r.extend("--ftds-notice-dense-gap","",c.spacing1),denseIconSize:r.extend("--ftds-notice-dense-icon-size","",c.iconSize2),denseBorderWidth:r.create("--ftds-notice-dense-border-width","","SIZE","0")};var kp={offHoverStateLayerOpacity:r.extend("--ftds-toggle-off-hover-state-layer-opacity","",c.opacity16),offFocusStateLayerOpacity:r.extend("--ftds-toggle-off-focus-state-layer-opacity","",c.opacity16),offActiveStateLayerOpacity:r.extend("--ftds-toggle-off-active-state-layer-opacity","",c.opacity24),offDisabledComponentOpacity:r.extend("--ftds-toggle-off-disabled-component-opacity","",c.opacity40),offBackgroundColor:r.extend("--ftds-toggle-off-background-color","",p.contentGlobalSubtle),offIconColor:r.extend("--ftds-toggle-off-icon-color","",p.contentGlobalSubtle),offStateLayerColor:r.extend("--ftds-toggle-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ftds-toggle-on-hover-state-layer-opacity","",c.opacity16),onFocusStateLayerOpacity:r.extend("--ftds-toggle-on-focus-state-layer-opacity","",c.opacity16),onActiveStateLayerOpacity:r.extend("--ftds-toggle-on-active-state-layer-opacity","",c.opacity24),onDisabledComponentOpacity:r.extend("--ftds-toggle-on-disabled-component-opacity","",c.opacity40),onBackgroundColor:r.extend("--ftds-toggle-on-background-color","",p.contentActionPrimary),onStateLayerColor:r.extend("--ftds-toggle-on-state-layer-color","",p.contentActionPrimary),onIconColor:r.extend("--ftds-toggle-on-icon-color","",p.contentActionPrimary),color:r.extend("--ftds-toggle-color","",p.contentGlobalPrimary),focusFocusRingColor:r.extend("--ftds-toggle-focus-focus-ring-color","",p.borderActionFocusRing),gap:r.extend("--ftds-toggle-gap","",c.spacing3)};var Dp={iconSize:r.extend("--ftds-notification-icon-size","",c.iconSize4),leftPadding:r.extend("--ftds-notification-left-padding","",c.spacing5),rightPadding:r.extend("--ftds-notification-right-padding","",c.spacing4),verticalPadding:r.extend("--ftds-notification-vertical-padding","",c.spacing3),infoBackgroundColor:r.extend("--ftds-notification-info-background-color","",p.backgroundInfoSubtle),infoColor:r.extend("--ftds-notification-info-color","",p.contentInfoPrimary),infoIconColor:r.extend("--ftds-notification-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:r.extend("--ftds-notification-info-border-color","",p.borderInfoSubtle),successBackgroundColor:r.extend("--ftds-notification-success-background-color","",p.backgroundSuccessSubtle),successColor:r.extend("--ftds-notification-success-color","",p.contentSuccessPrimary),successIconColor:r.extend("--ftds-notification-success-icon-color","",p.contentSuccessIconOnly),successBorderColor:r.extend("--ftds-notification-success-border-color","",p.borderSuccessSubtle),warningBackgroundColor:r.extend("--ftds-notification-warning-background-color","",p.backgroundWarningSubtle),warningColor:r.extend("--ftds-notification-warning-color","",p.contentWarningPrimary),warningIconColor:r.extend("--ftds-notification-warning-icon-color","",p.contentWarningIconOnly),warningBorderColor:r.extend("--ftds-notification-warning-border-color","",p.borderWarningSubtle),errorBackgroundColor:r.extend("--ftds-notification-error-background-color","",p.backgroundErrorSubtle),errorColor:r.extend("--ftds-notification-error-color","",p.contentErrorPrimary),errorIconColor:r.extend("--ftds-notification-error-icon-color","",p.contentErrorIconOnly),errorBorderColor:r.extend("--ftds-notification-error-border-color","",p.borderErrorSubtle),borderRadius:r.extend("--ftds-notification-border-radius","",c.borderRadiusPill),borderWidth:r.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:r.extend("--ftds-notification-leading-gap","",c.spacing2),trailingGap:r.extend("--ftds-notification-trailing-gap","",c.spacing8)};var Mp={horizontalPadding:r.extend("--ftds-tooltip-horizontal-padding","",c.spacing2),verticalPadding:r.extend("--ftds-tooltip-vertical-padding","",c.spacing2),borderRadius:r.extend("--ftds-tooltip-border-radius","",c.borderRadiusS),color:r.extend("--ftds-tooltip-color","",p.contentGlobalOnColor),backgroundColor:r.extend("--ftds-tooltip-background-color","",p.contentGlobalPrimary),backgroundOpacity:r.extend("--ftds-tooltip-background-opacity","",c.opacity80),shadow:r.extend("--ftds-tooltip-shadow","",c.shadowElevation02),maxWidth:r.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:r.extend("--ftds-tooltip-gap","",c.spacing05)};var Bp={verticalPadding:r.extend("--ftds-reorderable-list-vertical-padding","",c.spacing4),gap:r.extend("--ftds-reorderable-list-gap","",c.spacing1),borderRadius:r.extend("--ftds-reorderable-list-border-radius","",c.borderRadiusM),reorderableItemTitleMarginRight:r.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",c.spacing6),reorderableItemTitleColor:r.extend("--ftds-reorderable-list-reorderable-item-title-color","",p.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:r.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",c.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:r.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",c.spacing2),reorderableItemRightButtonsGroupHorizontalGap:r.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",c.spacing2),reorderableItemUsersCountColor:r.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",p.contentGlobalPrimary),reorderableItemUsersCountMarginRight:r.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",c.spacing6),reorderableItemBackgroundColor:r.extend("--ftds-reorderable-list-reorderable-item-background-color","",p.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:r.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",c.spacing1),reorderableItemWarningMessageColor:r.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",p.contentWarningPrimary),reorderableItemWarningMessageIconColor:r.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",p.contentWarningIconOnly),reorderableItemGripColor:r.extend("--ftds-reorderable-list-reorderable-item-grip-color","",p.contentGlobalSecondary),reorderableItemGripOpacity:r.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",c.opacity48),boxShadow:r.extend("--ftds-reorderable-list-box-shadow","",c.shadowElevation01),borderWidth:r.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:r.extend("--ftds-reorderable-list-reorderable-items-gap","",c.spacing2),leftPadding:r.extend("--ftds-reorderable-list-left-padding","",c.spacing2),rightPadding:r.extend("--ftds-reorderable-list-right-padding","",c.spacing6),borderColor:r.extend("--ftds-reorderable-list-border-color","",p.borderGlobalPrimary),backgroundColor:r.extend("--ftds-reorderable-list-background-color","",p.backgroundGlobalOnSurfaceDark)};var $p={menuHorizontalPadding:r.extend("--ftds-date-range-picker-menu-horizontal-padding","",c.spacing4),menuVerticalPadding:r.extend("--ftds-date-range-picker-menu-vertical-padding","",c.spacing4),menuVerticalGap:r.extend("--ftds-date-range-picker-menu-vertical-gap","",c.spacing4),menuButtonsVerticalGap:r.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",c.spacing2)};var kt;(function(t){t.brand="brand",t.neutral="neutral",t.info="info",t.success="success",t.warning="warning",t.error="error"})(kt||(kt={}));var nt;(function(t){t.large="large",t.medium="medium",t.small="small"})(nt||(nt={}));function Ea(t){return`ftds--family-${t}`}function Aa(t){return`ftds--size-${t}`}var U={colorPrimary:r.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:r.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:r.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:r.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:r.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:r.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorInfo:r.create("--ft-color-info","","COLOR","#0F6BC5"),colorWarning:r.create("--ft-color-warning","","COLOR","#B74706"),colorError:r.create("--ft-color-error","","COLOR","#B00020"),colorSuccess:r.create("--ft-color-success","","COLOR","#187856"),colorOutline:r.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:r.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:r.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:r.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:r.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:r.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:r.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:r.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:r.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:r.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:r.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:r.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:r.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:r.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:r.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:r.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:r.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:r.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:r.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:r.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:r.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:r.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:r.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:r.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:r.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:r.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:r.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:r.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:r.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:r.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:r.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:r.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:r.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:r.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:r.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:r.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:r.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:r.create("--ft-elevation-00","","SHADOW","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:r.create("--ft-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)"),elevation02:r.create("--ft-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)"),elevation03:r.create("--ft-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)"),elevation04:r.create("--ft-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)"),elevation06:r.create("--ft-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)"),elevation08:r.create("--ft-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)"),elevation12:r.create("--ft-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)"),elevation16:r.create("--ft-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)"),elevation24:r.create("--ft-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)"),borderRadiusS:r.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:r.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:r.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXL:r.create("--ft-border-radius-xl","","SIZE","16px"),titleFont:r.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:r.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:r.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:r.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Ta={};V(Ta,{DynamicImporter:()=>nn,dynamicImporter:()=>Up});var nn=class{async import(e){if(e)return import(e)}},Up=new nn;var za={};V(za,{computeOffsetAutoPosition:()=>au,computeOffsetPosition:()=>Wa});var Ds=["top","right","bottom","left"],ks=["start","end"],Na=Ds.reduce((t,e)=>t.concat(e,e+"-"+ks[0],e+"-"+ks[1]),[]),an=Math.min,ht=Math.max;var Fp={left:"right",right:"left",bottom:"top",top:"bottom"},Hp={start:"end",end:"start"};function _a(t,e,o){return ht(t,an(e,o))}function or(t,e){return typeof t=="function"?t(e):t}function yt(t){return t.split("-")[0]}function Ke(t){return t.split("-")[1]}function Ia(t){return t==="x"?"y":"x"}function Pa(t){return t==="y"?"height":"width"}function nr(t){return["top","bottom"].includes(yt(t))?"y":"x"}function ka(t){return Ia(nr(t))}function Ms(t,e,o){o===void 0&&(o=!1);let n=Ke(t),a=ka(t),i=Pa(a),s=a==="x"?n===(o?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(s=La(s)),[s,La(s)]}function Bs(t){return t.replace(/start|end/g,e=>Hp[e])}function La(t){return t.replace(/left|right|bottom|top/g,e=>Fp[e])}function Wp(t){return{top:0,right:0,bottom:0,left:0,...t}}function $s(t){return typeof t!="number"?Wp(t):{top:t,right:t,bottom:t,left:t}}function Dt(t){let{x:e,y:o,width:n,height:a}=t;return{width:n,height:a,top:o,left:e,right:e+n,bottom:o+a,x:e,y:o}}function Us(t,e,o){let{reference:n,floating:a}=t,i=nr(e),s=ka(e),l=Pa(s),d=yt(e),u=i==="y",h=n.x+n.width/2-a.width/2,f=n.y+n.height/2-a.height/2,y=n[l]/2-a[l]/2,x;switch(d){case"top":x={x:h,y:n.y-a.height};break;case"bottom":x={x:h,y:n.y+n.height};break;case"right":x={x:n.x+n.width,y:f};break;case"left":x={x:n.x-a.width,y:f};break;default:x={x:n.x,y:n.y}}switch(Ke(e)){case"start":x[s]-=y*(o&&u?-1:1);break;case"end":x[s]+=y*(o&&u?-1:1);break}return x}var Fs=async(t,e,o)=>{let{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:s}=o,l=i.filter(Boolean),d=await(s.isRTL==null?void 0:s.isRTL(e)),u=await s.getElementRects({reference:t,floating:e,strategy:a}),{x:h,y:f}=Us(u,n,d),y=n,x={},b=0;for(let w=0;w<l.length;w++){let{name:R,fn:T}=l[w],{x:_,y:O,data:v,reset:E}=await T({x:h,y:f,initialPlacement:n,placement:y,strategy:a,middlewareData:x,rects:u,platform:s,elements:{reference:t,floating:e}});h=_??h,f=O??f,x={...x,[R]:{...x[R],...v}},E&&b<=50&&(b++,typeof E=="object"&&(E.placement&&(y=E.placement),E.rects&&(u=E.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:a}):E.rects),{x:h,y:f}=Us(u,y,d)),w=-1)}return{x:h,y:f,placement:y,strategy:a,middlewareData:x}};async function sn(t,e){var o;e===void 0&&(e={});let{x:n,y:a,platform:i,rects:s,elements:l,strategy:d}=t,{boundary:u="clippingAncestors",rootBoundary:h="viewport",elementContext:f="floating",altBoundary:y=!1,padding:x=0}=or(e,t),b=$s(x),R=l[y?f==="floating"?"reference":"floating":f],T=Dt(await i.getClippingRect({element:(o=await(i.isElement==null?void 0:i.isElement(R)))==null||o?R:R.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:u,rootBoundary:h,strategy:d})),_=f==="floating"?{x:n,y:a,width:s.floating.width,height:s.floating.height}:s.reference,O=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),v=await(i.isElement==null?void 0:i.isElement(O))?await(i.getScale==null?void 0:i.getScale(O))||{x:1,y:1}:{x:1,y:1},E=Dt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:_,offsetParent:O,strategy:d}):_);return{top:(T.top-E.top+b.top)/v.y,bottom:(E.bottom-T.bottom+b.bottom)/v.y,left:(T.left-E.left+b.left)/v.x,right:(E.right-T.right+b.right)/v.x}}function zp(t,e,o){return(t?[...o.filter(a=>Ke(a)===t),...o.filter(a=>Ke(a)!==t)]:o.filter(a=>yt(a)===a)).filter(a=>t?Ke(a)===t||(e?Bs(a)!==a:!1):!0)}var ln=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,n,a;let{rects:i,middlewareData:s,placement:l,platform:d,elements:u}=e,{crossAxis:h=!1,alignment:f,allowedPlacements:y=Na,autoAlignment:x=!0,...b}=or(t,e),w=f!==void 0||y===Na?zp(f||null,x,y):y,R=await sn(e,b),T=((o=s.autoPlacement)==null?void 0:o.index)||0,_=w[T];if(_==null)return{};let O=Ms(_,i,await(d.isRTL==null?void 0:d.isRTL(u.floating)));if(l!==_)return{reset:{placement:w[0]}};let v=[R[yt(_)],R[O[0]],R[O[1]]],E=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:_,overflows:v}],k=w[T+1];if(k)return{data:{index:T+1,overflows:E},reset:{placement:k}};let $=E.map(B=>{let m=Ke(B.placement);return[B.placement,m&&h?B.overflows.slice(0,2).reduce((S,I)=>S+I,0):B.overflows[0],B.overflows]}).sort((B,m)=>B[1]-m[1]),W=((a=$.filter(B=>B[2].slice(0,Ke(B[0])?2:3).every(m=>m<=0))[0])==null?void 0:a[0])||$[0][0];return W!==l?{data:{index:T+1,overflows:E},reset:{placement:W}}:{}}}};async function Gp(t,e){let{placement:o,platform:n,elements:a}=t,i=await(n.isRTL==null?void 0:n.isRTL(a.floating)),s=yt(o),l=Ke(o),d=nr(o)==="y",u=["left","top"].includes(s)?-1:1,h=i&&d?-1:1,f=or(e,t),{mainAxis:y,crossAxis:x,alignmentAxis:b}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return l&&typeof b=="number"&&(x=l==="end"?b*-1:b),d?{x:x*h,y:y*u}:{x:y*u,y:x*h}}var Da=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var o,n;let{x:a,y:i,placement:s,middlewareData:l}=e,d=await Gp(e,t);return s===((o=l.offset)==null?void 0:o.placement)&&(n=l.arrow)!=null&&n.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:s}}}}},Ma=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:o,y:n,placement:a}=e,{mainAxis:i=!0,crossAxis:s=!1,limiter:l={fn:R=>{let{x:T,y:_}=R;return{x:T,y:_}}},...d}=or(t,e),u={x:o,y:n},h=await sn(e,d),f=nr(yt(a)),y=Ia(f),x=u[y],b=u[f];if(i){let R=y==="y"?"top":"left",T=y==="y"?"bottom":"right",_=x+h[R],O=x-h[T];x=_a(_,x,O)}if(s){let R=f==="y"?"top":"left",T=f==="y"?"bottom":"right",_=b+h[R],O=b-h[T];b=_a(_,b,O)}let w=l.fn({...e,[y]:x,[f]:b});return{...w,data:{x:w.x-o,y:w.y-n,enabled:{[y]:i,[f]:s}}}}}};var Ba=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var o,n;let{placement:a,rects:i,platform:s,elements:l}=e,{apply:d=()=>{},...u}=or(t,e),h=await sn(e,u),f=yt(a),y=Ke(a),x=nr(a)==="y",{width:b,height:w}=i.floating,R,T;f==="top"||f==="bottom"?(R=f,T=y===(await(s.isRTL==null?void 0:s.isRTL(l.floating))?"start":"end")?"left":"right"):(T=f,R=y==="end"?"top":"bottom");let _=w-h.top-h.bottom,O=b-h.left-h.right,v=an(w-h[R],_),E=an(b-h[T],O),k=!e.middlewareData.shift,$=v,j=E;if((o=e.middlewareData.shift)!=null&&o.enabled.x&&(j=O),(n=e.middlewareData.shift)!=null&&n.enabled.y&&($=_),k&&!y){let B=ht(h.left,0),m=ht(h.right,0),S=ht(h.top,0),I=ht(h.bottom,0);x?j=b-2*(B!==0||m!==0?B+m:ht(h.left,h.right)):$=w-2*(S!==0||I!==0?S+I:ht(h.top,h.bottom))}await d({...e,availableWidth:j,availableHeight:$});let W=await s.getDimensions(l.floating);return b!==W.width||w!==W.height?{reset:{rects:!0}}:{}}}};var $a=Math.min,ar=Math.max,qr=Math.round;var at=t=>({x:t,y:t});function it(t){return Ws(t)?(t.nodeName||"").toLowerCase():"#document"}function xe(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function st(t){var e;return(e=(Ws(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Ws(t){return t instanceof Node||t instanceof xe(t).Node}function Ze(t){return t instanceof Element||t instanceof xe(t).Element}function Ue(t){return t instanceof HTMLElement||t instanceof xe(t).HTMLElement}function Hs(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof xe(t).ShadowRoot}function ir(t){let{overflow:e,overflowX:o,overflowY:n,display:a}=Oe(t);return/auto|scroll|overlay|hidden|clip/.test(e+n+o)&&!["inline","contents"].includes(a)}function zs(t){return["table","td","th"].includes(it(t))}function dn(t){let e=pn(),o=Oe(t);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!e&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!e&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(o.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(o.contain||"").includes(n))}function Gs(t){let e=Mt(t);for(;Ue(e)&&!Yr(e);){if(dn(e))return e;e=Mt(e)}return null}function pn(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Yr(t){return["html","body","#document"].includes(it(t))}function Oe(t){return xe(t).getComputedStyle(t)}function Xr(t){return Ze(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Mt(t){if(it(t)==="html")return t;let e=t.assignedSlot||t.parentNode||Hs(t)&&t.host||st(t);return Hs(e)?e.host:e}function js(t){let e=Mt(t);return Yr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Ue(e)&&ir(e)?e:js(e)}function cn(t,e,o){var n;e===void 0&&(e=[]),o===void 0&&(o=!0);let a=js(t),i=a===((n=t.ownerDocument)==null?void 0:n.body),s=xe(a);return i?e.concat(s,s.visualViewport||[],ir(a)?a:[],s.frameElement&&o?cn(s.frameElement):[]):e.concat(a,cn(a,[],o))}function Zs(t){let e=Oe(t),o=parseFloat(e.width)||0,n=parseFloat(e.height)||0,a=Ue(t),i=a?t.offsetWidth:o,s=a?t.offsetHeight:n,l=qr(o)!==i||qr(n)!==s;return l&&(o=i,n=s),{width:o,height:n,$:l}}function qs(t){return Ze(t)?t:t.contextElement}function sr(t){let e=qs(t);if(!Ue(e))return at(1);let o=e.getBoundingClientRect(),{width:n,height:a,$:i}=Zs(e),s=(i?qr(o.width):o.width)/n,l=(i?qr(o.height):o.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var jp=at(0);function Ys(t){let e=xe(t);return!pn()||!e.visualViewport?jp:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Vp(t,e,o){return e===void 0&&(e=!1),!o||e&&o!==xe(t)?!1:e}function Jr(t,e,o,n){e===void 0&&(e=!1),o===void 0&&(o=!1);let a=t.getBoundingClientRect(),i=qs(t),s=at(1);e&&(n?Ze(n)&&(s=sr(n)):s=sr(t));let l=Vp(i,o,n)?Ys(i):at(0),d=(a.left+l.x)/s.x,u=(a.top+l.y)/s.y,h=a.width/s.x,f=a.height/s.y;if(i){let y=xe(i),x=n&&Ze(n)?xe(n):n,b=y.frameElement;for(;b&&n&&x!==y;){let w=sr(b),R=b.getBoundingClientRect(),T=Oe(b),_=R.left+(b.clientLeft+parseFloat(T.paddingLeft))*w.x,O=R.top+(b.clientTop+parseFloat(T.paddingTop))*w.y;d*=w.x,u*=w.y,h*=w.x,f*=w.y,d+=_,u+=O,b=xe(b).frameElement}}return Dt({width:h,height:f,x:d,y:u})}function Kp(t){let{rect:e,offsetParent:o,strategy:n}=t,a=Ue(o),i=st(o);if(o===i)return e;let s={scrollLeft:0,scrollTop:0},l=at(1),d=at(0);if((a||!a&&n!=="fixed")&&((it(o)!=="body"||ir(i))&&(s=Xr(o)),Ue(o))){let u=Jr(o);l=sr(o),d.x=u.x+o.clientLeft,d.y=u.y+o.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-s.scrollLeft*l.x+d.x,y:e.y*l.y-s.scrollTop*l.y+d.y}}function Zp(t){return Array.from(t.getClientRects())}function Xs(t){return Jr(st(t)).left+Xr(t).scrollLeft}function qp(t){let e=st(t),o=Xr(t),n=t.ownerDocument.body,a=ar(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),i=ar(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),s=-o.scrollLeft+Xs(t),l=-o.scrollTop;return Oe(n).direction==="rtl"&&(s+=ar(e.clientWidth,n.clientWidth)-a),{width:a,height:i,x:s,y:l}}function Yp(t,e){let o=xe(t),n=st(t),a=o.visualViewport,i=n.clientWidth,s=n.clientHeight,l=0,d=0;if(a){i=a.width,s=a.height;let u=pn();(!u||u&&e==="fixed")&&(l=a.offsetLeft,d=a.offsetTop)}return{width:i,height:s,x:l,y:d}}function Xp(t,e){let o=Jr(t,!0,e==="fixed"),n=o.top+t.clientTop,a=o.left+t.clientLeft,i=Ue(t)?sr(t):at(1),s=t.clientWidth*i.x,l=t.clientHeight*i.y,d=a*i.x,u=n*i.y;return{width:s,height:l,x:d,y:u}}function Vs(t,e,o){let n;if(e==="viewport")n=Yp(t,o);else if(e==="document")n=qp(st(t));else if(Ze(e))n=Xp(e,o);else{let a=Ys(t);n={...e,x:e.x-a.x,y:e.y-a.y}}return Dt(n)}function Js(t,e){let o=Mt(t);return o===e||!Ze(o)||Yr(o)?!1:Oe(o).position==="fixed"||Js(o,e)}function Jp(t,e){let o=e.get(t);if(o)return o;let n=cn(t,[],!1).filter(l=>Ze(l)&&it(l)!=="body"),a=null,i=Oe(t).position==="fixed",s=i?Mt(t):t;for(;Ze(s)&&!Yr(s);){let l=Oe(s),d=dn(s);!d&&l.position==="fixed"&&(a=null),(i?!d&&!a:!d&&l.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||ir(s)&&!d&&Js(t,s))?n=n.filter(h=>h!==s):a=l,s=Mt(s)}return e.set(t,n),n}function Qp(t){let{element:e,boundary:o,rootBoundary:n,strategy:a}=t,s=[...o==="clippingAncestors"?Jp(e,this._c):[].concat(o),n],l=s[0],d=s.reduce((u,h)=>{let f=Vs(e,h,a);return u.top=ar(f.top,u.top),u.right=$a(f.right,u.right),u.bottom=$a(f.bottom,u.bottom),u.left=ar(f.left,u.left),u},Vs(e,l,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function eu(t){return Zs(t)}function tu(t,e,o){let n=Ue(e),a=st(e),i=o==="fixed",s=Jr(t,!0,i,e),l={scrollLeft:0,scrollTop:0},d=at(0);if(n||!n&&!i)if((it(e)!=="body"||ir(a))&&(l=Xr(e)),n){let u=Jr(e,!0,i,e);d.x=u.x+e.clientLeft,d.y=u.y+e.clientTop}else a&&(d.x=Xs(a));return{x:s.left+l.scrollLeft-d.x,y:s.top+l.scrollTop-d.y,width:s.width,height:s.height}}function Ks(t,e){return!Ue(t)||Oe(t).position==="fixed"?null:e?e(t):t.offsetParent}function Qs(t,e){let o=xe(t);if(!Ue(t))return o;let n=Ks(t,e);for(;n&&zs(n)&&Oe(n).position==="static";)n=Ks(n,e);return n&&(it(n)==="html"||it(n)==="body"&&Oe(n).position==="static"&&!dn(n))?o:n||Gs(t)||o}var ru=async function(t){let{reference:e,floating:o,strategy:n}=t,a=this.getOffsetParent||Qs,i=this.getDimensions;return{reference:tu(e,await a(o),n),floating:{x:0,y:0,...await i(o)}}};function ou(t){return Oe(t).direction==="rtl"}var lr={convertOffsetParentRelativeRectToViewportRelativeRect:Kp,getDocumentElement:st,getClippingRect:Qp,getOffsetParent:Qs,getElementRects:ru,getClientRects:Zp,getDimensions:eu,getScale:sr,isElement:Ze,isRTL:ou};var Ua=(t,e,o)=>{let n=new Map,a={platform:lr,...o},i={...a.platform,_c:n};return Fs(t,e,{...a,platform:i})};function Ha(t){return nu(t)}function Fa(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function nu(t){for(let e=t;e;e=Fa(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=Fa(t);e;e=Fa(e)){if(!(e instanceof Element))continue;let o=getComputedStyle(e);if(o.display!=="contents"&&(o.position!=="static"||o.filter!=="none"||e.tagName==="BODY"))return e}return null}async function Wa(t,e,o){return Ua(t,e,{platform:{...lr,getOffsetParent:n=>lr.getOffsetParent(n,Ha)},middleware:[Ma({crossAxis:!0}),ln({allowedPlacements:[o]})]})}async function au(t,e,o,n,a,i,s=4){return Ua(t,e,{placement:o,strategy:a,platform:{...lr,getOffsetParent:l=>lr.getOffsetParent(l,Ha)},middleware:[Da(s),ln({allowedPlacements:n}),Ba({apply({availableHeight:l,elements:d}){typeof i=="string"&&(i=`var(${i})`),i?d.floating.style.maxHeight=`min(${Math.max(0,l)}px, ${i})`:d.floating.style.maxHeight=`${Math.max(0,l)}px`}})]})}var qa={};V(qa,{FtdsBase:()=>Za,toFtdsBase:()=>un});var Ka={};V(Ka,{ExportpartsUpdatedEvent:()=>Bt,FtLitElement:()=>G});var Ga={};V(Ga,{ScopedRegistryLitElement:()=>Qr});var Qr=class extends rt{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([a,i])=>e.registry.define(a,i)));let o={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return Br(n,e.elementStyles),n}};var Va={};V(Va,{shadowQuerySelector:()=>ja,shadowQuerySelectorAll:()=>iu});function ja(t,e,...o){var n;let a=t.querySelector(e);for(let i of o)a=(n=a?.shadowRoot)===null||n===void 0?void 0:n.querySelector(i);return a}function iu(t,e,...o){let n=[...t.querySelectorAll(e)];for(let a of o)n=n.flatMap(i=>{var s,l;return[...(l=(s=i.shadowRoot)===null||s===void 0?void 0:s.querySelectorAll(a))!==null&&l!==void 0?l:[]]});return n}var cr=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},ol,el=Symbol("constructorPrototype"),tl=Symbol("constructorName"),nl=Symbol("exportpartsDebouncer"),rl=Symbol("dynamicDependenciesLoaded"),Bt=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};Bt.eventName="exportparts-updated";var G=class extends Qr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[ol]=new Ce(5),this.scheduleExportpartsUpdate=()=>{var e,o,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[nl].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[tl]=this.constructor.name,this[el]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[tl]&&Object.setPrototypeOf(this,this[el])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let o=this.constructor;o[rl]||(o[rl]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(Bt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(Bt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new Bt)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:o,selector:n,shadowPath:a}=this.elementToFocus;if(n!=null){let i=[...a??[],n];o=ja(this.shadowRoot,...i)}o?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||o?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var o,n,a;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(e){var o,n,a,i,s,l;let d=y=>y!=null&&y.trim().length>0,u=e.filter(d).map(y=>y.trim());if(u.length===0){this.exportparts=void 0;return}let h=new Set;for(let y of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let x=(i=(a=y.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],b=(l=(s=y.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(R=>R.split(":")[1]))!==null&&l!==void 0?l:[],w=[...x,...b].filter(d).map(R=>R.trim());for(let R of w)h.add(R)}if(h.size===0){this.exportparts=void 0;return}let f=[...h.values()].flatMap(y=>u.map(x=>`${y}:${x}--${y}`));this.exportparts=[...this.part,...f].join(", ")}};ol=nl;cr([C()],G.prototype,"exportpartsPrefix",void 0);cr([_e([])],G.prototype,"exportpartsPrefixes",void 0);cr([C({reflect:!0})],G.prototype,"exportparts",void 0);cr([C()],G.prototype,"customStylesheet",void 0);cr([C()],G.prototype,"elementToFocus",void 0);cr([q()],G.prototype,"useAdoptedStyleSheets",void 0);var al=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},un=pe(Symbol("toFtdsBase"),function(t){class e extends t{constructor(){super(...arguments),this.size=nt.medium,this.family=kt.neutral}getDesignSystemBaseClasses(){return{[Ea(this.family)]:!0,[Aa(this.size)]:!0}}}return al([C()],e.prototype,"size",void 0),al([C()],e.prototype,"family",void 0),e}),Za=class extends un(G){};var il={};var Ja={};V(Ja,{highlightHtml:()=>Xa,highlightHtmlColorCssVariable:()=>sl,highlightHtmlStyles:()=>lu});var $t=class t{constructor(e,o=!0,n=[],a=5e3){this.ctx=e,this.iframes=o,this.exclude=n,this.iframesTimeout=a}static matches(e,o){let n=typeof o=="string"?[o]:o,a=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(a){let i=!1;return n.every(s=>a.call(e,s)?(i=!0,!1):!0),i}else return!1}getContexts(){let e,o=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(n=>{let a=o.filter(i=>i.contains(n)).length>0;o.indexOf(n)===-1&&!a&&o.push(n)}),o}getIframeContents(e,o,n=()=>{}){let a;try{let i=e.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{n()}a&&o(a)}isIframeBlank(e){let o="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===o&&n!==o&&n}observeIframeLoad(e,o,n){let a=!1,i=null,s=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(e)||(e.removeEventListener("load",s),this.getIframeContents(e,o,n))}catch{n()}}};e.addEventListener("load",s),i=setTimeout(s,this.iframesTimeout)}onIframeReady(e,o,n){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,o,n):this.getIframeContents(e,o,n):this.observeIframeLoad(e,o,n)}catch{n()}}waitForIframes(e,o){let n=0;this.forEachIframe(e,()=>!0,a=>{n++,this.waitForIframes(a.querySelector("html"),()=>{--n||o()})},a=>{a||o()})}forEachIframe(e,o,n,a=()=>{}){let i=e.querySelectorAll("iframe"),s=i.length,l=0;i=Array.prototype.slice.call(i);let d=()=>{--s<=0&&a(l)};s||d(),i.forEach(u=>{t.matches(u,this.exclude)?d():this.onIframeReady(u,h=>{o(u)&&(l++,n(h)),d()},d)})}createIterator(e,o,n){return document.createNodeIterator(e,o,n,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,o,n){let a=e.compareDocumentPosition(n),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&i)if(o!==null){let s=o.compareDocumentPosition(n),l=Node.DOCUMENT_POSITION_FOLLOWING;if(s&l)return!0}else return!0;return!1}getIteratorNode(e){let o=e.previousNode(),n;return o===null?n=e.nextNode():n=e.nextNode()&&e.nextNode(),{prevNode:o,node:n}}checkIframeFilter(e,o,n,a){let i=!1,s=!1;return a.forEach((l,d)=>{l.val===n&&(i=d,s=l.handled)}),this.compareNodeIframe(e,o,n)?(i===!1&&!s?a.push({val:n,handled:!0}):i!==!1&&!s&&(a[i].handled=!0),!0):(i===!1&&a.push({val:n,handled:!1}),!1)}handleOpenIframes(e,o,n,a){e.forEach(i=>{i.handled||this.getIframeContents(i.val,s=>{this.createInstanceOnIframe(s).forEachNode(o,n,a)})})}iterateThroughNodes(e,o,n,a,i){let s=this.createIterator(o,e,a),l=[],d=[],u,h,f=()=>({prevNode:h,node:u}=this.getIteratorNode(s),u);for(;f();)this.iframes&&this.forEachIframe(o,y=>this.checkIframeFilter(u,h,y,l),y=>{this.createInstanceOnIframe(y).forEachNode(e,x=>d.push(x),a)}),d.push(u);d.forEach(y=>{n(y)}),this.iframes&&this.handleOpenIframes(l,e,n,a),i()}forEachNode(e,o,n,a=()=>{}){let i=this.getContexts(),s=i.length;s||a(),i.forEach(l=>{let d=()=>{this.iterateThroughNodes(e,l,o,n,()=>{--s<=0&&a()})};this.iframes?this.waitForIframes(l,d):d()})}};var eo=class{constructor(e){this.ctx=e,this.ie=!1;let o=window.navigator.userAgent;(o.indexOf("MSIE")>-1||o.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new $t(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,o="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[o]=="function"&&n[o](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let o=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",a=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in o)if(o.hasOwnProperty(i)){let s=o[i],l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),d=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);l!==""&&d!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(d)})`,`gm${n}`),a+`(${this.processSynomyms(l)}|${this.processSynomyms(d)})`+a))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,o=>o.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,o=>o.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let o=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,o?"[\\S\\s]?":"\\S?").replace(/\u0002/g,o?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(o,n,a)=>{let i=a.charAt(n+1);return/[(|)\\]/.test(i)||i===""?o:o+"\0"})}createJoinersRegExp(e){let o=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&o.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&o.push("\\u00ad\\u200b\\u200c\\u200d"),o.length?e.split(/\u0000+/).join(`[${o.join("")}]*`):e}createDiacriticsRegExp(e){let o=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],a=[];return e.split("").forEach(i=>{n.every(s=>{if(s.indexOf(i)!==-1){if(a.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${o}`),`[${s}]`),a.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let o="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,a=typeof n=="string"?n:n.value,i=typeof n=="string"?[]:n.limiters,s="";switch(i.forEach(l=>{s+=`|${this.escapeStr(l)}`}),a){case"partially":default:return`()(${e})`;case"complementary":return s="\\s"+(s||this.escapeStr(o)),`()([^${s}]*${e}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${e})(?=$|\\s${s})`}}getSeparatedKeywords(e){let o=[];return e.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(a=>{a.trim()&&o.indexOf(a)===-1&&o.push(a)}):n.trim()&&o.indexOf(n)===-1&&o.push(n)}),{keywords:o.sort((n,a)=>a.length-n.length),length:o.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let o=[],n=0;return e.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:s,valid:l}=this.callNoMatchOnInvalidRanges(a,n);l&&(a.start=i,a.length=s-i,o.push(a),n=s)}),o}callNoMatchOnInvalidRanges(e,o){let n,a,i=!1;return e&&typeof e.start<"u"?(n=parseInt(e.start,10),a=n+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&a-o>0&&a-n>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:n,end:a,valid:i}}checkWhitespaceRanges(e,o,n){let a,i=!0,s=n.length,l=o-s,d=parseInt(e.start,10)-l;return d=d>s?s:d,a=d+parseInt(e.length,10),a>s&&(a=s,this.log(`End range automatically set to the max value of ${s}`)),d<0||a-d<0||d>s||a>s?(i=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):n.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:d,end:a,valid:i}}getTextNodes(e){let o="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{n.push({start:o.length,end:(o+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:o,nodes:n})})}matchesExclude(e){return $t.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,o,n){let a=this.opt.element?this.opt.element:"mark",i=e.splitText(o),s=i.splitText(n-o),l=document.createElement(a);return l.setAttribute("data-markjs","true"),this.opt.className&&l.setAttribute("class",this.opt.className),l.textContent=i.textContent,i.parentNode.replaceChild(l,i),s}wrapRangeInMappedTextNode(e,o,n,a,i){e.nodes.every((s,l)=>{let d=e.nodes[l+1];if(typeof d>"u"||d.start>o){if(!a(s.node))return!1;let u=o-s.start,h=(n>s.end?s.end:n)-s.start,f=e.value.substr(0,s.start),y=e.value.substr(h+s.start);if(s.node=this.wrapRangeInTextNode(s.node,u,h),e.value=f+y,e.nodes.forEach((x,b)=>{b>=l&&(e.nodes[b].start>0&&b!==l&&(e.nodes[b].start-=h),e.nodes[b].end-=h)}),n-=h,i(s.node.previousSibling,s.start),n>s.end)o=s.end;else return!1}return!0})}wrapMatches(e,o,n,a,i){let s=o===0?0:o+1;this.getTextNodes(l=>{l.nodes.forEach(d=>{d=d.node;let u;for(;(u=e.exec(d.textContent))!==null&&u[s]!=="";){if(!n(u[s],d))continue;let h=u.index;if(s!==0)for(let f=1;f<s;f++)h+=u[f].length;d=this.wrapRangeInTextNode(d,h,h+u[s].length),a(d.previousSibling),e.lastIndex=0}}),i()})}wrapMatchesAcrossElements(e,o,n,a,i){let s=o===0?0:o+1;this.getTextNodes(l=>{let d;for(;(d=e.exec(l.value))!==null&&d[s]!=="";){let u=d.index;if(s!==0)for(let f=1;f<s;f++)u+=d[f].length;let h=u+d[s].length;this.wrapRangeInMappedTextNode(l,u,h,f=>n(d[s],f),(f,y)=>{e.lastIndex=y,a(f)})}i()})}wrapRangeFromIndex(e,o,n,a){this.getTextNodes(i=>{let s=i.value.length;e.forEach((l,d)=>{let{start:u,end:h,valid:f}=this.checkWhitespaceRanges(l,s,i.value);f&&this.wrapRangeInMappedTextNode(i,u,h,y=>o(y,l,i.value.substring(u,h),d),y=>{n(y,l)})}),a()})}unwrapMatches(e){let o=e.parentNode,n=document.createDocumentFragment();for(;e.firstChild;)n.appendChild(e.removeChild(e.firstChild));o.replaceChild(n,e),this.ie?this.normalizeTextNode(o):o.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,o){this.opt=o,this.log(`Searching with expression "${e}"`);let n=0,a="wrapMatches",i=s=>{n++,this.opt.each(s)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](e,this.opt.ignoreGroups,(s,l)=>this.opt.filter(l,s,n),i,()=>{n===0&&this.opt.noMatch(e),this.opt.done(n)})}mark(e,o){this.opt=o;let n=0,a="wrapMatches",{keywords:i,length:s}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),l=this.opt.caseSensitive?"":"i",d=u=>{let h=new RegExp(this.createRegExp(u),`gm${l}`),f=0;this.log(`Searching with expression "${h}"`),this[a](h,1,(y,x)=>this.opt.filter(x,u,n,f),y=>{f++,n++,this.opt.each(y)},()=>{f===0&&this.opt.noMatch(u),i[s-1]===u?this.opt.done(n):d(i[i.indexOf(u)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),s===0?this.opt.done(n):d(i[0])}markRanges(e,o){this.opt=o;let n=0,a=this.checkRanges(e);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,s,l,d)=>this.opt.filter(i,s,l,d),(i,s)=>{n++,this.opt.each(i,s)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(e){this.opt=e;let o=this.opt.element?this.opt.element:"*";o+="[data-markjs]",this.opt.className&&(o+=`.${this.opt.className}`),this.log(`Removal selector "${o}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let a=$t.matches(n,o),i=this.matchesExclude(n);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function Ya(t){let e=new eo(t);return this.mark=(o,n)=>(e.mark(o,n),this),this.markRegExp=(o,n)=>(e.markRegExp(o,n),this),this.markRanges=(o,n)=>(e.markRanges(o,n),this),this.unmark=o=>(e.unmark(o),this),this}var su=Ya,sl=r.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),lu=D`
|
|
1
|
+
"use strict";(()=>{var hu=Object.create;var $n=Object.defineProperty;var mu=Object.getOwnPropertyDescriptor;var gu=Object.getOwnPropertyNames;var yu=Object.getPrototypeOf,bu=Object.prototype.hasOwnProperty;var vu=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Y=(e,t)=>{for(var r in t)$n(e,r,{get:t[r],enumerable:!0})},xu=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of gu(t))!bu.call(e,n)&&n!==r&&$n(e,n,{get:()=>t[n],enumerable:!(o=mu(t,n))||o.enumerable});return e};var Su=(e,t,r)=>(r=e!=null?hu(yu(e)):{},xu(t||!e||!e.__esModule?$n(r,"default",{value:e,enumerable:!0}):r,e));var W1=vu((Dt,G1)=>{var an=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,nn=function(){function e(){this.fetch=!1,this.DOMException=an.DOMException}return e.prototype=an,new e}();(function(e){var t=function(r){var o=typeof e<"u"&&e||typeof self<"u"&&self||typeof global<"u"&&global||{},n={searchParams:"URLSearchParams"in o,iterable:"Symbol"in o&&"iterator"in Symbol,blob:"FileReader"in o&&"Blob"in o&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in o,arrayBuffer:"ArrayBuffer"in o};function i(v){return v&&DataView.prototype.isPrototypeOf(v)}if(n.arrayBuffer)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(v){return v&&s.indexOf(Object.prototype.toString.call(v))>-1};function l(v){if(typeof v!="string"&&(v=String(v)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(v)||v==="")throw new TypeError('Invalid character in header field name: "'+v+'"');return v.toLowerCase()}function f(v){return typeof v!="string"&&(v=String(v)),v}function h(v){var A={next:function(){var z=v.shift();return{done:z===void 0,value:z}}};return n.iterable&&(A[Symbol.iterator]=function(){return A}),A}function p(v){this.map={},v instanceof p?v.forEach(function(A,z){this.append(z,A)},this):Array.isArray(v)?v.forEach(function(A){if(A.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+A.length);this.append(A[0],A[1])},this):v&&Object.getOwnPropertyNames(v).forEach(function(A){this.append(A,v[A])},this)}p.prototype.append=function(v,A){v=l(v),A=f(A);var z=this.map[v];this.map[v]=z?z+", "+A:A},p.prototype.delete=function(v){delete this.map[l(v)]},p.prototype.get=function(v){return v=l(v),this.has(v)?this.map[v]:null},p.prototype.has=function(v){return this.map.hasOwnProperty(l(v))},p.prototype.set=function(v,A){this.map[l(v)]=f(A)},p.prototype.forEach=function(v,A){for(var z in this.map)this.map.hasOwnProperty(z)&&v.call(A,this.map[z],z,this)},p.prototype.keys=function(){var v=[];return this.forEach(function(A,z){v.push(z)}),h(v)},p.prototype.values=function(){var v=[];return this.forEach(function(A){v.push(A)}),h(v)},p.prototype.entries=function(){var v=[];return this.forEach(function(A,z){v.push([z,A])}),h(v)},n.iterable&&(p.prototype[Symbol.iterator]=p.prototype.entries);function g(v){if(!v._noBody){if(v.bodyUsed)return Promise.reject(new TypeError("Already read"));v.bodyUsed=!0}}function b(v){return new Promise(function(A,z){v.onload=function(){A(v.result)},v.onerror=function(){z(v.error)}})}function x(v){var A=new FileReader,z=b(A);return A.readAsArrayBuffer(v),z}function E(v){var A=new FileReader,z=b(A),J=/charset=([A-Za-z0-9_-]+)/.exec(v.type),re=J?J[1]:"utf-8";return A.readAsText(v,re),z}function _(v){for(var A=new Uint8Array(v),z=new Array(A.length),J=0;J<A.length;J++)z[J]=String.fromCharCode(A[J]);return z.join("")}function N(v){if(v.slice)return v.slice(0);var A=new Uint8Array(v.byteLength);return A.set(new Uint8Array(v)),A.buffer}function M(){return this.bodyUsed=!1,this._initBody=function(v){this.bodyUsed=this.bodyUsed,this._bodyInit=v,v?typeof v=="string"?this._bodyText=v:n.blob&&Blob.prototype.isPrototypeOf(v)?this._bodyBlob=v:n.formData&&FormData.prototype.isPrototypeOf(v)?this._bodyFormData=v:n.searchParams&&URLSearchParams.prototype.isPrototypeOf(v)?this._bodyText=v.toString():n.arrayBuffer&&n.blob&&i(v)?(this._bodyArrayBuffer=N(v.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(v)||c(v))?this._bodyArrayBuffer=N(v):this._bodyText=v=Object.prototype.toString.call(v):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof v=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n.searchParams&&URLSearchParams.prototype.isPrototypeOf(v)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},n.blob&&(this.blob=function(){var v=g(this);if(v)return v;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var v=g(this);return v||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(n.blob)return this.blob().then(x);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var v=g(this);if(v)return v;if(this._bodyBlob)return E(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(_(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},n.formData&&(this.formData=function(){return this.text().then(I)}),this.json=function(){return this.text().then(JSON.parse)},this}var O=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function C(v){var A=v.toUpperCase();return O.indexOf(A)>-1?A:v}function w(v,A){if(!(this instanceof w))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');A=A||{};var z=A.body;if(v instanceof w){if(v.bodyUsed)throw new TypeError("Already read");this.url=v.url,this.credentials=v.credentials,A.headers||(this.headers=new p(v.headers)),this.method=v.method,this.mode=v.mode,this.signal=v.signal,!z&&v._bodyInit!=null&&(z=v._bodyInit,v.bodyUsed=!0)}else this.url=String(v);if(this.credentials=A.credentials||this.credentials||"same-origin",(A.headers||!this.headers)&&(this.headers=new p(A.headers)),this.method=C(A.method||this.method||"GET"),this.mode=A.mode||this.mode||null,this.signal=A.signal||this.signal||function(){if("AbortController"in o){var X=new AbortController;return X.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&z)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(z),(this.method==="GET"||this.method==="HEAD")&&(A.cache==="no-store"||A.cache==="no-cache")){var J=/([?&])_=[^&]*/;if(J.test(this.url))this.url=this.url.replace(J,"$1_="+new Date().getTime());else{var re=/\?/;this.url+=(re.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})};function I(v){var A=new FormData;return v.trim().split("&").forEach(function(z){if(z){var J=z.split("="),re=J.shift().replace(/\+/g," "),X=J.join("=").replace(/\+/g," ");A.append(decodeURIComponent(re),decodeURIComponent(X))}}),A}function F(v){var A=new p,z=v.replace(/\r?\n[\t ]+/g," ");return z.split("\r").map(function(J){return J.indexOf(`
|
|
2
|
+
`)===0?J.substr(1,J.length):J}).forEach(function(J){var re=J.split(":"),X=re.shift().trim();if(X){var ra=re.join(":").trim();try{A.append(X,ra)}catch(Bn){console.warn("Response "+Bn.message)}}}),A}M.call(w.prototype);function K(v,A){if(!(this instanceof K))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(A||(A={}),this.type="default",this.status=A.status===void 0?200:A.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=A.statusText===void 0?"":""+A.statusText,this.headers=new p(A.headers),this.url=A.url||"",this._initBody(v)}M.call(K.prototype),K.prototype.clone=function(){return new K(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},K.error=function(){var v=new K(null,{status:200,statusText:""});return v.ok=!1,v.status=0,v.type="error",v};var V=[301,302,303,307,308];K.redirect=function(v,A){if(V.indexOf(A)===-1)throw new RangeError("Invalid status code");return new K(null,{status:A,headers:{location:v}})},r.DOMException=o.DOMException;try{new r.DOMException}catch{r.DOMException=function(A,z){this.message=A,this.name=z;var J=Error(A);this.stack=J.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function $(v,A){return new Promise(function(z,J){var re=new w(v,A);if(re.signal&&re.signal.aborted)return J(new r.DOMException("Aborted","AbortError"));var X=new XMLHttpRequest;function ra(){X.abort()}X.onload=function(){var ge={statusText:X.statusText,headers:F(X.getAllResponseHeaders()||"")};re.url.indexOf("file://")===0&&(X.status<200||X.status>599)?ge.status=200:ge.status=X.status,ge.url="responseURL"in X?X.responseURL:ge.headers.get("X-Request-URL");var jt="response"in X?X.response:X.responseText;setTimeout(function(){z(new K(jt,ge))},0)},X.onerror=function(){setTimeout(function(){J(new TypeError("Network request failed"))},0)},X.ontimeout=function(){setTimeout(function(){J(new TypeError("Network request timed out"))},0)},X.onabort=function(){setTimeout(function(){J(new r.DOMException("Aborted","AbortError"))},0)};function Bn(ge){try{return ge===""&&o.location.href?o.location.href:ge}catch{return ge}}if(X.open(re.method,Bn(re.url),!0),re.credentials==="include"?X.withCredentials=!0:re.credentials==="omit"&&(X.withCredentials=!1),"responseType"in X&&(n.blob?X.responseType="blob":n.arrayBuffer&&(X.responseType="arraybuffer")),A&&typeof A.headers=="object"&&!(A.headers instanceof p||o.Headers&&A.headers instanceof o.Headers)){var el=[];Object.getOwnPropertyNames(A.headers).forEach(function(ge){el.push(l(ge)),X.setRequestHeader(ge,f(A.headers[ge]))}),re.headers.forEach(function(ge,jt){el.indexOf(jt)===-1&&X.setRequestHeader(jt,ge)})}else re.headers.forEach(function(ge,jt){X.setRequestHeader(jt,ge)});re.signal&&(re.signal.addEventListener("abort",ra),X.onreadystatechange=function(){X.readyState===4&&re.signal.removeEventListener("abort",ra)}),X.send(typeof re._bodyInit>"u"?null:re._bodyInit)})}return $.polyfill=!0,o.fetch||(o.fetch=$,o.Headers=p,o.Request=w,o.Response=K),r.Headers=p,r.Request=w,r.Response=K,r.fetch=$,r}({})})(nn);nn.fetch.ponyfill=!0;delete nn.fetch.polyfill;var Hr=an.fetch?an:nn;Dt=Hr.fetch;Dt.default=Hr.fetch;Dt.fetch=Hr.fetch;Dt.Headers=Hr.Headers;Dt.Request=Hr.Request;Dt.Response=Hr.Response;G1.exports=Dt});if(!ShadowRoot.prototype.createElement){let e=window.HTMLElement,t=window.customElements.define,r=window.customElements.get,o=window.customElements,n=new WeakMap,i=new WeakMap,s=new WeakMap,c=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(O,C){if(O=O.toLowerCase(),this._getDefinition(O)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${O}" has already been used with this registry`);if(this._definitionsByClass.get(C)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let w=C.prototype.attributeChangedCallback,I=new Set(C.observedAttributes||[]);g(C,I,w);let F={elementClass:C,connectedCallback:C.prototype.connectedCallback,disconnectedCallback:C.prototype.disconnectedCallback,adoptedCallback:C.prototype.adoptedCallback,attributeChangedCallback:w,formAssociated:C.formAssociated,formAssociatedCallback:C.prototype.formAssociatedCallback,formDisabledCallback:C.prototype.formDisabledCallback,formResetCallback:C.prototype.formResetCallback,formStateRestoreCallback:C.prototype.formStateRestoreCallback,observedAttributes:I};this._definitionsByTag.set(O,F),this._definitionsByClass.set(C,F);let K=r.call(o,O);K||(K=p(O),t.call(o,O,K)),this===window.customElements&&(s.set(C,F),F.standInClass=K);let V=this._awaitingUpgrade.get(O);if(V){this._awaitingUpgrade.delete(O);for(let v of V)i.delete(v),x(v,F,!0)}let $=this._whenDefinedPromises.get(O);return $!==void 0&&($.resolve(C),this._whenDefinedPromises.delete(O)),C}upgrade(){_.push(this),o.upgrade.apply(o,arguments),_.pop()}get(O){return this._definitionsByTag.get(O)?.elementClass}_getDefinition(O){return this._definitionsByTag.get(O)}whenDefined(O){let C=this._getDefinition(O);if(C!==void 0)return Promise.resolve(C.elementClass);let w=this._whenDefinedPromises.get(O);return w===void 0&&(w={},w.promise=new Promise(I=>w.resolve=I),this._whenDefinedPromises.set(O,w)),w.promise}_upgradeWhenDefined(O,C,w){let I=this._awaitingUpgrade.get(C);I||this._awaitingUpgrade.set(C,I=new Set),w?I.add(O):I.delete(O)}};let l;window.HTMLElement=function(){let C=l;if(C)return l=void 0,C;let w=s.get(this.constructor);if(!w)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return C=Reflect.construct(e,[],w.standInClass),Object.setPrototypeOf(C,this.constructor.prototype),n.set(C,w),C},window.HTMLElement.prototype=e.prototype;let f=O=>O===document||O instanceof ShadowRoot,h=O=>{let C=O.getRootNode();if(!f(C)){let w=_[_.length-1];if(w instanceof CustomElementRegistry)return w;C=w.getRootNode(),f(C)||(C=c.get(C)?.getRootNode()||document)}return C.customElements},p=O=>class{static get formAssociated(){return!0}constructor(){let w=Reflect.construct(e,[],this.constructor);Object.setPrototypeOf(w,HTMLElement.prototype);let I=h(w)||window.customElements,F=I._getDefinition(O);return F?x(w,F):i.set(w,I),w}connectedCallback(){let w=n.get(this);w?w.connectedCallback&&w.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!0)}disconnectedCallback(){let w=n.get(this);w?w.disconnectedCallback&&w.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!1)}adoptedCallback(){n.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let w=n.get(this);w&&w.formAssociated&&w?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let w=n.get(this);w?.formAssociated&&w?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let w=n.get(this);w?.formAssociated&&w?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let w=n.get(this);w?.formAssociated&&w?.formStateRestoreCallback?.apply(this,arguments)}},g=(O,C,w)=>{if(C.size===0||w===void 0)return;let I=O.prototype.setAttribute;I&&(O.prototype.setAttribute=function(V,$){let v=V.toLowerCase();if(C.has(v)){let A=this.getAttribute(v);I.call(this,v,$),w.call(this,v,A,$)}else I.call(this,v,$)});let F=O.prototype.removeAttribute;F&&(O.prototype.removeAttribute=function(V){let $=V.toLowerCase();if(C.has($)){let v=this.getAttribute($);F.call(this,$),w.call(this,$,v,null)}else F.call(this,$)});let K=O.prototype.toggleAttribute;K&&(O.prototype.toggleAttribute=function(V,$){let v=V.toLowerCase();if(C.has(v)){let A=this.getAttribute(v);K.call(this,v,$);let z=this.getAttribute(v);w.call(this,v,A,z)}else K.call(this,v,$)})},b=O=>{let C=Object.getPrototypeOf(O);if(C!==window.HTMLElement)return C===e?Object.setPrototypeOf(O,window.HTMLElement):b(C)},x=(O,C,w=!1)=>{Object.setPrototypeOf(O,C.elementClass.prototype),n.set(O,C),l=O;try{new C.elementClass}catch{b(C.elementClass),new C.elementClass}C.attributeChangedCallback&&C.observedAttributes.forEach(I=>{O.hasAttribute(I)&&C.attributeChangedCallback.call(O,I,null,O.getAttribute(I))}),w&&C.connectedCallback&&O.isConnected&&C.connectedCallback.call(O)},E=Element.prototype.attachShadow;Element.prototype.attachShadow=function(O){let C=E.apply(this,arguments);return O.customElements&&(C.customElements=O.customElements),C};let _=[document],N=(O,C,w=void 0)=>{let I=(w?Object.getPrototypeOf(w):O.prototype)[C];O.prototype[C]=function(){_.push(this);let F=I.apply(w||this,arguments);return F!==void 0&&c.set(F,this),_.pop(),F}};N(ShadowRoot,"createElement",document),N(ShadowRoot,"importNode",document),N(Element,"insertAdjacentHTML");let M=(O,C)=>{let w=Object.getOwnPropertyDescriptor(O.prototype,C);Object.defineProperty(O.prototype,C,{...w,set(I){_.push(this),w.set.call(this,I),_.pop()}})};if(M(Element,"innerHTML"),M(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let O=new WeakMap,C=HTMLElement.prototype.attachInternals,w=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...V){let $=C.call(this,...V);return O.set($,this),$},w.forEach(V=>{let $=window.ElementInternals.prototype,v=$[V];$[V]=function(...A){let z=O.get(this);if(n.get(z).formAssociated===!0)return v?.call(this,...A);throw new DOMException(`Failed to execute ${v} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class I extends Array{constructor($){super(...$),this._elements=$}get value(){return this._elements.find($=>$.checked===!0)?.value||""}}class F{constructor($){let v=new Map;$.forEach((A,z)=>{let J=A.getAttribute("name"),re=v.get(J)||[];this[+z]=A,re.push(A),v.set(J,re)}),this.length=$.length,v.forEach((A,z)=>{A&&(A.length===1?this[z]=A[0]:this[z]=new I(A))})}namedItem($){return this[$]}}let K=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let V=K.get.call(this,[]),$=[];for(let v of V){let A=n.get(v);(!A||A.formAssociated===!0)&&$.push(v)}return new F($)}})}}try{window.customElements.define("custom-element",null)}catch{let t=window.customElements.define;window.customElements.define=(r,o,n)=>{if(o!==null)try{t.bind(window.customElements)(r,o,n)}catch(i){console.info(r,o,n,i)}}}var Qn={};Y(Qn,{CSSResult:()=>Er,LitElement:()=>yt,ReactiveElement:()=>rt,_$LE:()=>ku,_$LH:()=>qn,adoptStyles:()=>fo,css:()=>D,defaultConverter:()=>Or,getCompatibleStyle:()=>aa,html:()=>W,isServer:()=>K7,mathml:()=>Yn,noChange:()=>xe,notEqual:()=>po,nothing:()=>Z,render:()=>Xn,supportsAdoptingStyleSheets:()=>lo,svg:()=>Zn,unsafeCSS:()=>Ke});var oa=globalThis,lo=oa.ShadowRoot&&(oa.ShadyCSS===void 0||oa.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Hn=Symbol(),tl=new WeakMap,Er=class{constructor(t,r,o){if(this._$cssResult$=!0,o!==Hn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=r}get styleSheet(){let t=this.o,r=this.t;if(lo&&t===void 0){let o=r!==void 0&&r.length===1;o&&(t=tl.get(r)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&tl.set(r,t))}return t}toString(){return this.cssText}},Ke=e=>new Er(typeof e=="string"?e:e+"",void 0,Hn),D=(e,...t)=>{let r=e.length===1?e[0]:t.reduce((o,n,i)=>o+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+e[i+1],e[0]);return new Er(r,e,Hn)},fo=(e,t)=>{if(lo)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let o=document.createElement("style"),n=oa.litNonce;n!==void 0&&o.setAttribute("nonce",n),o.textContent=r.cssText,e.appendChild(o)}},aa=lo?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(let o of t.cssRules)r+=o.cssText;return Ke(r)})(e):e;var{is:Cu,defineProperty:Eu,getOwnPropertyDescriptor:Ou,getOwnPropertyNames:Au,getOwnPropertySymbols:Lu,getPrototypeOf:wu}=Object,na=globalThis,rl=na.trustedTypes,Ru=rl?rl.emptyScript:"",_u=na.reactiveElementPolyfillSupport,uo=(e,t)=>e,Or={toAttribute(e,t){switch(t){case Boolean:e=e?Ru:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},po=(e,t)=>!Cu(e,t),ol={attribute:!0,type:String,converter:Or,reflect:!1,useDefault:!1,hasChanged:po};Symbol.metadata??=Symbol("metadata"),na.litPropertyMetadata??=new WeakMap;var rt=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,r=ol){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(t,r),!r.noAccessor){let o=Symbol(),n=this.getPropertyDescriptor(t,o,r);n!==void 0&&Eu(this.prototype,t,n)}}static getPropertyDescriptor(t,r,o){let{get:n,set:i}=Ou(this.prototype,t)??{get(){return this[r]},set(s){this[r]=s}};return{get:n,set(s){let c=n?.call(this);i?.call(this,s),this.requestUpdate(t,c,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??ol}static _$Ei(){if(this.hasOwnProperty(uo("elementProperties")))return;let t=wu(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(uo("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(uo("properties"))){let r=this.properties,o=[...Au(r),...Lu(r)];for(let n of o)this.createProperty(n,r[n])}let t=this[Symbol.metadata];if(t!==null){let r=litPropertyMetadata.get(t);if(r!==void 0)for(let[o,n]of r)this.elementProperties.set(o,n)}this._$Eh=new Map;for(let[r,o]of this.elementProperties){let n=this._$Eu(r,o);n!==void 0&&this._$Eh.set(n,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let r=[];if(Array.isArray(t)){let o=new Set(t.flat(1/0).reverse());for(let n of o)r.unshift(aa(n))}else t!==void 0&&r.push(aa(t));return r}static _$Eu(t,r){let o=r.attribute;return o===!1?void 0:typeof o=="string"?o:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){let t=new Map,r=this.constructor.elementProperties;for(let o of r.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return fo(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,r,o){this._$AK(t,o)}_$ET(t,r){let o=this.constructor.elementProperties.get(t),n=this.constructor._$Eu(t,o);if(n!==void 0&&o.reflect===!0){let i=(o.converter?.toAttribute!==void 0?o.converter:Or).toAttribute(r,o.type);this._$Em=t,i==null?this.removeAttribute(n):this.setAttribute(n,i),this._$Em=null}}_$AK(t,r){let o=this.constructor,n=o._$Eh.get(t);if(n!==void 0&&this._$Em!==n){let i=o.getPropertyOptions(n),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:Or;this._$Em=n,this[n]=s.fromAttribute(r,i.type)??this._$Ej?.get(n)??null,this._$Em=null}}requestUpdate(t,r,o){if(t!==void 0){let n=this.constructor,i=this[t];if(o??=n.getPropertyOptions(t),!((o.hasChanged??po)(i,r)||o.useDefault&&o.reflect&&i===this._$Ej?.get(t)&&!this.hasAttribute(n._$Eu(t,o))))return;this.C(t,r,o)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,r,{useDefault:o,reflect:n,wrapped:i},s){o&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,s??r??this[t]),i!==!0||s!==void 0)||(this._$AL.has(t)||(this.hasUpdated||o||(r=void 0),this._$AL.set(t,r)),n===!0&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[n,i]of this._$Ep)this[n]=i;this._$Ep=void 0}let o=this.constructor.elementProperties;if(o.size>0)for(let[n,i]of o){let{wrapped:s}=i,c=this[n];s!==!0||this._$AL.has(n)||c===void 0||this.C(n,void 0,i,c)}}let t=!1,r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),this._$EO?.forEach(o=>o.hostUpdate?.()),this.update(r)):this._$EM()}catch(o){throw t=!1,this._$EM(),o}t&&this._$AE(r)}willUpdate(t){}_$AE(t){this._$EO?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach(r=>this._$ET(r,this[r])),this._$EM()}updated(t){}firstUpdated(t){}};rt.elementStyles=[],rt.shadowRootOptions={mode:"open"},rt[uo("elementProperties")]=new Map,rt[uo("finalized")]=new Map,_u?.({ReactiveElement:rt}),(na.reactiveElementVersions??=[]).push("2.1.0");var Gn=globalThis,ia=Gn.trustedTypes,al=ia?ia.createPolicy("lit-html",{createHTML:e=>e}):void 0,Wn="$lit$",gt=`lit$${Math.random().toFixed(9).slice(2)}$`,jn="?"+gt,Nu=`<${jn}>`,Zt=document,mo=()=>Zt.createComment(""),go=e=>e===null||typeof e!="object"&&typeof e!="function",Vn=Array.isArray,dl=e=>Vn(e)||typeof e?.[Symbol.iterator]=="function",Fn=`[
|
|
3
|
+
\f\r]`,ho=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,nl=/-->/g,il=/>/g,Vt=RegExp(`>|${Fn}(?:([^\\s"'>=/]+)(${Fn}*=${Fn}*(?:[^
|
|
4
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),sl=/'/g,cl=/"/g,fl=/^(?:script|style|textarea|title)$/i,Kn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),W=Kn(1),Zn=Kn(2),Yn=Kn(3),xe=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),ll=new WeakMap,Kt=Zt.createTreeWalker(Zt,129);function ul(e,t){if(!Vn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return al!==void 0?al.createHTML(t):t}var pl=(e,t)=>{let r=e.length-1,o=[],n,i=t===2?"<svg>":t===3?"<math>":"",s=ho;for(let c=0;c<r;c++){let l=e[c],f,h,p=-1,g=0;for(;g<l.length&&(s.lastIndex=g,h=s.exec(l),h!==null);)g=s.lastIndex,s===ho?h[1]==="!--"?s=nl:h[1]!==void 0?s=il:h[2]!==void 0?(fl.test(h[2])&&(n=RegExp("</"+h[2],"g")),s=Vt):h[3]!==void 0&&(s=Vt):s===Vt?h[0]===">"?(s=n??ho,p=-1):h[1]===void 0?p=-2:(p=s.lastIndex-h[2].length,f=h[1],s=h[3]===void 0?Vt:h[3]==='"'?cl:sl):s===cl||s===sl?s=Vt:s===nl||s===il?s=ho:(s=Vt,n=void 0);let b=s===Vt&&e[c+1].startsWith("/>")?" ":"";i+=s===ho?l+Nu:p>=0?(o.push(f),l.slice(0,p)+Wn+l.slice(p)+gt+b):l+gt+(p===-2?c:b)}return[ul(e,i+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),o]},yo=class e{constructor({strings:t,_$litType$:r},o){let n;this.parts=[];let i=0,s=0,c=t.length-1,l=this.parts,[f,h]=pl(t,r);if(this.el=e.createElement(f,o),Kt.currentNode=this.el.content,r===2||r===3){let p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(n=Kt.nextNode())!==null&&l.length<c;){if(n.nodeType===1){if(n.hasAttributes())for(let p of n.getAttributeNames())if(p.endsWith(Wn)){let g=h[s++],b=n.getAttribute(p).split(gt),x=/([.?@])?(.*)/.exec(g);l.push({type:1,index:i,name:x[2],strings:b,ctor:x[1]==="."?ca:x[1]==="?"?la:x[1]==="@"?da:qt}),n.removeAttribute(p)}else p.startsWith(gt)&&(l.push({type:6,index:i}),n.removeAttribute(p));if(fl.test(n.tagName)){let p=n.textContent.split(gt),g=p.length-1;if(g>0){n.textContent=ia?ia.emptyScript:"";for(let b=0;b<g;b++)n.append(p[b],mo()),Kt.nextNode(),l.push({type:2,index:++i});n.append(p[g],mo())}}}else if(n.nodeType===8)if(n.data===jn)l.push({type:2,index:i});else{let p=-1;for(;(p=n.data.indexOf(gt,p+1))!==-1;)l.push({type:7,index:i}),p+=gt.length-1}i++}}static createElement(t,r){let o=Zt.createElement("template");return o.innerHTML=t,o}};function Yt(e,t,r=e,o){if(t===xe)return t;let n=o!==void 0?r._$Co?.[o]:r._$Cl,i=go(t)?void 0:t._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),i===void 0?n=void 0:(n=new i(e),n._$AT(e,r,o)),o!==void 0?(r._$Co??=[])[o]=n:r._$Cl=n),n!==void 0&&(t=Yt(e,n._$AS(e,t.values),n,o)),t}var sa=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:o}=this._$AD,n=(t?.creationScope??Zt).importNode(r,!0);Kt.currentNode=n;let i=Kt.nextNode(),s=0,c=0,l=o[0];for(;l!==void 0;){if(s===l.index){let f;l.type===2?f=new Ar(i,i.nextSibling,this,t):l.type===1?f=new l.ctor(i,l.name,l.strings,this,t):l.type===6&&(f=new fa(i,this,t)),this._$AV.push(f),l=o[++c]}s!==l?.index&&(i=Kt.nextNode(),s++)}return Kt.currentNode=Zt,n}p(t){let r=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(t,o,r),r+=o.strings.length-2):o._$AI(t[r])),r++}},Ar=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,o,n){this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=o,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=Yt(this,t,r),go(t)?t===Z||t==null||t===""?(this._$AH!==Z&&this._$AR(),this._$AH=Z):t!==this._$AH&&t!==xe&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):dl(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==Z&&go(this._$AH)?this._$AA.nextSibling.data=t:this.T(Zt.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:o}=t,n=typeof o=="number"?this._$AC(t):(o.el===void 0&&(o.el=yo.createElement(ul(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===n)this._$AH.p(r);else{let i=new sa(n,this),s=i.u(this.options);i.p(r),this.T(s),this._$AH=i}}_$AC(t){let r=ll.get(t.strings);return r===void 0&&ll.set(t.strings,r=new yo(t)),r}k(t){Vn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,o,n=0;for(let i of t)n===r.length?r.push(o=new e(this.O(mo()),this.O(mo()),this,this.options)):o=r[n],o._$AI(i),n++;n<r.length&&(this._$AR(o&&o._$AB.nextSibling,n),r.length=n)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let o=t.nextSibling;t.remove(),t=o}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},qt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,o,n,i){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=t,this.name=r,this._$AM=n,this.options=i,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Z}_$AI(t,r=this,o,n){let i=this.strings,s=!1;if(i===void 0)t=Yt(this,t,r,0),s=!go(t)||t!==this._$AH&&t!==xe,s&&(this._$AH=t);else{let c=t,l,f;for(t=i[0],l=0;l<i.length-1;l++)f=Yt(this,c[o+l],r,l),f===xe&&(f=this._$AH[l]),s||=!go(f)||f!==this._$AH[l],f===Z?t=Z:t!==Z&&(t+=(f??"")+i[l+1]),this._$AH[l]=f}s&&!n&&this.j(t)}j(t){t===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},ca=class extends qt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Z?void 0:t}},la=class extends qt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==Z)}},da=class extends qt{constructor(t,r,o,n,i){super(t,r,o,n,i),this.type=5}_$AI(t,r=this){if((t=Yt(this,t,r,0)??Z)===xe)return;let o=this._$AH,n=t===Z&&o!==Z||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==Z&&(o===Z||n);n&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},fa=class{constructor(t,r,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){Yt(this,t)}},qn={M:Wn,P:gt,A:jn,C:1,L:pl,R:sa,D:dl,V:Yt,I:Ar,H:qt,N:la,U:da,B:ca,F:fa},Tu=Gn.litHtmlPolyfillSupport;Tu?.(yo,Ar),(Gn.litHtmlVersions??=[]).push("3.3.0");var Xn=(e,t,r)=>{let o=r?.renderBefore??t,n=o._$litPart$;if(n===void 0){let i=r?.renderBefore??null;o._$litPart$=n=new Ar(t.insertBefore(mo(),i),i,void 0,r??{})}return n._$AI(e),n};var Jn=globalThis,yt=class extends rt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Xn(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return xe}};yt._$litElement$=!0,yt.finalized=!0,Jn.litElementHydrateSupport?.({LitElement:yt});var Mu=Jn.litElementPolyfillSupport;Mu?.({LitElement:yt});var ku={_$AK:(e,t,r)=>{e._$AK(t,r)},_$AL:e=>e._$AL};(Jn.litElementVersions??=[]).push("4.2.0");var K7=!1;var ri={};Y(ri,{customElement:()=>Pu,eventOptions:()=>zu,property:()=>L,query:()=>me,queryAll:()=>ei,queryAssignedElements:()=>Bu,queryAssignedNodes:()=>ti,queryAsync:()=>Uu,standardProperty:()=>hl,state:()=>ee});var Pu=e=>(t,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};var Iu={attribute:!0,type:String,converter:Or,reflect:!1,hasChanged:po},hl=(e=Iu,t,r)=>{let{kind:o,metadata:n}=r,i=globalThis.litPropertyMetadata.get(n);if(i===void 0&&globalThis.litPropertyMetadata.set(n,i=new Map),o==="setter"&&((e=Object.create(e)).wrapped=!0),i.set(r.name,e),o==="accessor"){let{name:s}=r;return{set(c){let l=t.get.call(this);t.set.call(this,c),this.requestUpdate(s,l,e)},init(c){return c!==void 0&&this.C(s,void 0,e,c),c}}}if(o==="setter"){let{name:s}=r;return function(c){let l=this[s];t.call(this,c),this.requestUpdate(s,l,e)}}throw Error("Unsupported decorator location: "+o)};function L(e){return(t,r)=>typeof r=="object"?hl(e,t,r):((o,n,i)=>{let s=n.hasOwnProperty(i);return n.constructor.createProperty(i,o),s?Object.getOwnPropertyDescriptor(n,i):void 0})(e,t,r)}function ee(e){return L({...e,state:!0,attribute:!1})}function zu(e){return(t,r)=>{let o=typeof t=="function"?t:t[r];Object.assign(o,e)}}var Ze=(e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,r),r);function me(e,t){return(r,o,n)=>{let i=s=>s.renderRoot?.querySelector(e)??null;if(t){let{get:s,set:c}=typeof o=="object"?r:n??(()=>{let l=Symbol();return{get(){return this[l]},set(f){this[l]=f}}})();return Ze(r,o,{get(){let l=s.call(this);return l===void 0&&(l=i(this),(l!==null||this.hasUpdated)&&c.call(this,l)),l}})}return Ze(r,o,{get(){return i(this)}})}}var Du;function ei(e){return(t,r)=>Ze(t,r,{get(){return(this.renderRoot??(Du??=document.createDocumentFragment())).querySelectorAll(e)}})}function Uu(e){return(t,r)=>Ze(t,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}function Bu(e){return(t,r)=>{let{slot:o,selector:n}=e??{},i="slot"+(o?`[name=${o}]`:":not([name])");return Ze(t,r,{get(){let s=this.renderRoot?.querySelector(i),c=s?.assignedElements(e)??[];return n===void 0?c:c.filter(l=>l.matches(n))}})}}function ti(e){return(t,r)=>{let{slot:o}=e??{},n="slot"+(o?`[name=${o}]`:":not([name])");return Ze(t,r,{get(){return this.renderRoot?.querySelector(n)?.assignedNodes(e)??[]}})}}var oi={};Y(oi,{repeat:()=>Xt});var ot={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Ye=e=>(...t)=>({_$litDirective$:e,values:t}),De=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,r,o){this._$Ct=t,this._$AM=r,this._$Ci=o}_$AS(t,r){return this.update(t,r)}update(t,r){return this.render(...r)}};var{I:$u}=qn;var gl=e=>e.strings===void 0,ml=()=>document.createComment(""),Lr=(e,t,r)=>{let o=e._$AA.parentNode,n=t===void 0?e._$AB:t._$AA;if(r===void 0){let i=o.insertBefore(ml(),n),s=o.insertBefore(ml(),n);r=new $u(i,s,e,e.options)}else{let i=r._$AB.nextSibling,s=r._$AM,c=s!==e;if(c){let l;r._$AQ?.(e),r._$AM=e,r._$AP!==void 0&&(l=e._$AU)!==s._$AU&&r._$AP(l)}if(i!==n||c){let l=r._$AA;for(;l!==i;){let f=l.nextSibling;o.insertBefore(l,n),l=f}}}return r},Rt=(e,t,r=e)=>(e._$AI(t,r),e),Hu={},yl=(e,t=Hu)=>e._$AH=t,bl=e=>e._$AH,ua=e=>{e._$AP?.(!1,!0);let t=e._$AA,r=e._$AB.nextSibling;for(;t!==r;){let o=t.nextSibling;t.remove(),t=o}};var vl=(e,t,r)=>{let o=new Map;for(let n=t;n<=r;n++)o.set(e[n],n);return o},Xt=Ye(class extends De{constructor(e){if(super(e),e.type!==ot.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,t,r){let o;r===void 0?r=t:t!==void 0&&(o=t);let n=[],i=[],s=0;for(let c of e)n[s]=o?o(c,s):s,i[s]=r(c,s),s++;return{values:i,keys:n}}render(e,t,r){return this.dt(e,t,r).values}update(e,[t,r,o]){let n=bl(e),{values:i,keys:s}=this.dt(t,r,o);if(!Array.isArray(n))return this.ut=s,i;let c=this.ut??=[],l=[],f,h,p=0,g=n.length-1,b=0,x=i.length-1;for(;p<=g&&b<=x;)if(n[p]===null)p++;else if(n[g]===null)g--;else if(c[p]===s[b])l[b]=Rt(n[p],i[b]),p++,b++;else if(c[g]===s[x])l[x]=Rt(n[g],i[x]),g--,x--;else if(c[p]===s[x])l[x]=Rt(n[p],i[x]),Lr(e,l[x+1],n[p]),p++,x--;else if(c[g]===s[b])l[b]=Rt(n[g],i[b]),Lr(e,n[p],n[g]),g--,b++;else if(f===void 0&&(f=vl(s,b,x),h=vl(c,p,g)),f.has(c[p]))if(f.has(c[g])){let E=h.get(s[b]),_=E!==void 0?n[E]:null;if(_===null){let N=Lr(e,n[p]);Rt(N,i[b]),l[b]=N}else l[b]=Rt(_,i[b]),Lr(e,n[p],_),n[E]=null;b++}else ua(n[g]),g--;else ua(n[p]),p++;for(;b<=x;){let E=Lr(e,l[x+1]);Rt(E,i[b]),l[b++]=E}for(;p<=g;){let E=n[p++];E!==null&&ua(E)}return this.ut=s,yl(e,l),xe}});var ai={};Y(ai,{classMap:()=>Ue});var Ue=Ye(class extends De{constructor(e){if(super(e),e.type!==ot.ATTRIBUTE||e.name!=="class"||e.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(this.st===void 0){this.st=new Set,e.strings!==void 0&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(let o in t)t[o]&&!this.nt?.has(o)&&this.st.add(o);return this.render(t)}let r=e.element.classList;for(let o of this.st)o in t||(r.remove(o),this.st.delete(o));for(let o in t){let n=!!t[o];n===this.st.has(o)||this.nt?.has(o)||(n?(r.add(o),this.st.add(o)):(r.remove(o),this.st.delete(o)))}return xe}});var ni={};Y(ni,{styleMap:()=>Gu});var xl="important",Fu=" !"+xl,Gu=Ye(class extends De{constructor(e){if(super(e),e.type!==ot.ATTRIBUTE||e.name!=="style"||e.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return Object.keys(e).reduce((t,r)=>{let o=e[r];return o==null?t:t+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`},"")}update(e,[t]){let{style:r}=e.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(t)),this.render(t);for(let o of this.ft)t[o]==null&&(this.ft.delete(o),o.includes("-")?r.removeProperty(o):r[o]=null);for(let o in t){let n=t[o];if(n!=null){this.ft.add(o);let i=typeof n=="string"&&n.endsWith(Fu);o.includes("-")||i?r.setProperty(o,i?n.slice(0,-11):n,i?xl:""):r[o]=n}}return xe}});var ii={};Y(ii,{UnsafeHTMLDirective:()=>wr,unsafeHTML:()=>bo});var wr=class extends De{constructor(t){if(super(t),this.it=Z,t.type!==ot.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||t==null)return this._t=void 0,this.it=t;if(t===xe)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;let r=[t];return r.raw=r,this._t={_$litType$:this.constructor.resultType,strings:r,values:[]}}};wr.directiveName="unsafeHTML",wr.resultType=1;var bo=Ye(wr);var mi={};Y(mi,{CacheRegistry:()=>at,ClearCacheEvent:()=>Eo});var ci={};Y(ci,{CancelablePromise:()=>pa,CanceledPromiseError:()=>Jt,cancelable:()=>si});var Jt=class extends Error{constructor(t,r,o){super(t),this.canceledPromiseResult=r,this.canceledPromiseError=o}},pa=class extends Promise{constructor(t){super((r,o)=>t(n=>{this.isCanceled?o(new Jt("Promise has been canceled",n)):r(n)},n=>{this.isCanceled?o(new Jt("Promise has been canceled",void 0,n)):o(n)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},si=e=>new pa((t,r)=>e.then(t).catch(r));var hi={};Y(hi,{FtNotificationEvent:()=>Co,PostResizeEvent:()=>pi,PreResizeEvent:()=>ui,WithEventBus:()=>bt,withEventBus:()=>ga});var fi={};Y(fi,{applyMixinOnce:()=>ye,dateReviver:()=>Vu,deepCopy:()=>Qt,deepEqual:()=>_e,delay:()=>ha,eventPathContainsMatchingElement:()=>li,everyDeep:()=>ju,flatDeep:()=>vo,forEachDeep:()=>xo,getComposedPathTo:()=>di,hasChanged:()=>Be,last:()=>Zu,minmax:()=>So,parseDate:()=>El,randomId:()=>Yu,someDeep:()=>Cl,unslotText:()=>ma,waitFor:()=>Sl,waitUntil:()=>Wu});var ha=e=>new Promise(t=>setTimeout(t,e));async function Wu(e,t=10,r=2e4){await Sl(async()=>await e()||void 0,t,r)}async function Sl(e,t=10,r=2e4){let o=await e(),n,i;for(n=i=performance.now();o==null&&(!r||i-n<r);)await ha(t),o=await e(),i=performance.now();if(o==null)throw new Error("Timeout exceeded");return o}function vo(e,t){return e.flatMap(r=>[r,...vo(t(r),t)])}function xo(e,t,r){let o=(n,i)=>{var s;for(let c=0;c<n.length;c++){let l=n[c];if(!(((s=r(l,c,n,i))!==null&&s!==void 0?s:!0)&&o(t(l),[...i,l])))return!1}return!0};o(e,[])}function Cl(e,t,r){let o=!1;return xo(e,t,(n,i,s,c)=>(o=!!r(n,i,s,c),!o)),o}function ju(e,t,r){return!Cl(e,t,(o,n,i,s)=>!r(o,n,i,s))}function Vu(...e){return(t,r)=>e.includes(t)?El(r):r}function El(e){return e.match(/^\d{4}-\d{2}-\d{2}$/)&&(e=e.replace(/-/g,"/")),e=e.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(t,r,o,n)=>r+o+":"+n),new Date(e)}function Ku(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,o,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(o=r;o--!==0;)if(!_e(e[o],t[o]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o of e.entries())if(!t.has(o[0]))return!1;for(o of e.entries())if(!_e(o[1],t.get(o[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o of e.entries())if(!t.has(o[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=s=>Object.keys(s).filter(c=>s[c]!=null);if(n=i(e),r=n.length,r!==i(t).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(t,n[o]))return!1;for(o=r;o--!==0;){let s=n[o];if(!_e(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function _e(e,t){try{return Ku(e,t)}catch{return!1}}function Be(e,t){return!_e(e,t)}function li(e,t,r=window.document.body){if(t.length>0){let o=e.composedPath();for(let n of o){if(n===r)return!1;if(n.matches&&t.some(i=>n.matches(i)))return!0}}return!1}function So(e,t,r){return Math.min(Math.max(e,t),r)}function Zu(e){return e[e.length-1]}function ma(e){return e instanceof HTMLSlotElement?e.assignedNodes().map(t=>ma(t)).join(""):e?.textContent||""}function di(e){let t=[],r=o=>{o.stopPropagation(),t=o.composedPath()};return e.addEventListener("get-composed-path",r),e.dispatchEvent(new Event("get-composed-path",{composed:!0})),e.removeEventListener("get-composed-path",r),t}function Qt(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Yu(e,t){return(t??"")+(""+Math.floor(Math.random()*10**e)).padStart(e,"0")}function ye(e,t){let r=o=>o[e]===!0;return o=>{if(r(o))return o;let n=t(o);return n[e]=!0,n}}var Co=class extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}},ui=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},pi=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}},ga=ye(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,o,n){this.eventBus.addEventListener(r,o,n)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,o,n){this.eventBus.removeEventListener(r,o,n)}}}),bt=class extends ga(Object){};var Eo=class extends CustomEvent{constructor(t){super("clear-cache",{detail:{clearedKeys:t}})}},at=class extends bt{constructor(){super(...arguments),this.content={}}register(t,r,o=!1){var n;let i=this.content[t],s=(n=i?.status)!==null&&n!==void 0?n:"REGISTERED";this.content[t]={...i,loader:r,final:o,status:s}}registerFinal(t,r){this.register(t,r,!0)}clearAll(t=!0){return this.clearMatching(()=>!0,t)}clearMatching(t,r=!0){let o=Object.keys(this.content).filter(t).filter(n=>this.clear(n,!1)!=null);return r&&o.length>0&&this.dispatchEvent(new Eo(o)),o}clear(t,r=!0){if(this.content[t]&&!this.content[t].final)return this.forceClear(t),r&&this.dispatchEvent(new Eo([t])),t}forceClear(t){var r;let o=this.content[t];o&&(this.clearClearTimeout(t),(r=o.promise)===null||r===void 0||r.cancel(),this.content[t]={loader:o.loader,final:o.final,status:"REGISTERED"})}clearClearTimeout(t){var r,o,n;((r=this.content[t])===null||r===void 0?void 0:r.clearTimeout)!=null&&(window.clearTimeout((o=this.content[t])===null||o===void 0?void 0:o.clearTimeout),(n=this.content[t])===null||n===void 0||delete n.clearTimeout)}set(t,r,o=!1){this.forceClear(t);let n=async()=>r,i="RESOLVED";this.content[t]={loader:n,final:o,status:i,value:r}}setFinal(t,r){return this.set(t,r,!0)}async get(t,r,o){if(!this.isRegistered(t)){if(!r)throw new Error("Unknown cache key "+t);this.register(t,r)}let n=this.content[t];switch(n.status){case"ERROR":throw n.error;case"LOADING":return n.promise;case"RESOLVED":return n.value;case"REGISTERED":return r=r??n.loader,n.status="LOADING",n.promise=si(r()),n.promise.then(i=>(n.status="RESOLVED",n.value=i,o!=null&&(this.clearClearTimeout(t),n.clearTimeout=window.setTimeout(()=>this.clear(t),o)),i)).catch(i=>{var s;throw!((s=n.promise)===null||s===void 0)&&s.isCanceled||(n.status="ERROR",n.error=i),i})}}isRegistered(t){return this.content[t]!=null}getNow(t){var r;return(r=this.content[t])===null||r===void 0?void 0:r.value}has(t){var r,o;return((r=this.content[t])===null||r===void 0?void 0:r.status)!==void 0&&((o=this.content[t])===null||o===void 0?void 0:o.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(t=>{var r;return((r=this.content[t])===null||r===void 0?void 0:r.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(t=>this.content[t].value)}keys(){return Object.keys(this.content)}};var xi={};Y(xi,{ClusteringHelper:()=>vi,formatHierarchicalValues:()=>bi});var yi={};Y(yi,{accessResult:()=>gi,accessResultId:()=>qu,accessResultUrl:()=>Xu});function gi(e){var t,r,o,n;return(n=(o=(r=(t=e?.map)!==null&&t!==void 0?t:e?.topic)!==null&&r!==void 0?r:e?.document)!==null&&o!==void 0?o:e?.htmlPackage)!==null&&n!==void 0?n:e?.htmlPackagePage}function qu(e){var t,r,o,n,i,s,c,l,f;return(l=(s=(n=(r=(t=e?.map)===null||t===void 0?void 0:t.mapId)!==null&&r!==void 0?r:(o=e?.topic)===null||o===void 0?void 0:o.tocId)!==null&&n!==void 0?n:(i=e?.document)===null||i===void 0?void 0:i.documentId)!==null&&s!==void 0?s:(c=e?.htmlPackage)===null||c===void 0?void 0:c.packageId)!==null&&l!==void 0?l:(f=e?.htmlPackagePage)===null||f===void 0?void 0:f.contentId}function Xu(e){var t,r,o,n,i,s,c,l,f;return(l=(s=(n=(r=(t=e?.map)===null||t===void 0?void 0:t.readerUrl)!==null&&r!==void 0?r:(o=e?.topic)===null||o===void 0?void 0:o.readerUrl)!==null&&n!==void 0?n:(i=e?.document)===null||i===void 0?void 0:i.viewerUrl)!==null&&s!==void 0?s:(c=e?.htmlPackage)===null||c===void 0?void 0:c.viewerUrl)!==null&&l!==void 0?l:(f=e?.htmlPackagePage)===null||f===void 0?void 0:f.viewerUrl}function bi(e,t){return t&&t>1&&e.length>=t?`... > ${e[e.length-1]}`:e.join(" > ")}var vi=class e{constructor(t,r,o,n){this.allResults=t,this.selectedResult=r,this.clusteringMetadata=o,this.metadataDescriptors=n}static extractResultMetadata(t){let r=gi(t.result).metadata;return t.key==null?e.flattenMetadata(r,t.hierarchicalValueTruncatingLevel,t.dateFormatter):e.flattenMetadata(r.find(o=>o.key===t.key),t.hierarchicalValueTruncatingLevel,t.dateFormatter)}static flattenMetadata(t,r,o){if(Array.isArray(t))return t.map(i=>e.flattenMetadata(i,r,o)).filter(i=>i!=null);let n=t?.hierarchicalValues!=null&&t.hierarchicalValues.length>0;if(!(t==null||t.values.length==0&&!n))if(n){let i=[],s=[];return t.hierarchicalValues.forEach(c=>{i.push(bi(c)),s.push(bi(c,r))}),{key:t.key,label:t.label,value:i.join(", "),displayValue:s.join(", "),displayTooltipValue:i.join(", ")}}else{let i=t.values.join(", "),s=t.values.map(c=>o?o(c):c).join(", ");return{key:t.key,label:t.label,value:i,displayValue:s,displayTooltipValue:s}}}computeClustersItemsForMetadata(t,r,o="No value",n,i){var s,c;let l=e.extractResultMetadata({result:this.selectedResult,key:t,dateFormatter:i}),f=(s=l?.label)!==null&&s!==void 0?s:(c=this.getMetadataDescriptor(t))===null||c===void 0?void 0:c.label;return this.allResults.map(p=>e.extractResultMetadata({result:p,key:t,hierarchicalValueTruncatingLevel:n,dateFormatter:i})).map(p=>p??{key:t,label:f,value:void 0,displayValue:o}).filter(p=>p.value!=l?.value).filter((p,g,b)=>b.findIndex(x=>x.value===p.value)===g).map(p=>({result:this.findBestResultForMetadataValue(t,p.value),metadata:p})).sort((p,g)=>this.compareMetadata(p.metadata.value,g.metadata.value,t,r))}compareMetadata(t,r,o,n){if(t==null)return-1;if(r==null)return 1;let i=this.getMetadataDescriptor(o),s=i?.sortRule||"NONE",c=i?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let l=t.localeCompare(r,n,{numeric:!0});return c?l*-1:l}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find(r=>t==r.key)}findBestResultForMetadataValue(t,r){let o=this.allResults.filter(l=>{var f;return((f=e.extractResultMetadata({result:l,key:t}))===null||f===void 0?void 0:f.value)==r}),i=[...e.extractResultMetadata({result:this.selectedResult}).filter(l=>this.clusteringMetadata.has(l.key)).filter(l=>l.key!==t)],s,c=-1;for(let l of o){let f=this.countMatchingMetadata(l,i);if(f>c&&(c=f,s=l,f===i.length))break}return s}countMatchingMetadata(t,r){return e.extractResultMetadata({result:t}).filter(o=>r.some(n=>n.key===o.key&&n.value===o.value)).length}};var Si={};Y(Si,{Debouncer:()=>Ne});var Ne=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,o)=>{this.resolvePromise=r,this.rejectPromise=o})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let o=[...this.callbacks];this.callbacks=[];let n=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of o)try{await s()}catch(c){n(c);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Ci={};Y(Ci,{customElement:()=>ie,dateProperty:()=>Qu,isNumber:()=>Ol,jsonProperty:()=>$e,numberProperty:()=>ya,optionalNumberProperty:()=>Ju});var ie=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function $e(e,t){let r=()=>JSON.parse(JSON.stringify(e));return L({type:Object,converter:{fromAttribute:o=>{if(o==null)return r();try{return JSON.parse(o)}catch{return r()}},toAttribute:o=>JSON.stringify(o)},hasChanged:Be,...t??{}})}function Ju(e){return ya(e)}function ya(e){return L({type:Object,converter:{fromAttribute:t=>{if(t!=null)return Ol(t)?+t:void 0},toAttribute:t=>t==null?void 0:""+t},useDefault:!0,...e??{}})}function Ol(e){return!isNaN(parseFloat(e))}function Qu(e){return L({type:Object,converter:{fromAttribute:t=>{if(t==null)return;let r=new Date(Date.parse(t));if(!isNaN(r.valueOf()))return r},toAttribute:t=>t?.toISOString()},useDefault:!0,...e??{}})}var Li={};Y(Li,{designSystemVariables:()=>j});var Ai={};Y(Ai,{DesignSystemFamily:()=>er,DesignSystemSize:()=>vt,FtCssVariableFactory:()=>a,badge:()=>l4,banner:()=>c4,button:()=>S,chart:()=>A4,checkbox:()=>r4,chip:()=>i4,chipChoice:()=>n4,collapsible:()=>E4,comboboxMultiSelect:()=>S4,comboboxSingleSelect:()=>x4,dateRangePicker:()=>M4,drawer:()=>m4,floatingMenu:()=>v4,foundation:()=>d,link:()=>s4,modal:()=>h4,notice:()=>w4,notification:()=>_4,pageDesigner:()=>L4,pageFooter:()=>u4,pageHeader:()=>f4,pageLayout:()=>p4,popover:()=>C4,radio:()=>o4,reorderableList:()=>T4,resolveFamilyClass:()=>Ei,resolveSizeClass:()=>Oi,semantic:()=>u,setVariable:()=>R,switch_:()=>O4,table:()=>a4,tabs:()=>g4,textArea:()=>b4,textInput:()=>y4,titleBreadcrumb:()=>d4,toggle:()=>R4,tooltip:()=>N4,treeList:()=>t4,typographies:()=>Nt,typographyBody1Medium:()=>Ea,typographyBody1Regular:()=>Ca,typographyBody1Semibold:()=>Oa,typographyBody2Medium:()=>La,typographyBody2MediumUnderline:()=>Al,typographyBody2Regular:()=>Aa,typographyBody2Semibold:()=>wa,typographyCaption1Bold:()=>za,typographyCaption1Medium:()=>Pa,typographyCaption1Semibold:()=>Ia,typographyCaption2Bold:()=>Ba,typographyCaption2Medium:()=>Da,typographyCaption2Semibold:()=>Ua,typographyCaption3Bold:()=>Fa,typographyCaption3Medium:()=>$a,typographyCaption3Semibold:()=>Ha,typographyDisplay:()=>ba,typographyLabel1Bold:()=>Na,typographyLabel1Medium:()=>Ra,typographyLabel1Semibold:()=>_a,typographyLabel2Bold:()=>ka,typographyLabel2Medium:()=>Ta,typographyLabel2Semibold:()=>Ma,typographyTitle1:()=>va,typographyTitle2:()=>xa,typographyTitle3:()=>Sa,typographyVariants:()=>e4});var _t=e=>typeof e=="string"?Ke(e):e,a=class{static create(t,r,o,n){let i=c=>_t(c??n),s=D`var(${_t(t)}, ${i(n)})`;return s.name=t,s.description=r,s.category=o,s.defaultValue=n,s.defaultCssValue=i,s.set=c=>R(s,c??i(n)),s.get=c=>D`var(${_t(t)}, ${i(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>n,s}static extend(t,r,o,n){let i=c=>o.get(c??n),s=D`var(${_t(t)}, ${i(n)})`;return s.name=t,s.description=r,s.category=o.category,s.fallbackVariable=o,s.defaultValue=n,s.defaultCssValue=i,s.set=c=>R(s,c??i(n)),s.get=c=>D`var(${_t(t)}, ${i(c)})`,s.breadcrumb=()=>[o.name,...o.breadcrumb()],s.lastResortDefaultValue=()=>n??o.lastResortDefaultValue(),s}static external(t,r){let o=i=>t.defaultCssValue(i),n=D`var(${_t(t.name)}, ${o(t.defaultValue)})`;return n.name=t.name,n.category=t.category,n.fallbackVariable=t.fallbackVariable,n.defaultValue=t.defaultValue,n.context=r,n.defaultCssValue=o,n.set=i=>t.set(i),n.get=i=>D`var(${_t(t.name)}, ${o(i)})`,n.breadcrumb=()=>t.breadcrumb(),n.lastResortDefaultValue=()=>t.lastResortDefaultValue(),n}};function R(e,t){return _t(`${e.name}: ${t}`)}var d={colorWhite:a.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:a.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:a.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:a.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:a.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:a.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:a.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:a.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:a.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:a.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:a.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:a.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:a.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:a.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:a.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:a.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:a.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:a.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:a.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:a.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:a.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:a.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:a.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:a.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:a.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:a.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:a.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:a.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:a.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:a.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:a.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:a.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:a.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:a.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:a.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:a.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:a.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:a.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:a.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:a.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:a.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:a.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:a.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:a.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:a.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:a.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:a.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:a.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:a.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:a.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:a.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:a.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:a.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:a.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:a.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:a.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:a.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:a.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:a.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:a.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:a.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:a.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:a.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:a.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:a.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:a.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:a.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:a.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:a.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:a.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:a.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:a.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:a.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:a.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:a.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:a.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:a.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:a.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:a.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:a.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:a.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:a.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:a.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:a.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:a.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:a.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:a.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:a.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:a.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:a.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:a.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:a.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:a.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:a.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:a.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:a.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:a.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:a.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:a.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:a.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:a.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:a.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:a.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:a.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:a.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:a.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:a.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:a.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:a.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:a.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:a.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:a.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:a.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:a.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:a.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:a.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:a.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:a.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:a.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:a.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:a.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:a.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:a.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:a.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:a.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:a.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:a.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:a.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:a.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:a.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:a.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:a.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:a.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:a.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:a.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:a.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:a.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:a.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:a.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:a.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:a.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:a.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:a.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:a.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:a.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:a.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:a.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:a.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:a.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:a.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:a.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:a.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:a.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:a.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:a.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:a.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:a.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:a.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:a.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:a.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:a.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:a.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:a.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:a.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:a.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:a.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:a.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:a.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:a.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:a.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:a.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:a.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:a.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:a.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:a.create("--ftds-icon-size-1","","SIZE","0.75rem"),iconSize2:a.create("--ftds-icon-size-2","","SIZE","1rem"),iconSize3:a.create("--ftds-icon-size-3","","SIZE","1.25rem"),iconSize4:a.create("--ftds-icon-size-4","","SIZE","1.5rem"),iconSize5:a.create("--ftds-icon-size-5","","SIZE","2rem"),iconSize6:a.create("--ftds-icon-size-6","","SIZE","3rem"),opacity0:a.create("--ftds-opacity-0","","NUMBER","0"),opacity8:a.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:a.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:a.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:a.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:a.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:a.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:a.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:a.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:a.create("--ftds-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:a.create("--ftds-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:a.create("--ftds-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:a.create("--ftds-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:a.create("--ftds-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:a.create("--ftds-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:a.create("--ftds-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:a.create("--ftds-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:a.create("--ftds-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)")},ba={fontFamily:a.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:a.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:a.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-display-text-case","","UNKNOWN","none")},va={fontFamily:a.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:a.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:a.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},xa={fontFamily:a.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:a.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:a.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},Sa={fontFamily:a.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:a.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:a.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:a.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},Ca={fontFamily:a.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:a.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:a.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:a.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:a.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},Ea={fontFamily:a.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:a.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:a.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:a.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},Oa={fontFamily:a.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:a.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:a.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:a.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},Aa={fontFamily:a.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:a.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:a.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:a.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:a.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},La={fontFamily:a.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:a.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:a.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:a.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},Al={fontFamily:a.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:a.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:a.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:a.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:a.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:a.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},wa={fontFamily:a.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:a.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:a.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:a.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:a.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},Ra={fontFamily:a.create("--ftds-typography-label-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-label-1-medium-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-label-1-medium-line-height","","SIZE","110%"),fontSize:a.create("--ftds-typography-label-1-medium-font-size","","SIZE","0.875rem"),letterSpacing:a.create("--ftds-typography-label-1-medium-letter-spacing","","SIZE","0.04em"),textCase:a.create("--ftds-typography-label-1-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ftds-typography-label-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-label-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-label-1-medium-text-decoration","","UNKNOWN","none")},_a={fontFamily:a.create("--ftds-typography-label-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-label-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-label-1-semibold-line-height","","SIZE","110%"),fontSize:a.create("--ftds-typography-label-1-semibold-font-size","","SIZE","0.875rem"),letterSpacing:a.create("--ftds-typography-label-1-semibold-letter-spacing","","SIZE","0.04em"),textCase:a.create("--ftds-typography-label-1-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ftds-typography-label-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-label-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-label-1-semibold-text-decoration","","UNKNOWN","none")},Na={fontFamily:a.create("--ftds-typography-label-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-label-1-bold-font-weight","","UNKNOWN","700"),lineHeight:a.create("--ftds-typography-label-1-bold-line-height","","SIZE","110%"),fontSize:a.create("--ftds-typography-label-1-bold-font-size","","SIZE","0.875rem"),letterSpacing:a.create("--ftds-typography-label-1-bold-letter-spacing","","SIZE","0.04em"),textCase:a.create("--ftds-typography-label-1-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ftds-typography-label-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-label-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-label-1-bold-text-decoration","","UNKNOWN","none")},Ta={fontFamily:a.create("--ftds-typography-label-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-label-2-medium-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-label-2-medium-line-height","","SIZE","110%"),fontSize:a.create("--ftds-typography-label-2-medium-font-size","","SIZE","0.75rem"),letterSpacing:a.create("--ftds-typography-label-2-medium-letter-spacing","","SIZE","0.04em"),textCase:a.create("--ftds-typography-label-2-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ftds-typography-label-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-label-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-label-2-medium-text-decoration","","UNKNOWN","none")},Ma={fontFamily:a.create("--ftds-typography-label-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-label-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-label-2-semibold-line-height","","SIZE","110%"),fontSize:a.create("--ftds-typography-label-2-semibold-font-size","","SIZE","0.75rem"),letterSpacing:a.create("--ftds-typography-label-2-semibold-letter-spacing","","SIZE","0.04em"),textCase:a.create("--ftds-typography-label-2-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ftds-typography-label-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-label-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-label-2-semibold-text-decoration","","UNKNOWN","none")},ka={fontFamily:a.create("--ftds-typography-label-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-label-2-bold-font-weight","","UNKNOWN","700"),lineHeight:a.create("--ftds-typography-label-2-bold-line-height","","SIZE","110%"),fontSize:a.create("--ftds-typography-label-2-bold-font-size","","SIZE","0.75rem"),letterSpacing:a.create("--ftds-typography-label-2-bold-letter-spacing","","SIZE","0.04em"),textCase:a.create("--ftds-typography-label-2-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ftds-typography-label-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-label-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-label-2-bold-text-decoration","","UNKNOWN","none")},Pa={fontFamily:a.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:a.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},Ia={fontFamily:a.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:a.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},za={fontFamily:a.create("--ftds-typography-caption-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-1-bold-font-weight","","UNKNOWN","700"),lineHeight:a.create("--ftds-typography-caption-1-bold-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-1-bold-font-size","","SIZE","0.75rem"),letterSpacing:a.create("--ftds-typography-caption-1-bold-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-1-bold-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-1-bold-text-decoration","","UNKNOWN","none")},Da={fontFamily:a.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:a.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},Ua={fontFamily:a.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:a.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},Ba={fontFamily:a.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:a.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:a.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},$a={fontFamily:a.create("--ftds-typography-caption-3-medium-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-3-medium-font-weight","","UNKNOWN","500"),lineHeight:a.create("--ftds-typography-caption-3-medium-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-3-medium-font-size","","SIZE","0.625rem"),letterSpacing:a.create("--ftds-typography-caption-3-medium-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-3-medium-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-3-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-3-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-3-medium-text-decoration","","UNKNOWN","none")},Ha={fontFamily:a.create("--ftds-typography-caption-3-semibold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-3-semibold-font-weight","","UNKNOWN","600"),lineHeight:a.create("--ftds-typography-caption-3-semibold-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-3-semibold-font-size","","SIZE","0.625rem"),letterSpacing:a.create("--ftds-typography-caption-3-semibold-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-3-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-3-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-3-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-3-semibold-text-decoration","","UNKNOWN","none")},Fa={fontFamily:a.create("--ftds-typography-caption-3-bold-font-family","","UNKNOWN","Inter"),fontWeight:a.create("--ftds-typography-caption-3-bold-font-weight","","UNKNOWN","700"),lineHeight:a.create("--ftds-typography-caption-3-bold-line-height","","SIZE","1.3"),fontSize:a.create("--ftds-typography-caption-3-bold-font-size","","SIZE","0.625rem"),letterSpacing:a.create("--ftds-typography-caption-3-bold-letter-spacing","","SIZE","normal"),textCase:a.create("--ftds-typography-caption-3-bold-text-case","","UNKNOWN","none"),paragraphSpacing:a.create("--ftds-typography-caption-3-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ftds-typography-caption-3-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:a.create("--ftds-typography-caption-3-bold-text-decoration","","UNKNOWN","none")},Nt={display:ba,"title-1":va,"title-2":xa,"title-3":Sa,"body-1-regular":Ca,"body-1-medium":Ea,"body-1-semibold":Oa,"body-2-regular":Aa,"body-2-medium":La,"body-2-medium-underline":Al,"body-2-semibold":wa,"label-1-medium":Ra,"label-1-semibold":_a,"label-1-bold":Na,"label-2-medium":Ta,"label-2-semibold":Ma,"label-2-bold":ka,"caption-1-medium":Pa,"caption-1-semibold":Ia,"caption-1-bold":za,"caption-2-medium":Da,"caption-2-semibold":Ua,"caption-2-bold":Ba,"caption-3-medium":$a,"caption-3-semibold":Ha,"caption-3-bold":Fa},e4=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var u={backgroundActionPrimary:a.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",d.colorBrand0),backgroundErrorSubtle:a.extend("--ftds-background-error-subtle","Used as background of subtle error components.",d.colorRed10),backgroundInfoSubtle:a.extend("--ftds-background-info-subtle","Used as background of subtle information components.",d.colorCyan10),backgroundWarningSubtle:a.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",d.colorOrange10),backgroundSuccessSubtle:a.extend("--ftds-background-success-subtle","Used as background of subtle success components.",d.colorGreen10),backgroundGlobalSurface:a.extend("--ftds-background-global-surface","Used as app background.",d.colorWhite),backgroundGlobalOnSurface:a.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",d.colorGray10),backgroundGlobalOnSurfaceDark:a.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",d.colorGray30),contentActionPrimary:a.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",d.colorBrand0),contentWarningPrimary:a.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",d.colorOrange200),contentWarningIconOnly:a.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",d.colorOrange0),contentErrorPrimary:a.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",d.colorRed0),contentErrorIconOnly:a.extend("--ftds-content-error-icon-only","Used on error status icons alone",d.colorRed70),contentInfoPrimary:a.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",d.colorCyan200),contentInfoIconOnly:a.extend("--ftds-content-info-icon-only","Used on info status icons alone",d.colorCyan0),contentSuccessPrimary:a.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",d.colorGreen200),contentSuccessIconOnly:a.extend("--ftds-content-success-icon-only","Used on success status icons alone",d.colorGreen0),contentGlobalPrimary:a.extend("--ftds-content-global-primary","Used for main content on the page.",d.colorGray500),contentGlobalSecondary:a.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
5
|
+
Also for action icons.`,d.colorGray200),contentGlobalSubtle:a.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",d.colorGray0),contentGlobalOnColor:a.extend("--ftds-content-global-on-color","Used for content on a dominant color.",d.colorWhite),borderActionPrimary:a.extend("--ftds-border-action-primary","Used as border for primary action components.",d.colorBrand0),borderActionFocusRing:a.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",d.colorCyan0),borderWarningPrimary:a.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",d.colorOrange200),borderWarningSubtle:a.extend("--ftds-border-warning-subtle","Used as border for warning components.",d.colorOrange30),borderSuccessPrimary:a.extend("--ftds-border-success-primary","Used as border for success buttons.",d.colorGreen200),borderSuccessSubtle:a.extend("--ftds-border-success-subtle","Used as border for success components.",d.colorGreen30),borderErrorPrimary:a.extend("--ftds-border-error-primary","Used as border for text fields in error states.",d.colorRed0),borderErrorSubtle:a.extend("--ftds-border-error-subtle","Used as border for error components.",d.colorRed30),borderInfoPrimary:a.extend("--ftds-border-info-primary","Used as border for buttons in info color.",d.colorCyan200),borderInfoSubtle:a.extend("--ftds-border-info-subtle","Used as border for information components.",d.colorCyan30),borderGlobalPrimary:a.extend("--ftds-border-global-primary","Used as border for elements/areas filled with background.global.on-surface-dark",d.colorGray50),borderGlobalSecondary:a.extend("--ftds-border-global-secondary","Used as border for elements/areas filled with background.global.on-surface",d.colorGray40),borderGlobalSubtle:a.extend("--ftds-border-global-subtle","Used as border to deliminate an area/element filled with background.global.surface and separators.",d.colorGray30),borderInputPrimary:a.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",d.colorGray80),borderNeutralPrimary:a.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",d.colorGray200)};var S={largeHeight:a.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:a.extend("--ftds-button-large-horizontal-padding","",d.spacing4),largeGap:a.extend("--ftds-button-large-gap","",d.spacing2),largeBorderRadius:a.extend("--ftds-button-large-border-radius","",d.borderRadiusS),largeIconSize:a.extend("--ftds-button-large-icon-size","",d.iconSize3),largeBorderWidth:a.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:a.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:a.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:a.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:a.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:a.extend("--ftds-button-medium-horizontal-padding","",d.spacing3),mediumGap:a.extend("--ftds-button-medium-gap","",d.spacing2),mediumBorderRadius:a.extend("--ftds-button-medium-border-radius","",d.borderRadiusS),mediumIconSize:a.extend("--ftds-button-medium-icon-size","",d.iconSize2),mediumBorderWidth:a.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:a.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:a.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:a.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:a.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:a.extend("--ftds-button-small-horizontal-padding","",d.spacing2),smallGap:a.extend("--ftds-button-small-gap","",d.spacing1),smallBorderRadius:a.extend("--ftds-button-small-border-radius","",d.borderRadiusS),smallIconSize:a.extend("--ftds-button-small-icon-size","",d.iconSize1),smallBorderWidth:a.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:a.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:a.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:a.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:a.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:a.extend("--ftds-button-x-small-icon-size","",d.iconSize1),xSmallFocusOutlineOffset:a.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:a.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:a.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:a.extend("--ftds-button-round-border-radius","",d.borderRadiusPill),primaryBrandBackgroundColor:a.extend("--ftds-button-primary-brand-background-color","",u.backgroundActionPrimary),primaryBrandColor:a.extend("--ftds-button-primary-brand-color","",u.contentGlobalOnColor),primaryBrandIconColor:a.extend("--ftds-button-primary-brand-icon-color","",u.contentGlobalOnColor),primaryBrandStateLayerColor:a.extend("--ftds-button-primary-brand-state-layer-color","",u.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:a.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",d.opacity16),primaryBrandFocusStateLayerOpacity:a.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",d.opacity16),primaryBrandActiveStateLayerOpacity:a.extend("--ftds-button-primary-brand-active-state-layer-opacity","",d.opacity24),primaryBrandDisabledComponentOpacity:a.extend("--ftds-button-primary-brand-disabled-component-opacity","",d.opacity40),focusFocusRingColor:a.extend("--ftds-button-focus-focus-ring-color","",u.borderActionFocusRing),tertiaryBrandBackgroundColor:a.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:a.extend("--ftds-button-tertiary-brand-color","",u.contentActionPrimary),tertiaryBrandIconColor:a.extend("--ftds-button-tertiary-brand-icon-color","",u.contentActionPrimary),tertiaryBrandStateLayerColor:a.extend("--ftds-button-tertiary-brand-state-layer-color","",u.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:a.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",d.opacity8),tertiaryBrandFocusStateLayerOpacity:a.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",d.opacity8),tertiaryBrandActiveStateLayerOpacity:a.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",d.opacity16),tertiaryBrandDisabledComponentOpacity:a.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",d.opacity40),tertiaryInfoBackgroundColor:a.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:a.extend("--ftds-button-tertiary-info-color","",u.contentInfoPrimary),tertiaryInfoIconColor:a.extend("--ftds-button-tertiary-info-icon-color","",u.contentInfoPrimary),tertiaryInfoStateLayerColor:a.extend("--ftds-button-tertiary-info-state-layer-color","",u.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:a.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",d.opacity8),tertiaryInfoHoverStateLayerOpacity:a.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",d.opacity8),tertiaryInfoActiveStateLayerOpacity:a.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",d.opacity16),tertiaryInfoDisabledComponentOpacity:a.extend("--ftds-button-tertiary-info-disabled-component-opacity","",d.opacity40),tertiarySuccessBackgroundColor:a.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:a.extend("--ftds-button-tertiary-success-color","",u.contentSuccessPrimary),tertiarySuccessIconColor:a.extend("--ftds-button-tertiary-success-icon-color","",u.contentSuccessPrimary),tertiarySuccessStateLayerColor:a.extend("--ftds-button-tertiary-success-state-layer-color","",u.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:a.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",d.opacity8),tertiarySuccessFocusStateLayerOpacity:a.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",d.opacity8),tertiarySuccessActiveStateLayerOpacity:a.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",d.opacity16),tertiarySuccessDisabledComponentOpacity:a.extend("--ftds-button-tertiary-success-disabled-component-opacity","",d.opacity40),tertiaryWarningBackgroundColor:a.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:a.extend("--ftds-button-tertiary-warning-color","",u.contentWarningPrimary),tertiaryWarningIconColor:a.extend("--ftds-button-tertiary-warning-icon-color","",u.contentWarningPrimary),tertiaryWarningStateLayerColor:a.extend("--ftds-button-tertiary-warning-state-layer-color","",u.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:a.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",d.opacity8),tertiaryWarningFocusStateLayerOpacity:a.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",d.opacity8),tertiaryWarningActiveStateLayerOpacity:a.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",d.opacity16),tertiaryWarningDisabledComponentOpacity:a.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",d.opacity40),tertiaryErrorBackgroundColor:a.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:a.extend("--ftds-button-tertiary-error-color","",u.contentErrorPrimary),tertiaryErrorIconColor:a.extend("--ftds-button-tertiary-error-icon-color","",u.contentErrorPrimary),tertiaryErrorStateLayerColor:a.extend("--ftds-button-tertiary-error-state-layer-color","",u.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:a.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",d.opacity8),tertiaryErrorFocusStateLayerOpacity:a.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",d.opacity8),tertiaryErrorActiveStateLayerOpacity:a.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",d.opacity16),tertiaryErrorDisabledComponentOpacity:a.extend("--ftds-button-tertiary-error-disabled-component-opacity","",d.opacity40),tertiaryNeutralBackgroundColor:a.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:a.extend("--ftds-button-tertiary-neutral-icon-color","",u.contentGlobalSecondary),tertiaryNeutralColor:a.extend("--ftds-button-tertiary-neutral-color","",u.contentGlobalSecondary),tertiaryNeutralStateLayerColor:a.extend("--ftds-button-tertiary-neutral-state-layer-color","",u.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:a.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",d.opacity8),tertiaryNeutralFocusStateLayerOpacity:a.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",d.opacity8),tertiaryNeutralActiveStateLayerOpacity:a.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",d.opacity16),tertiaryNeutralDisabledComponentOpacity:a.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",d.opacity40),secondaryBrandBackgroundColor:a.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:a.extend("--ftds-button-secondary-brand-color","",u.contentActionPrimary),secondaryBrandIconColor:a.extend("--ftds-button-secondary-brand-icon-color","",u.contentActionPrimary),secondaryBrandStateLayerColor:a.extend("--ftds-button-secondary-brand-state-layer-color","",u.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:a.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",d.opacity8),secondaryBrandFocusStateLayerOpacity:a.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",d.opacity8),secondaryBrandActiveStateLayerOpacity:a.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",d.opacity16),secondaryBrandDisabledComponentOpacity:a.extend("--ftds-button-secondary-brand-disabled-component-opacity","",d.opacity40),secondaryBrandBorderColor:a.extend("--ftds-button-secondary-brand-border-color","",u.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:a.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",d.opacity8),secondaryNeutralFocusStateLayerOpacity:a.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",d.opacity8),secondaryNeutralActiveStateLayerOpacity:a.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",d.opacity16),secondaryNeutralDisabledComponentOpacity:a.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",d.opacity40),secondaryNeutralBackgroundColor:a.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:a.extend("--ftds-button-secondary-neutral-color","",u.contentGlobalSecondary),secondaryNeutralIconColor:a.extend("--ftds-button-secondary-neutral-icon-color","",u.contentGlobalSecondary),secondaryNeutralStateLayerColor:a.extend("--ftds-button-secondary-neutral-state-layer-color","",u.contentGlobalSecondary),secondaryNeutralBorderColor:a.extend("--ftds-button-secondary-neutral-border-color","",u.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:a.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",d.opacity8),secondaryInfoFocusStateLayerOpacity:a.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",d.opacity8),secondaryInfoActiveStateLayerOpacity:a.extend("--ftds-button-secondary-info-active-state-layer-opacity","",d.opacity16),secondaryInfoDisabledComponentOpacity:a.extend("--ftds-button-secondary-info-disabled-component-opacity","",d.opacity40),secondaryInfoBackgroundColor:a.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:a.extend("--ftds-button-secondary-info-border-color","",u.borderInfoPrimary),secondaryInfoColor:a.extend("--ftds-button-secondary-info-color","",u.contentInfoPrimary),secondaryInfoIconColor:a.extend("--ftds-button-secondary-info-icon-color","",u.contentInfoPrimary),secondaryInfoStateLayerColor:a.extend("--ftds-button-secondary-info-state-layer-color","",u.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:a.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",d.opacity8),secondarySuccessFocusStateLayerOpacity:a.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",d.opacity8),secondarySuccessActiveStateLayerOpacity:a.extend("--ftds-button-secondary-success-active-state-layer-opacity","",d.opacity16),secondarySuccessDisabledComponentOpacity:a.extend("--ftds-button-secondary-success-disabled-component-opacity","",d.opacity40),secondarySuccessBackgroundColor:a.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:a.extend("--ftds-button-secondary-success-border-color","",u.borderSuccessPrimary),secondarySuccessColor:a.extend("--ftds-button-secondary-success-color","",u.contentSuccessPrimary),secondarySuccessIconColor:a.extend("--ftds-button-secondary-success-icon-color","",u.contentSuccessPrimary),secondarySuccessStateLayerColor:a.extend("--ftds-button-secondary-success-state-layer-color","",u.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:a.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",d.opacity8),secondaryWarningFocusStateLayerOpacity:a.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",d.opacity8),secondaryWarningActiveStateLayerOpacity:a.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",d.opacity16),secondaryWarningDisabledComponentOpacity:a.extend("--ftds-button-secondary-warning-disabled-component-opacity","",d.opacity40),secondaryWarningBackgroundColor:a.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:a.extend("--ftds-button-secondary-warning-border-color","",u.borderWarningPrimary),secondaryWarningColor:a.extend("--ftds-button-secondary-warning-color","",u.contentWarningPrimary),secondaryWarningIconColor:a.extend("--ftds-button-secondary-warning-icon-color","",u.contentWarningPrimary),secondaryWarningStateLayerColor:a.extend("--ftds-button-secondary-warning-state-layer-color","",u.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:a.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",d.opacity8),secondaryErrorFocusStateLayerOpacity:a.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",d.opacity8),secondaryErrorActiveStateLayerOpacity:a.extend("--ftds-button-secondary-error-active-state-layer-opacity","",d.opacity16),secondaryErrorDisabledComponentOpacity:a.extend("--ftds-button-secondary-error-disabled-component-opacity","",d.opacity40),secondaryErrorBackgroundColor:a.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:a.extend("--ftds-button-secondary-error-border-color","",u.contentErrorPrimary),secondaryErrorColor:a.extend("--ftds-button-secondary-error-color","",u.contentErrorPrimary),secondaryErrorIconColor:a.extend("--ftds-button-secondary-error-icon-color","",u.contentErrorPrimary),secondaryErrorStateLayerColor:a.extend("--ftds-button-secondary-error-state-layer-color","",u.contentErrorPrimary)};var t4={loadMoreIconSize:a.extend("--ftds-tree-list-load-more-icon-size","",d.iconSize2),loadMorePaddingLeft:a.extend("--ftds-tree-list-load-more-padding-left","",d.spacing6),loadMoreUnselectedDefaultBorderColor:a.extend("--ftds-tree-list-load-more-unselected-default-border-color","",u.borderGlobalSubtle),loadMoreIconColor:a.extend("--ftds-tree-list-load-more-icon-color","",u.contentActionPrimary),loadMoreLabelColor:a.extend("--ftds-tree-list-load-more-label-color","",u.contentActionPrimary),loadMoreHoverBorderColor:a.extend("--ftds-tree-list-load-more-hover-border-color","",d.colorBrand20),loadMoreHoverBackgroundColor:a.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:a.extend("--ftds-tree-list-load-more-active-border-color","",d.colorBrand20),loadMoreActiveBackgroundColor:a.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:a.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:a.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:a.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),loadMoreLabelMarginLeft:a.extend("--ftds-tree-list-load-more-label-margin-left","",d.spacing1),nodeIconSize:a.extend("--ftds-tree-list-node-icon-size","",d.iconSize2),nodeHeight:a.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:a.extend("--ftds-tree-list-node-parent-label-margin-left","",d.spacing2),nodeParentLabelMarginRight:a.extend("--ftds-tree-list-node-parent-label-margin-right","",d.spacing2),nodeRootPaddingLeft:a.extend("--ftds-tree-list-node-root-padding-left","",d.spacing6),nodeChildPaddingLeft:a.extend("--ftds-tree-list-node-child-padding-left","",d.spacing5),nodeLeafPaddingLeft:a.extend("--ftds-tree-list-node-leaf-padding-left","",d.spacing6),nodeUnselectedDefaultBorderColor:a.extend("--ftds-tree-list-node-unselected-default-border-color","",u.borderGlobalSubtle),nodeUnselectedIconColor:a.extend("--ftds-tree-list-node-unselected-icon-color","",u.contentGlobalSecondary),nodeUnselectedLabelColor:a.extend("--ftds-tree-list-node-unselected-label-color","",u.contentGlobalSecondary),nodeUnselectedCounterColor:a.extend("--ftds-tree-list-node-unselected-counter-color","",u.contentGlobalSecondary),nodeHoverBorderColor:a.extend("--ftds-tree-list-node-hover-border-color","",u.borderActionPrimary),nodeFocusFocusRingColor:a.extend("--ftds-tree-list-node-focus-focus-ring-color","",u.borderActionFocusRing),nodeFocusOutlineWidth:a.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:a.extend("--ftds-tree-list-node-selected-default-border-color","",u.borderGlobalPrimary),nodeSelectedIconColor:a.extend("--ftds-tree-list-node-selected-icon-color","",u.contentGlobalSecondary),nodeSelectedLabelColor:a.extend("--ftds-tree-list-node-selected-label-color","",u.contentGlobalPrimary),nodeSelectedCounterColor:a.extend("--ftds-tree-list-node-selected-counter-color","",u.contentGlobalSecondary),nodeSelectedBackgroundColor:a.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:a.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:a.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:a.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:a.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:a.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:a.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:a.extend("--ftds-tree-list-header-section-padding-left","",d.spacing6),headerSectionPaddingRight:a.extend("--ftds-tree-list-header-section-padding-right","",d.spacing3),headerSectionHorizontalGap:a.extend("--ftds-tree-list-header-section-horizontal-gap","",d.spacing2),headerSectionMarginBottom:a.extend("--ftds-tree-list-header-section-margin-bottom","",d.spacing2),headerSectionColor:a.extend("--ftds-tree-list-header-section-color","",u.contentGlobalPrimary),headerSectionCounterColor:a.extend("--ftds-tree-list-header-section-counter-color","",u.contentGlobalSecondary),listContainerBorderWidth:a.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:a.extend("--ftds-tree-list-list-container-background-color","",u.backgroundGlobalSurface),listContainerBorderColor:a.extend("--ftds-tree-list-list-container-border-color","",u.borderGlobalSubtle),emptyStateIllustrationWidth:a.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:a.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:a.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",d.spacing10),emptyStateContainerPaddingTop:a.extend("--ftds-tree-list-empty-state-container-padding-top","",d.spacing10),emptyStateContainerPaddingBottom:a.extend("--ftds-tree-list-empty-state-container-padding-bottom","",d.spacing10),emptyStateTitleMarginBottom:a.extend("--ftds-tree-list-empty-state-title-margin-bottom","",d.spacing2),emptyStateTitleLabelColor:a.extend("--ftds-tree-list-empty-state-title-label-color","",u.contentGlobalSecondary),emptyStateDescriptionLabelColor:a.extend("--ftds-tree-list-empty-state-description-label-color","",u.contentGlobalSecondary)};var r4={iconSize:a.extend("--ftds-checkbox-icon-size","",d.iconSize2),boxSize:a.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:a.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:a.create("--ftds-checkbox-border-radius","","SIZE","1px"),labelHorizontalGap:a.extend("--ftds-checkbox-label-horizontal-gap","",d.spacing1),color:a.extend("--ftds-checkbox-color","",u.contentGlobalPrimary),checkedBackgroundColor:a.extend("--ftds-checkbox-checked-background-color","",u.contentActionPrimary),checkedStateLayerColor:a.extend("--ftds-checkbox-checked-state-layer-color","",u.contentActionPrimary),checkedIconColor:a.extend("--ftds-checkbox-checked-icon-color","",u.contentGlobalOnColor),checkedHoverStateLayerOpacity:a.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",d.opacity16),checkedFocusStateLayerOpacity:a.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",d.opacity16),checkedActiveStateLayerOpacity:a.extend("--ftds-checkbox-checked-active-state-layer-opacity","",d.opacity24),checkedDisabledComponentOpacity:a.extend("--ftds-checkbox-checked-disabled-component-opacity","",d.opacity40),uncheckedBorderColor:a.extend("--ftds-checkbox-unchecked-border-color","",d.colorGray80),uncheckedStateLayerColor:a.extend("--ftds-checkbox-unchecked-state-layer-color","",d.colorGray80),uncheckedHoverStateLayerOpacity:a.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",d.opacity16),uncheckedFocusStateLayerOpacity:a.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",d.opacity16),uncheckedActiveStateLayerOpacity:a.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",d.opacity24),uncheckedDisabledComponentOpacity:a.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",d.opacity40),focusFocusRingColor:a.extend("--ftds-checkbox-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:a.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:a.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:a.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:a.extend("--ftds-checkbox-horizontal-gap","",d.spacing3),helperPaddingTop:a.create("--ftds-checkbox-helper-padding-top","","SIZE","0px"),helperIconSize:a.extend("--ftds-checkbox-helper-icon-size","",d.iconSize2),helperHorizontalGap:a.extend("--ftds-checkbox-helper-horizontal-gap","",d.spacing1),errorUncheckedBorderColor:a.extend("--ftds-checkbox-error-unchecked-border-color","",u.borderErrorPrimary),errorStateLayerColor:a.extend("--ftds-checkbox-error-state-layer-color","",u.contentErrorPrimary),errorHelperTextColor:a.extend("--ftds-checkbox-error-helper-text-color","",u.borderErrorPrimary),errorCheckedBackgroundColor:a.extend("--ftds-checkbox-error-checked-background-color","",u.contentErrorPrimary),helperTextColor:a.extend("--ftds-checkbox-helper-text-color","",u.contentGlobalSubtle),groupVerticalGap:a.extend("--ftds-checkbox-group-vertical-gap","",d.spacing3)};var o4={circleSize:a.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:a.create("--ftds-radio-border-width","","SIZE","2px"),color:a.extend("--ftds-radio-color","",u.contentGlobalPrimary),selectedRadioColor:a.extend("--ftds-radio-selected-radio-color","",u.contentActionPrimary),selectedStateLayerColor:a.extend("--ftds-radio-selected-state-layer-color","",u.contentActionPrimary),selectedHoverStateLayerOpacity:a.extend("--ftds-radio-selected-hover-state-layer-opacity","",d.opacity16),selectedFocusStateLayerOpacity:a.extend("--ftds-radio-selected-focus-state-layer-opacity","",d.opacity16),selectedActiveStateLayerOpacity:a.extend("--ftds-radio-selected-active-state-layer-opacity","",d.opacity24),selectedDisabledComponentOpacity:a.extend("--ftds-radio-selected-disabled-component-opacity","",d.opacity40),unselectedStateLayerColor:a.extend("--ftds-radio-unselected-state-layer-color","",u.borderInputPrimary),unselectedBorderColor:a.extend("--ftds-radio-unselected-border-color","",u.borderInputPrimary),unselectedHoverStateLayerOpacity:a.extend("--ftds-radio-unselected-hover-state-layer-opacity","",d.opacity16),unselectedFocusStateLayerOpacity:a.extend("--ftds-radio-unselected-focus-state-layer-opacity","",d.opacity16),unselectedActiveStateLayerOpacity:a.extend("--ftds-radio-unselected-active-state-layer-opacity","",d.opacity24),unselectedDisabledComponentOpacity:a.extend("--ftds-radio-unselected-disabled-component-opacity","",d.opacity40),focusFocusRingColor:a.extend("--ftds-radio-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:a.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:a.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:a.extend("--ftds-radio-vertical-gap","",d.spacing3),horizontalGap:a.extend("--ftds-radio-horizontal-gap","",d.spacing3)};var a4={headerRowBorderWidth:a.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:a.extend("--ftds-table-header-row-background-color","",u.backgroundGlobalOnSurfaceDark),headerRowBorderColor:a.extend("--ftds-table-header-row-border-color","",u.borderGlobalPrimary),headerRowColor:a.extend("--ftds-table-header-row-color","",u.contentGlobalPrimary),dataRowBorderWidth:a.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:a.extend("--ftds-table-data-row-background-color","",u.backgroundGlobalOnSurface),dataRowBorderColor:a.extend("--ftds-table-data-row-border-color","",u.borderGlobalSubtle),dataRowColor:a.extend("--ftds-table-data-row-color","",u.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:a.extend("--ftds-table-data-row-default-hover-background-color","",d.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:a.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",d.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:a.extend("--ftds-table-data-row-selectable-selected-default-background-color","",d.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:a.extend("--ftds-table-data-row-selectable-selected-default-border-color","",d.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:a.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",d.colorBrand20),dataRowSelectableSelectedHoverBorderColor:a.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",d.colorBrand30),dataRowSelectableSelectedColor:a.extend("--ftds-table-data-row-selectable-selected-color","",u.contentActionPrimary),dataRowClickableHoverBackgroundColor:a.extend("--ftds-table-data-row-clickable-hover-background-color","",d.colorGray30),dataRowClickableFocusBorderColor:a.extend("--ftds-table-data-row-clickable-focus-border-color","",u.borderActionFocusRing),dataRowClickableFocusBackgroundColor:a.extend("--ftds-table-data-row-clickable-focus-background-color","",d.colorGray30),dataRowClickableActiveBackgroundColor:a.extend("--ftds-table-data-row-clickable-active-background-color","",d.colorGray40),headerCellHorizontalGap:a.extend("--ftds-table-header-cell-horizontal-gap","",d.spacing1),headerCellVerticalPadding:a.extend("--ftds-table-header-cell-vertical-padding","",d.spacing2),headerCellHorizontalPadding:a.extend("--ftds-table-header-cell-horizontal-padding","",d.spacing3),dataCellVerticalPadding:a.extend("--ftds-table-data-cell-vertical-padding","",d.spacing2),dataCellHorizontalPadding:a.extend("--ftds-table-data-cell-horizontal-padding","",d.spacing3),dataCellVerticalGap:a.extend("--ftds-table-data-cell-vertical-gap","",d.spacing1)};var n4={neutralOffHoverStateLayerOpacity:a.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",d.opacity8),neutralOffFocusStateLayerOpacity:a.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",d.opacity8),neutralOffFocusFocusRingColor:a.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",u.borderActionFocusRing),neutralOffActiveStateLayerOpacity:a.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",d.opacity16),neutralOffBackgroundColor:a.extend("--ftds-chip-choice-neutral-off-background-color","",u.backgroundGlobalOnSurface),neutralOffBorderColor:a.extend("--ftds-chip-choice-neutral-off-border-color","",u.borderGlobalPrimary),neutralOffColor:a.extend("--ftds-chip-choice-neutral-off-color","",u.contentGlobalSecondary),neutralOffStateLayerColor:a.extend("--ftds-chip-choice-neutral-off-state-layer-color","",u.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:a.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",d.opacity16),neutralOnHoverStateLayerOpacity:a.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",d.opacity24),neutralOnFocusStateLayerOpacity:a.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",d.opacity24),neutralOnFocusFocusRingColor:a.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",u.borderActionFocusRing),neutralOnActiveStateLayerOpacity:a.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",d.opacity32),neutralOnBackgroundColor:a.extend("--ftds-chip-choice-neutral-on-background-color","",u.backgroundGlobalOnSurface),neutralOnBorderColor:a.extend("--ftds-chip-choice-neutral-on-border-color","",u.borderGlobalPrimary),neutralOnColor:a.extend("--ftds-chip-choice-neutral-on-color","",u.contentGlobalPrimary),neutralOnIconColor:a.extend("--ftds-chip-choice-neutral-on-icon-color","",u.contentGlobalPrimary),neutralOnStateLayerColor:a.extend("--ftds-chip-choice-neutral-on-state-layer-color","",u.contentGlobalPrimary),largeMinHeight:a.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:a.extend("--ftds-chip-choice-large-horizontal-padding","",d.spacing3),largeGap:a.extend("--ftds-chip-choice-large-gap","",d.spacing1),largeBorderRadius:a.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:a.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:a.extend("--ftds-chip-choice-large-icon-size","",d.iconSize3),mediumMinHeight:a.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:a.extend("--ftds-chip-choice-medium-horizontal-padding","",d.spacing2),mediumGap:a.extend("--ftds-chip-choice-medium-gap","",d.spacing1),mediumBorderRadius:a.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:a.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:a.extend("--ftds-chip-choice-medium-icon-size","",d.iconSize2)};var i4={largeMinHeight:a.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:a.extend("--ftds-chip-large-horizontal-padding","",d.spacing3),largeButtonRightPadding:a.extend("--ftds-chip-large-button-right-padding","",d.spacing1),largeGap:a.extend("--ftds-chip-large-gap","",d.spacing1),largeFocusOutlineOffset:a.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:a.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:a.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:a.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:a.extend("--ftds-chip-large-icon-size","",d.iconSize3),mediumMinHeight:a.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:a.extend("--ftds-chip-medium-horizontal-padding","",d.spacing2),mediumButtonRightPadding:a.extend("--ftds-chip-medium-button-right-padding","",d.spacing05),mediumGap:a.extend("--ftds-chip-medium-gap","",d.spacing1),mediumFocusOutlineOffset:a.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:a.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:a.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:a.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:a.extend("--ftds-chip-medium-icon-size","",d.iconSize2),smallMinHeight:a.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:a.extend("--ftds-chip-small-horizontal-padding","",d.spacing1),smallButtonRightPadding:a.extend("--ftds-chip-small-button-right-padding","",d.spacing05),smallGap:a.extend("--ftds-chip-small-gap","",d.spacing1),smallFocusOutlineOffset:a.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:a.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:a.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:a.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:a.extend("--ftds-chip-small-icon-size","",d.iconSize1),neutralBackgroundColor:a.extend("--ftds-chip-neutral-background-color","",u.backgroundGlobalOnSurface),neutralColor:a.extend("--ftds-chip-neutral-color","",u.contentGlobalSecondary),neutralIconColor:a.extend("--ftds-chip-neutral-icon-color","",u.contentGlobalSecondary),neutralBorderColor:a.extend("--ftds-chip-neutral-border-color","",u.borderGlobalSecondary),infoBackgroundColor:a.extend("--ftds-chip-info-background-color","",u.backgroundInfoSubtle),infoColor:a.extend("--ftds-chip-info-color","",u.contentInfoPrimary),infoIconColor:a.extend("--ftds-chip-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:a.extend("--ftds-chip-info-border-color","",u.borderInfoSubtle),successBackgroundColor:a.extend("--ftds-chip-success-background-color","",u.backgroundSuccessSubtle),successColor:a.extend("--ftds-chip-success-color","",u.contentSuccessPrimary),successIconColor:a.extend("--ftds-chip-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:a.extend("--ftds-chip-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:a.extend("--ftds-chip-warning-background-color","",u.backgroundWarningSubtle),warningColor:a.extend("--ftds-chip-warning-color","",u.contentWarningPrimary),warningIconColor:a.extend("--ftds-chip-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:a.extend("--ftds-chip-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:a.extend("--ftds-chip-error-background-color","",u.backgroundErrorSubtle),errorColor:a.extend("--ftds-chip-error-color","",u.contentErrorPrimary),errorIconColor:a.extend("--ftds-chip-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:a.extend("--ftds-chip-error-border-color","",u.borderErrorSubtle)};var s4={brandHoverOpacity:a.extend("--ftds-link-brand-hover-opacity","",d.opacity80),brandHoverColor:a.extend("--ftds-link-brand-hover-color","",u.contentActionPrimary),brandFocusFocusRingColor:a.extend("--ftds-link-brand-focus-focus-ring-color","",u.borderActionFocusRing),brandFocusColor:a.extend("--ftds-link-brand-focus-color","",u.contentActionPrimary),brandDefaultColor:a.extend("--ftds-link-brand-default-color","",u.contentActionPrimary),brandActiveColor:a.extend("--ftds-link-brand-active-color","",u.contentActionPrimary),infoHoverOpacity:a.extend("--ftds-link-info-hover-opacity","",d.opacity80),infoHoverColor:a.extend("--ftds-link-info-hover-color","",u.contentInfoPrimary),infoFocusFocusRingColor:a.extend("--ftds-link-info-focus-focus-ring-color","",u.borderActionFocusRing),infoFocusColor:a.extend("--ftds-link-info-focus-color","",u.contentInfoPrimary),infoDefaultColor:a.extend("--ftds-link-info-default-color","",u.contentInfoPrimary),infoActiveColor:a.extend("--ftds-link-info-active-color","",u.contentInfoPrimary),neutralFocusFocusRingColor:a.extend("--ftds-link-neutral-focus-focus-ring-color","",u.borderActionFocusRing),neutralFocusColor:a.extend("--ftds-link-neutral-focus-color","",u.contentActionPrimary),neutralDefaultColor:a.extend("--ftds-link-neutral-default-color","",u.contentGlobalPrimary),neutralHoverColor:a.extend("--ftds-link-neutral-hover-color","",u.contentActionPrimary),neutralActiveColor:a.extend("--ftds-link-neutral-active-color","",u.contentActionPrimary),neutralVisitedColor:a.extend("--ftds-link-neutral-visited-color","",d.colorBrand100)};var c4={iconSize:a.extend("--ftds-banner-icon-size","",d.iconSize5),borderWidth:a.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:a.extend("--ftds-banner-left-padding","",d.spacing6),rightPadding:a.extend("--ftds-banner-right-padding","",d.spacing6),verticalPadding:a.extend("--ftds-banner-vertical-padding","",d.spacing6),horizontalSideGap:a.extend("--ftds-banner-horizontal-side-gap","",d.spacing6),horizontalMobileGap:a.extend("--ftds-banner-horizontal-mobile-gap","",d.spacing4),verticalMobileGap:a.extend("--ftds-banner-vertical-mobile-gap","",d.spacing6),horizontalMiddleGap:a.extend("--ftds-banner-horizontal-middle-gap","",d.spacing20),infoBackgroundColor:a.extend("--ftds-banner-info-background-color","",u.backgroundInfoSubtle),infoColor:a.extend("--ftds-banner-info-color","",u.contentInfoPrimary),infoIconColor:a.extend("--ftds-banner-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:a.extend("--ftds-banner-info-border-color","",u.borderInfoSubtle)};var l4={horizontalPadding:a.extend("--ftds-badge-horizontal-padding","",d.spacing1),verticalPadding:a.extend("--ftds-badge-vertical-padding","",d.spacing1),borderRadius:a.extend("--ftds-badge-border-radius","",d.borderRadiusPill),color:a.extend("--ftds-badge-color","",u.contentGlobalOnColor),backgroundColor:a.extend("--ftds-badge-background-color","",u.contentActionPrimary)};var d4={horizontalGap:a.extend("--ftds-title-breadcrumb-horizontal-gap","",d.spacing1),currentColor:a.extend("--ftds-title-breadcrumb-current-color","",u.contentGlobalPrimary),previousNonClickableColor:a.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",u.contentGlobalSecondary),iconColor:a.extend("--ftds-title-breadcrumb-icon-color","",u.contentGlobalSubtle)};var f4={parentHorizontalPadding:a.extend("--ftds-page-header-parent-horizontal-padding","",d.spacing6),parentTopPadding:a.extend("--ftds-page-header-parent-top-padding","",d.spacing4),parentBottomPadding:a.extend("--ftds-page-header-parent-bottom-padding","",d.spacing6),parentHelpLeftMargin:a.extend("--ftds-page-header-parent-help-left-margin","",d.spacing1),parentTitleColor:a.extend("--ftds-page-header-parent-title-color","",u.contentGlobalPrimary),parentSubtitleColor:a.extend("--ftds-page-header-parent-subtitle-color","",u.contentGlobalSecondary),parentChipLeftMargin:a.extend("--ftds-page-header-parent-chip-left-margin","",d.spacing4),parentVerticalGap:a.extend("--ftds-page-header-parent-vertical-gap","",d.spacing2),parentButtonsGroupHorizontalGap:a.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",d.spacing4),parentButtonsGroupVerticalGap:a.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",d.spacing4),parentChipsGroupHorizontalGap:a.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",d.spacing2),parentChipsGroupVerticalGap:a.extend("--ftds-page-header-parent-chips-group-vertical-gap","",d.spacing2),childHorizontalPadding:a.extend("--ftds-page-header-child-horizontal-padding","",d.spacing6),childTopPadding:a.extend("--ftds-page-header-child-top-padding","",d.spacing2),childBottomPadding:a.extend("--ftds-page-header-child-bottom-padding","",d.spacing2),childHelpLeftMargin:a.extend("--ftds-page-header-child-help-left-margin","",d.spacing1),childChipLeftMargin:a.extend("--ftds-page-header-child-chip-left-margin","",d.spacing4),childVerticalGap:a.extend("--ftds-page-header-child-vertical-gap","",d.spacing2),childMinHeight:a.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:a.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",d.spacing4),childButtonsGroupVerticalGap:a.extend("--ftds-page-header-child-buttons-group-vertical-gap","",d.spacing4),childChipsGroupHorizontalGap:a.extend("--ftds-page-header-child-chips-group-horizontal-gap","",d.spacing2),childChipsGroupVerticalGap:a.extend("--ftds-page-header-child-chips-group-vertical-gap","",d.spacing2),backgroundColor:a.extend("--ftds-page-header-background-color","",d.colorWhite),bottomBorderColor:a.extend("--ftds-page-header-bottom-border-color","",u.borderGlobalSubtle),bottomBorderWidth:a.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var u4={horizontalPadding:a.extend("--ftds-page-footer-horizontal-padding","",d.spacing6),verticalPadding:a.extend("--ftds-page-footer-vertical-padding","",d.spacing2),verticalGap:a.extend("--ftds-page-footer-vertical-gap","",d.spacing2),minHeight:a.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:a.extend("--ftds-page-footer-background-color","",d.colorWhite),topBorderColor:a.extend("--ftds-page-footer-top-border-color","",u.borderGlobalSubtle),topBorderWidth:a.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:a.extend("--ftds-page-footer-buttons-group-gap","",d.spacing4)};var p4={contentHorizontalPadding:a.extend("--ftds-page-layout-content-horizontal-padding","",d.spacing6),contentVerticalPadding:a.extend("--ftds-page-layout-content-vertical-padding","",d.spacing6)};var h4={smallContainerTargetWidth:a.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:a.extend("--ftds-modal-small-container-margin","",d.spacing6),mediumContainerTargetWidth:a.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:a.extend("--ftds-modal-medium-container-margin","",d.spacing6),largeContainerTargetWidth:a.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:a.extend("--ftds-modal-large-container-margin","",d.spacing6),overlayBackgroundColor:a.extend("--ftds-modal-overlay-background-color","",d.colorGray700),overlayOpacity:a.extend("--ftds-modal-overlay-opacity","",d.opacity40),shadow:a.extend("--ftds-modal-shadow","",d.shadowElevation03),bodyBackgroundColor:a.extend("--ftds-modal-body-background-color","",d.colorWhite),bodyColor:a.extend("--ftds-modal-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:a.extend("--ftds-modal-body-horizontal-padding","",d.spacing6),bodyVerticalPadding:a.extend("--ftds-modal-body-vertical-padding","",d.spacing6),bodyVerticalGap:a.extend("--ftds-modal-body-vertical-gap","",d.spacing6),headerBackgroundColor:a.extend("--ftds-modal-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:a.extend("--ftds-modal-header-border-color","",u.borderGlobalSubtle),headerColor:a.extend("--ftds-modal-header-color","",u.contentGlobalPrimary),headerLeadingIconColor:a.extend("--ftds-modal-header-leading-icon-color","",u.contentGlobalPrimary),headerVerticalPadding:a.extend("--ftds-modal-header-vertical-padding","",d.spacing1),headerRightPadding:a.extend("--ftds-modal-header-right-padding","",d.spacing1),headerLeftPadding:a.extend("--ftds-modal-header-left-padding","",d.spacing6),headerGap:a.extend("--ftds-modal-header-gap","",d.spacing2),headerBorderBottomWidth:a.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:a.extend("--ftds-modal-border-radius","",d.borderRadiusM)};var m4={overlayOpacity:a.extend("--ftds-drawer-overlay-opacity","",d.opacity40),shadow:a.extend("--ftds-drawer-shadow","",d.shadowElevation03),bodyColor:a.extend("--ftds-drawer-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:a.extend("--ftds-drawer-body-horizontal-padding","",d.spacing6),bodyVerticalPadding:a.extend("--ftds-drawer-body-vertical-padding","",d.spacing6),bodyGap:a.extend("--ftds-drawer-body-gap","",d.spacing6),bodyBackgroundColor:a.extend("--ftds-drawer-body-background-color","",d.colorWhite),headerBackgroundColor:a.extend("--ftds-drawer-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:a.extend("--ftds-drawer-header-border-color","",u.borderGlobalSubtle),headerColor:a.extend("--ftds-drawer-header-color","",u.contentGlobalPrimary),headerTrailingIconColor:a.extend("--ftds-drawer-header-trailing-icon-color","",u.contentGlobalSecondary),headerHeight:a.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:a.extend("--ftds-drawer-header-horizontal-padding","",d.spacing2),headerBorderWidth:a.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:a.extend("--ftds-drawer-header-gap","",d.spacing3),buttonsBarBackgroundColor:a.extend("--ftds-drawer-buttons-bar-background-color","",u.backgroundGlobalOnSurface),buttonsBarBorderColor:a.extend("--ftds-drawer-buttons-bar-border-color","",u.borderGlobalSubtle),buttonsBarColor:a.extend("--ftds-drawer-buttons-bar-color","",u.contentGlobalPrimary),buttonsBarHorizontalPadding:a.extend("--ftds-drawer-buttons-bar-horizontal-padding","",d.spacing6),buttonsBarVerticalPadding:a.extend("--ftds-drawer-buttons-bar-vertical-padding","",d.spacing4),buttonsBarGap:a.extend("--ftds-drawer-buttons-bar-gap","",d.spacing3),buttonsBarBorderWidth:a.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:a.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:a.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:a.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:a.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:a.extend("--ftds-drawer-overlay-background-color","",d.colorGray700)};var g4={offBorderBottomWidth:a.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:a.extend("--ftds-tabs-off-hover-state-layer-opacity","",d.opacity8),offDefaultStateLayerOpacity:a.extend("--ftds-tabs-off-default-state-layer-opacity","",d.opacity0),offFocusStateLayerOpacity:a.extend("--ftds-tabs-off-focus-state-layer-opacity","",d.opacity8),offDisabledComponentOpacity:a.extend("--ftds-tabs-off-disabled-component-opacity","",d.opacity40),offColor:a.extend("--ftds-tabs-off-color","",u.contentGlobalSubtle),offStateLayerColor:a.extend("--ftds-tabs-off-state-layer-color","",u.contentGlobalSubtle),offBorderBottomColor:a.extend("--ftds-tabs-off-border-bottom-color","",u.borderGlobalSubtle),activeTabIndicatorHeight:a.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:a.extend("--ftds-tabs-top-left-border-radius","",d.borderRadiusS),topRightBorderRadius:a.extend("--ftds-tabs-top-right-border-radius","",d.borderRadiusS),withLabelHorizontalPadding:a.extend("--ftds-tabs-with-label-horizontal-padding","",d.spacing4),withLabelVerticalPadding:a.extend("--ftds-tabs-with-label-vertical-padding","",d.spacing3),horizontalGap:a.extend("--ftds-tabs-horizontal-gap","",d.spacing1),verticalGap:a.extend("--ftds-tabs-vertical-gap","",d.spacing1),onHoverStateLayerOpacity:a.extend("--ftds-tabs-on-hover-state-layer-opacity","",d.opacity16),onDefaultStateLayerOpacity:a.extend("--ftds-tabs-on-default-state-layer-opacity","",d.opacity8),onFocusStateLayerOpacity:a.extend("--ftds-tabs-on-focus-state-layer-opacity","",d.opacity16),onActiveStateLayerOpacity:a.extend("--ftds-tabs-on-active-state-layer-opacity","",d.opacity24),onColor:a.extend("--ftds-tabs-on-color","",u.contentActionPrimary),onStateLayerColor:a.extend("--ftds-tabs-on-state-layer-color","",u.contentActionPrimary),onActiveTabIndicatorColor:a.extend("--ftds-tabs-on-active-tab-indicator-color","",u.contentActionPrimary),iconOnlyHorizontalPadding:a.extend("--ftds-tabs-icon-only-horizontal-padding","",d.spacing4),iconOnlyVerticalPadding:a.extend("--ftds-tabs-icon-only-vertical-padding","",d.spacing4),alertTopPadding:a.extend("--ftds-tabs-alert-top-padding","",d.spacing1),alertRightPadding:a.extend("--ftds-tabs-alert-right-padding","",d.spacing05),focusOutlineWidth:a.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ftds-tabs-focus-focus-ring-color","",u.borderActionFocusRing)};var y4={largeFieldHorizontalPadding:a.extend("--ftds-text-input-large-field-horizontal-padding","",d.spacing4),largeFieldHorizontalGap:a.extend("--ftds-text-input-large-field-horizontal-gap","",d.spacing3),largeFieldVerticalGap:a.extend("--ftds-text-input-large-field-vertical-gap","",d.spacing05),largeFieldHeight:a.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:a.extend("--ftds-text-input-large-field-icon-size","",d.iconSize3),mediumFieldHorizontalPadding:a.extend("--ftds-text-input-medium-field-horizontal-padding","",d.spacing4),mediumFieldHorizontalGap:a.extend("--ftds-text-input-medium-field-horizontal-gap","",d.spacing3),mediumFieldVerticalGap:a.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:a.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:a.extend("--ftds-text-input-medium-field-icon-size","",d.iconSize3),helperHorizontalPadding:a.extend("--ftds-text-input-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:a.extend("--ftds-text-input-helper-horizontal-gap","",d.spacing1),helperIconSize:a.extend("--ftds-text-input-helper-icon-size","",d.iconSize2),borderRadius:a.extend("--ftds-text-input-border-radius","",d.borderRadiusS),backgroundColor:a.extend("--ftds-text-input-background-color","",d.colorWhite),contentValueColor:a.extend("--ftds-text-input-content-value-color","",u.contentGlobalPrimary),trailingIconColor:a.extend("--ftds-text-input-trailing-icon-color","",u.contentGlobalSubtle),labelColor:a.extend("--ftds-text-input-label-color","",u.contentGlobalSubtle),defaultBorderColor:a.extend("--ftds-text-input-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:a.extend("--ftds-text-input-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:a.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ftds-text-input-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:a.extend("--ftds-text-input-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:a.extend("--ftds-text-input-error-helper-icon-color","",u.contentErrorIconOnly),warningBorderColor:a.extend("--ftds-text-input-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:a.extend("--ftds-text-input-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:a.extend("--ftds-text-input-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:a.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:a.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ftds-text-input-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:a.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ftds-text-input-disabled-component-opacity","",d.opacity40)};var b4={backgroundColor:a.extend("--ftds-text-area-background-color","",d.colorWhite),contentValueColor:a.extend("--ftds-text-area-content-value-color","",u.contentGlobalPrimary),labelColor:a.extend("--ftds-text-area-label-color","",u.contentGlobalSubtle),defaultBorderColor:a.extend("--ftds-text-area-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:a.extend("--ftds-text-area-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:a.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ftds-text-area-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:a.extend("--ftds-text-area-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:a.extend("--ftds-text-area-error-helper-icon-color","",u.contentErrorIconOnly),focusFocusRingColor:a.extend("--ftds-text-area-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:a.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:a.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ftds-text-area-disabled-component-opacity","",d.opacity40),fieldHorizontalLeftPadding:a.extend("--ftds-text-area-field-horizontal-left-padding","",d.spacing4),fieldHorizontalGap:a.extend("--ftds-text-area-field-horizontal-gap","",d.spacing3),fieldVerticalGap:a.extend("--ftds-text-area-field-vertical-gap","",d.spacing05),fieldMinHeight:a.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:a.extend("--ftds-text-area-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:a.extend("--ftds-text-area-helper-horizontal-gap","",d.spacing1),helperIconSize:a.extend("--ftds-text-area-helper-icon-size","",d.iconSize2),borderRadius:a.extend("--ftds-text-area-border-radius","",d.borderRadiusS)};var v4={height:a.create("--ftds-floating-menu-height","","SIZE","50px"),horizontalPadding:a.extend("--ftds-floating-menu-horizontal-padding","",d.spacing4),offIconColor:a.extend("--ftds-floating-menu-off-icon-color","",u.contentGlobalPrimary),offColor:a.extend("--ftds-floating-menu-off-color","",u.contentGlobalPrimary),onColor:a.extend("--ftds-floating-menu-on-color","",u.contentActionPrimary),onStateLayerColor:a.extend("--ftds-floating-menu-on-state-layer-color","",u.contentActionPrimary),gap:a.extend("--ftds-floating-menu-gap","",d.spacing3),focusFocusRingColor:a.extend("--ftds-floating-menu-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:a.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:a.extend("--ftds-floating-menu-focus-state-layer-opacity","",d.opacity8),hoverStateLayerOpacity:a.extend("--ftds-floating-menu-hover-state-layer-opacity","",d.opacity8),activeStateLayerOpacity:a.extend("--ftds-floating-menu-active-state-layer-opacity","",d.opacity16),disabledComponentOpacity:a.extend("--ftds-floating-menu-disabled-component-opacity","",d.opacity40),iconSize:a.extend("--ftds-floating-menu-icon-size","",d.iconSize3),backgroundColor:a.extend("--ftds-floating-menu-background-color","",u.backgroundGlobalOnSurface),shadow:a.extend("--ftds-floating-menu-shadow","",d.shadowElevation02)};var x4={largeFieldHorizontalPadding:a.extend("--ftds-combobox-single-select-large-field-horizontal-padding","",d.spacing4),largeFieldHorizontalGap:a.extend("--ftds-combobox-single-select-large-field-horizontal-gap","",d.spacing3),largeFieldVerticalGap:a.extend("--ftds-combobox-single-select-large-field-vertical-gap","",d.spacing05),largeFieldHeight:a.create("--ftds-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:a.extend("--ftds-combobox-single-select-large-field-icon-size","",d.iconSize3),mediumFieldHorizontalPadding:a.extend("--ftds-combobox-single-select-medium-field-horizontal-padding","",d.spacing4),mediumFieldHorizontalGap:a.extend("--ftds-combobox-single-select-medium-field-horizontal-gap","",d.spacing3),mediumFieldVerticalGap:a.create("--ftds-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:a.create("--ftds-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:a.extend("--ftds-combobox-single-select-medium-field-icon-size","",d.iconSize3),helperHorizontalPadding:a.extend("--ftds-combobox-single-select-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:a.extend("--ftds-combobox-single-select-helper-horizontal-gap","",d.spacing1),helperVerticalGap:a.extend("--ftds-combobox-single-select-helper-vertical-gap","",d.spacing1),helperIconSize:a.extend("--ftds-combobox-single-select-helper-icon-size","",d.iconSize2),menuVerticalGap:a.extend("--ftds-combobox-single-select-menu-vertical-gap","",d.spacing2),borderRadius:a.extend("--ftds-combobox-single-select-border-radius","",d.borderRadiusS),backgroundColor:a.extend("--ftds-combobox-single-select-background-color","",d.colorWhite),labelColor:a.extend("--ftds-combobox-single-select-label-color","",u.contentGlobalSubtle),contentValueColor:a.extend("--ftds-combobox-single-select-content-value-color","",u.contentGlobalPrimary),trailingIconColor:a.extend("--ftds-combobox-single-select-trailing-icon-color","",u.contentGlobalSubtle),defaultBorderColor:a.extend("--ftds-combobox-single-select-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:a.extend("--ftds-combobox-single-select-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:a.create("--ftds-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ftds-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ftds-combobox-single-select-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:a.extend("--ftds-combobox-single-select-error-helper-text-color","",u.contentErrorPrimary),warningBorderWidth:a.create("--ftds-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:a.extend("--ftds-combobox-single-select-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:a.extend("--ftds-combobox-single-select-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:a.extend("--ftds-combobox-single-select-warning-helper-icon-color","",u.contentWarningIconOnly),focusOutlineWidth:a.create("--ftds-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ftds-combobox-single-select-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:a.create("--ftds-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ftds-combobox-single-select-disabled-component-opacity","",d.opacity40)};var S4={backgroundColor:a.extend("--ftds-combobox-multi-select-background-color","",d.colorWhite),labelColor:a.extend("--ftds-combobox-multi-select-label-color","",u.contentGlobalSubtle),trailingIconColor:a.extend("--ftds-combobox-multi-select-trailing-icon-color","",u.contentGlobalSubtle),defaultBorderColor:a.extend("--ftds-combobox-multi-select-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:a.extend("--ftds-combobox-multi-select-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:a.create("--ftds-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:a.extend("--ftds-combobox-multi-select-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:a.extend("--ftds-combobox-multi-select-error-helper-text-color","",u.contentErrorPrimary),errorHelperIcon:a.extend("--ftds-combobox-multi-select-error-helper-icon","",u.contentErrorIconOnly),errorBorderWidth:a.create("--ftds-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:a.extend("--ftds-combobox-multi-select-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:a.extend("--ftds-combobox-multi-select-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:a.extend("--ftds-combobox-multi-select-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:a.create("--ftds-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ftds-combobox-multi-select-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:a.create("--ftds-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:a.create("--ftds-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ftds-combobox-multi-select-disabled-component-opacity","",d.opacity40),helperHorizontalPadding:a.extend("--ftds-combobox-multi-select-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:a.extend("--ftds-combobox-multi-select-helper-horizontal-gap","",d.spacing1),helperVerticalGap:a.extend("--ftds-combobox-multi-select-helper-vertical-gap","",d.spacing1),helperIconSize:a.extend("--ftds-combobox-multi-select-helper-icon-size","",d.iconSize2),fieldHorizontalPadding:a.extend("--ftds-combobox-multi-select-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:a.extend("--ftds-combobox-multi-select-field-horizontal-gap","",d.spacing3),fieldVerticalGap:a.extend("--ftds-combobox-multi-select-field-vertical-gap","",d.spacing05),fieldIconSize:a.extend("--ftds-combobox-multi-select-field-icon-size","",d.iconSize3),fieldMaxHeight:a.create("--ftds-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:a.extend("--ftds-combobox-multi-select-content-values-horizontal-gap","",d.spacing1),contentValuesVerticalGap:a.extend("--ftds-combobox-multi-select-content-values-vertical-gap","",d.spacing1),borderRadius:a.extend("--ftds-combobox-multi-select-border-radius","",d.borderRadiusS)};var C4={backgroundColor:a.extend("--ftds-popover-background-color","",u.backgroundGlobalOnSurface),horizontalPadding:a.extend("--ftds-popover-horizontal-padding","",d.spacing6),verticalPadding:a.extend("--ftds-popover-vertical-padding","",d.spacing6),titleColor:a.extend("--ftds-popover-title-color","",u.contentGlobalPrimary),bodyColor:a.extend("--ftds-popover-body-color","",u.contentGlobalSecondary),gap:a.extend("--ftds-popover-gap","",d.spacing2),borderRadius:a.extend("--ftds-popover-border-radius","",d.borderRadiusM),shadow:a.extend("--ftds-popover-shadow","",d.shadowElevation02),maxWidth:a.create("--ftds-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:a.extend("--ftds-popover-content-section-vertical-gap","",d.spacing2),multiSectionVerticalGap:a.extend("--ftds-popover-multi-section-vertical-gap","",d.spacing6)};var E4={hoverStateLayerOpacity:a.extend("--ftds-collapsible-hover-state-layer-opacity","",d.opacity8),focusStateLayerOpacity:a.extend("--ftds-collapsible-focus-state-layer-opacity","",d.opacity8),focusOutlineWidth:a.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:a.extend("--ftds-collapsible-focus-focus-ring-color","",u.borderActionFocusRing),activeStateLayerOpacity:a.extend("--ftds-collapsible-active-state-layer-opacity","",d.opacity16),disabledComponentOpacity:a.extend("--ftds-collapsible-disabled-component-opacity","",d.opacity40),horizontalPadding:a.extend("--ftds-collapsible-horizontal-padding","",d.spacing4),verticalPadding:a.extend("--ftds-collapsible-vertical-padding","",d.spacing3),color:a.extend("--ftds-collapsible-color","",u.contentGlobalPrimary),stateLayerColor:a.extend("--ftds-collapsible-state-layer-color","",u.contentGlobalPrimary),backgroundColor:a.extend("--ftds-collapsible-background-color","",u.backgroundGlobalOnSurface),borderColor:a.extend("--ftds-collapsible-border-color","",u.borderGlobalSubtle),iconSize:a.extend("--ftds-collapsible-icon-size","",d.iconSize3)};var O4={groupHorizontalPadding:a.extend("--ftds-switch-group-horizontal-padding","",d.spacing1),groupVerticalPadding:a.extend("--ftds-switch-group-vertical-padding","",d.spacing1),groupGap:a.extend("--ftds-switch-group-gap","",d.spacing1),groupBackgroundColor:a.extend("--ftds-switch-group-background-color","",u.backgroundGlobalSurface),groupBorderColor:a.extend("--ftds-switch-group-border-color","",u.borderGlobalSubtle),groupBorderRadius:a.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:a.extend("--ftds-switch-label-horizontal-padding","",d.spacing2),labelVerticalPadding:a.extend("--ftds-switch-label-vertical-padding","",d.spacing1),offHoverStateLayerOpacity:a.extend("--ftds-switch-off-hover-state-layer-opacity","",d.opacity8),offFocusStateLayerOpacity:a.extend("--ftds-switch-off-focus-state-layer-opacity","",d.opacity8),offActiveStateLayerOpacity:a.extend("--ftds-switch-off-active-state-layer-opacity","",d.opacity16),offDisabledComponentOpacity:a.extend("--ftds-switch-off-disabled-component-opacity","",d.opacity40),offColor:a.extend("--ftds-switch-off-color","",u.contentGlobalSubtle),offStateLayerColor:a.extend("--ftds-switch-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:a.extend("--ftds-switch-on-hover-state-layer-opacity","",d.opacity8),onFocusStateLayerOpacity:a.extend("--ftds-switch-on-focus-state-layer-opacity","",d.opacity8),onActiveStateLayerOpacity:a.extend("--ftds-switch-on-active-state-layer-opacity","",d.opacity16),onDisabledComponentOpacity:a.extend("--ftds-switch-on-disabled-component-opacity","",d.opacity40),onColor:a.extend("--ftds-switch-on-color","",u.contentActionPrimary),onStateLayerColor:a.extend("--ftds-switch-on-state-layer-color","",u.contentActionPrimary),iconHorizontalPadding:a.extend("--ftds-switch-icon-horizontal-padding","",d.spacing1),iconVerticalPadding:a.extend("--ftds-switch-icon-vertical-padding","",d.spacing1),focusOutlineWidth:a.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ftds-switch-focus-focus-ring-color","",u.borderActionFocusRing),optionBorderRadius:a.extend("--ftds-switch-option-border-radius","",d.borderRadiusS)};var A4={color1Light:a.extend("--ftds-chart-1-light","for area color charts",d.colorBrand40),color1Base:a.extend("--ftds-chart-1-base","for line charts",d.colorBrand0),color2Light:a.extend("--ftds-chart-2-light","for area color charts",d.colorYellow60),color2Base:a.extend("--ftds-chart-2-base","for line charts",d.colorYellow100),color3Light:a.extend("--ftds-chart-3-light","",d.colorUltramarine40),color3Base:a.extend("--ftds-chart-3-base","",d.colorUltramarine70),color4Light:a.extend("--ftds-chart-4-light","",d.colorCyan50),color4Base:a.extend("--ftds-chart-4-base","",d.colorCyan100),color5Light:a.extend("--ftds-chart-5-light","",d.colorRed40),color5Base:a.extend("--ftds-chart-5-base","",d.colorRed60),color6Light:a.extend("--ftds-chart-6-light","",d.colorGreen40),color6Base:a.extend("--ftds-chart-6-base","",d.colorGreen70),color7Light:a.extend("--ftds-chart-7-light","",d.colorOrange70),color7Base:a.extend("--ftds-chart-7-base","",d.colorOrange100),color8Light:a.extend("--ftds-chart-8-light","",d.colorAvocado70),color8Base:a.extend("--ftds-chart-8-base","",d.colorAvocado200),color9Light:a.extend("--ftds-chart-9-light","",d.colorBrown50),color9Base:a.extend("--ftds-chart-9-base","",d.colorBrown200),color10Light:a.extend("--ftds-chart-10-light","",d.colorGray50),color10Base:a.extend("--ftds-chart-10-base","",d.colorGray80),monochrome10:a.extend("--ftds-chart-monochrome-10","",d.colorBrand10),monochrome20:a.extend("--ftds-chart-monochrome-20","",d.colorBrand20),monochrome30:a.extend("--ftds-chart-monochrome-30","",d.colorBrand40),monochrome40:a.extend("--ftds-chart-monochrome-40","",d.colorBrand60),monochrome50:a.extend("--ftds-chart-monochrome-50","",d.colorBrand0),monochrome60:a.extend("--ftds-chart-monochrome-60","",d.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:a.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",d.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:a.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",d.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:a.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",d.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:a.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",d.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:a.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",d.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:a.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",d.opacity48),scatterplotDatapointInitialHoverBackgroundColor:a.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",d.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:a.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",d.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:a.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",d.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:a.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",d.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:a.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",d.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:a.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",d.colorGray70),scatterplotDatapointHoverHoverRingColor:a.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",d.colorCyan200)};var L4={color1IconColor:a.extend("--ftds-page-designer-1-icon-color","for area color charts",d.colorCyan0),color1ToolbarColor:a.extend("--ftds-page-designer-1-toolbar-color","for area color charts",d.colorCyan0),color2IconColor:a.extend("--ftds-page-designer-2-icon-color","for area color charts",d.colorBrand0),color2ToolbarColor:a.extend("--ftds-page-designer-2-toolbar-color","for area color charts",d.colorBrand0),color3IconColor:a.extend("--ftds-page-designer-3-icon-color","for area color charts",d.colorYellow200),color3ToolbarColor:a.extend("--ftds-page-designer-3-toolbar-color","for area color charts",d.colorYellow200),color4IconColor:a.extend("--ftds-page-designer-4-icon-color","for area color charts",d.colorUltramarine50),color4ToolbarColor:a.extend("--ftds-page-designer-4-toolbar-color","for area color charts",d.colorUltramarine50),color5IconColor:a.extend("--ftds-page-designer-5-icon-color","for area color charts",d.colorGreen0),color5ToolbarColor:a.extend("--ftds-page-designer-5-toolbar-color","for area color charts",d.colorGreen0),color6IconColor:a.extend("--ftds-page-designer-6-icon-color","for area color charts",d.colorOrange0),color6ToolbarColor:a.extend("--ftds-page-designer-6-toolbar-color","for area color charts",d.colorOrange0),color7IconColor:a.extend("--ftds-page-designer-7-icon-color","for area color charts",d.colorAvocado200),color7ToolbarColor:a.extend("--ftds-page-designer-7-toolbar-color","for area color charts",d.colorAvocado200),color8IconColor:a.extend("--ftds-page-designer-8-icon-color","for area color charts",d.colorBrown0),color8ToolbarColor:a.extend("--ftds-page-designer-8-toolbar-color","for area color charts",d.colorBrown0)};var w4={borderWidth:a.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:a.extend("--ftds-notice-horizontal-padding","",d.spacing3),verticalPadding:a.extend("--ftds-notice-vertical-padding","",d.spacing2),borderRadius:a.extend("--ftds-notice-border-radius","",d.borderRadiusS),gap:a.extend("--ftds-notice-gap","",d.spacing2),iconSize:a.extend("--ftds-notice-icon-size","",d.iconSize3),infoBackgroundColor:a.extend("--ftds-notice-info-background-color","",u.backgroundInfoSubtle),infoBorderColor:a.extend("--ftds-notice-info-border-color","",u.borderInfoSubtle),infoColor:a.extend("--ftds-notice-info-color","",u.contentInfoPrimary),infoIconColor:a.extend("--ftds-notice-info-icon-color","",u.contentInfoIconOnly),warningBackgroundColor:a.extend("--ftds-notice-warning-background-color","",u.backgroundWarningSubtle),warningBorderColor:a.extend("--ftds-notice-warning-border-color","",u.borderWarningSubtle),warningColor:a.extend("--ftds-notice-warning-color","",u.contentWarningPrimary),warningIconColor:a.extend("--ftds-notice-warning-icon-color","",u.contentWarningIconOnly),errorBackgroundColor:a.extend("--ftds-notice-error-background-color","",u.backgroundErrorSubtle),errorBorderColor:a.extend("--ftds-notice-error-border-color","",u.borderErrorSubtle),errorColor:a.extend("--ftds-notice-error-color","",u.contentErrorPrimary),errorIconColor:a.extend("--ftds-notice-error-icon-color","",u.contentErrorIconOnly),successBackgroundColor:a.extend("--ftds-notice-success-background-color","",u.backgroundSuccessSubtle),successBorderColor:a.extend("--ftds-notice-success-border-color","",u.borderSuccessSubtle),successColor:a.extend("--ftds-notice-success-color","",u.contentSuccessPrimary),successIconColor:a.extend("--ftds-notice-success-icon-color","",u.contentSuccessIconOnly),denseHorizontalPadding:a.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:a.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:a.extend("--ftds-notice-dense-gap","",d.spacing1),denseIconSize:a.extend("--ftds-notice-dense-icon-size","",d.iconSize2),denseBorderWidth:a.create("--ftds-notice-dense-border-width","","SIZE","0")};var R4={offHoverStateLayerOpacity:a.extend("--ftds-toggle-off-hover-state-layer-opacity","",d.opacity16),offFocusStateLayerOpacity:a.extend("--ftds-toggle-off-focus-state-layer-opacity","",d.opacity16),offActiveStateLayerOpacity:a.extend("--ftds-toggle-off-active-state-layer-opacity","",d.opacity24),offDisabledComponentOpacity:a.extend("--ftds-toggle-off-disabled-component-opacity","",d.opacity40),offBackgroundColor:a.extend("--ftds-toggle-off-background-color","",u.contentGlobalSubtle),offIconColor:a.extend("--ftds-toggle-off-icon-color","",u.contentGlobalSubtle),offStateLayerColor:a.extend("--ftds-toggle-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:a.extend("--ftds-toggle-on-hover-state-layer-opacity","",d.opacity16),onFocusStateLayerOpacity:a.extend("--ftds-toggle-on-focus-state-layer-opacity","",d.opacity16),onActiveStateLayerOpacity:a.extend("--ftds-toggle-on-active-state-layer-opacity","",d.opacity24),onDisabledComponentOpacity:a.extend("--ftds-toggle-on-disabled-component-opacity","",d.opacity40),onBackgroundColor:a.extend("--ftds-toggle-on-background-color","",u.contentActionPrimary),onStateLayerColor:a.extend("--ftds-toggle-on-state-layer-color","",u.contentActionPrimary),onIconColor:a.extend("--ftds-toggle-on-icon-color","",u.contentActionPrimary),color:a.extend("--ftds-toggle-color","",u.contentGlobalPrimary),focusFocusRingColor:a.extend("--ftds-toggle-focus-focus-ring-color","",u.borderActionFocusRing),gap:a.extend("--ftds-toggle-gap","",d.spacing3)};var _4={iconSize:a.extend("--ftds-notification-icon-size","",d.iconSize4),leftPadding:a.extend("--ftds-notification-left-padding","",d.spacing5),rightPadding:a.extend("--ftds-notification-right-padding","",d.spacing4),verticalPadding:a.extend("--ftds-notification-vertical-padding","",d.spacing3),infoBackgroundColor:a.extend("--ftds-notification-info-background-color","",u.backgroundInfoSubtle),infoColor:a.extend("--ftds-notification-info-color","",u.contentInfoPrimary),infoIconColor:a.extend("--ftds-notification-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:a.extend("--ftds-notification-info-border-color","",u.borderInfoSubtle),successBackgroundColor:a.extend("--ftds-notification-success-background-color","",u.backgroundSuccessSubtle),successColor:a.extend("--ftds-notification-success-color","",u.contentSuccessPrimary),successIconColor:a.extend("--ftds-notification-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:a.extend("--ftds-notification-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:a.extend("--ftds-notification-warning-background-color","",u.backgroundWarningSubtle),warningColor:a.extend("--ftds-notification-warning-color","",u.contentWarningPrimary),warningIconColor:a.extend("--ftds-notification-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:a.extend("--ftds-notification-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:a.extend("--ftds-notification-error-background-color","",u.backgroundErrorSubtle),errorColor:a.extend("--ftds-notification-error-color","",u.contentErrorPrimary),errorIconColor:a.extend("--ftds-notification-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:a.extend("--ftds-notification-error-border-color","",u.borderErrorSubtle),borderRadius:a.extend("--ftds-notification-border-radius","",d.borderRadiusPill),borderWidth:a.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:a.extend("--ftds-notification-leading-gap","",d.spacing2),trailingGap:a.extend("--ftds-notification-trailing-gap","",d.spacing8)};var N4={horizontalPadding:a.extend("--ftds-tooltip-horizontal-padding","",d.spacing2),verticalPadding:a.extend("--ftds-tooltip-vertical-padding","",d.spacing2),borderRadius:a.extend("--ftds-tooltip-border-radius","",d.borderRadiusS),color:a.extend("--ftds-tooltip-color","",u.contentGlobalOnColor),backgroundColor:a.extend("--ftds-tooltip-background-color","",u.contentGlobalPrimary),backgroundOpacity:a.extend("--ftds-tooltip-background-opacity","",d.opacity80),shadow:a.extend("--ftds-tooltip-shadow","",d.shadowElevation02),maxWidth:a.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:a.extend("--ftds-tooltip-gap","",d.spacing05)};var T4={verticalPadding:a.extend("--ftds-reorderable-list-vertical-padding","",d.spacing4),gap:a.extend("--ftds-reorderable-list-gap","",d.spacing1),borderRadius:a.extend("--ftds-reorderable-list-border-radius","",d.borderRadiusM),reorderableItemTitleMarginRight:a.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",d.spacing6),reorderableItemTitleColor:a.extend("--ftds-reorderable-list-reorderable-item-title-color","",u.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:a.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",d.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:a.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",d.spacing2),reorderableItemRightButtonsGroupHorizontalGap:a.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",d.spacing2),reorderableItemUsersCountColor:a.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",u.contentGlobalPrimary),reorderableItemUsersCountMarginRight:a.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",d.spacing6),reorderableItemBackgroundColor:a.extend("--ftds-reorderable-list-reorderable-item-background-color","",u.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:a.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",d.spacing1),reorderableItemWarningMessageColor:a.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",u.contentWarningPrimary),reorderableItemWarningMessageIconColor:a.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",u.contentWarningIconOnly),reorderableItemGripColor:a.extend("--ftds-reorderable-list-reorderable-item-grip-color","",u.contentGlobalSecondary),reorderableItemGripOpacity:a.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",d.opacity48),boxShadow:a.extend("--ftds-reorderable-list-box-shadow","",d.shadowElevation01),borderWidth:a.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:a.extend("--ftds-reorderable-list-reorderable-items-gap","",d.spacing2),leftPadding:a.extend("--ftds-reorderable-list-left-padding","",d.spacing2),rightPadding:a.extend("--ftds-reorderable-list-right-padding","",d.spacing6),borderColor:a.extend("--ftds-reorderable-list-border-color","",u.borderGlobalPrimary),backgroundColor:a.extend("--ftds-reorderable-list-background-color","",u.backgroundGlobalOnSurfaceDark)};var M4={menuHorizontalPadding:a.extend("--ftds-date-range-picker-menu-horizontal-padding","",d.spacing4),menuVerticalPadding:a.extend("--ftds-date-range-picker-menu-vertical-padding","",d.spacing4),menuVerticalGap:a.extend("--ftds-date-range-picker-menu-vertical-gap","",d.spacing4),menuButtonsVerticalGap:a.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",d.spacing2)};var er;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(er||(er={}));var vt;(function(e){e.large="large",e.medium="medium",e.small="small"})(vt||(vt={}));function Ei(e){return`ftds--family-${e}`}function Oi(e){return`ftds--size-${e}`}var j={colorPrimary:a.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:a.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:a.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:a.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:a.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:a.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorInfo:a.create("--ft-color-info","","COLOR","#0F6BC5"),colorWarning:a.create("--ft-color-warning","","COLOR","#B74706"),colorError:a.create("--ft-color-error","","COLOR","#B00020"),colorSuccess:a.create("--ft-color-success","","COLOR","#187856"),colorOutline:a.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:a.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:a.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:a.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:a.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:a.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:a.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:a.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:a.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:a.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:a.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:a.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:a.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:a.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:a.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:a.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:a.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:a.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:a.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:a.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:a.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:a.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:a.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:a.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:a.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:a.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:a.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:a.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:a.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:a.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:a.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:a.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:a.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:a.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:a.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:a.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:a.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:a.create("--ft-elevation-00","","SHADOW","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:a.create("--ft-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)"),elevation02:a.create("--ft-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)"),elevation03:a.create("--ft-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)"),elevation04:a.create("--ft-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)"),elevation06:a.create("--ft-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)"),elevation08:a.create("--ft-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)"),elevation12:a.create("--ft-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)"),elevation16:a.create("--ft-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)"),elevation24:a.create("--ft-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)"),borderRadiusS:a.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:a.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:a.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXL:a.create("--ft-border-radius-xl","","SIZE","16px"),titleFont:a.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:a.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:a.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:a.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var wi={};Y(wi,{DynamicImporter:()=>Ga,dynamicImporter:()=>k4});var Ga=class{async import(t){if(t)return import(t)}},k4=new Ga;var Hi={};Y(Hi,{computeOffsetAutoPosition:()=>rp,computeOffsetPosition:()=>$i});var wl=["top","right","bottom","left"],Ll=["start","end"],_i=wl.reduce((e,t)=>e.concat(t,t+"-"+Ll[0],t+"-"+Ll[1]),[]),tr=Math.min,Le=Math.max,Oo=Math.round;var qe=e=>({x:e,y:e}),P4={left:"right",right:"left",bottom:"top",top:"bottom"};function Ni(e,t,r){return Le(e,tr(t,r))}function Rr(e,t){return typeof e=="function"?e(t):e}function Tt(e){return e.split("-")[0]}function nt(e){return e.split("-")[1]}function Ti(e){return e==="x"?"y":"x"}function Mi(e){return e==="y"?"height":"width"}function _r(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function ki(e){return Ti(_r(e))}function Rl(e,t,r){r===void 0&&(r=!1);let o=nt(e),n=ki(e),i=Mi(n),s=n==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=Ri(s)),[s,Ri(s)]}function _l(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Ri(e){let t=Tt(e);return P4[t]+e.slice(t.length)}function I4(e){return{top:0,right:0,bottom:0,left:0,...e}}function Nl(e){return typeof e!="number"?I4(e):{top:e,right:e,bottom:e,left:e}}function rr(e){let{x:t,y:r,width:o,height:n}=e;return{width:o,height:n,top:r,left:t,right:t+o,bottom:r+n,x:t,y:r}}function Tl(e,t,r){let{reference:o,floating:n}=e,i=_r(t),s=ki(t),c=Mi(s),l=Tt(t),f=i==="y",h=o.x+o.width/2-n.width/2,p=o.y+o.height/2-n.height/2,g=o[c]/2-n[c]/2,b;switch(l){case"top":b={x:h,y:o.y-n.height};break;case"bottom":b={x:h,y:o.y+o.height};break;case"right":b={x:o.x+o.width,y:p};break;case"left":b={x:o.x-n.width,y:p};break;default:b={x:o.x,y:o.y}}switch(nt(t)){case"start":b[s]-=g*(r&&f?-1:1);break;case"end":b[s]+=g*(r&&f?-1:1);break}return b}async function Ml(e,t){var r;t===void 0&&(t={});let{x:o,y:n,platform:i,rects:s,elements:c,strategy:l}=e,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:p="floating",altBoundary:g=!1,padding:b=0}=Rr(t,e),x=Nl(b),_=c[g?p==="floating"?"reference":"floating":p],N=rr(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(_)))==null||r?_:_.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:f,rootBoundary:h,strategy:l})),M=p==="floating"?{x:o,y:n,width:s.floating.width,height:s.floating.height}:s.reference,O=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),C=await(i.isElement==null?void 0:i.isElement(O))?await(i.getScale==null?void 0:i.getScale(O))||{x:1,y:1}:{x:1,y:1},w=rr(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:M,offsetParent:O,strategy:l}):M);return{top:(N.top-w.top+x.top)/C.y,bottom:(w.bottom-N.bottom+x.bottom)/C.y,left:(N.left-w.left+x.left)/C.x,right:(w.right-N.right+x.right)/C.x}}var z4=50,kl=async(e,t,r)=>{let{placement:o="bottom",strategy:n="absolute",middleware:i=[],platform:s}=r,c=s.detectOverflow?s:{...s,detectOverflow:Ml},l=await(s.isRTL==null?void 0:s.isRTL(t)),f=await s.getElementRects({reference:e,floating:t,strategy:n}),{x:h,y:p}=Tl(f,o,l),g=o,b=0,x={};for(let E=0;E<i.length;E++){let _=i[E];if(!_)continue;let{name:N,fn:M}=_,{x:O,y:C,data:w,reset:I}=await M({x:h,y:p,initialPlacement:o,placement:g,strategy:n,middlewareData:x,rects:f,platform:c,elements:{reference:e,floating:t}});h=O??h,p=C??p,x[N]={...x[N],...w},I&&b<z4&&(b++,typeof I=="object"&&(I.placement&&(g=I.placement),I.rects&&(f=I.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:n}):I.rects),{x:h,y:p}=Tl(f,g,l)),E=-1)}return{x:h,y:p,placement:g,strategy:n,middlewareData:x}};function D4(e,t,r){return(e?[...r.filter(n=>nt(n)===e),...r.filter(n=>nt(n)!==e)]:r.filter(n=>Tt(n)===n)).filter(n=>e?nt(n)===e||(t?_l(n)!==n:!1):!0)}var Pl=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,o,n;let{rects:i,middlewareData:s,placement:c,platform:l,elements:f}=t,{crossAxis:h=!1,alignment:p,allowedPlacements:g=_i,autoAlignment:b=!0,...x}=Rr(e,t),E=p!==void 0||g===_i?D4(p||null,b,g):g,_=await l.detectOverflow(t,x),N=((r=s.autoPlacement)==null?void 0:r.index)||0,M=E[N];if(M==null)return{};let O=Rl(M,i,await(l.isRTL==null?void 0:l.isRTL(f.floating)));if(c!==M)return{reset:{placement:E[0]}};let C=[_[Tt(M)],_[O[0]],_[O[1]]],w=[...((o=s.autoPlacement)==null?void 0:o.overflows)||[],{placement:M,overflows:C}],I=E[N+1];if(I)return{data:{index:N+1,overflows:w},reset:{placement:I}};let F=w.map($=>{let v=nt($.placement);return[$.placement,v&&h?$.overflows.slice(0,2).reduce((A,z)=>A+z,0):$.overflows[0],$.overflows]}).sort(($,v)=>$[1]-v[1]),V=((n=F.filter($=>$[2].slice(0,nt($[0])?2:3).every(v=>v<=0))[0])==null?void 0:n[0])||F[0][0];return V!==c?{data:{index:N+1,overflows:w},reset:{placement:V}}:{}}}};var U4=new Set(["left","top"]);async function B4(e,t){let{placement:r,platform:o,elements:n}=e,i=await(o.isRTL==null?void 0:o.isRTL(n.floating)),s=Tt(r),c=nt(r),l=_r(r)==="y",f=U4.has(s)?-1:1,h=i&&l?-1:1,p=Rr(t,e),{mainAxis:g,crossAxis:b,alignmentAxis:x}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return c&&typeof x=="number"&&(b=c==="end"?x*-1:x),l?{x:b*h,y:g*f}:{x:g*f,y:b*h}}var Il=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,o;let{x:n,y:i,placement:s,middlewareData:c}=t,l=await B4(t,e);return s===((r=c.offset)==null?void 0:r.placement)&&(o=c.arrow)!=null&&o.alignmentOffset?{}:{x:n+l.x,y:i+l.y,data:{...l,placement:s}}}}},zl=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:o,placement:n,platform:i}=t,{mainAxis:s=!0,crossAxis:c=!1,limiter:l={fn:N=>{let{x:M,y:O}=N;return{x:M,y:O}}},...f}=Rr(e,t),h={x:r,y:o},p=await i.detectOverflow(t,f),g=_r(Tt(n)),b=Ti(g),x=h[b],E=h[g];if(s){let N=b==="y"?"top":"left",M=b==="y"?"bottom":"right",O=x+p[N],C=x-p[M];x=Ni(O,x,C)}if(c){let N=g==="y"?"top":"left",M=g==="y"?"bottom":"right",O=E+p[N],C=E-p[M];E=Ni(O,E,C)}let _=l.fn({...t,[b]:x,[g]:E});return{..._,data:{x:_.x-r,y:_.y-o,enabled:{[b]:s,[g]:c}}}}}};var Dl=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,o;let{placement:n,rects:i,platform:s,elements:c}=t,{apply:l=()=>{},...f}=Rr(e,t),h=await s.detectOverflow(t,f),p=Tt(n),g=nt(n),b=_r(n)==="y",{width:x,height:E}=i.floating,_,N;p==="top"||p==="bottom"?(_=p,N=g===(await(s.isRTL==null?void 0:s.isRTL(c.floating))?"start":"end")?"left":"right"):(N=p,_=g==="end"?"top":"bottom");let M=E-h.top-h.bottom,O=x-h.left-h.right,C=tr(E-h[_],M),w=tr(x-h[N],O),I=!t.middlewareData.shift,F=C,K=w;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(K=O),(o=t.middlewareData.shift)!=null&&o.enabled.y&&(F=M),I&&!g){let $=Le(h.left,0),v=Le(h.right,0),A=Le(h.top,0),z=Le(h.bottom,0);b?K=x-2*($!==0||v!==0?$+v:Le(h.left,h.right)):F=E-2*(A!==0||z!==0?A+z:Le(h.top,h.bottom))}await l({...t,availableWidth:K,availableHeight:F});let V=await s.getDimensions(c.floating);return x!==V.width||E!==V.height?{reset:{rects:!0}}:{}}}};function ja(){return typeof window<"u"}function ar(e){return Bl(e)?(e.nodeName||"").toLowerCase():"#document"}function we(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function it(e){var t;return(t=(Bl(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Bl(e){return ja()?e instanceof Node||e instanceof we(e).Node:!1}function He(e){return ja()?e instanceof Element||e instanceof we(e).Element:!1}function st(e){return ja()?e instanceof HTMLElement||e instanceof we(e).HTMLElement:!1}function Ul(e){return!ja()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof we(e).ShadowRoot}function Nr(e){let{overflow:t,overflowX:r,overflowY:o,display:n}=Fe(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+r)&&n!=="inline"&&n!=="contents"}function $l(e){return/^(table|td|th)$/.test(ar(e))}function Ao(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var $4=/transform|translate|scale|rotate|perspective|filter/,H4=/paint|layout|strict|content/,or=e=>!!e&&e!=="none",Pi;function Va(e){let t=He(e)?Fe(e):e;return or(t.transform)||or(t.translate)||or(t.scale)||or(t.rotate)||or(t.perspective)||!Ka()&&(or(t.backdropFilter)||or(t.filter))||$4.test(t.willChange||"")||H4.test(t.contain||"")}function Hl(e){let t=xt(e);for(;st(t)&&!nr(t);){if(Va(t))return t;if(Ao(t))return null;t=xt(t)}return null}function Ka(){return Pi==null&&(Pi=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Pi}function nr(e){return/^(html|body|#document)$/.test(ar(e))}function Fe(e){return we(e).getComputedStyle(e)}function Lo(e){return He(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function xt(e){if(ar(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Ul(e)&&e.host||it(e);return Ul(t)?t.host:t}function Fl(e){let t=xt(e);return nr(t)?e.ownerDocument?e.ownerDocument.body:e.body:st(t)&&Nr(t)?t:Fl(t)}function Wa(e,t,r){var o;t===void 0&&(t=[]),r===void 0&&(r=!0);let n=Fl(e),i=n===((o=e.ownerDocument)==null?void 0:o.body),s=we(n);if(i){let c=Za(s);return t.concat(s,s.visualViewport||[],Nr(n)?n:[],c&&r?Wa(c):[])}else return t.concat(n,Wa(n,[],r))}function Za(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Vl(e){let t=Fe(e),r=parseFloat(t.width)||0,o=parseFloat(t.height)||0,n=st(e),i=n?e.offsetWidth:r,s=n?e.offsetHeight:o,c=Oo(r)!==i||Oo(o)!==s;return c&&(r=i,o=s),{width:r,height:o,$:c}}function Kl(e){return He(e)?e:e.contextElement}function Tr(e){let t=Kl(e);if(!st(t))return qe(1);let r=t.getBoundingClientRect(),{width:o,height:n,$:i}=Vl(t),s=(i?Oo(r.width):r.width)/o,c=(i?Oo(r.height):r.height)/n;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var F4=qe(0);function Zl(e){let t=we(e);return!Ka()||!t.visualViewport?F4:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function G4(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==we(e)?!1:t}function wo(e,t,r,o){t===void 0&&(t=!1),r===void 0&&(r=!1);let n=e.getBoundingClientRect(),i=Kl(e),s=qe(1);t&&(o?He(o)&&(s=Tr(o)):s=Tr(e));let c=G4(i,r,o)?Zl(i):qe(0),l=(n.left+c.x)/s.x,f=(n.top+c.y)/s.y,h=n.width/s.x,p=n.height/s.y;if(i){let g=we(i),b=o&&He(o)?we(o):o,x=g,E=Za(x);for(;E&&o&&b!==x;){let _=Tr(E),N=E.getBoundingClientRect(),M=Fe(E),O=N.left+(E.clientLeft+parseFloat(M.paddingLeft))*_.x,C=N.top+(E.clientTop+parseFloat(M.paddingTop))*_.y;l*=_.x,f*=_.y,h*=_.x,p*=_.y,l+=O,f+=C,x=we(E),E=Za(x)}}return rr({width:h,height:p,x:l,y:f})}function Ya(e,t){let r=Lo(e).scrollLeft;return t?t.left+r:wo(it(e)).left+r}function Yl(e,t){let r=e.getBoundingClientRect(),o=r.left+t.scrollLeft-Ya(e,r),n=r.top+t.scrollTop;return{x:o,y:n}}function W4(e){let{elements:t,rect:r,offsetParent:o,strategy:n}=e,i=n==="fixed",s=it(o),c=t?Ao(t.floating):!1;if(o===s||c&&i)return r;let l={scrollLeft:0,scrollTop:0},f=qe(1),h=qe(0),p=st(o);if((p||!p&&!i)&&((ar(o)!=="body"||Nr(s))&&(l=Lo(o)),p)){let b=wo(o);f=Tr(o),h.x=b.x+o.clientLeft,h.y=b.y+o.clientTop}let g=s&&!p&&!i?Yl(s,l):qe(0);return{width:r.width*f.x,height:r.height*f.y,x:r.x*f.x-l.scrollLeft*f.x+h.x+g.x,y:r.y*f.y-l.scrollTop*f.y+h.y+g.y}}function j4(e){return Array.from(e.getClientRects())}function V4(e){let t=it(e),r=Lo(e),o=e.ownerDocument.body,n=Le(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),i=Le(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight),s=-r.scrollLeft+Ya(e),c=-r.scrollTop;return Fe(o).direction==="rtl"&&(s+=Le(t.clientWidth,o.clientWidth)-n),{width:n,height:i,x:s,y:c}}var Gl=25;function K4(e,t){let r=we(e),o=it(e),n=r.visualViewport,i=o.clientWidth,s=o.clientHeight,c=0,l=0;if(n){i=n.width,s=n.height;let h=Ka();(!h||h&&t==="fixed")&&(c=n.offsetLeft,l=n.offsetTop)}let f=Ya(o);if(f<=0){let h=o.ownerDocument,p=h.body,g=getComputedStyle(p),b=h.compatMode==="CSS1Compat"&&parseFloat(g.marginLeft)+parseFloat(g.marginRight)||0,x=Math.abs(o.clientWidth-p.clientWidth-b);x<=Gl&&(i-=x)}else f<=Gl&&(i+=f);return{width:i,height:s,x:c,y:l}}function Z4(e,t){let r=wo(e,!0,t==="fixed"),o=r.top+e.clientTop,n=r.left+e.clientLeft,i=st(e)?Tr(e):qe(1),s=e.clientWidth*i.x,c=e.clientHeight*i.y,l=n*i.x,f=o*i.y;return{width:s,height:c,x:l,y:f}}function Wl(e,t,r){let o;if(t==="viewport")o=K4(e,r);else if(t==="document")o=V4(it(e));else if(He(t))o=Z4(t,r);else{let n=Zl(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return rr(o)}function ql(e,t){let r=xt(e);return r===t||!He(r)||nr(r)?!1:Fe(r).position==="fixed"||ql(r,t)}function Y4(e,t){let r=t.get(e);if(r)return r;let o=Wa(e,[],!1).filter(c=>He(c)&&ar(c)!=="body"),n=null,i=Fe(e).position==="fixed",s=i?xt(e):e;for(;He(s)&&!nr(s);){let c=Fe(s),l=Va(s);!l&&c.position==="fixed"&&(n=null),(i?!l&&!n:!l&&c.position==="static"&&!!n&&(n.position==="absolute"||n.position==="fixed")||Nr(s)&&!l&&ql(e,s))?o=o.filter(h=>h!==s):n=c,s=xt(s)}return t.set(e,o),o}function q4(e){let{element:t,boundary:r,rootBoundary:o,strategy:n}=e,s=[...r==="clippingAncestors"?Ao(t)?[]:Y4(t,this._c):[].concat(r),o],c=Wl(t,s[0],n),l=c.top,f=c.right,h=c.bottom,p=c.left;for(let g=1;g<s.length;g++){let b=Wl(t,s[g],n);l=Le(b.top,l),f=tr(b.right,f),h=tr(b.bottom,h),p=Le(b.left,p)}return{width:f-p,height:h-l,x:p,y:l}}function X4(e){let{width:t,height:r}=Vl(e);return{width:t,height:r}}function J4(e,t,r){let o=st(t),n=it(t),i=r==="fixed",s=wo(e,!0,i,t),c={scrollLeft:0,scrollTop:0},l=qe(0);function f(){l.x=Ya(n)}if(o||!o&&!i)if((ar(t)!=="body"||Nr(n))&&(c=Lo(t)),o){let b=wo(t,!0,i,t);l.x=b.x+t.clientLeft,l.y=b.y+t.clientTop}else n&&f();i&&!o&&n&&f();let h=n&&!o&&!i?Yl(n,c):qe(0),p=s.left+c.scrollLeft-l.x-h.x,g=s.top+c.scrollTop-l.y-h.y;return{x:p,y:g,width:s.width,height:s.height}}function Ii(e){return Fe(e).position==="static"}function jl(e,t){if(!st(e)||Fe(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return it(e)===r&&(r=r.ownerDocument.body),r}function Xl(e,t){let r=we(e);if(Ao(e))return r;if(!st(e)){let n=xt(e);for(;n&&!nr(n);){if(He(n)&&!Ii(n))return n;n=xt(n)}return r}let o=jl(e,t);for(;o&&$l(o)&&Ii(o);)o=jl(o,t);return o&&nr(o)&&Ii(o)&&!Va(o)?r:o||Hl(e)||r}var Q4=async function(e){let t=this.getOffsetParent||Xl,r=this.getDimensions,o=await r(e.floating);return{reference:J4(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function ep(e){return Fe(e).direction==="rtl"}var Mr={convertOffsetParentRelativeRectToViewportRelativeRect:W4,getDocumentElement:it,getClippingRect:q4,getOffsetParent:Xl,getElementRects:Q4,getClientRects:j4,getDimensions:X4,getScale:Tr,isElement:He,isRTL:ep};var Jl=Il,zi=Pl,Ql=zl;var e1=Dl;var Di=(e,t,r)=>{let o=new Map,n={platform:Mr,...r},i={...n.platform,_c:o};return kl(e,t,{...n,platform:i})};function Bi(e){return tp(e)}function Ui(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function tp(e){for(let t=e;t;t=Ui(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Ui(e);t;t=Ui(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||t.tagName==="BODY"))return t}return null}async function $i(e,t,r){let o;return typeof r=="object"?o=r:o={placement:r},Di(e,t,{strategy:o.strategy,platform:{...Mr,getOffsetParent:n=>Mr.getOffsetParent(n,Bi)},middleware:[Ql({crossAxis:!0}),zi({allowedPlacements:[o.placement]})]})}async function rp(e,t,r,o,n,i,s=4){return Di(e,t,{placement:r,strategy:n,platform:{...Mr,getOffsetParent:c=>Mr.getOffsetParent(c,Bi)},middleware:[Jl(s),zi({allowedPlacements:o}),e1({apply({availableHeight:c,elements:l}){typeof i=="string"&&(i=`var(${i})`),i?l.floating.style.maxHeight=`min(${Math.max(0,c)}px, ${i})`:l.floating.style.maxHeight=`${Math.max(0,c)}px`}})]})}var Ki={};Y(Ki,{FtdsBase:()=>Vi,toFtdsBase:()=>qa});var ji={};Y(ji,{ExportpartsUpdatedEvent:()=>ir,FtLitElement:()=>q});var Fi={};Y(Fi,{ScopedRegistryLitElement:()=>Ro});var Ro=class extends yt{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([n,i])=>t.registry.define(n,i)));let r={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(r);return fo(o,t.elementStyles),o}};var Wi={};Y(Wi,{shadowQuerySelector:()=>Gi,shadowQuerySelectorAll:()=>op});function Gi(e,t,...r){var o;let n=e.querySelector(t);for(let i of r)n=(o=n?.shadowRoot)===null||o===void 0?void 0:o.querySelector(i);return n}function op(e,t,...r){let o=[...e.querySelectorAll(t)];for(let n of r)o=o.flatMap(i=>{var s,c;return[...(c=(s=i.shadowRoot)===null||s===void 0?void 0:s.querySelectorAll(n))!==null&&c!==void 0?c:[]]});return o}var kr=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},a1,t1=Symbol("constructorPrototype"),r1=Symbol("constructorName"),n1=Symbol("exportpartsDebouncer"),o1=Symbol("dynamicDependenciesLoaded"),ir=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};ir.eventName="exportparts-updated";var q=class extends Ro{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[a1]=new Ne(5),this.scheduleExportpartsUpdate=()=>{var t,r,o;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(o=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&o!==void 0&&o)&&this[n1].run(()=>{var n,i;!((n=this.exportpartsPrefix)===null||n===void 0)&&n.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[r1]=this.constructor.name,this[t1]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[r1]&&Object.setPrototypeOf(this,this[t1])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(o){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",o)}let r=this.constructor;r[o1]||(r[o1]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(ir.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(ir.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new ir)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:o,shadowPath:n}=this.elementToFocus;if(o!=null){let i=[...n??[],o];r=Gi(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,o,n;if(((o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&o!==void 0?o:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((n=this.customStylesheet)!==null&&n!==void 0?n:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(t){var r,o,n,i,s,c;let l=g=>g!=null&&g.trim().length>0,f=t.filter(l).map(g=>g.trim());if(f.length===0){this.exportparts=void 0;return}let h=new Set;for(let g of(o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&o!==void 0?o:[]){let b=(i=(n=g.getAttribute("part"))===null||n===void 0?void 0:n.split(" "))!==null&&i!==void 0?i:[],x=(c=(s=g.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(_=>_.split(":")[1]))!==null&&c!==void 0?c:[],E=[...b,...x].filter(l).map(_=>_.trim());for(let _ of E)h.add(_)}if(h.size===0){this.exportparts=void 0;return}let p=[...h.values()].flatMap(g=>f.map(b=>`${g}:${b}--${g}`));this.exportparts=[...this.part,...p].join(", ")}};a1=n1;kr([L()],q.prototype,"exportpartsPrefix",void 0);kr([$e([])],q.prototype,"exportpartsPrefixes",void 0);kr([L({reflect:!0})],q.prototype,"exportparts",void 0);kr([L()],q.prototype,"customStylesheet",void 0);kr([L()],q.prototype,"elementToFocus",void 0);kr([ee()],q.prototype,"useAdoptedStyleSheets",void 0);var i1=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},qa=ye(Symbol("toFtdsBase"),function(e){class t extends e{constructor(){super(...arguments),this.size=vt.medium,this.family=er.neutral}getDesignSystemBaseClasses(){return{[Ei(this.family)]:!0,[Oi(this.size)]:!0}}}return i1([L()],t.prototype,"size",void 0),i1([L()],t.prototype,"family",void 0),t}),Vi=class extends qa(q){};var s1={};var qi={};Y(qi,{highlightHtml:()=>Yi,highlightHtmlColorCssVariable:()=>c1,highlightHtmlStyles:()=>np});var sr=class e{constructor(t,r=!0,o=[],n=5e3){this.ctx=t,this.iframes=r,this.exclude=o,this.iframesTimeout=n}static matches(t,r){let o=typeof r=="string"?[r]:r,n=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(n){let i=!1;return o.every(s=>n.call(t,s)?(i=!0,!1):!0),i}else return!1}getContexts(){let t,r=[];return typeof this.ctx>"u"||!this.ctx?t=[]:NodeList.prototype.isPrototypeOf(this.ctx)?t=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?t=this.ctx:typeof this.ctx=="string"?t=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):t=[this.ctx],t.forEach(o=>{let n=r.filter(i=>i.contains(o)).length>0;r.indexOf(o)===-1&&!n&&r.push(o)}),r}getIframeContents(t,r,o=()=>{}){let n;try{let i=t.contentWindow;if(n=i.document,!i||!n)throw new Error("iframe inaccessible")}catch{o()}n&&r(n)}isIframeBlank(t){let r="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===r&&o!==r&&o}observeIframeLoad(t,r,o){let n=!1,i=null,s=()=>{if(!n){n=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",s),this.getIframeContents(t,r,o))}catch{o()}}};t.addEventListener("load",s),i=setTimeout(s,this.iframesTimeout)}onIframeReady(t,r,o){try{t.contentWindow.document.readyState==="complete"?this.isIframeBlank(t)?this.observeIframeLoad(t,r,o):this.getIframeContents(t,r,o):this.observeIframeLoad(t,r,o)}catch{o()}}waitForIframes(t,r){let o=0;this.forEachIframe(t,()=>!0,n=>{o++,this.waitForIframes(n.querySelector("html"),()=>{--o||r()})},n=>{n||r()})}forEachIframe(t,r,o,n=()=>{}){let i=t.querySelectorAll("iframe"),s=i.length,c=0;i=Array.prototype.slice.call(i);let l=()=>{--s<=0&&n(c)};s||l(),i.forEach(f=>{e.matches(f,this.exclude)?l():this.onIframeReady(f,h=>{r(f)&&(c++,o(h)),l()},l)})}createIterator(t,r,o){return document.createNodeIterator(t,r,o,!1)}createInstanceOnIframe(t){return new e(t.querySelector("html"),this.iframes)}compareNodeIframe(t,r,o){let n=t.compareDocumentPosition(o),i=Node.DOCUMENT_POSITION_PRECEDING;if(n&i)if(r!==null){let s=r.compareDocumentPosition(o),c=Node.DOCUMENT_POSITION_FOLLOWING;if(s&c)return!0}else return!0;return!1}getIteratorNode(t){let r=t.previousNode(),o;return r===null?o=t.nextNode():o=t.nextNode()&&t.nextNode(),{prevNode:r,node:o}}checkIframeFilter(t,r,o,n){let i=!1,s=!1;return n.forEach((c,l)=>{c.val===o&&(i=l,s=c.handled)}),this.compareNodeIframe(t,r,o)?(i===!1&&!s?n.push({val:o,handled:!0}):i!==!1&&!s&&(n[i].handled=!0),!0):(i===!1&&n.push({val:o,handled:!1}),!1)}handleOpenIframes(t,r,o,n){t.forEach(i=>{i.handled||this.getIframeContents(i.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,o,n)})})}iterateThroughNodes(t,r,o,n,i){let s=this.createIterator(r,t,n),c=[],l=[],f,h,p=()=>({prevNode:h,node:f}=this.getIteratorNode(s),f);for(;p();)this.iframes&&this.forEachIframe(r,g=>this.checkIframeFilter(f,h,g,c),g=>{this.createInstanceOnIframe(g).forEachNode(t,b=>l.push(b),n)}),l.push(f);l.forEach(g=>{o(g)}),this.iframes&&this.handleOpenIframes(c,t,o,n),i()}forEachNode(t,r,o,n=()=>{}){let i=this.getContexts(),s=i.length;s||n(),i.forEach(c=>{let l=()=>{this.iterateThroughNodes(t,c,r,o,()=>{--s<=0&&n()})};this.iframes?this.waitForIframes(c,l):l()})}};var _o=class{constructor(t){this.ctx=t,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new sr(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,r="debug"){let o=this.opt.log;this.opt.debug&&typeof o=="object"&&typeof o[r]=="function"&&o[r](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return this.opt.wildcards!=="disabled"&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),this.opt.wildcards!=="disabled"&&(t=this.createWildcardsRegExp(t)),t=this.createAccuracyRegExp(t),t}createSynonymsRegExp(t){let r=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",n=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in r)if(r.hasOwnProperty(i)){let s=r[i],c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);c!==""&&l!==""&&(t=t.replace(new RegExp(`(${this.escapeStr(c)}|${this.escapeStr(l)})`,`gm${o}`),n+`(${this.processSynomyms(c)}|${this.processSynomyms(l)})`+n))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return t=t.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),t.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(t){let r=this.opt.wildcards==="withSpaces";return t.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,(r,o,n)=>{let i=n.charAt(o+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(t){let r=[],o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&r.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?t.split(/\u0000+/).join(`[${r.join("")}]*`):t}createDiacriticsRegExp(t){let r=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],n=[];return t.split("").forEach(i=>{o.every(s=>{if(s.indexOf(i)!==-1){if(n.indexOf(s)>-1)return!1;t=t.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),n.push(s)}return!0})}),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(t){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",o=this.opt.accuracy,n=typeof o=="string"?o:o.value,i=typeof o=="string"?[]:o.limiters,s="";switch(i.forEach(c=>{s+=`|${this.escapeStr(c)}`}),n){case"partially":default:return`()(${t})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${t}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${t})(?=$|\\s${s})`}}getSeparatedKeywords(t){let r=[];return t.forEach(o=>{this.opt.separateWordSearch?o.split(" ").forEach(n=>{n.trim()&&r.indexOf(n)===-1&&r.push(n)}):o.trim()&&r.indexOf(o)===-1&&r.push(o)}),{keywords:r.sort((o,n)=>n.length-o.length),length:r.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||Object.prototype.toString.call(t[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];let r=[],o=0;return t.sort((n,i)=>n.start-i.start).forEach(n=>{let{start:i,end:s,valid:c}=this.callNoMatchOnInvalidRanges(n,o);c&&(n.start=i,n.length=s-i,r.push(n),o=s)}),r}callNoMatchOnInvalidRanges(t,r){let o,n,i=!1;return t&&typeof t.start<"u"?(o=parseInt(t.start,10),n=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&n-r>0&&n-o>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:o,end:n,valid:i}}checkWhitespaceRanges(t,r,o){let n,i=!0,s=o.length,c=r-s,l=parseInt(t.start,10)-c;return l=l>s?s:l,n=l+parseInt(t.length,10),n>s&&(n=s,this.log(`End range automatically set to the max value of ${s}`)),l<0||n-l<0||l>s||n>s?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):o.substring(l,n).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:l,end:n,valid:i}}getTextNodes(t){let r="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,n=>{o.push({start:r.length,end:(r+=n.textContent).length,node:n})},n=>this.matchesExclude(n.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{t({value:r,nodes:o})})}matchesExclude(t){return sr.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,r,o){let n=this.opt.element?this.opt.element:"mark",i=t.splitText(r),s=i.splitText(o-r),c=document.createElement(n);return c.setAttribute("data-markjs","true"),this.opt.className&&c.setAttribute("class",this.opt.className),c.textContent=i.textContent,i.parentNode.replaceChild(c,i),s}wrapRangeInMappedTextNode(t,r,o,n,i){t.nodes.every((s,c)=>{let l=t.nodes[c+1];if(typeof l>"u"||l.start>r){if(!n(s.node))return!1;let f=r-s.start,h=(o>s.end?s.end:o)-s.start,p=t.value.substr(0,s.start),g=t.value.substr(h+s.start);if(s.node=this.wrapRangeInTextNode(s.node,f,h),t.value=p+g,t.nodes.forEach((b,x)=>{x>=c&&(t.nodes[x].start>0&&x!==c&&(t.nodes[x].start-=h),t.nodes[x].end-=h)}),o-=h,i(s.node.previousSibling,s.start),o>s.end)r=s.end;else return!1}return!0})}wrapMatches(t,r,o,n,i){let s=r===0?0:r+1;this.getTextNodes(c=>{c.nodes.forEach(l=>{l=l.node;let f;for(;(f=t.exec(l.textContent))!==null&&f[s]!=="";){if(!o(f[s],l))continue;let h=f.index;if(s!==0)for(let p=1;p<s;p++)h+=f[p].length;l=this.wrapRangeInTextNode(l,h,h+f[s].length),n(l.previousSibling),t.lastIndex=0}}),i()})}wrapMatchesAcrossElements(t,r,o,n,i){let s=r===0?0:r+1;this.getTextNodes(c=>{let l;for(;(l=t.exec(c.value))!==null&&l[s]!=="";){let f=l.index;if(s!==0)for(let p=1;p<s;p++)f+=l[p].length;let h=f+l[s].length;this.wrapRangeInMappedTextNode(c,f,h,p=>o(l[s],p),(p,g)=>{t.lastIndex=g,n(p)})}i()})}wrapRangeFromIndex(t,r,o,n){this.getTextNodes(i=>{let s=i.value.length;t.forEach((c,l)=>{let{start:f,end:h,valid:p}=this.checkWhitespaceRanges(c,s,i.value);p&&this.wrapRangeInMappedTextNode(i,f,h,g=>r(g,c,i.value.substring(f,h),l),g=>{o(g,c)})}),n()})}unwrapMatches(t){let r=t.parentNode,o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));r.replaceChild(o,t),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(t){if(t){if(t.nodeType===3)for(;t.nextSibling&&t.nextSibling.nodeType===3;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,r){this.opt=r,this.log(`Searching with expression "${t}"`);let o=0,n="wrapMatches",i=s=>{o++,this.opt.each(s)};this.opt.acrossElements&&(n="wrapMatchesAcrossElements"),this[n](t,this.opt.ignoreGroups,(s,c)=>this.opt.filter(c,s,o),i,()=>{o===0&&this.opt.noMatch(t),this.opt.done(o)})}mark(t,r){this.opt=r;let o=0,n="wrapMatches",{keywords:i,length:s}=this.getSeparatedKeywords(typeof t=="string"?[t]:t),c=this.opt.caseSensitive?"":"i",l=f=>{let h=new RegExp(this.createRegExp(f),`gm${c}`),p=0;this.log(`Searching with expression "${h}"`),this[n](h,1,(g,b)=>this.opt.filter(b,f,o,p),g=>{p++,o++,this.opt.each(g)},()=>{p===0&&this.opt.noMatch(f),i[s-1]===f?this.opt.done(o):l(i[i.indexOf(f)+1])})};this.opt.acrossElements&&(n="wrapMatchesAcrossElements"),s===0?this.opt.done(o):l(i[0])}markRanges(t,r){this.opt=r;let o=0,n=this.checkRanges(t);n&&n.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(n)),this.wrapRangeFromIndex(n,(i,s,c,l)=>this.opt.filter(i,s,c,l),(i,s)=>{o++,this.opt.each(i,s)},()=>{this.opt.done(o)})):this.opt.done(o)}unmark(t){this.opt=t;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,o=>{this.unwrapMatches(o)},o=>{let n=sr.matches(o,r),i=this.matchesExclude(o);return!n||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function Zi(e){let t=new _o(e);return this.mark=(r,o)=>(t.mark(r,o),this),this.markRegExp=(r,o)=>(t.markRegExp(r,o),this),this.markRanges=(r,o)=>(t.markRanges(r,o),this),this.unmark=r=>(t.unmark(r),this),this}var ap=Zi,c1=a.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),np=D`
|
|
6
6
|
.highlight-html-match {
|
|
7
|
-
background: ${
|
|
7
|
+
background: ${c1};
|
|
8
8
|
}
|
|
9
|
-
`;function
|
|
9
|
+
`;function Yi(e,t,r){var o,n;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new ap(e);if(s.unmark(),t&&t.trim()){let c={className:(o=r?.className)!==null&&o!==void 0?o:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(c.each=f=>{for(let h in r.attributes)f.setAttribute(h,r.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((n=t.match(/"[^"]+"/g))!==null&&n!==void 0?n:[]).forEach(f=>s.mark(f.replace(/"/g,""),{...c,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var Xi={};Y(Xi,{noTextInputDefaultClearButton:()=>sp,noTextSelect:()=>St,safariEllipsisFix:()=>No,wordWrap:()=>ip});var St=D`
|
|
10
10
|
.ft-no-text-select {
|
|
11
11
|
-webkit-touch-callout: none;
|
|
12
12
|
-webkit-user-select: none;
|
|
@@ -15,7 +15,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
15
15
|
-ms-user-select: none;
|
|
16
16
|
user-select: none;
|
|
17
17
|
}
|
|
18
|
-
`,
|
|
18
|
+
`,ip=D`
|
|
19
19
|
.ft-word-wrap {
|
|
20
20
|
white-space: normal;
|
|
21
21
|
word-wrap: break-word;
|
|
@@ -27,7 +27,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
27
27
|
-webkit-hyphens: auto;
|
|
28
28
|
hyphens: auto
|
|
29
29
|
}
|
|
30
|
-
`,
|
|
30
|
+
`,No=D`
|
|
31
31
|
.ft-safari-ellipsis-fix {
|
|
32
32
|
margin-right: 0;
|
|
33
33
|
|
|
@@ -38,14 +38,14 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
38
38
|
display: inline-block;
|
|
39
39
|
width: 0;
|
|
40
40
|
}
|
|
41
|
-
`,
|
|
41
|
+
`,sp=D`
|
|
42
42
|
input::-webkit-search-cancel-button,
|
|
43
43
|
input::-webkit-search-decoration,
|
|
44
44
|
input::-webkit-search-results-button,
|
|
45
45
|
input::-webkit-search-results-decoration {
|
|
46
46
|
display: none;
|
|
47
47
|
}
|
|
48
|
-
`;var ll={};var ei={};V(ei,{ParametrizedLabelResolver:()=>Ft});var Ft=class t{constructor(e,o){this.defaultLabels=e,this.labels=o}resolve(e,...o){var n,a;e=this.resolvePluralKey(e,o);let i=(a=(n=this.labels[e])!==null&&n!==void 0?n:this.defaultLabels[e])!==null&&a!==void 0?a:"";return t.replaceParameters(i,...o)}static replaceParameters(e,...o){return o.forEach((n,a)=>e=e.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,s)=>t.formatValue(n,s))),e}resolvePluralKey(e,o){for(let n of o)if(typeof n=="number"){let a=`${String(e)}[\\=${n}]`;if(a in this.labels||a in this.defaultLabels)return a}return e}static formatValue(e,o){return e instanceof Date?t.formatDate(e,o):e??""}static formatDate(e,o){let n=a=>o?.includes("date")?e.toLocaleDateString(a):o?.includes("time")?e.toLocaleTimeString(a):e.toLocaleString(a);try{return n(document.documentElement.lang)}catch{return n()}}};var Ai={};V(Ai,{FtCommandQueue:()=>ro,FtLitElementRedux:()=>no,FtReduxStore:()=>Gt,FtStateManager:()=>Ei,ReduxWatcher:()=>bn,clearAllStores:()=>qu,isFtReduxStore:()=>pr,redux:()=>dr,reduxEventListener:()=>uu,reduxReactive:()=>pu,watch:()=>Yu,withRedux:()=>cl});var pu=()=>(t,e)=>{var o;let n=t.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(o=n.reduxReactiveProperties)===null||o===void 0||o.add(e)},dr=t=>{let e=t??{};return(o,n)=>{var a;let i={hasChanged:Ne,attribute:!1,...e};C(i)(o,n);let s=o.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(a=e.selector)!==null&&a!==void 0?a:l=>l[n],store:e.store})}},uu=t=>(e,o)=>{let n=e.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(o,t)};var ro=class{constructor(){this.queue=[]}add(e,o=!1){o&&this.clear(e.type),this.queue.push(e)}consume(e){let o=this.queue.find(n=>n.type===e);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}clear(e){typeof e=="string"?this.queue=this.queue.filter(o=>o.type!==e):this.queue=this.queue.filter(o=>!e.test(o.type))}};function pr(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var oo=Symbol("internalReduxEventsUnsubscribers"),mt=Symbol("internalStoresUnsubscribers"),Ht=Symbol("internalStores"),cl=pe(Symbol("withRedux"),function(t){var e,o,n;class a extends t{constructor(){super(...arguments),this[e]=new Map,this[o]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(l=>s.has(l))&&this.updateFromStores()}getUnnamedStore(){if(this[Ht].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ht].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[Ht].get(s)}addStore(s,l){var d;l=(d=l??s.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(l),this[Ht].set(l,s),this.subscribeToStore(l,s),this.updateFromStores()}removeStore(s){let l=typeof s=="string"?s:s.name;this.unsubscribeFromStore(l),this[Ht].delete(l)}setupStores(){this.unsubscribeFromStores(),this[Ht].forEach((s,l)=>this.subscribeToStore(l,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,l)=>{let d=this.constructor.getPropertyOptions(l);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:l)){let u=this.getStore(s.store);u&&(s.store?this[mt].has(s.store):this[mt].size>0)&&(this[l]=s.selector(u.getState(),this))}})}subscribeToStore(s,l){var d;this[mt].set(s,l.subscribe(()=>this.updateFromStores())),this[oo].set(s,[]),pr(l)&&l.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((u,h)=>{if(typeof this[h]=="function"&&(!u.store||l.name===u.store)){let f=y=>this[h](y);l.addEventListener(u.eventName,f),this[oo].get(s).push(()=>l.removeEventListener(u.eventName,f))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[mt].forEach((s,l)=>this.unsubscribeFromStore(l))}unsubscribeFromStore(s){var l;this[mt].has(s)&&this[mt].get(s)(),this[mt].delete(s),(l=this[oo].get(s))===null||l===void 0||l.forEach(d=>d()),this[oo].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=mt,o=Ht,n=oo,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),no=class extends cl(G){};function Ie(t){for(var e=arguments.length,o=Array(e>1?e-1:0),n=1;n<e;n++)o[n-1]=arguments[n];if(0)var a,i;throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function lt(t){return!!t&&!!t[ee]}function Fe(t){var e;return!!t&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===vu}(t)||Array.isArray(t)||!!t[ml]||!!(!((e=t.constructor)===null||e===void 0)&&e[ml])||ci(t)||di(t))}function Wt(t,e,o){o===void 0&&(o=!1),hr(t)===0?(o?Object.keys:fr)(t).forEach(function(n){o&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,a){return e(a,n,t)})}function hr(t){var e=t[ee];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:ci(t)?2:di(t)?3:0}function ur(t,e){return hr(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function fu(t,e){return hr(t)===2?t.get(e):t[e]}function gl(t,e,o){var n=hr(t);n===2?t.set(e,o):n===3?t.add(o):t[e]=o}function bl(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function ci(t){return bu&&t instanceof Map}function di(t){return xu&&t instanceof Set}function gt(t){return t.o||t.t}function pi(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Sl(t);delete e[ee];for(var o=fr(e),n=0;n<o.length;n++){var a=o[n],i=e[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[a]})}return Object.create(Object.getPrototypeOf(t),e)}function ui(t,e){return e===void 0&&(e=!1),fi(t)||lt(t)||!Fe(t)||(hr(t)>1&&(t.set=t.add=t.clear=t.delete=hu),Object.freeze(t),e&&Wt(t,function(o,n){return ui(n,!0)},!0)),t}function hu(){Ie(2)}function fi(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function qe(t){var e=li[t];return e||Ie(18,t),e}function yu(t,e){li[t]||(li[t]=e)}function ai(){return io}function ti(t,e){e&&(qe("Patches"),t.u=[],t.s=[],t.v=e)}function fn(t){ii(t),t.p.forEach(mu),t.p=null}function ii(t){t===io&&(io=t.l)}function dl(t){return io={p:[],l:io,h:t,m:!0,_:0}}function mu(t){var e=t[ee];e.i===0||e.i===1?e.j():e.g=!0}function ri(t,e){e._=e.p.length;var o=e.p[0],n=t!==void 0&&t!==o;return e.h.O||qe("ES5").S(e,t,n),n?(o[ee].P&&(fn(e),Ie(4)),Fe(t)&&(t=hn(e,t),e.l||yn(e,t)),e.u&&qe("Patches").M(o[ee].t,t,e.u,e.s)):t=hn(e,o,[]),fn(e),e.u&&e.v(e.u,e.s),t!==vl?t:void 0}function hn(t,e,o){if(fi(e))return e;var n=e[ee];if(!n)return Wt(e,function(l,d){return pl(t,n,e,l,d,o)},!0),e;if(n.A!==t)return e;if(!n.P)return yn(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=pi(n.k):n.o,i=a,s=!1;n.i===3&&(i=new Set(a),a.clear(),s=!0),Wt(i,function(l,d){return pl(t,n,a,l,d,o,s)}),yn(t,a,!1),o&&t.u&&qe("Patches").N(n,o,t.u,t.s)}return n.o}function pl(t,e,o,n,a,i,s){if(lt(a)){var l=hn(t,a,i&&e&&e.i!==3&&!ur(e.R,n)?i.concat(n):void 0);if(gl(o,n,l),!lt(l))return;t.m=!1}else s&&o.add(a);if(Fe(a)&&!fi(a)){if(!t.h.D&&t._<1)return;hn(t,a),e&&e.A.l||yn(t,a)}}function yn(t,e,o){o===void 0&&(o=!1),!t.l&&t.h.D&&t.m&&ui(e,o)}function oi(t,e){var o=t[ee];return(o?gt(o):t)[e]}function ul(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var n=Object.getOwnPropertyDescriptor(o,e);if(n)return n;o=Object.getPrototypeOf(o)}}function bt(t){t.P||(t.P=!0,t.l&&bt(t.l))}function ni(t){t.o||(t.o=pi(t.t))}function si(t,e,o){var n=ci(e)?qe("MapSet").F(e,o):di(e)?qe("MapSet").T(e,o):t.O?function(a,i){var s=Array.isArray(a),l={i:s?1:0,A:i?i.A:ai(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=l,u=so;s&&(d=[l],u=ao);var h=Proxy.revocable(d,u),f=h.revoke,y=h.proxy;return l.k=y,l.j=f,y}(e,o):qe("ES5").J(e,o);return(o?o.A:ai()).p.push(n),n}function gu(t){return lt(t)||Ie(22,t),function e(o){if(!Fe(o))return o;var n,a=o[ee],i=hr(o);if(a){if(!a.P&&(a.i<4||!qe("ES5").K(a)))return a.t;a.I=!0,n=fl(o,i),a.I=!1}else n=fl(o,i);return Wt(n,function(s,l){a&&fu(a.t,s)===l||gl(n,s,e(l))}),i===3?new Set(n):n}(t)}function fl(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return pi(t)}function xl(){function t(s,l){var d=i[s];return d?d.enumerable=l:i[s]=d={configurable:!0,enumerable:l,get:function(){var u=this[ee];return so.get(u,s)},set:function(u){var h=this[ee];so.set(h,s,u)}},d}function e(s){for(var l=s.length-1;l>=0;l--){var d=s[l][ee];if(!d.P)switch(d.i){case 5:n(d)&&bt(d);break;case 4:o(d)&&bt(d)}}}function o(s){for(var l=s.t,d=s.k,u=fr(d),h=u.length-1;h>=0;h--){var f=u[h];if(f!==ee){var y=l[f];if(y===void 0&&!ur(l,f))return!0;var x=d[f],b=x&&x[ee];if(b?b.t!==y:!bl(x,y))return!0}}var w=!!l[ee];return u.length!==fr(l).length+(w?0:1)}function n(s){var l=s.k;if(l.length!==s.t.length)return!0;var d=Object.getOwnPropertyDescriptor(l,l.length-1);if(d&&!d.get)return!0;for(var u=0;u<l.length;u++)if(!l.hasOwnProperty(u))return!0;return!1}function a(s){s.g&&Ie(3,JSON.stringify(gt(s)))}var i={};yu("ES5",{J:function(s,l){var d=Array.isArray(s),u=function(f,y){if(f){for(var x=Array(y.length),b=0;b<y.length;b++)Object.defineProperty(x,""+b,t(b,!0));return x}var w=Sl(y);delete w[ee];for(var R=fr(w),T=0;T<R.length;T++){var _=R[T];w[_]=t(_,f||!!w[_].enumerable)}return Object.create(Object.getPrototypeOf(y),w)}(d,s),h={i:d?5:4,A:l?l.A:ai(),P:!1,I:!1,R:{},l,t:s,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,ee,{value:h,writable:!0}),u},S:function(s,l,d){d?lt(l)&&l[ee].A===s&&e(s.p):(s.u&&function u(h){if(h&&typeof h=="object"){var f=h[ee];if(f){var y=f.t,x=f.k,b=f.R,w=f.i;if(w===4)Wt(x,function(v){v!==ee&&(y[v]!==void 0||ur(y,v)?b[v]||u(x[v]):(b[v]=!0,bt(f)))}),Wt(y,function(v){x[v]!==void 0||ur(x,v)||(b[v]=!1,bt(f))});else if(w===5){if(n(f)&&(bt(f),b.length=!0),x.length<y.length)for(var R=x.length;R<y.length;R++)b[R]=!1;else for(var T=y.length;T<x.length;T++)b[T]=!0;for(var _=Math.min(x.length,y.length),O=0;O<_;O++)x.hasOwnProperty(O)||(b[O]=!0),b[O]===void 0&&u(x[O])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?o(s):n(s)}})}var hl,io,hi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",bu=typeof Map<"u",xu=typeof Set<"u",yl=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",vl=hi?Symbol.for("immer-nothing"):((hl={})["immer-nothing"]=!0,hl),ml=hi?Symbol.for("immer-draftable"):"__$immer_draftable",ee=hi?Symbol.for("immer-state"):"__$immer_state";var vu=""+Object.prototype.constructor,fr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Sl=Object.getOwnPropertyDescriptors||function(t){var e={};return fr(t).forEach(function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)}),e},li={},so={get:function(t,e){if(e===ee)return t;var o=gt(t);if(!ur(o,e))return function(a,i,s){var l,d=ul(i,s);return d?"value"in d?d.value:(l=d.get)===null||l===void 0?void 0:l.call(a.k):void 0}(t,o,e);var n=o[e];return t.I||!Fe(n)?n:n===oi(t.t,e)?(ni(t),t.o[e]=si(t.A.h,n,t)):n},has:function(t,e){return e in gt(t)},ownKeys:function(t){return Reflect.ownKeys(gt(t))},set:function(t,e,o){var n=ul(gt(t),e);if(n?.set)return n.set.call(t.k,o),!0;if(!t.P){var a=oi(gt(t),e),i=a?.[ee];if(i&&i.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(bl(o,a)&&(o!==void 0||ur(t.t,e)))return!0;ni(t),bt(t)}return t.o[e]===o&&(o!==void 0||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return oi(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,ni(t),bt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=gt(t),n=Reflect.getOwnPropertyDescriptor(o,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:o[e]}},defineProperty:function(){Ie(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Ie(12)}},ao={};Wt(so,function(t,e){ao[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),ao.deleteProperty=function(t,e){return ao.set.call(this,t,e,void 0)},ao.set=function(t,e,o){return so.set.call(this,t[0],e,o,t[0])};var Su=function(){function t(o){var n=this;this.O=yl,this.D=!0,this.produce=function(a,i,s){if(typeof a=="function"&&typeof i!="function"){var l=i;i=a;var d=n;return function(w){var R=this;w===void 0&&(w=l);for(var T=arguments.length,_=Array(T>1?T-1:0),O=1;O<T;O++)_[O-1]=arguments[O];return d.produce(w,function(v){var E;return(E=i).call.apply(E,[R,v].concat(_))})}}var u;if(typeof i!="function"&&Ie(6),s!==void 0&&typeof s!="function"&&Ie(7),Fe(a)){var h=dl(n),f=si(n,a,void 0),y=!0;try{u=i(f),y=!1}finally{y?fn(h):ii(h)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(w){return ti(h,s),ri(w,h)},function(w){throw fn(h),w}):(ti(h,s),ri(u,h))}if(!a||typeof a!="object"){if((u=i(a))===void 0&&(u=a),u===vl&&(u=void 0),n.D&&ui(u,!0),s){var x=[],b=[];qe("Patches").M(a,u,x,b),s(x,b)}return u}Ie(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(u){for(var h=arguments.length,f=Array(h>1?h-1:0),y=1;y<h;y++)f[y-1]=arguments[y];return n.produceWithPatches(u,function(x){return a.apply(void 0,[x].concat(f))})};var s,l,d=n.produce(a,i,function(u,h){s=u,l=h});return typeof Promise<"u"&&d instanceof Promise?d.then(function(u){return[u,s,l]}):[d,s,l]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var e=t.prototype;return e.createDraft=function(o){Fe(o)||Ie(8),lt(o)&&(o=gu(o));var n=dl(this),a=si(this,o,void 0);return a[ee].C=!0,ii(n),a},e.finishDraft=function(o,n){var a=o&&o[ee],i=a.A;return ti(i,n),ri(void 0,i)},e.setAutoFreeze=function(o){this.D=o},e.setUseProxies=function(o){o&&!yl&&Ie(20),this.O=o},e.applyPatches=function(o,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){o=i.value;break}}a>-1&&(n=n.slice(a+1));var s=qe("Patches").$;return lt(o)?s(o,n):this.produce(o,function(l){return s(l,n)})},t}(),Ee=new Su,Cu=Ee.produce,nx=Ee.produceWithPatches.bind(Ee),ax=Ee.setAutoFreeze.bind(Ee),ix=Ee.setUseProxies.bind(Ee),sx=Ee.applyPatches.bind(Ee),lx=Ee.createDraft.bind(Ee),cx=Ee.finishDraft.bind(Ee),mn=Cu;function zt(t){"@babel/helpers - typeof";return zt=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},zt(t)}function Cl(t,e){if(zt(t)!="object"||!t)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var n=o.call(t,e||"default");if(zt(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Ol(t){var e=Cl(t,"string");return zt(e)=="symbol"?e:e+""}function El(t,e,o){return(e=Ol(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function Al(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),o.push.apply(o,n)}return o}function yi(t){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?Al(Object(o),!0).forEach(function(n){El(t,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):Al(Object(o)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(o,n))})}return t}function he(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var wl=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),mi=function(){return Math.random().toString(36).substring(7).split("").join(".")},gn={INIT:"@@redux/INIT"+mi(),REPLACE:"@@redux/REPLACE"+mi(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+mi()}};function Ou(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function gi(t,e,o){var n;if(typeof e=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(he(0));if(typeof e=="function"&&typeof o>"u"&&(o=e,e=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(he(1));return o(gi)(t,e)}if(typeof t!="function")throw new Error(he(2));var a=t,i=e,s=[],l=s,d=!1;function u(){l===s&&(l=s.slice())}function h(){if(d)throw new Error(he(3));return i}function f(w){if(typeof w!="function")throw new Error(he(4));if(d)throw new Error(he(5));var R=!0;return u(),l.push(w),function(){if(R){if(d)throw new Error(he(6));R=!1,u();var _=l.indexOf(w);l.splice(_,1),s=null}}}function y(w){if(!Ou(w))throw new Error(he(7));if(typeof w.type>"u")throw new Error(he(8));if(d)throw new Error(he(9));try{d=!0,i=a(i,w)}finally{d=!1}for(var R=s=l,T=0;T<R.length;T++){var _=R[T];_()}return w}function x(w){if(typeof w!="function")throw new Error(he(10));a=w,y({type:gn.REPLACE})}function b(){var w,R=f;return w={subscribe:function(_){if(typeof _!="object"||_===null)throw new Error(he(11));function O(){_.next&&_.next(h())}O();var v=R(O);return{unsubscribe:v}}},w[wl]=function(){return this},w}return y({type:gn.INIT}),n={dispatch:y,subscribe:f,getState:h,replaceReducer:x},n[wl]=b,n}function Eu(t){Object.keys(t).forEach(function(e){var o=t[e],n=o(void 0,{type:gn.INIT});if(typeof n>"u")throw new Error(he(12));if(typeof o(void 0,{type:gn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(he(13))})}function Rl(t){for(var e=Object.keys(t),o={},n=0;n<e.length;n++){var a=e[n];typeof t[a]=="function"&&(o[a]=t[a])}var i=Object.keys(o),s,l;try{Eu(o)}catch(d){l=d}return function(u,h){if(u===void 0&&(u={}),l)throw l;if(0)var f;for(var y=!1,x={},b=0;b<i.length;b++){var w=i[b],R=o[w],T=u[w],_=R(T,h);if(typeof _>"u"){var O=h&&h.type;throw new Error(he(14))}x[w]=_,y=y||_!==T}return y=y||i.length!==Object.keys(u).length,y?x:u}}function yr(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function Tl(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(he(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},l=e.map(function(d){return d(s)});return i=yr.apply(void 0,l)(a.dispatch),yi(yi({},a),{},{dispatch:i})}}}function Ll(t){var e=function(n){var a=n.dispatch,i=n.getState;return function(s){return function(l){return typeof l=="function"?l(a,i,t):s(l)}}};return e}var Nl=Ll();Nl.withExtraArgument=Ll;var bi=Nl;var Dl=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},t(e,o)};return function(e,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");t(e,o);function n(){this.constructor=e}e.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),Au=function(t,e){var o={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,s;return s={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function l(u){return function(h){return d([u,h])}}function d(u){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,a&&(i=u[0]&2?a.return:u[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,u[1])).done)return i;switch(a=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return o.label++,{value:u[1],done:!1};case 5:o.label++,a=u[1],u=[0];continue;case 7:u=o.ops.pop(),o.trys.pop();continue;default:if(i=o.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){o=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){o.label=u[1];break}if(u[0]===6&&o.label<i[1]){o.label=i[1],i=u;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(u);break}i[2]&&o.ops.pop(),o.trys.pop();continue}u=e.call(t,o)}catch(h){u=[6,h],a=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},mr=function(t,e){for(var o=0,n=e.length,a=t.length;o<n;o++,a++)t[a]=e[o];return t},wu=Object.defineProperty,Ru=Object.defineProperties,Tu=Object.getOwnPropertyDescriptors,_l=Object.getOwnPropertySymbols,Lu=Object.prototype.hasOwnProperty,Nu=Object.prototype.propertyIsEnumerable,Il=function(t,e,o){return e in t?wu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},xt=function(t,e){for(var o in e||(e={}))Lu.call(e,o)&&Il(t,o,e[o]);if(_l)for(var n=0,a=_l(e);n<a.length;n++){var o=a[n];Nu.call(e,o)&&Il(t,o,e[o])}return t},xi=function(t,e){return Ru(t,Tu(e))},_u=function(t,e,o){return new Promise(function(n,a){var i=function(d){try{l(o.next(d))}catch(u){a(u)}},s=function(d){try{l(o.throw(d))}catch(u){a(u)}},l=function(d){return d.done?n(d.value):Promise.resolve(d.value).then(i,s)};l((o=o.apply(t,e)).next())})};var Iu=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?yr:yr.apply(null,arguments)},Rx=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Pu(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var o=e;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return e===o}var ku=function(t){Dl(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=t.apply(this,o)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,mr([void 0],o[0].concat(this)))):new(e.bind.apply(e,mr([void 0],o.concat(this))))},e}(Array),Du=function(t){Dl(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=t.apply(this,o)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,mr([void 0],o[0].concat(this)))):new(e.bind.apply(e,mr([void 0],o.concat(this))))},e}(Array);function Ci(t){return Fe(t)?mn(t,function(){}):t}function Mu(t){return typeof t=="boolean"}function Bu(){return function(e){return $u(e)}}function $u(t){t===void 0&&(t={});var e=t.thunk,o=e===void 0?!0:e,n=t.immutableCheck,a=n===void 0?!0:n,i=t.serializableCheck,s=i===void 0?!0:i,l=new ku;if(o&&(Mu(o)?l.push(bi):l.push(bi.withExtraArgument(o.extraArgument))),0){if(a)var d;if(s)var u}return l}var vi=!0;function Ml(t){var e=Bu(),o=t||{},n=o.reducer,a=n===void 0?void 0:n,i=o.middleware,s=i===void 0?e():i,l=o.devTools,d=l===void 0?!0:l,u=o.preloadedState,h=u===void 0?void 0:u,f=o.enhancers,y=f===void 0?void 0:f,x;if(typeof a=="function")x=a;else if(Pu(a))x=Rl(a);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),!vi&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!vi&&b.some(function(v){return typeof v!="function"}))throw new Error("each middleware provided to configureStore must be a function");var w=Tl.apply(void 0,b),R=yr;d&&(R=Iu(xt({trace:!vi},typeof d=="object"&&d)));var T=new Du(w),_=T;Array.isArray(y)?_=mr([w],y):typeof y=="function"&&(_=y(T));var O=R.apply(void 0,_);return gi(x,h,O)}function vt(t,e){function o(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(e){var i=e.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return xt(xt({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:n[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(n){return n.type===t},o}function Bl(t){var e={},o=[],n,a={addCase:function(i,s){var l=typeof i=="string"?i:i.type;if(l in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[l]=s,a},addMatcher:function(i,s){return o.push({matcher:i,reducer:s}),a},addDefaultCase:function(i){return n=i,a}};return t(a),[e,o,n]}function Uu(t){return typeof t=="function"}function Fu(t,e,o,n){o===void 0&&(o=[]);var a=typeof e=="function"?Bl(e):[e,o,n],i=a[0],s=a[1],l=a[2],d;if(Uu(t))d=function(){return Ci(t())};else{var u=Ci(t);d=function(){return u}}function h(f,y){f===void 0&&(f=d());var x=mr([i[y.type]],s.filter(function(b){var w=b.matcher;return w(y)}).map(function(b){var w=b.reducer;return w}));return x.filter(function(b){return!!b}).length===0&&(x=[l]),x.reduce(function(b,w){if(w)if(lt(b)){var R=b,T=w(R,y);return T===void 0?b:T}else{if(Fe(b))return mn(b,function(_){return w(_,y)});var T=w(b,y);if(T===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return T}return b},f)}return h.getInitialState=d,h}function Hu(t,e){return t+"/"+e}function $l(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof t.initialState=="function"?t.initialState:Ci(t.initialState),n=t.reducers||{},a=Object.keys(n),i={},s={},l={};a.forEach(function(h){var f=n[h],y=Hu(e,h),x,b;"reducer"in f?(x=f.reducer,b=f.prepare):x=f,i[h]=x,s[y]=x,l[h]=b?vt(y,b):vt(y)});function d(){var h=typeof t.extraReducers=="function"?Bl(t.extraReducers):[t.extraReducers],f=h[0],y=f===void 0?{}:f,x=h[1],b=x===void 0?[]:x,w=h[2],R=w===void 0?void 0:w,T=xt(xt({},y),s);return Fu(o,function(_){for(var O in T)_.addCase(O,T[O]);for(var v=0,E=b;v<E.length;v++){var k=E[v];_.addMatcher(k.matcher,k.reducer)}R&&_.addDefaultCase(R)})}var u;return{name:e,reducer:function(h,f){return u||(u=d()),u(h,f)},actions:l,caseReducers:i,getInitialState:function(){return u||(u=d()),u.getInitialState()}}}var Wu="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",zu=function(t){t===void 0&&(t=21);for(var e="",o=t;o--;)e+=Wu[Math.random()*64|0];return e},Gu=["name","message","stack","code"],Si=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),Pl=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),ju=function(t){if(typeof t=="object"&&t!==null){for(var e={},o=0,n=Gu;o<n.length;o++){var a=n[o];typeof t[a]=="string"&&(e[a]=t[a])}return e}return{message:String(t)}},_x=function(){function t(e,o,n){var a=vt(e+"/fulfilled",function(h,f,y,x){return{payload:h,meta:xi(xt({},x||{}),{arg:y,requestId:f,requestStatus:"fulfilled"})}}),i=vt(e+"/pending",function(h,f,y){return{payload:void 0,meta:xi(xt({},y||{}),{arg:f,requestId:h,requestStatus:"pending"})}}),s=vt(e+"/rejected",function(h,f,y,x,b){return{payload:x,error:(n&&n.serializeError||ju)(h||"Rejected"),meta:xi(xt({},b||{}),{arg:y,requestId:f,rejectedWithValue:!!x,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),l=!1,d=typeof AbortController<"u"?AbortController:function(){function h(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return h.prototype.abort=function(){},h}();function u(h){return function(f,y,x){var b=n?.idGenerator?n.idGenerator(h):zu(),w=new d,R,T=!1;function _(v){R=v,w.abort()}var O=function(){return _u(this,null,function(){var v,E,k,$,j,W,B;return Au(this,function(m){switch(m.label){case 0:return m.trys.push([0,4,,5]),$=(v=n?.condition)==null?void 0:v.call(n,h,{getState:y,extra:x}),Ku($)?[4,$]:[3,2];case 1:$=m.sent(),m.label=2;case 2:if($===!1||w.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return T=!0,j=new Promise(function(S,I){return w.signal.addEventListener("abort",function(){return I({name:"AbortError",message:R||"Aborted"})})}),f(i(b,h,(E=n?.getPendingMeta)==null?void 0:E.call(n,{requestId:b,arg:h},{getState:y,extra:x}))),[4,Promise.race([j,Promise.resolve(o(h,{dispatch:f,getState:y,extra:x,requestId:b,signal:w.signal,abort:_,rejectWithValue:function(S,I){return new Si(S,I)},fulfillWithValue:function(S,I){return new Pl(S,I)}})).then(function(S){if(S instanceof Si)throw S;return S instanceof Pl?a(S.payload,b,h,S.meta):a(S,b,h)})])];case 3:return k=m.sent(),[3,5];case 4:return W=m.sent(),k=W instanceof Si?s(null,b,h,W.payload,W.meta):s(W,b,h),[3,5];case 5:return B=n&&!n.dispatchConditionRejection&&s.match(k)&&k.meta.condition,B||f(k),[2,k]}})})}();return Object.assign(O,{abort:_,requestId:b,arg:h,unwrap:function(){return O.then(Vu)}})}}return Object.assign(u,{pending:i,rejected:s,fulfilled:a,typePrefix:e})}return t.withTypes=function(){return t},t}();function Vu(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function Ku(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Ul="listener",Fl="completed",Hl="cancelled",Ix="task-"+Hl,Px="task-"+Fl,kx=Ul+"-"+Hl,Dx=Ul+"-"+Fl;var Oi="listenerMiddleware";var Mx=vt(Oi+"/add"),Bx=vt(Oi+"/removeAll"),$x=vt(Oi+"/remove");var kl,Ux=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(kl||(kl=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},Zu=function(t){return function(e){setTimeout(e,t)}},Fx=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Zu(10);xl();window.ftReduxStores||(window.ftReduxStores={});var Gt=class t extends ot{static get(e){var o;let n=typeof e=="string"?e:e.name,a=typeof e=="string"?void 0:e,i=window.ftReduxStores[n];if(pr(i))return i;if(a==null)return;let s=$l({...a,reducers:(o=a.reducers)!==null&&o!==void 0?o:{}}),l=Ml({reducer:(d,u)=>u.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...d,...u.overwrites}:s.reducer(d,u)});return window.ftReduxStores[a.name]=new t(s,l,a.eventBus)}constructor(e,o,n){super(),this.reduxSlice=e,this.reduxStore=o,this.isFtReduxStore=!0,this.commands=new ro;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,l)=>{let d=s,u=i[d];return u?(...h)=>{let f=u(...h.map(a));return this.reduxStore.dispatch(f),f}:h=>{this.setState({[d]:a(h)})}}}),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()}};function qu(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))pr(e)&&e.clear()}var bn=class{constructor(e,o,n){this.store=e,this.valueSelector=o,this.callback=n}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let e=this.store.getState(),o=this.valueSelector(e);Ne(this.lastValue,o)&&(this.callback(o,e),this.lastValue=o)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function Yu(t,e,o){return new bn(t,e,o).watch()}var Ei=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(e){var o;return(o=this.requestConsumers.get(e))!==null&&o!==void 0?o:this.requestConsumers.set(e,new Set).get(e)}registerComponent(e,o){for(let n of o)this.getOrCreateRequestConsumers(n).add(e)}unregisterComponent(e,o){for(let n of o)this.getOrCreateRequestConsumers(n).delete(e)}isRequestNeeded(e){return this.getOrCreateRequestConsumers(e).size>0}};var Ti={};V(Ti,{scrollHelper:()=>Xu});var wi,xn=new Map,Ri=class{lock(e,o){if(o){let n=xn.get(o);if(n==null||n===e)return xn.set(o,e),o}}release(e,o){o&&xn.get(o)===e&&xn.delete(o)}findFirstScrollableParent(e){var o;let n,a;for(let i of pa(e)){let s=i,l=this.elementCanScroll(s);if(l&&s.clientHeight&&s.clientHeight<s.scrollHeight){n=s;break}else l&&a==null&&(a=s)}return(o=n??a)!==null&&o!==void 0?o:document.body}elementCanScroll(e){try{return["auto","scroll"].includes(getComputedStyle(e).overflowY)}catch{return!1}}getAbsoluteScrollOffset(e,o){var n,a;let i=0;for(;o&&o.offsetParent!==e.offsetParent;)i+=(n=o.offsetTop)!==null&&n!==void 0?n:0,o=o.offsetParent;return i+((a=o?.offsetTop)!==null&&a!==void 0?a:0)-e.offsetTop}computeTopOffsetRatio(e,o){if(typeof e=="number")return e;switch(e){case"end":return 1;case"center":return .5;case"nearest":return o;default:return 0}}scrollIntoViewIfPossible(e,o){let n=this.findFirstScrollableParent(e);if(e&&this.lock(this,n)){let a=this.getAbsoluteScrollOffset(n,e),i=a-n.clientHeight+e.clientHeight,s=a,l=Vr(0,(s-n.scrollTop)/(s-i),1),d=this.computeTopOffsetRatio(o?.position,l)*(i-s)+s;n.scrollTo({behavior:o?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",e,n);this.release(this,n)}};window.FluidTopicsScrollHelper=(wi=window.FluidTopicsScrollHelper)!==null&&wi!==void 0?wi:new Ri;var Xu=window.FluidTopicsScrollHelper;var Ni={};V(Ni,{SearchPlaceConverter:()=>vr,SearchPlaceQueryParams:()=>Z,isSearchPlaceQueryParams:()=>Oc,serializeRequest:()=>tf});var Qu=Rd(zl(),1);var Gl;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Gl||(Gl={}));var jl;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(jl||(jl={}));var Vl;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(Vl||(Vl={}));var Kl;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(Kl||(Kl={}));var Zl;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Zl||(Zl={}));var ql;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(ql||(ql={}));var Yl;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__AI_TRANSLATE="DOCUMENT__AI_TRANSLATE",t.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__DISPLAY="TOPIC__DISPLAY",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(Yl||(Yl={}));var Xl;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(Xl||(Xl={}));var Jl;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW"})(Jl||(Jl={}));var Ql;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(Ql||(Ql={}));var ec;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(ec||(ec={}));var tc;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(tc||(tc={}));var rc;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(rc||(rc={}));var oc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(oc||(oc={}));var br;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(br||(br={}));var nc;(function(t){t.ASC="ASC",t.DESC="DESC"})(nc||(nc={}));var ac;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(ac||(ac={}));var Li;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Li||(Li={}));var fc=t=>Object.keys(Li).includes(t);var ic;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(ic||(ic={}));var sc;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(sc||(sc={}));var lc;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(lc||(lc={}));var xr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(xr||(xr={}));var hc=t=>Object.keys(xr).includes(t);var cc;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(cc||(cc={}));var dc;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(dc||(dc={}));var pc;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(pc||(pc={}));var ae;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(ae||(ae={}));var Pe;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(Pe||(Pe={}));var uc;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(uc||(uc={}));var yc;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(yc||(yc={}));var mc;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(mc||(mc={}));var gc;(function(t){t.USER="USER",t.ASSISTANT="ASSISTANT"})(gc||(gc={}));var bc;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(bc||(bc={}));var xc;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(xc||(xc={}));var Ju={[ae.PERSONAL_BOOK_SHARE_USER]:[ae.PERSONAL_BOOK_USER],[ae.HTML_EXPORT_USER]:[ae.PERSONAL_BOOK_USER],[ae.PDF_EXPORT_USER]:[ae.PERSONAL_BOOK_USER],[ae.KHUB_ADMIN]:[ae.CONTENT_PUBLISHER],[ae.ADMIN]:[ae.KHUB_ADMIN,ae.USERS_ADMIN,ae.PORTAL_ADMIN],[ae.GENERATIVE_AI_EXPORT_USER]:[ae.GENERATIVE_AI_USER]};function vc(t,e){return t===e||(Ju[t]??[]).some(o=>vc(o,e))}function Sc(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(n=>vc(n,e))}function ef(t){return`"${t}"`}function Cc(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function tf(t,e){return new vr(t).serialize(e)}var Z;(function(t){t.LOCALE="content-lang",t.QUERY="query",t.SCOPE="scope",t.FILTERS="filters",t.VIRTUAL_FIELD="virtual-field",t.PERIOD="period",t.VALUE_FILTERS="value-filters",t.DATE_FILTERS="date-filters",t.RANGE_FILTERS="range-filters",t.SORT="sort",t.PER_PAGE="per-page",t.KEYWORD_MATCH="keyword-match"})(Z||(Z={}));var rf=new Set(Object.values(Z));function Oc(t){return rf.has(t)}var vr=class{constructor(e,o=20,n=!1,a="en-US"){this.baseUrl=e,this.defaultPerPage=o,this.allLanguagesAllowed=n,this.defaultContentLocale=a,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(e,o){return this.serializeToCurrentPageIfPossible(e,o??"/search")}serializeToCurrentPageIfPossible(e,o){let n=o==null||o.trim().length===0,a=new URL(n?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${o}`);return a.search=this.toURLSearchParams(e),a.toString()}toURLSearchParams(e,o=!1){var n,a,i,s,l,d,u,h,f,y,x;let b=new URLSearchParams;e.contentLocale?(!o||e.contentLocale!==this.defaultContentLocale)&&b.append(Z.LOCALE,e.contentLocale):b.append(Z.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((n=e.query)===null||n===void 0?void 0:n.length)>0&&b.append(Z.QUERY,e.query);let w=(i=(a=e.metadataFilters)===null||a===void 0?void 0:a.filter(v=>v.valueFilter&&!v.valueFilter.negative))!==null&&i!==void 0?i:[];if(w.length>0){let v=w.map(E=>{var k,$;let j=(($=(k=E.valueFilter)===null||k===void 0?void 0:k.values)!==null&&$!==void 0?$:[]).map(W=>this.escapeFilters(W)).map(W=>ef(Cc(W))).join("_");return`${E.key}~${j}`}).join("*");b.append(Z.VALUE_FILTERS,v)}let R=(l=(s=e.metadataFilters)===null||s===void 0?void 0:s.filter(v=>v.dateFilter))!==null&&l!==void 0?l:[];if(R.length>0){let v=R.map(E=>{var k;return`${E.key}~${(k=E.dateFilter)===null||k===void 0?void 0:k.type.toLowerCase()}`}).join("*");b.append(Z.DATE_FILTERS,v)}let T=(u=(d=e.metadataFilters)===null||d===void 0?void 0:d.filter(v=>v.rangeFilter))!==null&&u!==void 0?u:[];if(T.length>0){let v=T.map(E=>{var k,$;return`${E.key}~${(k=E.rangeFilter)===null||k===void 0?void 0:k.from}_${($=E.rangeFilter)===null||$===void 0?void 0:$.to}`}).join("*");b.append(Z.RANGE_FILTERS,v)}e.virtualField&&e.virtualField!=="EVERYWHERE"&&b.append(Z.VIRTUAL_FIELD,e.virtualField.toLowerCase()),e.scope&&e.scope!=="DEFAULT"&&b.append(Z.SCOPE,e.scope.toLowerCase()),e.sortId!=null&&b.append(Z.SORT,e.sortId),!((h=e.paging)===null||h===void 0)&&h.perPage&&((y=(f=e.paging)===null||f===void 0?void 0:f.perPage)!==null&&y!==void 0?y:this.defaultPerPage)!=this.defaultPerPage&&b.append(Z.PER_PAGE,String(e.paging.perPage)),e.keywordMatch!=null&&b.append(Z.KEYWORD_MATCH,e.keywordMatch.toLowerCase());let _=(x=e.otherQueryParams)!==null&&x!==void 0?x:{};for(let v in _)b.append(v,_[v]);let O=new Array;return b.forEach((v,E)=>{O.push(this.encodeQueryString(E)+"="+this.encodeQueryString(v))}),encodeURI(O.join("&")).replace(/#/g,"%23")}encodeQueryString(e){return encodeURIComponent(e).replace(/%20/g,"+")}parse(e){var o;let n=e.split("?"),a=this.fromURLSearchParams(n.slice(1).join("?")),i=n[0].split("/search/")[1];return i==null?a:{...a,scope:(o=this.scopeMapping[i])!==null&&o!==void 0?o:a.scope}}fromURLSearchParams(e){var o,n,a,i,s,l;try{e=decodeURI(e).replace(/%23/g,"#")}catch(T){console.warn("Could not decode search request query params, fallback on raw value",T)}let d=new URLSearchParams(e),u=d.get(Z.LOCALE)==="all"?void 0:d.get(Z.LOCALE),h=((o=d.get(Z.VIRTUAL_FIELD))!==null&&o!==void 0?o:"EVERYWHERE").toUpperCase(),f=(n=d.get(Z.SORT))===null||n===void 0?void 0:n.toLowerCase(),y=(a=d.get(Z.SCOPE))!==null&&a!==void 0?a:"default",x=+((i=d.get(Z.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),b=d.get(Z.KEYWORD_MATCH),w=b?b.toUpperCase()===br.MANDATORY?br.MANDATORY:br.OPTIONAL:void 0,R={};for(let T of d.keys())Oc(T)||(R[T]=d.get(T));return{contentLocale:u??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=d.get(Z.QUERY))!==null&&s!==void 0?s:"",scope:(l=this.scopeMapping[y])!==null&&l!==void 0?l:"DEFAULT",virtualField:fc(h)?h:"EVERYWHERE",sortId:f,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:Vr(1,isNaN(x)?this.defaultPerPage:x,1e3)},keywordMatch:w,otherQueryParams:R}}parseCompatFilters(e){var o,n,a,i,s,l;let d=[];return e.has(Z.FILTERS)&&(d=this.parseValueFilters((o=e.get(Z.FILTERS))!==null&&o!==void 0?o:"")),(n=e.has(Z.PERIOD))!==null&&n!==void 0&&n&&(d=[...d,...this.parseLegacyPeriodFilter(((a=e.get(Z.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=e.get(Z.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((s=e.get(Z.DATE_FILTERS))!==null&&s!==void 0?s:""),...this.parseRangeFilters((l=e.get(Z.RANGE_FILTERS))!==null&&l!==void 0?l:"")]}splitUnknownFilter(e){return this.superEscapeFilters(e).split("*").map(o=>o.split("~"))}parseValueFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],valueFilter:{values:o[1].split("_").map(Cc).map(n=>this.unescapeFilterValue(n)),negative:!1}}))}parseDateFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],dateFilter:{type:xr[o[1].toUpperCase()]}}))}parseRangeFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],rangeFilter:{from:o[1].split("_")[0],to:o[1].split("_")[1]}}))}escapeFilters(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replaceAll(o,n);return e}superEscapeFilters(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replaceAll(n,a);return e}unescapeFilterValue(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replace(a,o);return e}parseLegacyPeriodFilter(e){if(hc(e))return[{key:"ft:lastEdition",dateFilter:{type:xr[e]}}];if(e.startsWith("CUSTOM_")){let[o,n,a]=e.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:n,to:a}}]}return[]}};var Pi={};V(Pi,{toFtFormComponent:()=>Ii});var _i=Symbol("elementInternals"),Ii=pe(Symbol("toFtFormComponent"),function(t){class e extends t{static get formAssociated(){return!0}get form(){return this[_i].form}constructor(...n){super(n),this[_i]=this.attachInternals()}setFormValue(n){this[_i].setFormValue(n)}}return e});var ki={};V(ki,{DateFormatter:()=>jt});var jt=class{static format(e,o,n,a){return window.moment?window.moment(e).locale(o).format(this.getMomentDateFormat(n,a)):this.getIntlDateTime(e,o,n,a)}static getMomentDateFormat(e,o){return e?o?"lll":"ll":o?"L LT":"L"}static getIntlDateTime(e,o,n,a){let i=typeof e=="string"?new Date(e):e,s=new Intl.DateTimeFormat(o,{dateStyle:n?"medium":"short"}).format(i);if(!a)return s;let l=new Intl.DateTimeFormat(o,{timeStyle:"short"}).format(i);return`${s} ${l}`}static getTimezoneAsString(){let e=n=>String(Math.floor(n)).padStart(2,"0"),o=new Date().getTimezoneOffset();return`${o<0?"+":"-"}${e(Math.abs(o)/60)}:${e(Math.abs(o)%60)}`}};var Mi={};V(Mi,{ALL_KEYS_VALUE:()=>Di,SameWindowStorageEvent:()=>Sr});var Di="__all__",Sr=class extends CustomEvent{constructor(e,o,n){super("same-window-storage",{detail:{key:e,oldValue:o,newValue:n}})}keyMatch(e){return this.detail.key.includes(e)||this.detail.key==Di}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(t,e,o){let n=e.getItem(o[0]);Reflect.apply(t,e,o),window.dispatchEvent(new Sr(o[0],n,o[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(t,e,o){let n=e.getItem(o[0]);Reflect.apply(t,e,o),window.dispatchEvent(new Sr(o[0],n))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(t,e,o){Reflect.apply(t,e,o),window.dispatchEvent(new Sr(Di))}});var $i={};V($i,{FocusMainContentEvent:()=>Bi});var Bi=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var Ec={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function of(t){(t.key==="Enter"||t.key===" "||t.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=t.key}function nf(t){window.FluidTopicsA11yHints.isKeyboardNavigation=t.detail==0}document.addEventListener("keydown",of);document.addEventListener("click",nf);var Ac=D`
|
|
48
|
+
`;var l1={};var Ji={};Y(Ji,{ParametrizedLabelResolver:()=>cr});var cr=class e{constructor(t,r){this.defaultLabels=t,this.labels=r}resolve(t,...r){var o,n;t=this.resolvePluralKey(t,r);let i=(n=(o=this.labels[t])!==null&&o!==void 0?o:this.defaultLabels[t])!==null&&n!==void 0?n:"";return e.replaceParameters(i,...r)}static replaceParameters(t,...r){return r.forEach((o,n)=>t=t.replace(new RegExp(`\\{${n}([^}]*)\\}`,"g"),(i,s)=>e.formatValue(o,s))),t}resolvePluralKey(t,r){for(let o of r)if(typeof o=="number"){let n=`${String(t)}[\\=${o}]`;if(n in this.labels||n in this.defaultLabels)return n}return t}static formatValue(t,r){return t instanceof Date?e.formatDate(t,r):t??""}static formatDate(t,r){let o=n=>r?.includes("date")?t.toLocaleDateString(n):r?.includes("time")?t.toLocaleTimeString(n):t.toLocaleString(n);try{return o(document.documentElement.lang)}catch{return o()}}};var Es={};Y(Es,{FtCommandQueue:()=>To,FtLitElementRedux:()=>ko,FtReduxStore:()=>ur,FtStateManager:()=>Cs,ReduxWatcher:()=>rn,clearAllStores:()=>Vp,isFtReduxStore:()=>Ir,redux:()=>Pr,reduxEventListener:()=>lp,reduxReactive:()=>cp,watch:()=>Kp,withRedux:()=>d1});var cp=()=>(e,t)=>{var r;let o=e.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),(r=o.reduxReactiveProperties)===null||r===void 0||r.add(t)},Pr=e=>{let t=e??{};return(r,o)=>{var n;let i={hasChanged:Be,attribute:!1,...t};L(i)(r,o);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(o,{selector:(n=t.selector)!==null&&n!==void 0?n:c=>c[o],store:t.store})}},lp=e=>(t,r)=>{let o=t.constructor;o.reduxEventListeners=new Map(o.reduxEventListeners),o.reduxEventListeners.set(r,e)};var To=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(o=>o.type===t);return r&&(this.queue=this.queue.filter(o=>o!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};function Ir(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Mo=Symbol("internalReduxEventsUnsubscribers"),Mt=Symbol("internalStoresUnsubscribers"),lr=Symbol("internalStores"),d1=ye(Symbol("withRedux"),function(e){var t,r,o;class n extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[o]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(c=>s.has(c))&&this.updateFromStores()}getUnnamedStore(){if(this[lr].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[lr].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[lr].get(s)}addStore(s,c){var l;c=(l=c??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(c),this[lr].set(c,s),this.subscribeToStore(c,s),this.updateFromStores()}removeStore(s){let c=typeof s=="string"?s:s.name;this.unsubscribeFromStore(c),this[lr].delete(c)}setupStores(){this.unsubscribeFromStores(),this[lr].forEach((s,c)=>this.subscribeToStore(c,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,c)=>{let l=this.constructor.getPropertyOptions(c);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:c)){let f=this.getStore(s.store);f&&(s.store?this[Mt].has(s.store):this[Mt].size>0)&&(this[c]=s.selector(f.getState(),this))}})}subscribeToStore(s,c){var l;this[Mt].set(s,c.subscribe(()=>this.updateFromStores())),this[Mo].set(s,[]),Ir(c)&&c.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((f,h)=>{if(typeof this[h]=="function"&&(!f.store||c.name===f.store)){let p=g=>this[h](g);c.addEventListener(f.eventName,p),this[Mo].get(s).push(()=>c.removeEventListener(f.eventName,p))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[Mt].forEach((s,c)=>this.unsubscribeFromStore(c))}unsubscribeFromStore(s){var c;this[Mt].has(s)&&this[Mt].get(s)(),this[Mt].delete(s),(c=this[Mo].get(s))===null||c===void 0||c.forEach(l=>l()),this[Mo].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Mt,r=lr,o=Mo,n.reduxProperties=new Map,n.reduxReactiveProperties=new Set,n.reduxEventListeners=new Map,n}),ko=class extends d1(q){};function Ge(e){for(var t=arguments.length,r=Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];if(0)var n,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ct(e){return!!e&&!!e[se]}function Xe(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var o=Object.getPrototypeOf(r);if(o===null)return!0;var n=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return n===Object||typeof n=="function"&&Function.toString.call(n)===yp}(e)||Array.isArray(e)||!!e[y1]||!!(!((t=e.constructor)===null||t===void 0)&&t[y1])||ss(e)||cs(e))}function dr(e,t,r){r===void 0&&(r=!1),Ur(e)===0?(r?Object.keys:Dr)(e).forEach(function(o){r&&typeof o=="symbol"||t(o,e[o],e)}):e.forEach(function(o,n){return t(n,o,e)})}function Ur(e){var t=e[se];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:ss(e)?2:cs(e)?3:0}function zr(e,t){return Ur(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function dp(e,t){return Ur(e)===2?e.get(t):e[t]}function b1(e,t,r){var o=Ur(e);o===2?e.set(t,r):o===3?e.add(r):e[t]=r}function v1(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function ss(e){return mp&&e instanceof Map}function cs(e){return gp&&e instanceof Set}function kt(e){return e.o||e.t}function ls(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=C1(e);delete t[se];for(var r=Dr(t),o=0;o<r.length;o++){var n=r[o],i=t[n];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[n]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[n]})}return Object.create(Object.getPrototypeOf(e),t)}function ds(e,t){return t===void 0&&(t=!1),fs(e)||Ct(e)||!Xe(e)||(Ur(e)>1&&(e.set=e.add=e.clear=e.delete=fp),Object.freeze(e),t&&dr(e,function(r,o){return ds(o,!0)},!0)),e}function fp(){Ge(2)}function fs(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function ct(e){var t=is[e];return t||Ge(18,e),t}function up(e,t){is[e]||(is[e]=t)}function os(){return Io}function Qi(e,t){t&&(ct("Patches"),e.u=[],e.s=[],e.v=t)}function Xa(e){as(e),e.p.forEach(pp),e.p=null}function as(e){e===Io&&(Io=e.l)}function f1(e){return Io={p:[],l:Io,h:e,m:!0,_:0}}function pp(e){var t=e[se];t.i===0||t.i===1?t.j():t.g=!0}function es(e,t){t._=t.p.length;var r=t.p[0],o=e!==void 0&&e!==r;return t.h.O||ct("ES5").S(t,e,o),o?(r[se].P&&(Xa(t),Ge(4)),Xe(e)&&(e=Ja(t,e),t.l||Qa(t,e)),t.u&&ct("Patches").M(r[se].t,e,t.u,t.s)):e=Ja(t,r,[]),Xa(t),t.u&&t.v(t.u,t.s),e!==S1?e:void 0}function Ja(e,t,r){if(fs(t))return t;var o=t[se];if(!o)return dr(t,function(c,l){return u1(e,o,t,c,l,r)},!0),t;if(o.A!==e)return t;if(!o.P)return Qa(e,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var n=o.i===4||o.i===5?o.o=ls(o.k):o.o,i=n,s=!1;o.i===3&&(i=new Set(n),n.clear(),s=!0),dr(i,function(c,l){return u1(e,o,n,c,l,r,s)}),Qa(e,n,!1),r&&e.u&&ct("Patches").N(o,r,e.u,e.s)}return o.o}function u1(e,t,r,o,n,i,s){if(Ct(n)){var c=Ja(e,n,i&&t&&t.i!==3&&!zr(t.R,o)?i.concat(o):void 0);if(b1(r,o,c),!Ct(c))return;e.m=!1}else s&&r.add(n);if(Xe(n)&&!fs(n)){if(!e.h.D&&e._<1)return;Ja(e,n),t&&t.A.l||Qa(e,n)}}function Qa(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&ds(t,r)}function ts(e,t){var r=e[se];return(r?kt(r):e)[t]}function p1(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var o=Object.getOwnPropertyDescriptor(r,t);if(o)return o;r=Object.getPrototypeOf(r)}}function Pt(e){e.P||(e.P=!0,e.l&&Pt(e.l))}function rs(e){e.o||(e.o=ls(e.t))}function ns(e,t,r){var o=ss(t)?ct("MapSet").F(t,r):cs(t)?ct("MapSet").T(t,r):e.O?function(n,i){var s=Array.isArray(n),c={i:s?1:0,A:i?i.A:os(),P:!1,I:!1,R:{},l:i,t:n,k:null,o:null,j:null,C:!1},l=c,f=zo;s&&(l=[c],f=Po);var h=Proxy.revocable(l,f),p=h.revoke,g=h.proxy;return c.k=g,c.j=p,g}(t,r):ct("ES5").J(t,r);return(r?r.A:os()).p.push(o),o}function hp(e){return Ct(e)||Ge(22,e),function t(r){if(!Xe(r))return r;var o,n=r[se],i=Ur(r);if(n){if(!n.P&&(n.i<4||!ct("ES5").K(n)))return n.t;n.I=!0,o=h1(r,i),n.I=!1}else o=h1(r,i);return dr(o,function(s,c){n&&dp(n.t,s)===c||b1(o,s,t(c))}),i===3?new Set(o):o}(e)}function h1(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return ls(e)}function x1(){function e(s,c){var l=i[s];return l?l.enumerable=c:i[s]=l={configurable:!0,enumerable:c,get:function(){var f=this[se];return zo.get(f,s)},set:function(f){var h=this[se];zo.set(h,s,f)}},l}function t(s){for(var c=s.length-1;c>=0;c--){var l=s[c][se];if(!l.P)switch(l.i){case 5:o(l)&&Pt(l);break;case 4:r(l)&&Pt(l)}}}function r(s){for(var c=s.t,l=s.k,f=Dr(l),h=f.length-1;h>=0;h--){var p=f[h];if(p!==se){var g=c[p];if(g===void 0&&!zr(c,p))return!0;var b=l[p],x=b&&b[se];if(x?x.t!==g:!v1(b,g))return!0}}var E=!!c[se];return f.length!==Dr(c).length+(E?0:1)}function o(s){var c=s.k;if(c.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(c,c.length-1);if(l&&!l.get)return!0;for(var f=0;f<c.length;f++)if(!c.hasOwnProperty(f))return!0;return!1}function n(s){s.g&&Ge(3,JSON.stringify(kt(s)))}var i={};up("ES5",{J:function(s,c){var l=Array.isArray(s),f=function(p,g){if(p){for(var b=Array(g.length),x=0;x<g.length;x++)Object.defineProperty(b,""+x,e(x,!0));return b}var E=C1(g);delete E[se];for(var _=Dr(E),N=0;N<_.length;N++){var M=_[N];E[M]=e(M,p||!!E[M].enumerable)}return Object.create(Object.getPrototypeOf(g),E)}(l,s),h={i:l?5:4,A:c?c.A:os(),P:!1,I:!1,R:{},l:c,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,se,{value:h,writable:!0}),f},S:function(s,c,l){l?Ct(c)&&c[se].A===s&&t(s.p):(s.u&&function f(h){if(h&&typeof h=="object"){var p=h[se];if(p){var g=p.t,b=p.k,x=p.R,E=p.i;if(E===4)dr(b,function(C){C!==se&&(g[C]!==void 0||zr(g,C)?x[C]||f(b[C]):(x[C]=!0,Pt(p)))}),dr(g,function(C){b[C]!==void 0||zr(b,C)||(x[C]=!1,Pt(p))});else if(E===5){if(o(p)&&(Pt(p),x.length=!0),b.length<g.length)for(var _=b.length;_<g.length;_++)x[_]=!1;else for(var N=g.length;N<b.length;N++)x[N]=!0;for(var M=Math.min(b.length,g.length),O=0;O<M;O++)b.hasOwnProperty(O)||(x[O]=!0),x[O]===void 0&&f(b[O])}}}}(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):o(s)}})}var m1,Io,us=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",mp=typeof Map<"u",gp=typeof Set<"u",g1=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",S1=us?Symbol.for("immer-nothing"):((m1={})["immer-nothing"]=!0,m1),y1=us?Symbol.for("immer-draftable"):"__$immer_draftable",se=us?Symbol.for("immer-state"):"__$immer_state";var yp=""+Object.prototype.constructor,Dr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,C1=Object.getOwnPropertyDescriptors||function(e){var t={};return Dr(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},is={},zo={get:function(e,t){if(t===se)return e;var r=kt(e);if(!zr(r,t))return function(n,i,s){var c,l=p1(i,s);return l?"value"in l?l.value:(c=l.get)===null||c===void 0?void 0:c.call(n.k):void 0}(e,r,t);var o=r[t];return e.I||!Xe(o)?o:o===ts(e.t,t)?(rs(e),e.o[t]=ns(e.A.h,o,e)):o},has:function(e,t){return t in kt(e)},ownKeys:function(e){return Reflect.ownKeys(kt(e))},set:function(e,t,r){var o=p1(kt(e),t);if(o?.set)return o.set.call(e.k,r),!0;if(!e.P){var n=ts(kt(e),t),i=n?.[se];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(v1(r,n)&&(r!==void 0||zr(e.t,t)))return!0;rs(e),Pt(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return ts(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,rs(e),Pt(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=kt(e),o=Reflect.getOwnPropertyDescriptor(r,t);return o&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:o.enumerable,value:r[t]}},defineProperty:function(){Ge(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Ge(12)}},Po={};dr(zo,function(e,t){Po[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Po.deleteProperty=function(e,t){return Po.set.call(this,e,t,void 0)},Po.set=function(e,t,r){return zo.set.call(this,e[0],t,r,e[0])};var bp=function(){function e(r){var o=this;this.O=g1,this.D=!0,this.produce=function(n,i,s){if(typeof n=="function"&&typeof i!="function"){var c=i;i=n;var l=o;return function(E){var _=this;E===void 0&&(E=c);for(var N=arguments.length,M=Array(N>1?N-1:0),O=1;O<N;O++)M[O-1]=arguments[O];return l.produce(E,function(C){var w;return(w=i).call.apply(w,[_,C].concat(M))})}}var f;if(typeof i!="function"&&Ge(6),s!==void 0&&typeof s!="function"&&Ge(7),Xe(n)){var h=f1(o),p=ns(o,n,void 0),g=!0;try{f=i(p),g=!1}finally{g?Xa(h):as(h)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(E){return Qi(h,s),es(E,h)},function(E){throw Xa(h),E}):(Qi(h,s),es(f,h))}if(!n||typeof n!="object"){if((f=i(n))===void 0&&(f=n),f===S1&&(f=void 0),o.D&&ds(f,!0),s){var b=[],x=[];ct("Patches").M(n,f,b,x),s(b,x)}return f}Ge(21,n)},this.produceWithPatches=function(n,i){if(typeof n=="function")return function(f){for(var h=arguments.length,p=Array(h>1?h-1:0),g=1;g<h;g++)p[g-1]=arguments[g];return o.produceWithPatches(f,function(b){return n.apply(void 0,[b].concat(p))})};var s,c,l=o.produce(n,i,function(f,h){s=f,c=h});return typeof Promise<"u"&&l instanceof Promise?l.then(function(f){return[f,s,c]}):[l,s,c]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){Xe(r)||Ge(8),Ct(r)&&(r=hp(r));var o=f1(this),n=ns(this,r,void 0);return n[se].C=!0,as(o),n},t.finishDraft=function(r,o){var n=r&&r[se],i=n.A;return Qi(i,o),es(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!g1&&Ge(20),this.O=r},t.applyPatches=function(r,o){var n;for(n=o.length-1;n>=0;n--){var i=o[n];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}n>-1&&(o=o.slice(n+1));var s=ct("Patches").$;return Ct(r)?s(r,o):this.produce(r,function(c){return s(c,o)})},e}(),Te=new bp,vp=Te.produce,uC=Te.produceWithPatches.bind(Te),pC=Te.setAutoFreeze.bind(Te),hC=Te.setUseProxies.bind(Te),mC=Te.applyPatches.bind(Te),gC=Te.createDraft.bind(Te),yC=Te.finishDraft.bind(Te),en=vp;function fr(e){"@babel/helpers - typeof";return fr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},fr(e)}function E1(e,t){if(fr(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(fr(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function O1(e){var t=E1(e,"string");return fr(t)=="symbol"?t:t+""}function A1(e,t,r){return(t=O1(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function L1(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,o)}return r}function ps(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?L1(Object(r),!0).forEach(function(o){A1(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):L1(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Se(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var w1=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),hs=function(){return Math.random().toString(36).substring(7).split("").join(".")},tn={INIT:"@@redux/INIT"+hs(),REPLACE:"@@redux/REPLACE"+hs(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+hs()}};function xp(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function ms(e,t,r){var o;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Se(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Se(1));return r(ms)(e,t)}if(typeof e!="function")throw new Error(Se(2));var n=e,i=t,s=[],c=s,l=!1;function f(){c===s&&(c=s.slice())}function h(){if(l)throw new Error(Se(3));return i}function p(E){if(typeof E!="function")throw new Error(Se(4));if(l)throw new Error(Se(5));var _=!0;return f(),c.push(E),function(){if(_){if(l)throw new Error(Se(6));_=!1,f();var M=c.indexOf(E);c.splice(M,1),s=null}}}function g(E){if(!xp(E))throw new Error(Se(7));if(typeof E.type>"u")throw new Error(Se(8));if(l)throw new Error(Se(9));try{l=!0,i=n(i,E)}finally{l=!1}for(var _=s=c,N=0;N<_.length;N++){var M=_[N];M()}return E}function b(E){if(typeof E!="function")throw new Error(Se(10));n=E,g({type:tn.REPLACE})}function x(){var E,_=p;return E={subscribe:function(M){if(typeof M!="object"||M===null)throw new Error(Se(11));function O(){M.next&&M.next(h())}O();var C=_(O);return{unsubscribe:C}}},E[w1]=function(){return this},E}return g({type:tn.INIT}),o={dispatch:g,subscribe:p,getState:h,replaceReducer:b},o[w1]=x,o}function Sp(e){Object.keys(e).forEach(function(t){var r=e[t],o=r(void 0,{type:tn.INIT});if(typeof o>"u")throw new Error(Se(12));if(typeof r(void 0,{type:tn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Se(13))})}function R1(e){for(var t=Object.keys(e),r={},o=0;o<t.length;o++){var n=t[o];typeof e[n]=="function"&&(r[n]=e[n])}var i=Object.keys(r),s,c;try{Sp(r)}catch(l){c=l}return function(f,h){if(f===void 0&&(f={}),c)throw c;if(0)var p;for(var g=!1,b={},x=0;x<i.length;x++){var E=i[x],_=r[E],N=f[E],M=_(N,h);if(typeof M>"u"){var O=h&&h.type;throw new Error(Se(14))}b[E]=M,g=g||M!==N}return g=g||i.length!==Object.keys(f).length,g?b:f}}function Br(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(o){return o}:t.length===1?t[0]:t.reduce(function(o,n){return function(){return o(n.apply(void 0,arguments))}})}function _1(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(o){return function(){var n=o.apply(void 0,arguments),i=function(){throw new Error(Se(15))},s={getState:n.getState,dispatch:function(){return i.apply(void 0,arguments)}},c=t.map(function(l){return l(s)});return i=Br.apply(void 0,c)(n.dispatch),ps(ps({},n),{},{dispatch:i})}}}function N1(e){var t=function(o){var n=o.dispatch,i=o.getState;return function(s){return function(c){return typeof c=="function"?c(n,i,e):s(c)}}};return t}var T1=N1();T1.withExtraArgument=N1;var gs=T1;var z1=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,n){o.__proto__=n}||function(o,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(o[i]=n[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function o(){this.constructor=t}t.prototype=r===null?Object.create(r):(o.prototype=r.prototype,new o)}}(),Cp=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},o,n,i,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(h){return l([f,h])}}function l(f){if(o)throw new TypeError("Generator is already executing.");for(;r;)try{if(o=1,n&&(i=f[0]&2?n.return:f[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,f[1])).done)return i;switch(n=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,n=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){r.label=f[1];break}if(f[0]===6&&r.label<i[1]){r.label=i[1],i=f;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(f);break}i[2]&&r.ops.pop(),r.trys.pop();continue}f=t.call(e,r)}catch(h){f=[6,h],n=0}finally{o=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},$r=function(e,t){for(var r=0,o=t.length,n=e.length;r<o;r++,n++)e[n]=t[r];return e},Ep=Object.defineProperty,Op=Object.defineProperties,Ap=Object.getOwnPropertyDescriptors,M1=Object.getOwnPropertySymbols,Lp=Object.prototype.hasOwnProperty,wp=Object.prototype.propertyIsEnumerable,k1=function(e,t,r){return t in e?Ep(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},It=function(e,t){for(var r in t||(t={}))Lp.call(t,r)&&k1(e,r,t[r]);if(M1)for(var o=0,n=M1(t);o<n.length;o++){var r=n[o];wp.call(t,r)&&k1(e,r,t[r])}return e},ys=function(e,t){return Op(e,Ap(t))},Rp=function(e,t,r){return new Promise(function(o,n){var i=function(l){try{c(r.next(l))}catch(f){n(f)}},s=function(l){try{c(r.throw(l))}catch(f){n(f)}},c=function(l){return l.done?o(l.value):Promise.resolve(l.value).then(i,s)};c((r=r.apply(e,t)).next())})};var _p=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Br:Br.apply(null,arguments)},IC=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Np(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}var Tp=function(e){z1(t,e);function t(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var n=e.apply(this,r)||this;return Object.setPrototypeOf(n,t.prototype),n}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,$r([void 0],r[0].concat(this)))):new(t.bind.apply(t,$r([void 0],r.concat(this))))},t}(Array),Mp=function(e){z1(t,e);function t(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var n=e.apply(this,r)||this;return Object.setPrototypeOf(n,t.prototype),n}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,$r([void 0],r[0].concat(this)))):new(t.bind.apply(t,$r([void 0],r.concat(this))))},t}(Array);function xs(e){return Xe(e)?en(e,function(){}):e}function kp(e){return typeof e=="boolean"}function Pp(){return function(t){return Ip(t)}}function Ip(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,o=e.immutableCheck,n=o===void 0?!0:o,i=e.serializableCheck,s=i===void 0?!0:i,c=new Tp;if(r&&(kp(r)?c.push(gs):c.push(gs.withExtraArgument(r.extraArgument))),0){if(n)var l;if(s)var f}return c}var bs=!0;function D1(e){var t=Pp(),r=e||{},o=r.reducer,n=o===void 0?void 0:o,i=r.middleware,s=i===void 0?t():i,c=r.devTools,l=c===void 0?!0:c,f=r.preloadedState,h=f===void 0?void 0:f,p=r.enhancers,g=p===void 0?void 0:p,b;if(typeof n=="function")b=n;else if(Np(n))b=R1(n);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 x=s;if(typeof x=="function"&&(x=x(t),!bs&&!Array.isArray(x)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!bs&&x.some(function(C){return typeof C!="function"}))throw new Error("each middleware provided to configureStore must be a function");var E=_1.apply(void 0,x),_=Br;l&&(_=_p(It({trace:!bs},typeof l=="object"&&l)));var N=new Mp(E),M=N;Array.isArray(g)?M=$r([E],g):typeof g=="function"&&(M=g(N));var O=_.apply(void 0,M);return ms(b,h,O)}function zt(e,t){function r(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];if(t){var i=t.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return It(It({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:o[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(o){return o.type===e},r}function U1(e){var t={},r=[],o,n={addCase:function(i,s){var c=typeof i=="string"?i:i.type;if(c in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[c]=s,n},addMatcher:function(i,s){return r.push({matcher:i,reducer:s}),n},addDefaultCase:function(i){return o=i,n}};return e(n),[t,r,o]}function zp(e){return typeof e=="function"}function Dp(e,t,r,o){r===void 0&&(r=[]);var n=typeof t=="function"?U1(t):[t,r,o],i=n[0],s=n[1],c=n[2],l;if(zp(e))l=function(){return xs(e())};else{var f=xs(e);l=function(){return f}}function h(p,g){p===void 0&&(p=l());var b=$r([i[g.type]],s.filter(function(x){var E=x.matcher;return E(g)}).map(function(x){var E=x.reducer;return E}));return b.filter(function(x){return!!x}).length===0&&(b=[c]),b.reduce(function(x,E){if(E)if(Ct(x)){var _=x,N=E(_,g);return N===void 0?x:N}else{if(Xe(x))return en(x,function(M){return E(M,g)});var N=E(x,g);if(N===void 0){if(x===null)return x;throw Error("A case reducer on a non-draftable value must not return undefined")}return N}return x},p)}return h.getInitialState=l,h}function Up(e,t){return e+"/"+t}function B1(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:xs(e.initialState),o=e.reducers||{},n=Object.keys(o),i={},s={},c={};n.forEach(function(h){var p=o[h],g=Up(t,h),b,x;"reducer"in p?(b=p.reducer,x=p.prepare):b=p,i[h]=b,s[g]=b,c[h]=x?zt(g,x):zt(g)});function l(){var h=typeof e.extraReducers=="function"?U1(e.extraReducers):[e.extraReducers],p=h[0],g=p===void 0?{}:p,b=h[1],x=b===void 0?[]:b,E=h[2],_=E===void 0?void 0:E,N=It(It({},g),s);return Dp(r,function(M){for(var O in N)M.addCase(O,N[O]);for(var C=0,w=x;C<w.length;C++){var I=w[C];M.addMatcher(I.matcher,I.reducer)}_&&M.addDefaultCase(_)})}var f;return{name:t,reducer:function(h,p){return f||(f=l()),f(h,p)},actions:c,caseReducers:i,getInitialState:function(){return f||(f=l()),f.getInitialState()}}}var Bp="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",$p=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Bp[Math.random()*64|0];return t},Hp=["name","message","stack","code"],vs=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),P1=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Fp=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,o=Hp;r<o.length;r++){var n=o[r];typeof e[n]=="string"&&(t[n]=e[n])}return t}return{message:String(e)}},BC=function(){function e(t,r,o){var n=zt(t+"/fulfilled",function(h,p,g,b){return{payload:h,meta:ys(It({},b||{}),{arg:g,requestId:p,requestStatus:"fulfilled"})}}),i=zt(t+"/pending",function(h,p,g){return{payload:void 0,meta:ys(It({},g||{}),{arg:p,requestId:h,requestStatus:"pending"})}}),s=zt(t+"/rejected",function(h,p,g,b,x){return{payload:b,error:(o&&o.serializeError||Fp)(h||"Rejected"),meta:ys(It({},x||{}),{arg:g,requestId:p,rejectedWithValue:!!b,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),c=!1,l=typeof AbortController<"u"?AbortController:function(){function h(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return h.prototype.abort=function(){},h}();function f(h){return function(p,g,b){var x=o?.idGenerator?o.idGenerator(h):$p(),E=new l,_,N=!1;function M(C){_=C,E.abort()}var O=function(){return Rp(this,null,function(){var C,w,I,F,K,V,$;return Cp(this,function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),F=(C=o?.condition)==null?void 0:C.call(o,h,{getState:g,extra:b}),Wp(F)?[4,F]:[3,2];case 1:F=v.sent(),v.label=2;case 2:if(F===!1||E.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return N=!0,K=new Promise(function(A,z){return E.signal.addEventListener("abort",function(){return z({name:"AbortError",message:_||"Aborted"})})}),p(i(x,h,(w=o?.getPendingMeta)==null?void 0:w.call(o,{requestId:x,arg:h},{getState:g,extra:b}))),[4,Promise.race([K,Promise.resolve(r(h,{dispatch:p,getState:g,extra:b,requestId:x,signal:E.signal,abort:M,rejectWithValue:function(A,z){return new vs(A,z)},fulfillWithValue:function(A,z){return new P1(A,z)}})).then(function(A){if(A instanceof vs)throw A;return A instanceof P1?n(A.payload,x,h,A.meta):n(A,x,h)})])];case 3:return I=v.sent(),[3,5];case 4:return V=v.sent(),I=V instanceof vs?s(null,x,h,V.payload,V.meta):s(V,x,h),[3,5];case 5:return $=o&&!o.dispatchConditionRejection&&s.match(I)&&I.meta.condition,$||p(I),[2,I]}})})}();return Object.assign(O,{abort:M,requestId:x,arg:h,unwrap:function(){return O.then(Gp)}})}}return Object.assign(f,{pending:i,rejected:s,fulfilled:n,typePrefix:t})}return e.withTypes=function(){return e},e}();function Gp(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Wp(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var $1="listener",H1="completed",F1="cancelled",$C="task-"+F1,HC="task-"+H1,FC=$1+"-"+F1,GC=$1+"-"+H1;var Ss="listenerMiddleware";var WC=zt(Ss+"/add"),jC=zt(Ss+"/removeAll"),VC=zt(Ss+"/remove");var I1,KC=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(I1||(I1=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},jp=function(e){return function(t){setTimeout(t,e)}},ZC=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:jp(10);x1();window.ftReduxStores||(window.ftReduxStores={});var ur=class e extends bt{static get(t){var r;let o=typeof t=="string"?t:t.name,n=typeof t=="string"?void 0:t,i=window.ftReduxStores[o];if(Ir(i))return i;if(n==null)return;let s=B1({...n,reducers:(r=n.reducers)!==null&&r!==void 0?r:{}}),c=D1({reducer:(l,f)=>f.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...l,...f.overwrites}:s.reducer(l,f)});return window.ftReduxStores[n.name]=new e(s,c,n.eventBus)}constructor(t,r,o){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new To;let n=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,c)=>{let l=s,f=i[l];return f?(...h)=>{let p=f(...h.map(n));return this.reduxStore.dispatch(p),p}:h=>{this.setState({[l]:n(h)})}}}),this.eventBus=o??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function Vp(){var e;for(let t of Object.values((e=window.ftReduxStores)!==null&&e!==void 0?e:{}))Ir(t)&&t.clear()}var rn=class{constructor(t,r,o){this.store=t,this.valueSelector=r,this.callback=o}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let t=this.store.getState(),r=this.valueSelector(t);Be(this.lastValue,r)&&(this.callback(r,t),this.lastValue=r)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function Kp(e,t,r){return new rn(e,t,r).watch()}var Cs=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(t){var r;return(r=this.requestConsumers.get(t))!==null&&r!==void 0?r:this.requestConsumers.set(t,new Set).get(t)}registerComponent(t,r){for(let o of r)this.getOrCreateRequestConsumers(o).add(t)}unregisterComponent(t,r){for(let o of r)this.getOrCreateRequestConsumers(o).delete(t)}isRequestNeeded(t){return this.getOrCreateRequestConsumers(t).size>0}};var Ls={};Y(Ls,{scrollHelper:()=>Zp});var Os,on=new Map,As=class{lock(t,r){if(r){let o=on.get(r);if(o==null||o===t)return on.set(r,t),r}}release(t,r){r&&on.get(r)===t&&on.delete(r)}findFirstScrollableParent(t){var r;let o,n;for(let i of di(t)){let s=i,c=this.elementCanScroll(s);if(c&&s.clientHeight&&s.clientHeight<s.scrollHeight){o=s;break}else c&&n==null&&(n=s)}return(r=o??n)!==null&&r!==void 0?r:document.body}elementCanScroll(t){try{return["auto","scroll"].includes(getComputedStyle(t).overflowY)&&!["contents"].includes(getComputedStyle(t).display)}catch{return!1}}getAbsoluteScrollOffset(t,r){var o,n;let i=0;for(;r&&r.offsetParent!==t.offsetParent;)i+=(o=r.offsetTop)!==null&&o!==void 0?o:0,r=r.offsetParent;return i+((n=r?.offsetTop)!==null&&n!==void 0?n:0)-t.offsetTop}computeTopOffsetRatio(t,r){if(typeof t=="number")return t;switch(t){case"end":return 1;case"center":return .5;case"nearest":return r;default:return 0}}scrollIntoViewIfPossible(t,r){let o=this.findFirstScrollableParent(t);if(t&&this.lock(this,o)){let n=this.getAbsoluteScrollOffset(o,t),i=n-o.clientHeight+t.clientHeight,s=n,c=So(0,(s-o.scrollTop)/(s-i),1),l=this.computeTopOffsetRatio(r?.position,c)*(i-s)+s;o.scrollTo({behavior:r?.behavior,top:l})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",t,o);this.release(this,o)}};window.FluidTopicsScrollHelper=(Os=window.FluidTopicsScrollHelper)!==null&&Os!==void 0?Os:new As;var Zp=window.FluidTopicsScrollHelper;var Rs={};Y(Rs,{SearchPlaceConverter:()=>Wr,SearchPlaceQueryParams:()=>Q,isSearchPlaceQueryParams:()=>O2,serializeRequest:()=>Jp});var qp=Su(W1(),1);var j1;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(j1||(j1={}));var V1;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(V1||(V1={}));var K1;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(K1||(K1={}));var Z1;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Z1||(Z1={}));var Y1;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Y1||(Y1={}));var q1;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(q1||(q1={}));var X1;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__AI_TRANSLATE="DOCUMENT__AI_TRANSLATE",e.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__DISPLAY="TOPIC__DISPLAY",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(X1||(X1={}));var J1;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(J1||(J1={}));var Q1;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW"})(Q1||(Q1={}));var e2;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(e2||(e2={}));var t2;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(t2||(t2={}));var r2;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(r2||(r2={}));var o2;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(o2||(o2={}));var a2;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(a2||(a2={}));var Fr;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(Fr||(Fr={}));var n2;(function(e){e.ASC="ASC",e.DESC="DESC"})(n2||(n2={}));var i2;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(i2||(i2={}));var ws;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(ws||(ws={}));var h2=e=>Object.keys(ws).includes(e);var s2;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(s2||(s2={}));var c2;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(c2||(c2={}));var l2;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(l2||(l2={}));var Gr;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Gr||(Gr={}));var m2=e=>Object.keys(Gr).includes(e);var d2;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(d2||(d2={}));var f2;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(f2||(f2={}));var u2;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(u2||(u2={}));var fe;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(fe||(fe={}));var We;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(We||(We={}));var p2;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(p2||(p2={}));var g2;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(g2||(g2={}));var y2;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(y2||(y2={}));var b2;(function(e){e.USER="USER",e.ASSISTANT="ASSISTANT"})(b2||(b2={}));var v2;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(v2||(v2={}));var x2;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(x2||(x2={}));var Yp={[fe.PERSONAL_BOOK_SHARE_USER]:[fe.PERSONAL_BOOK_USER],[fe.HTML_EXPORT_USER]:[fe.PERSONAL_BOOK_USER],[fe.PDF_EXPORT_USER]:[fe.PERSONAL_BOOK_USER],[fe.KHUB_ADMIN]:[fe.CONTENT_PUBLISHER],[fe.ADMIN]:[fe.KHUB_ADMIN,fe.USERS_ADMIN,fe.PORTAL_ADMIN],[fe.GENERATIVE_AI_EXPORT_USER]:[fe.GENERATIVE_AI_USER]};function S2(e,t){return e===t||(Yp[e]??[]).some(r=>S2(r,t))}function C2(e,t){return e==null?!1:(Array.isArray(e)?e:Array.isArray(e.roles)?e.roles:Array.isArray(e.profile?.roles)?e.profile.roles:[]).some(o=>S2(o,t))}function Xp(e){return`"${e}"`}function E2(e){return e.startsWith('"')&&e.endsWith('"')?e.replace(/(^"+)|("+$)/g,""):e}function Jp(e,t){return new Wr(e).serialize(t)}var Q;(function(e){e.LOCALE="content-lang",e.QUERY="query",e.SCOPE="scope",e.FILTERS="filters",e.VIRTUAL_FIELD="virtual-field",e.PERIOD="period",e.VALUE_FILTERS="value-filters",e.DATE_FILTERS="date-filters",e.RANGE_FILTERS="range-filters",e.SORT="sort",e.PER_PAGE="per-page",e.KEYWORD_MATCH="keyword-match"})(Q||(Q={}));var Qp=new Set(Object.values(Q));function O2(e){return Qp.has(e)}var Wr=class{constructor(t,r=20,o=!1,n="en-US"){this.baseUrl=t,this.defaultPerPage=r,this.allLanguagesAllowed=o,this.defaultContentLocale=n,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(t,r){return this.serializeToCurrentPageIfPossible(t,r??"/search")}serializeToCurrentPageIfPossible(t,r){let o=r==null||r.trim().length===0,n=new URL(o?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${r}`);return n.search=this.toURLSearchParams(t),n.toString()}toURLSearchParams(t,r=!1){var o,n,i,s,c,l,f,h,p,g,b;let x=new URLSearchParams;t.contentLocale?(!r||t.contentLocale!==this.defaultContentLocale)&&x.append(Q.LOCALE,t.contentLocale):x.append(Q.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((o=t.query)===null||o===void 0?void 0:o.length)>0&&x.append(Q.QUERY,t.query);let E=(i=(n=t.metadataFilters)===null||n===void 0?void 0:n.filter(C=>C.valueFilter&&!C.valueFilter.negative))!==null&&i!==void 0?i:[];if(E.length>0){let C=E.map(w=>{var I,F;let K=((F=(I=w.valueFilter)===null||I===void 0?void 0:I.values)!==null&&F!==void 0?F:[]).map(V=>this.escapeFilters(V)).map(V=>Xp(E2(V))).join("_");return`${w.key}~${K}`}).join("*");x.append(Q.VALUE_FILTERS,C)}let _=(c=(s=t.metadataFilters)===null||s===void 0?void 0:s.filter(C=>C.dateFilter))!==null&&c!==void 0?c:[];if(_.length>0){let C=_.map(w=>{var I;return`${w.key}~${(I=w.dateFilter)===null||I===void 0?void 0:I.type.toLowerCase()}`}).join("*");x.append(Q.DATE_FILTERS,C)}let N=(f=(l=t.metadataFilters)===null||l===void 0?void 0:l.filter(C=>C.rangeFilter))!==null&&f!==void 0?f:[];if(N.length>0){let C=N.map(w=>{var I,F;return`${w.key}~${(I=w.rangeFilter)===null||I===void 0?void 0:I.from}_${(F=w.rangeFilter)===null||F===void 0?void 0:F.to}`}).join("*");x.append(Q.RANGE_FILTERS,C)}t.virtualField&&t.virtualField!=="EVERYWHERE"&&x.append(Q.VIRTUAL_FIELD,t.virtualField.toLowerCase()),t.scope&&t.scope!=="DEFAULT"&&x.append(Q.SCOPE,t.scope.toLowerCase()),t.sortId!=null&&x.append(Q.SORT,t.sortId),!((h=t.paging)===null||h===void 0)&&h.perPage&&((g=(p=t.paging)===null||p===void 0?void 0:p.perPage)!==null&&g!==void 0?g:this.defaultPerPage)!=this.defaultPerPage&&x.append(Q.PER_PAGE,String(t.paging.perPage)),t.keywordMatch!=null&&x.append(Q.KEYWORD_MATCH,t.keywordMatch.toLowerCase());let M=(b=t.otherQueryParams)!==null&&b!==void 0?b:{};for(let C in M)x.append(C,M[C]);let O=new Array;return x.forEach((C,w)=>{O.push(this.encodeQueryString(w)+"="+this.encodeQueryString(C))}),encodeURI(O.join("&")).replace(/#/g,"%23")}encodeQueryString(t){return encodeURIComponent(t).replace(/%20/g,"+")}parse(t){var r;let o=t.split("?"),n=this.fromURLSearchParams(o.slice(1).join("?")),i=o[0].split("/search/")[1];return i==null?n:{...n,scope:(r=this.scopeMapping[i])!==null&&r!==void 0?r:n.scope}}fromURLSearchParams(t){var r,o,n,i,s,c;try{t=decodeURI(t).replace(/%23/g,"#")}catch(N){console.warn("Could not decode search request query params, fallback on raw value",N)}let l=new URLSearchParams(t),f=l.get(Q.LOCALE)==="all"?void 0:l.get(Q.LOCALE),h=((r=l.get(Q.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),p=(o=l.get(Q.SORT))===null||o===void 0?void 0:o.toLowerCase(),g=(n=l.get(Q.SCOPE))!==null&&n!==void 0?n:"default",b=+((i=l.get(Q.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),x=l.get(Q.KEYWORD_MATCH),E=x?x.toUpperCase()===Fr.MANDATORY?Fr.MANDATORY:Fr.OPTIONAL:void 0,_={};for(let N of l.keys())O2(N)||(_[N]=l.get(N));return{contentLocale:f??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=l.get(Q.QUERY))!==null&&s!==void 0?s:"",scope:(c=this.scopeMapping[g])!==null&&c!==void 0?c:"DEFAULT",virtualField:h2(h)?h:"EVERYWHERE",sortId:p,metadataFilters:this.parseCompatFilters(l),facets:[],paging:{page:1,perPage:So(1,isNaN(b)?this.defaultPerPage:b,1e3)},keywordMatch:E,otherQueryParams:_}}parseCompatFilters(t){var r,o,n,i,s,c;let l=[];return t.has(Q.FILTERS)&&(l=this.parseValueFilters((r=t.get(Q.FILTERS))!==null&&r!==void 0?r:"")),(o=t.has(Q.PERIOD))!==null&&o!==void 0&&o&&(l=[...l,...this.parseLegacyPeriodFilter(((n=t.get(Q.PERIOD))!==null&&n!==void 0?n:"").toUpperCase())]),[...l,...this.parseValueFilters((i=t.get(Q.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((s=t.get(Q.DATE_FILTERS))!==null&&s!==void 0?s:""),...this.parseRangeFilters((c=t.get(Q.RANGE_FILTERS))!==null&&c!==void 0?c:"")]}splitUnknownFilter(t){return this.superEscapeFilters(t).split("*").map(r=>r.split("~"))}parseValueFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],valueFilter:{values:r[1].split("_").map(E2).map(o=>this.unescapeFilterValue(o)),negative:!1}}))}parseDateFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],dateFilter:{type:Gr[r[1].toUpperCase()]}}))}parseRangeFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],rangeFilter:{from:r[1].split("_")[0],to:r[1].split("_")[1]}}))}escapeFilters(t){for(let[r,o,n]of this.filtersEscapeMapping)t=t.replaceAll(r,o);return t}superEscapeFilters(t){for(let[r,o,n]of this.filtersEscapeMapping)t=t.replaceAll(o,n);return t}unescapeFilterValue(t){for(let[r,o,n]of this.filtersEscapeMapping)t=t.replace(n,r);return t}parseLegacyPeriodFilter(t){if(m2(t))return[{key:"ft:lastEdition",dateFilter:{type:Gr[t]}}];if(t.startsWith("CUSTOM_")){let[r,o,n]=t.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:o,to:n}}]}return[]}};var Ts={};Y(Ts,{toFtFormComponent:()=>Ns});var _s=Symbol("elementInternals"),Ns=ye(Symbol("toFtFormComponent"),function(e){class t extends e{static get formAssociated(){return!0}get form(){return this[_s].form}constructor(...o){super(o),this[_s]=this.attachInternals()}setFormValue(o){this[_s].setFormValue(o)}}return t});var Ms={};Y(Ms,{DateFormatter:()=>pr});var pr=class{static format(t,r,o,n){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(o,n)):this.getIntlDateTime(t,r,o,n)}static getMomentDateFormat(t,r){return t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,o,n){let i=typeof t=="string"?new Date(t):t,s=new Intl.DateTimeFormat(r,{dateStyle:o?"medium":"short"}).format(i);if(!n)return s;let c=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(i);return`${s} ${c}`}static getTimezoneAsString(){let t=o=>String(Math.floor(o)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Ps={};Y(Ps,{ALL_KEYS_VALUE:()=>ks,SameWindowStorageEvent:()=>jr});var ks="__all__",jr=class extends CustomEvent{constructor(t,r,o){super("same-window-storage",{detail:{key:t,oldValue:r,newValue:o}})}keyMatch(t){return this.detail.key.includes(t)||this.detail.key==ks}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(e,t,r){let o=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new jr(r[0],o,r[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(e,t,r){let o=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new jr(r[0],o))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(e,t,r){Reflect.apply(e,t,r),window.dispatchEvent(new jr(ks))}});var zs={};Y(zs,{FocusMainContentEvent:()=>Is});var Is=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var A2={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function e3(e){(e.key==="Enter"||e.key===" "||e.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=e.key}function t3(e){window.FluidTopicsA11yHints.isKeyboardNavigation=e.detail==0}document.addEventListener("keydown",e3);document.addEventListener("click",t3);var L2=D`
|
|
49
49
|
.sr-only {
|
|
50
50
|
position:absolute;
|
|
51
51
|
left:-10000px;
|
|
@@ -69,20 +69,20 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
69
69
|
width:auto;
|
|
70
70
|
height:auto;
|
|
71
71
|
}
|
|
72
|
-
`;var
|
|
72
|
+
`;var r3={checkVisibility:!0},PE=ye(Symbol("withAriaNotification"),function(e){class t extends e{sendAriaNotification(o,n){let{checkVisibility:i}={...r3,...n};setTimeout(()=>{(!i||this.checkVisibility())&&(o=typeof o=="string"?o:o?.message,o&&this.dispatchEvent(new Co({type:"aria",message:o})))},20)}}return t});function sn(e,t,r){return e?t(e):r?.(e)}var be=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},hr;(function(e){e.blur="blur",e.blurWithStatusResolutionOnInput="blurWithStatusResolutionOnInput",e.input="input"})(hr||(hr={}));var mr;(function(e){e.default="default",e.warning="warning",e.error="error"})(mr||(mr={}));var Ds=class extends CustomEvent{constructor(t){super("input-validated",{detail:{level:t}})}},WE=ye(Symbol("toFtInput"),function(e){class t extends e{constructor(){super(...arguments),this.warningRules=[],this.errorRules=[],this.validateOn=hr.input,this.validateAtRender=!1,this.label="",this.hideLabel=!1,this.name="",this.disabled=!1,this.errorMessages=[],this.warningMessages=[],this.status=mr.default,this.focused=!1,this.additionalWarningRules=[],this.additionalErrorRules=[]}connectedCallback(){super.connectedCallback(),this.validateAtRender&&this.triggerValidation()}onBlur(){this.focused=!1,(this.validateOn===hr.blur||this.validateOn===hr.blurWithStatusResolutionOnInput)&&this.triggerValidation()}onFocus(){this.focused=!0}onInput(){(this.status!==mr.default&&this.validateOn===hr.blurWithStatusResolutionOnInput||this.validateOn===hr.input)&&this.triggerValidation()}triggerValidation(){this.errorMessages=this.processRules([...this.errorRules,...this.additionalErrorRules]),this.warningMessages=this.processRules([...this.warningRules,...this.additionalWarningRules]),this.status=this.resolveStatus(),this.dispatchEvent(new Ds(this.status))}get messagesForScreenReaderElementId(){return"sr-helper-text-list"}renderMessagesForScreenReader(){return W`
|
|
73
73
|
<ul aria-live="polite" id="${this.messagesForScreenReaderElementId}"
|
|
74
74
|
style="position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;list-style:none;">
|
|
75
|
-
${
|
|
76
|
-
<li>${
|
|
75
|
+
${Xt(this.errorMessages,o=>W`
|
|
76
|
+
<li>${o}</li>
|
|
77
77
|
`)}
|
|
78
|
-
${
|
|
79
|
-
<li>${
|
|
78
|
+
${Xt(this.warningMessages,o=>W`
|
|
79
|
+
<li>${o}</li>
|
|
80
80
|
`)}
|
|
81
|
-
${
|
|
81
|
+
${sn(!this.errorMessages.length&&!this.warningMessages.length&&this.helperText,()=>W`
|
|
82
82
|
<li>${this.helperText}</li>
|
|
83
83
|
`)}
|
|
84
84
|
</ul>
|
|
85
|
-
`}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?
|
|
85
|
+
`}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?mr.error:this.warningMessages.length?mr.warning:mr.default}processRules(o){return o.map(n=>n(this.value)).filter(n=>n!==!0).map(n=>n)}}return be([L()],t.prototype,"warningRules",void 0),be([L()],t.prototype,"errorRules",void 0),be([L()],t.prototype,"validateOn",void 0),be([L({type:Boolean})],t.prototype,"validateAtRender",void 0),be([L()],t.prototype,"label",void 0),be([L({type:Boolean})],t.prototype,"hideLabel",void 0),be([L()],t.prototype,"name",void 0),be([L({type:Boolean})],t.prototype,"disabled",void 0),be([L()],t.prototype,"helperText",void 0),be([L()],t.prototype,"forceStatus",void 0),be([L({reflect:!0})],t.prototype,"value",void 0),be([ee()],t.prototype,"errorMessages",void 0),be([ee()],t.prototype,"warningMessages",void 0),be([ee()],t.prototype,"status",void 0),be([ee()],t.prototype,"focused",void 0),be([ee()],t.prototype,"additionalWarningRules",void 0),be([ee()],t.prototype,"additionalErrorRules",void 0),t});var Do=(e,t)=>{let r=e._$AN;if(r===void 0)return!1;for(let o of r)o._$AO?.(t,!1),Do(o,t);return!0},cn=e=>{let t,r;do{if((t=e._$AM)===void 0)break;r=t._$AN,r.delete(e),e=t}while(r?.size===0)},w2=e=>{for(let t;t=e._$AM;e=t){let r=t._$AN;if(r===void 0)t._$AN=r=new Set;else if(r.has(e))break;r.add(e),n3(t)}};function o3(e){this._$AN!==void 0?(cn(this),this._$AM=e,w2(this)):this._$AM=e}function a3(e,t=!1,r=0){let o=this._$AH,n=this._$AN;if(n!==void 0&&n.size!==0)if(t)if(Array.isArray(o))for(let i=r;i<o.length;i++)Do(o[i],!1),cn(o[i]);else o!=null&&(Do(o,!1),cn(o));else Do(this,e)}var n3=e=>{e.type==ot.CHILD&&(e._$AP??=a3,e._$AQ??=o3)},ln=class extends De{constructor(){super(...arguments),this._$AN=void 0}_$AT(t,r,o){super._$AT(t,r,o),w2(this),this.isConnected=t._$AU}_$AO(t,r=!0){t!==this.isConnected&&(this.isConnected=t,t?this.reconnected?.():this.disconnected?.()),r&&(Do(this,t),cn(this))}setValue(t){if(gl(this._$Ct))this._$Ct._$AI(t,this);else{let r=[...this._$Ct._$AH];r[this._$Ci]=t,this._$Ct._$AI(r,this,0)}}disconnected(){}reconnected(){}};var R2;(function(e){e.sm="sm",e.md="md",e.lg="lg",e.xl="xl"})(R2||(R2={}));var i3={sm:640,md:768,lg:1024,xl:1280},Us=class extends ln{constructor(t){super(t),this.size=0,this.onResize=()=>{let r=window.innerWidth;this.size!==r&&(this.size=r,this.lastArgs&&this.setValue(this.render(...this.lastArgs)))},this.size=window.innerWidth,window.addEventListener("resize",this.onResize)}disconnected(){window.removeEventListener("resize",this.onResize)}reconnected(){window.addEventListener("resize",this.onResize)}update(t,[r,o,n]){return this.lastArgs=[r,o,n],this.render(r,o,n)}render(t,r,o){let n=this.resolveThreshold(t),i=o??(()=>Z);return this.size>n?r():i()}resolveThreshold(t){return typeof t=="number"?t:i3[t]}},aO=Ye(Us);var Bs,$s,Hs,Fs,Gs=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Hs=($s=(Bs=window.safari)===null||Bs===void 0?void 0:Bs.pushNotification)===null||$s===void 0?void 0:$s.toString())!==null&&Hs!==void 0?Hs:"")==="[object SafariRemoteNotification]",s3="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Fs=window.ftGlobals)!==null&&Fs!==void 0?Fs:{lit:Qn,litDecorators:ri,litRepeat:oi,litClassMap:ai,litStyleMap:ni,litUnsafeHTML:ii,wcUtils:{...mi,...ci,...xi,...Ms,...Si,...Ci,...Li,...hi,...Hi,...zs,...A2,...Ls,...Ai,...Ki,...Ts,...ji,...s1,...fi,...qi,...wi,...Xi,...L2,...l1,...Ji,...Es,...Ps,...Fi,...Wi,...Rs,...yi,isSafari:Gs,isTouchScreen:s3,setVariable:R}};var _2=a.extend("--ft-ripple-color","",j.colorContent),k={color:_2,backgroundColor:a.extend("--ft-ripple-background-color","",_2),opacityContentOnSurfacePressed:a.external(j.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:a.external(j.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:a.external(j.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:a.external(j.opacityContentOnSurfaceSelected,"Design system"),borderRadius:a.create("--ft-ripple-border-radius","","SIZE","0px")},N2=a.extend("--ft-ripple-color","",j.colorPrimary),T2={color:N2,backgroundColor:a.extend("--ft-ripple-background-color","",N2)},M2=a.extend("--ft-ripple-color","",j.colorSecondary),k2={color:M2,backgroundColor:a.extend("--ft-ripple-background-color","",M2)},P2=D`
|
|
86
86
|
:host {
|
|
87
87
|
display: contents;
|
|
88
88
|
}
|
|
@@ -95,7 +95,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
95
95
|
|
|
96
96
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
97
97
|
overflow: hidden;
|
|
98
|
-
border-radius: ${
|
|
98
|
+
border-radius: ${k.borderRadius};
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.ft-ripple .ft-ripple--background,
|
|
@@ -129,27 +129,27 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.ft-ripple .ft-ripple--background {
|
|
132
|
-
background-color: ${
|
|
132
|
+
background-color: ${k.backgroundColor};
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.ft-ripple .ft-ripple--effect {
|
|
136
|
-
background-color: ${
|
|
136
|
+
background-color: ${k.color};
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
140
|
-
background-color: ${
|
|
140
|
+
background-color: ${k2.backgroundColor};
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
144
|
-
background-color: ${
|
|
144
|
+
background-color: ${k2.color};
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
148
|
-
background-color: ${
|
|
148
|
+
background-color: ${T2.backgroundColor};
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
152
|
-
background-color: ${
|
|
152
|
+
background-color: ${T2.color};
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.ft-ripple .ft-ripple--background {
|
|
@@ -179,127 +179,127 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
182
|
-
opacity: ${
|
|
182
|
+
opacity: ${k.opacityContentOnSurfaceHover};
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
186
|
-
opacity: ${
|
|
186
|
+
opacity: ${k.opacityContentOnSurfaceSelected};
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
190
|
-
opacity: ${
|
|
190
|
+
opacity: ${k.opacityContentOnSurfaceFocused};
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
194
|
-
opacity: ${
|
|
194
|
+
opacity: ${k.opacityContentOnSurfacePressed};
|
|
195
195
|
transform: translate(-50%, -50%) scale(1);
|
|
196
196
|
}
|
|
197
|
-
`;function
|
|
198
|
-
${
|
|
199
|
-
font-family: ${
|
|
200
|
-
font-size: ${
|
|
201
|
-
font-weight: ${
|
|
202
|
-
letter-spacing: ${
|
|
203
|
-
line-height: ${
|
|
204
|
-
text-decoration: ${
|
|
205
|
-
text-transform: ${
|
|
206
|
-
}
|
|
207
|
-
`}var
|
|
197
|
+
`;function I2(e,t){let r=Nt[e];return D`
|
|
198
|
+
${t?Ke(t):D`.ft-typography--${Ke(e)}`} {
|
|
199
|
+
font-family: ${r.fontFamily};
|
|
200
|
+
font-size: ${r.fontSize};
|
|
201
|
+
font-weight: ${r.fontWeight};
|
|
202
|
+
letter-spacing: ${r.letterSpacing};
|
|
203
|
+
line-height: ${r.lineHeight};
|
|
204
|
+
text-decoration: ${r.textDecoration};
|
|
205
|
+
text-transform: ${r.textCase};
|
|
206
|
+
}
|
|
207
|
+
`}var z2=a.extend("--ft-typography-font-family","",j.titleFont),Et=a.extend("--ft-typography-font-family","",j.contentFont),B={fontFamily:Et,fontSize:a.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:a.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:a.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:a.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:a.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Vr={fontFamily:a.extend("--ft-typography-title-font-family","",z2),fontSize:a.extend("--ft-typography-title-font-size","",B.fontSize,"20px"),fontWeight:a.extend("--ft-typography-title-font-weight","",B.fontWeight,"normal"),letterSpacing:a.extend("--ft-typography-title-letter-spacing","",B.letterSpacing,"0.15px"),lineHeight:a.extend("--ft-typography-title-line-height","",B.lineHeight,"1.2"),textTransform:a.extend("--ft-typography-title-text-transform","",B.textTransform,"inherit")},Kr={fontFamily:a.extend("--ft-typography-title-dense-font-family","",z2),fontSize:a.extend("--ft-typography-title-dense-font-size","",B.fontSize,"14px"),fontWeight:a.extend("--ft-typography-title-dense-font-weight","",B.fontWeight,"normal"),letterSpacing:a.extend("--ft-typography-title-dense-letter-spacing","",B.letterSpacing,"0.105px"),lineHeight:a.extend("--ft-typography-title-dense-line-height","",B.lineHeight,"1.7"),textTransform:a.extend("--ft-typography-title-dense-text-transform","",B.textTransform,"inherit")},Zr={fontFamily:a.extend("--ft-typography-subtitle1-font-family","",Et),fontSize:a.extend("--ft-typography-subtitle1-font-size","",B.fontSize,"16px"),fontWeight:a.extend("--ft-typography-subtitle1-font-weight","",B.fontWeight,"600"),letterSpacing:a.extend("--ft-typography-subtitle1-letter-spacing","",B.letterSpacing,"0.144px"),lineHeight:a.extend("--ft-typography-subtitle1-line-height","",B.lineHeight,"1.5"),textTransform:a.extend("--ft-typography-subtitle1-text-transform","",B.textTransform,"inherit")},Yr={fontFamily:a.extend("--ft-typography-subtitle2-font-family","",Et),fontSize:a.extend("--ft-typography-subtitle2-font-size","",B.fontSize,"14px"),fontWeight:a.extend("--ft-typography-subtitle2-font-weight","",B.fontWeight,"normal"),letterSpacing:a.extend("--ft-typography-subtitle2-letter-spacing","",B.letterSpacing,"0.098px"),lineHeight:a.extend("--ft-typography-subtitle2-line-height","",B.lineHeight,"1.7"),textTransform:a.extend("--ft-typography-subtitle2-text-transform","",B.textTransform,"inherit")},qr={fontFamily:a.extend("--ft-typography-body1-font-family","",Et),fontSize:a.extend("--ft-typography-body1-font-size","",B.fontSize,"16px"),fontWeight:a.extend("--ft-typography-body1-font-weight","",B.fontWeight,"normal"),letterSpacing:a.extend("--ft-typography-body1-letter-spacing","",B.letterSpacing,"0.496px"),lineHeight:a.extend("--ft-typography-body1-line-height","",B.lineHeight,"1.5"),textTransform:a.extend("--ft-typography-body1-text-transform","",B.textTransform,"inherit")},Xr={fontFamily:a.extend("--ft-typography-body2-font-family","",Et),fontSize:a.extend("--ft-typography-body2-font-size","",B.fontSize,"14px"),fontWeight:a.extend("--ft-typography-body2-font-weight","",B.fontWeight,"normal"),letterSpacing:a.extend("--ft-typography-body2-letter-spacing","",B.letterSpacing,"0.252px"),lineHeight:a.extend("--ft-typography-body2-line-height","",B.lineHeight,"1.4"),textTransform:a.extend("--ft-typography-body2-text-transform","",B.textTransform,"inherit")},Jr={fontFamily:a.extend("--ft-typography-caption-font-family","",Et),fontSize:a.extend("--ft-typography-caption-font-size","",B.fontSize,"12px"),fontWeight:a.extend("--ft-typography-caption-font-weight","",B.fontWeight,"normal"),letterSpacing:a.extend("--ft-typography-caption-letter-spacing","",B.letterSpacing,"0.396px"),lineHeight:a.extend("--ft-typography-caption-line-height","",B.lineHeight,"1.33"),textTransform:a.extend("--ft-typography-caption-text-transform","",B.textTransform,"inherit")},Qr={fontFamily:a.extend("--ft-typography-breadcrumb-font-family","",Et),fontSize:a.extend("--ft-typography-breadcrumb-font-size","",B.fontSize,"10px"),fontWeight:a.extend("--ft-typography-breadcrumb-font-weight","",B.fontWeight,"normal"),letterSpacing:a.extend("--ft-typography-breadcrumb-letter-spacing","",B.letterSpacing,"0.33px"),lineHeight:a.extend("--ft-typography-breadcrumb-line-height","",B.lineHeight,"1.6"),textTransform:a.extend("--ft-typography-breadcrumb-text-transform","",B.textTransform,"inherit")},eo={fontFamily:a.extend("--ft-typography-overline-font-family","",Et),fontSize:a.extend("--ft-typography-overline-font-size","",B.fontSize,"10px"),fontWeight:a.extend("--ft-typography-overline-font-weight","",B.fontWeight,"normal"),letterSpacing:a.extend("--ft-typography-overline-letter-spacing","",B.letterSpacing,"1.5px"),lineHeight:a.extend("--ft-typography-overline-line-height","",B.lineHeight,"1.6"),textTransform:a.extend("--ft-typography-overline-text-transform","",B.textTransform,"uppercase")},lt={fontFamily:a.extend("--ft-typography-button-font-family","",Et),fontSize:a.extend("--ft-typography-button-font-size","",B.fontSize,"14px"),fontWeight:a.extend("--ft-typography-button-font-weight","",B.fontWeight,"600"),letterSpacing:a.extend("--ft-typography-button-letter-spacing","",B.letterSpacing,"1.246px"),lineHeight:a.extend("--ft-typography-button-line-height","",B.lineHeight,"1.15"),textTransform:a.extend("--ft-typography-button-text-transform","",B.textTransform,"uppercase")},D2=D`
|
|
208
208
|
.ft-typography--title {
|
|
209
|
-
font-family: ${
|
|
210
|
-
font-size: ${
|
|
211
|
-
font-weight: ${
|
|
212
|
-
letter-spacing: ${
|
|
213
|
-
line-height: ${
|
|
214
|
-
text-transform: ${
|
|
215
|
-
}
|
|
216
|
-
`,
|
|
209
|
+
font-family: ${Vr.fontFamily};
|
|
210
|
+
font-size: ${Vr.fontSize};
|
|
211
|
+
font-weight: ${Vr.fontWeight};
|
|
212
|
+
letter-spacing: ${Vr.letterSpacing};
|
|
213
|
+
line-height: ${Vr.lineHeight};
|
|
214
|
+
text-transform: ${Vr.textTransform};
|
|
215
|
+
}
|
|
216
|
+
`,U2=D`
|
|
217
217
|
.ft-typography--title-dense {
|
|
218
|
-
font-family: ${
|
|
219
|
-
font-size: ${
|
|
220
|
-
font-weight: ${
|
|
221
|
-
letter-spacing: ${
|
|
222
|
-
line-height: ${
|
|
223
|
-
text-transform: ${
|
|
224
|
-
}
|
|
225
|
-
|
|
218
|
+
font-family: ${Kr.fontFamily};
|
|
219
|
+
font-size: ${Kr.fontSize};
|
|
220
|
+
font-weight: ${Kr.fontWeight};
|
|
221
|
+
letter-spacing: ${Kr.letterSpacing};
|
|
222
|
+
line-height: ${Kr.lineHeight};
|
|
223
|
+
text-transform: ${Kr.textTransform};
|
|
224
|
+
}
|
|
225
|
+
`,B2=D`
|
|
226
226
|
.ft-typography--subtitle1 {
|
|
227
|
-
font-family: ${
|
|
228
|
-
font-size: ${
|
|
229
|
-
font-weight: ${
|
|
230
|
-
letter-spacing: ${
|
|
231
|
-
line-height: ${
|
|
232
|
-
text-transform: ${
|
|
233
|
-
}
|
|
234
|
-
|
|
227
|
+
font-family: ${Zr.fontFamily};
|
|
228
|
+
font-size: ${Zr.fontSize};
|
|
229
|
+
font-weight: ${Zr.fontWeight};
|
|
230
|
+
letter-spacing: ${Zr.letterSpacing};
|
|
231
|
+
line-height: ${Zr.lineHeight};
|
|
232
|
+
text-transform: ${Zr.textTransform};
|
|
233
|
+
}
|
|
234
|
+
`,$2=D`
|
|
235
235
|
.ft-typography--subtitle2 {
|
|
236
|
-
font-family: ${
|
|
237
|
-
font-size: ${
|
|
238
|
-
font-weight: ${
|
|
239
|
-
letter-spacing: ${
|
|
240
|
-
line-height: ${
|
|
241
|
-
text-transform: ${
|
|
236
|
+
font-family: ${Yr.fontFamily};
|
|
237
|
+
font-size: ${Yr.fontSize};
|
|
238
|
+
font-weight: ${Yr.fontWeight};
|
|
239
|
+
letter-spacing: ${Yr.letterSpacing};
|
|
240
|
+
line-height: ${Yr.lineHeight};
|
|
241
|
+
text-transform: ${Yr.textTransform};
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
`,
|
|
244
|
+
`,H2=D`
|
|
245
245
|
.ft-typography--body1 {
|
|
246
|
-
font-family: ${
|
|
247
|
-
font-size: ${
|
|
248
|
-
font-weight: ${
|
|
249
|
-
letter-spacing: ${
|
|
250
|
-
line-height: ${
|
|
251
|
-
text-transform: ${
|
|
252
|
-
}
|
|
253
|
-
`,
|
|
246
|
+
font-family: ${qr.fontFamily};
|
|
247
|
+
font-size: ${qr.fontSize};
|
|
248
|
+
font-weight: ${qr.fontWeight};
|
|
249
|
+
letter-spacing: ${qr.letterSpacing};
|
|
250
|
+
line-height: ${qr.lineHeight};
|
|
251
|
+
text-transform: ${qr.textTransform};
|
|
252
|
+
}
|
|
253
|
+
`,F2=D`
|
|
254
254
|
.ft-typography--body2 {
|
|
255
|
-
font-family: ${
|
|
256
|
-
font-size: ${
|
|
257
|
-
font-weight: ${
|
|
258
|
-
letter-spacing: ${
|
|
259
|
-
line-height: ${
|
|
260
|
-
text-transform: ${
|
|
261
|
-
}
|
|
262
|
-
`,
|
|
255
|
+
font-family: ${Xr.fontFamily};
|
|
256
|
+
font-size: ${Xr.fontSize};
|
|
257
|
+
font-weight: ${Xr.fontWeight};
|
|
258
|
+
letter-spacing: ${Xr.letterSpacing};
|
|
259
|
+
line-height: ${Xr.lineHeight};
|
|
260
|
+
text-transform: ${Xr.textTransform};
|
|
261
|
+
}
|
|
262
|
+
`,G2=D`
|
|
263
263
|
.ft-typography--caption {
|
|
264
|
-
font-family: ${
|
|
265
|
-
font-size: ${
|
|
266
|
-
font-weight: ${
|
|
267
|
-
letter-spacing: ${
|
|
268
|
-
line-height: ${
|
|
269
|
-
text-transform: ${
|
|
270
|
-
}
|
|
271
|
-
`,
|
|
264
|
+
font-family: ${Jr.fontFamily};
|
|
265
|
+
font-size: ${Jr.fontSize};
|
|
266
|
+
font-weight: ${Jr.fontWeight};
|
|
267
|
+
letter-spacing: ${Jr.letterSpacing};
|
|
268
|
+
line-height: ${Jr.lineHeight};
|
|
269
|
+
text-transform: ${Jr.textTransform};
|
|
270
|
+
}
|
|
271
|
+
`,W2=D`
|
|
272
272
|
.ft-typography--breadcrumb {
|
|
273
|
-
font-family: ${
|
|
274
|
-
font-size: ${
|
|
275
|
-
font-weight: ${
|
|
276
|
-
letter-spacing: ${
|
|
277
|
-
line-height: ${
|
|
278
|
-
text-transform: ${
|
|
279
|
-
}
|
|
280
|
-
`,
|
|
273
|
+
font-family: ${Qr.fontFamily};
|
|
274
|
+
font-size: ${Qr.fontSize};
|
|
275
|
+
font-weight: ${Qr.fontWeight};
|
|
276
|
+
letter-spacing: ${Qr.letterSpacing};
|
|
277
|
+
line-height: ${Qr.lineHeight};
|
|
278
|
+
text-transform: ${Qr.textTransform};
|
|
279
|
+
}
|
|
280
|
+
`,j2=D`
|
|
281
281
|
.ft-typography--overline {
|
|
282
|
-
font-family: ${
|
|
283
|
-
font-size: ${
|
|
284
|
-
font-weight: ${
|
|
285
|
-
letter-spacing: ${
|
|
286
|
-
line-height: ${
|
|
287
|
-
text-transform: ${
|
|
288
|
-
}
|
|
289
|
-
`,
|
|
282
|
+
font-family: ${eo.fontFamily};
|
|
283
|
+
font-size: ${eo.fontSize};
|
|
284
|
+
font-weight: ${eo.fontWeight};
|
|
285
|
+
letter-spacing: ${eo.letterSpacing};
|
|
286
|
+
line-height: ${eo.lineHeight};
|
|
287
|
+
text-transform: ${eo.textTransform};
|
|
288
|
+
}
|
|
289
|
+
`,V2=D`
|
|
290
290
|
.ft-typography--button {
|
|
291
|
-
font-family: ${
|
|
292
|
-
font-size: ${
|
|
293
|
-
font-weight: ${
|
|
294
|
-
letter-spacing: ${
|
|
295
|
-
line-height: ${
|
|
296
|
-
text-transform: ${
|
|
297
|
-
}
|
|
298
|
-
`,
|
|
291
|
+
font-family: ${lt.fontFamily};
|
|
292
|
+
font-size: ${lt.fontSize};
|
|
293
|
+
font-weight: ${lt.fontWeight};
|
|
294
|
+
letter-spacing: ${lt.letterSpacing};
|
|
295
|
+
line-height: ${lt.lineHeight};
|
|
296
|
+
text-transform: ${lt.textTransform};
|
|
297
|
+
}
|
|
298
|
+
`,K2=D`
|
|
299
299
|
.ft-typography {
|
|
300
300
|
vertical-align: inherit;
|
|
301
301
|
}
|
|
302
|
-
`,
|
|
302
|
+
`,Z2=[Object.keys(Nt).map(e=>I2(e))];var ce={color:a.extend("--ft-loader-color","",j.colorPrimary),size:a.create("--ft-loader-size","","SIZE","80px")},Y2=D`
|
|
303
303
|
:host {
|
|
304
304
|
line-height: 0;
|
|
305
305
|
}
|
|
@@ -308,8 +308,8 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
308
308
|
display: inline-block;
|
|
309
309
|
position: relative;
|
|
310
310
|
|
|
311
|
-
width: ${
|
|
312
|
-
height: ${
|
|
311
|
+
width: ${ce.size};
|
|
312
|
+
height: ${ce.size};
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
.ft-loader div {
|
|
@@ -318,7 +318,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
318
318
|
width: 25%;
|
|
319
319
|
height: 25%;
|
|
320
320
|
border-radius: 50%;
|
|
321
|
-
background: ${
|
|
321
|
+
background: ${ce.color};
|
|
322
322
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
323
323
|
}
|
|
324
324
|
|
|
@@ -365,10 +365,10 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
365
365
|
transform: translate(0, 0);
|
|
366
366
|
}
|
|
367
367
|
100% {
|
|
368
|
-
transform: translate(calc(0.35 * ${
|
|
368
|
+
transform: translate(calc(0.35 * ${ce.size}), 0);
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
|
-
`;var
|
|
371
|
+
`;var Ee={size:a.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:a.extend("--ft-icon-fluid-topics-font-family","",a.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:a.extend("--ft-icon-file-format-font-family","",a.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:a.extend("--ft-icon-material-font-family","",a.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:a.create("--ft-icon-vertical-align","","UNKNOWN","unset")},q2=[D`
|
|
372
372
|
:host, i.ft-icon {
|
|
373
373
|
display: inline-flex;
|
|
374
374
|
align-items: center;
|
|
@@ -377,14 +377,14 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
:host {
|
|
380
|
-
width: ${
|
|
381
|
-
height: ${
|
|
380
|
+
width: ${Ee.size};
|
|
381
|
+
height: ${Ee.size};
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
i.ft-icon {
|
|
385
385
|
width: 100%;
|
|
386
386
|
height: 100%;
|
|
387
|
-
font-size: ${
|
|
387
|
+
font-size: ${Ee.size};
|
|
388
388
|
line-height: 1;
|
|
389
389
|
font-weight: normal;
|
|
390
390
|
text-transform: none;
|
|
@@ -395,28 +395,28 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
395
395
|
text-rendering: auto;
|
|
396
396
|
-webkit-font-smoothing: antialiased;
|
|
397
397
|
-moz-osx-font-smoothing: grayscale;
|
|
398
|
-
vertical-align: ${
|
|
398
|
+
vertical-align: ${Ee.verticalAlign};
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
i.ft-icon.ft-icon--fluid-topics {
|
|
402
|
-
font-family: ${
|
|
402
|
+
font-family: ${Ee.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
403
403
|
|
|
404
404
|
/* Ugly fix because font is broken */
|
|
405
|
-
font-size: calc(0.75 * ${
|
|
406
|
-
line-height: ${
|
|
405
|
+
font-size: calc(0.75 * ${Ee.size});
|
|
406
|
+
line-height: ${Ee.size};
|
|
407
407
|
position: relative;
|
|
408
408
|
top: -4%;
|
|
409
409
|
justify-content: center;
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
.ft-icon--file-format {
|
|
413
|
-
font-family: ${
|
|
413
|
+
font-family: ${Ee.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
.ft-icon--material {
|
|
417
|
-
font-family: ${
|
|
417
|
+
font-family: ${Ee.materialFontFamily}, "Material Icons", sans-serif;
|
|
418
418
|
}
|
|
419
|
-
`,
|
|
419
|
+
`,St];var X2=a.extend("--ft-button-color","",j.colorPrimary),oe={backgroundColor:a.extend("--ft-button-background-color","",j.colorSurface),borderRadius:a.extend("--ft-button-border-radius","",j.borderRadiusL),color:X2,fontSize:a.extend("--ft-button-font-size","",lt.fontSize),iconSize:a.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:a.extend("--ft-button-ripple-color","",X2),verticalPadding:a.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:a.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:a.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:a.external(j.colorOpacityDisabled,"Design system")},J2=a.extend("--ft-button-primary-color","",a.extend("--ft-button-color","",j.colorOnPrimary)),Ws={backgroundColor:a.extend("--ft-button-primary-background-color","",a.extend("--ft-button-background-color","",j.colorPrimary)),color:J2,rippleColor:a.extend("--ft-button-primary-ripple-color","",J2)},dt={borderRadius:a.extend("--ft-button-dense-border-radius","",a.extend("--ft-button-border-radius","",j.borderRadiusM)),verticalPadding:a.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:a.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:a.create("--ft-button-dense-icon-padding","","SIZE","4px")},Q2=[D`
|
|
420
420
|
:host {
|
|
421
421
|
display: inline-block;
|
|
422
422
|
max-width: 100%;
|
|
@@ -427,7 +427,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
427
427
|
box-shadow: 0px 0px 0px transparent;
|
|
428
428
|
border: 0px solid transparent;
|
|
429
429
|
text-shadow: 0px 0px 0px transparent;
|
|
430
|
-
font-size: ${
|
|
430
|
+
font-size: ${oe.fontSize};
|
|
431
431
|
text-decoration: none;
|
|
432
432
|
}
|
|
433
433
|
|
|
@@ -457,31 +457,31 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
457
457
|
border: none;
|
|
458
458
|
pointer-events: auto;
|
|
459
459
|
|
|
460
|
-
--button-internal-line-height: max(calc(${
|
|
461
|
-
--button-internal-color: ${
|
|
462
|
-
${
|
|
463
|
-
${
|
|
460
|
+
--button-internal-line-height: max(calc(${oe.fontSize} + 2px), ${oe.iconSize});
|
|
461
|
+
--button-internal-color: ${oe.color};
|
|
462
|
+
${R(Ee.size,oe.iconSize)};
|
|
463
|
+
${R(k.color,oe.rippleColor)};
|
|
464
464
|
|
|
465
|
-
border-radius: ${
|
|
466
|
-
padding: ${
|
|
467
|
-
background-color: ${
|
|
465
|
+
border-radius: ${oe.borderRadius};
|
|
466
|
+
padding: ${oe.verticalPadding} ${oe.horizontalPadding};
|
|
467
|
+
background-color: ${oe.backgroundColor};
|
|
468
468
|
color: var(--button-internal-color);
|
|
469
469
|
-webkit-mask-image: radial-gradient(white, black);
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
.ft-button.ft-button--outlined {
|
|
473
473
|
border: 1px solid var(--button-internal-color);
|
|
474
|
-
padding: calc(${
|
|
474
|
+
padding: calc(${oe.verticalPadding} - 1px) calc(${oe.horizontalPadding} - 1px);
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
.ft-button.ft-button--dense {
|
|
478
|
-
padding: ${
|
|
479
|
-
border-radius: ${
|
|
480
|
-
gap: ${
|
|
478
|
+
padding: ${dt.verticalPadding} ${dt.horizontalPadding};
|
|
479
|
+
border-radius: ${dt.borderRadius};
|
|
480
|
+
gap: ${dt.iconPadding};
|
|
481
481
|
}
|
|
482
482
|
|
|
483
483
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
484
|
-
padding: calc(${
|
|
484
|
+
padding: calc(${dt.verticalPadding} - 1px) calc(${dt.horizontalPadding} - 1px);
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.ft-button:not([disabled]):hover {
|
|
@@ -489,22 +489,22 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
.ft-button--round {
|
|
492
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
492
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${oe.verticalPadding});
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
.ft-button--round.ft-button--dense {
|
|
496
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${
|
|
496
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${dt.verticalPadding});
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
.ft-button[disabled] {
|
|
500
500
|
filter: grayscale(1);
|
|
501
|
-
opacity: ${
|
|
501
|
+
opacity: ${oe.opacityDisabled};
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
.ft-button.ft-button--primary {
|
|
505
|
-
background-color: ${
|
|
506
|
-
--button-internal-color: ${
|
|
507
|
-
${
|
|
505
|
+
background-color: ${Ws.backgroundColor};
|
|
506
|
+
--button-internal-color: ${Ws.color};
|
|
507
|
+
${R(k.color,Ws.rippleColor)};
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
.ft-button:focus {
|
|
@@ -517,13 +517,13 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
517
517
|
white-space: nowrap;
|
|
518
518
|
text-overflow: ellipsis;
|
|
519
519
|
display: block;
|
|
520
|
-
margin: 0 ${
|
|
521
|
-
${
|
|
522
|
-
${
|
|
520
|
+
margin: 0 ${oe.iconPadding};
|
|
521
|
+
${R(lt.fontSize,"1em")};
|
|
522
|
+
${R(lt.lineHeight,"var(--button-internal-line-height)")};
|
|
523
523
|
}
|
|
524
524
|
|
|
525
525
|
.ft-button--dense .ft-button--label {
|
|
526
|
-
margin: 0 ${
|
|
526
|
+
margin: 0 ${dt.iconPadding};
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
.ft-button--label[hidden] {
|
|
@@ -536,13 +536,13 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
.ft-button--label[hidden] + [part="icon"] {
|
|
539
|
-
margin: 0 calc(${
|
|
540
|
-
padding: 0 ${
|
|
539
|
+
margin: 0 calc(${oe.horizontalPadding} * -1);
|
|
540
|
+
padding: 0 ${oe.verticalPadding};
|
|
541
541
|
}
|
|
542
542
|
|
|
543
543
|
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
544
|
-
margin: 0 calc(${
|
|
545
|
-
padding: 0 ${
|
|
544
|
+
margin: 0 calc(${dt.horizontalPadding} * -1);
|
|
545
|
+
padding: 0 ${dt.verticalPadding};
|
|
546
546
|
}
|
|
547
547
|
|
|
548
548
|
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
@@ -550,47 +550,47 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
ft-loader {
|
|
553
|
-
${
|
|
554
|
-
${
|
|
553
|
+
${R(ce.size,oe.iconSize)};
|
|
554
|
+
${R(ce.color,"var(--button-internal-color)")};
|
|
555
555
|
}
|
|
556
|
-
`,
|
|
556
|
+
`,St];var Re=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},le=class extends q{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 Ne(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new Ne(10),this.moveRipple=t=>{var r,o;let{x:n,y:i}=this.getCoordinates(t),s=(o=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&o!==void 0?o:{x:0,y:0,width:0,height:0};this.originX=Math.round(n!=null?n-s.x:s.width/2),this.originY=Math.round(i!=null?i-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"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 W`
|
|
557
557
|
<style>
|
|
558
558
|
.ft-ripple .ft-ripple--effect {
|
|
559
559
|
left: ${this.originX}px;
|
|
560
560
|
top: ${this.originY}px;
|
|
561
561
|
}
|
|
562
562
|
</style>
|
|
563
|
-
<div class="${
|
|
563
|
+
<div class="${Ue(t)}">
|
|
564
564
|
<div class="ft-ripple--background"></div>
|
|
565
565
|
<div class="ft-ripple--effect"></div>
|
|
566
566
|
</div>
|
|
567
|
-
`}contentAvailableCallback(
|
|
568
|
-
<${
|
|
567
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var r,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(o=this.target)===null||o===void 0||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let o=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;o&&this.setupFor((r=this.target)!==null&&r!==void 0?r:o)}forceFocusUpdate(){var t;!((t=this.target)===null||t===void 0)&&t.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>l=>{c.forEach(f=>window.addEventListener(f,this.endPress,{once:!0})),this.startPress(l)},o=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),i=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",o,s),t.addEventListener("touchstart",n,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",i,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",o,s),t.removeEventListener("touchstart",n,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",i,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,o=t,n,i;return r.x!=null?{x:n,y:i}=r:o.touches!=null&&(n=o.touches[0].clientX,i=o.touches[0].clientY),{x:n,y:i}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.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()}};le.elementDefinitions={};le.styles=P2;Re([L({type:Boolean})],le.prototype,"primary",void 0);Re([L({type:Boolean})],le.prototype,"secondary",void 0);Re([L({type:Boolean})],le.prototype,"unbounded",void 0);Re([L({type:Boolean})],le.prototype,"activated",void 0);Re([L({type:Boolean})],le.prototype,"selected",void 0);Re([L({type:Boolean})],le.prototype,"disabled",void 0);Re([ee()],le.prototype,"hovered",void 0);Re([ee()],le.prototype,"focused",void 0);Re([ee()],le.prototype,"pressed",void 0);Re([ee()],le.prototype,"rippling",void 0);Re([ee()],le.prototype,"originX",void 0);Re([ee()],le.prototype,"originY",void 0);Re([me(".ft-ripple")],le.prototype,"ripple",void 0);Re([me(".ft-ripple--effect")],le.prototype,"rippleEffect",void 0);ie("ft-ripple")(le);var td=Symbol.for(""),c3=e=>{if(e?.r===td)return e?._$litStatic$},to=e=>({_$litStatic$:e,r:td});var ed=new Map,js=e=>(t,...r)=>{let o=r.length,n,i,s=[],c=[],l,f=0,h=!1;for(;f<o;){for(l=t[f];f<o&&(i=r[f],(n=c3(i))!==void 0);)l+=n+t[++f],h=!0;f!==o&&c.push(i),s.push(l),f++}if(f===o&&s.push(t[o]),h){let p=s.join("$$lit$$");(t=ed.get(p))===void 0&&(s.raw=s,ed.set(p,t=s)),r=c}return e(t,...r)},ro=js(W),eL=js(Zn),tL=js(Yn);var ft;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(ft||(ft={}));var rd=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},Oe=class extends q{constructor(){super(...arguments),this.variant=ft.body1}render(){return this.element?ro`
|
|
568
|
+
<${to(this.element)}
|
|
569
569
|
part="text"
|
|
570
570
|
class="ft-typography ft-typography--${this.variant}">
|
|
571
571
|
<slot></slot>
|
|
572
|
-
</${
|
|
573
|
-
`:
|
|
572
|
+
</${to(this.element)}>
|
|
573
|
+
`:ro`
|
|
574
574
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
575
|
-
`}};
|
|
576
|
-
${
|
|
577
|
-
font-family: ${
|
|
578
|
-
font-size: ${
|
|
579
|
-
font-weight: ${
|
|
580
|
-
letter-spacing: ${
|
|
581
|
-
line-height: ${
|
|
582
|
-
text-decoration: ${
|
|
583
|
-
text-transform: ${
|
|
584
|
-
}
|
|
585
|
-
`}var
|
|
586
|
-
<${
|
|
575
|
+
`}};Oe.styles=[D2,U2,B2,$2,H2,F2,G2,W2,j2,V2,K2,...Z2];rd([L()],Oe.prototype,"element",void 0);rd([L()],Oe.prototype,"variant",void 0);var Ut;(function(e){e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(Ut||(Ut={}));function l3(e,t){let r=Nt[e];return D`
|
|
576
|
+
${t?Ke(t):D`.ftds-typography--${Ke(e)}`} {
|
|
577
|
+
font-family: ${r.fontFamily};
|
|
578
|
+
font-size: ${r.fontSize};
|
|
579
|
+
font-weight: ${r.fontWeight};
|
|
580
|
+
letter-spacing: ${r.letterSpacing};
|
|
581
|
+
line-height: ${r.lineHeight};
|
|
582
|
+
text-decoration: ${r.textDecoration};
|
|
583
|
+
text-transform: ${r.textCase};
|
|
584
|
+
}
|
|
585
|
+
`}var od=[Object.keys(Nt).map(e=>l3(e))];var ad=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},Ot=class extends q{constructor(){super(...arguments),this.variant=Ut.body2medium}render(){return this.element?ro`
|
|
586
|
+
<${to(this.element)}
|
|
587
587
|
part="text"
|
|
588
588
|
class="ftds-typography ftds-typography--${this.variant}">
|
|
589
589
|
<slot></slot>
|
|
590
|
-
</${
|
|
591
|
-
`:
|
|
590
|
+
</${to(this.element)}>
|
|
591
|
+
`:ro`
|
|
592
592
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
593
|
-
`}};
|
|
593
|
+
`}};Ot.styles=[...od];ad([L()],Ot.prototype,"element",void 0);ad([L()],Ot.prototype,"variant",void 0);ie("ft-typography")(Oe);ie("ftds-typography")(Ot);var Uo={distance:a.create("--ft-tooltip-distance","","SIZE","4px"),color:a.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:a.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:a.extend("--ft-tooltip-border-radius","",j.borderRadiusS),maxWidth:a.create("--ft-tooltip-max-width","","SIZE","150px")},nd=D`
|
|
594
594
|
.ft-tooltip--container {
|
|
595
595
|
display: block;
|
|
596
596
|
}
|
|
@@ -601,60 +601,637 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
.ft-tooltip {
|
|
604
|
-
|
|
604
|
+
inset: 0;
|
|
605
|
+
margin: 0;
|
|
606
|
+
border: none;
|
|
607
|
+
background: transparent;
|
|
605
608
|
box-sizing: border-box;
|
|
606
609
|
overflow: hidden;
|
|
607
610
|
width: max-content;
|
|
608
|
-
max-width: ${
|
|
611
|
+
max-width: ${Uo.maxWidth};
|
|
609
612
|
text-align: center;
|
|
610
|
-
padding: ${
|
|
611
|
-
z-index: ${Pr.zIndex};
|
|
613
|
+
padding: ${Uo.distance};
|
|
612
614
|
}
|
|
613
615
|
|
|
614
616
|
.ft-tooltip--content {
|
|
615
617
|
padding: 4px 8px;
|
|
616
|
-
border-radius: ${
|
|
617
|
-
background-color: ${
|
|
618
|
-
color: ${
|
|
618
|
+
border-radius: ${Uo.borderRadiusS};
|
|
619
|
+
background-color: ${Uo.backgroundColor};
|
|
620
|
+
color: ${Uo.color};
|
|
619
621
|
position: relative;
|
|
620
622
|
word-break: break-word;
|
|
621
623
|
}
|
|
622
|
-
`;var
|
|
623
|
-
`;var hf="ft-app-info",Zt=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Zt.eventName="authentication-change";var yf={session:(t,e)=>{Se(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>P.dispatchEvent(new Zt(e.payload)),0))}},P=Gt.get({name:hf,reducers:yf,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],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,authenticationRequired:!1}});var qt=class t{static get(e){let{baseUrl:o,apiIntegrationIdentifier:n}=P.getState(),a=e??n;if(o&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,a,!0)}static await(e){return new Promise(o=>{let n=t.get(e);if(n)o(n);else{let a=P.subscribe(()=>{n=t.get(e),n&&(a(),o(n))})}})}};var An=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:qt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):qt.await()}};var Ae=class extends An{constructor(e=!0,o){var n;super(o),this.sortObjectFields=(i,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([l],[d])=>l.localeCompare(d)));let a=this.constructor;a.commonCache=(n=a.commonCache)!==null&&n!==void 0?n:new Ve,this.cache=e?a.commonCache:new Ve}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((o,n)=>0|31*o+n.charCodeAt(0),0))}};var wn=class extends Ae{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 Zi=class{addCommand(e,o=!1){P.commands.add(e,o)}consumeCommand(e){return P.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Zi;var id,kr=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},mf=Symbol("clearAfterUnitTest"),Rn=class extends _o(Ae){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[id]=()=>{this.defaultMessages={},this.cache=new Ve,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 o=e.name.toLowerCase();this.cache.setFinal(o,e),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,o){var n;if(e=e.toLowerCase(),o&&Object.keys(o).length>0){let a={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...o};Se(this.defaultMessages[e],a)||(this.defaultMessages[e]=a,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var o,n;return this.fetchContext(e),(n=(o=this.cache.getNow(e))===null||o===void 0?void 0:o.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(e,o){let n=e.toLowerCase();return this.resolveContext(n)[o]}resolveMessage(e,o,...n){var a;let i=e.toLowerCase(),s=this.resolveContext(i);return new Ft((a=this.defaultMessages[i])!==null&&a!==void 0?a:{},s).resolve(o,...n)}async fetchContext(e){let o=!this.cache.has(e),n;try{n=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),o&&await this.notify(e)}catch(a){!(a instanceof It)&&o&&console.error(a)}return n}subscribe(e,o){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(o),()=>{var a;return(a=this.listeners[e])===null||a===void 0?void 0:a.delete(o)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new kr({loadedContexts:e})),this.dispatchEvent(new kr({loadedContexts:e})),await Promise.all(e.map(o=>this.notify(o,!1)))}async notify(e,o=!0){o&&(document.body.dispatchEvent(new kr({loadedContexts:[e]})),this.dispatchEvent(new kr({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(n=>Lo(0).then(()=>n()).catch(()=>null)))}};id=mf;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Rn{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Rn{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var co=window.FluidTopicsI18nService,qi=window.FluidTopicsCustomI18nService;var Yi=class{highlightHtml(e,o,n){Xa(e,o,n)}};window.FluidTopicsHighlightHtmlService=new Yi;var Tn=class extends Ae{async listMySearches(){let{session:e}=P.getState();return Sc(e,ae.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var Xi=class{isDate(e){var o,n,a,i;return(i=(a=((n=(o=P.getState().metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&n!==void 0?n:[]).find(l=>l.key===e))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1}format(e,o){var n,a,i;return jt.format(e,(n=o?.locale)!==null&&n!==void 0?n:P.getState().uiLocale,(a=o?.longFormat)!==null&&a!==void 0?a:!1,(i=o?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new Xi;var po=class{static get(e,o){var n,a;let i=P.getState(),{lang:s,region:l}=(a=(n=i.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&a!==void 0?a:{lang:"en",region:"US"};return new vr(i.baseUrl,e??20,i.searchInAllLanguagesAllowed,o??`${s}-${l}`)}};var Ji=class{urlToSearchRequest(e){return po.get().parse(e)}searchRequestToUrl(e){return po.get().serialize(e)}};window.FluidTopicsUrlService=new Ji;var Yt=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};Yt.eventName="change";var Qi=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let o=sessionStorage.getItem(this.itemName(e));return o?JSON.parse(o):void 0}set(e,o){sessionStorage.setItem(this.itemName(e),JSON.stringify(o))}},sd=new Qi;var Ln=class t extends ot{static build(){return new t(window.history,sd,()=>window.location,!1)}constructor(e,o,n,a){var i,s;super(),this.history=e,this.historyStorage=o,this.windowLocation=n,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(i=e.state)===null||i===void 0?void 0:i.index)!==null&&s!==void 0?s:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(a)}setCurrentState(e,o=!1){let n=o&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,n&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),Se(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Yt(this.currentItem())),0)}installProxies(){let e=o=>(n,a,[i,s,l])=>{let d=o(),u={...d===this.currentIndex?this.currentState:void 0,...i,index:d,href:typeof l=="string"?l:(l??this.windowLocation()).href};n.apply(a,[u,s,l]),this.setCurrentState(u,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(e){for(let o=this.history.length-1;o>=0;o--)e?this.states[o]=this.historyStorage.get(o):setTimeout(()=>this.states[o]=this.historyStorage.get(o),this.history.length-o)}updateCurrentState(e){var o;let n={...this.buildCurrentState(),...e,index:this.currentIndex,title:(o=e?.title)!==null&&o!==void 0?o:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(e){this.addEventListener(Yt.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Yt.eventName,e)}currentItem(){return Pt(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return Pt(this.states[this.previousDifferentMajorPosition()])}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return Pt(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var o;let n=(o=this.states[e])===null||o===void 0?void 0:o.majorStateId;if(!n)return e;let a=e,i=e+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,n);)this.hasState(i)&&(a=i),i++;return a}buildCurrentState(){var e,o;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(o=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&o!==void 0?o:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,o){var n;if(!this.hasState(e))return!1;let a=o??this.currentState.majorStateId,i=(n=this.states[e])===null||n===void 0?void 0:n.majorStateId;return i==null||i!=a}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Ln.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});function ld(t,e){let{authenticationRequired:o,session:n}=P.getState();return o&&!n?.sessionAuthenticated?Promise.resolve(e):t()}var ie=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},Q=class extends G{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",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=()=>qt.get(),this.authenticationRequired=!1,this.messageContexts=[],this.cache=new Ve,this.cleanSessionDebouncer=new Ce,this.reloadConfiguration=()=>{this.cache.clear("availableContentLocales"),this.updateAvailableContentLocales()}}render(){return F`
|
|
624
|
+
`;var id=D`
|
|
625
|
+
`;var d3="ft-app-info",gr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};gr.eventName="authentication-change";var f3={session:(e,t)=>{_e(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>U.dispatchEvent(new gr(t.payload)),0))}},U=ur.get({name:d3,reducers:f3,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],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,authenticationRequired:!1}});var yr=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:o}=U.getState(),n=t??o;if(r&&n&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,n,!0)}static await(t){return new Promise(r=>{let o=e.get(t);if(o)r(o);else{let n=U.subscribe(()=>{o=e.get(t),o&&(n(),r(o))})}})}};var dn=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:yr.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):yr.await()}};var Me=class extends dn{constructor(t=!0,r){var o;super(r),this.sortObjectFields=(i,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([c],[l])=>c.localeCompare(l)));let n=this.constructor;n.commonCache=(o=n.commonCache)!==null&&o!==void 0?o:new at,this.cache=t?n.commonCache:new at}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,o)=>0|31*r+o.charCodeAt(0),0))}};var fn=class extends Me{async listMyBookmarks(){let t=U.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var Vs=class{addCommand(t,r=!1){U.commands.add(t,r)}consumeCommand(t){return U.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new Vs;var sd,oo=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},u3=Symbol("clearAfterUnitTest"),un=class extends ga(Me){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[sd]=()=>{this.defaultMessages={},this.cache=new at,this.listeners={}},this.currentUiLocale=U.getState().uiLocale,U.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=U.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var o;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let n={...(o=this.defaultMessages[t])!==null&&o!==void 0?o:{},...r};_e(this.defaultMessages[t],n)||(this.defaultMessages[t]=n,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,o;return this.fetchContext(t),(o=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&o!==void 0?o:{}}resolveRawMessage(t,r){let o=t.toLowerCase();return this.resolveContext(o)[r]}resolveMessage(t,r,...o){var n;let i=t.toLowerCase(),s=this.resolveContext(i);return new cr((n=this.defaultMessages[i])!==null&&n!==void 0?n:{},s).resolve(r,...o)}async fetchContext(t){let r=!this.cache.has(t),o;try{o=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(n){!(n instanceof Jt)&&r&&console.error(n)}return o}subscribe(t,r){var o;return t=t.toLowerCase(),this.listeners[t]=(o=this.listeners[t])!==null&&o!==void 0?o:new Set,this.listeners[t].add(r),()=>{var n;return(n=this.listeners[t])===null||n===void 0?void 0:n.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new oo({loadedContexts:t})),this.dispatchEvent(new oo({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new oo({loadedContexts:[t]})),this.dispatchEvent(new oo({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(o=>ha(0).then(()=>o()).catch(()=>null)))}};sd=u3;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends un{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends un{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Bo=window.FluidTopicsI18nService,Ks=window.FluidTopicsCustomI18nService;var Zs=class{highlightHtml(t,r,o){Yi(t,r,o)}};window.FluidTopicsHighlightHtmlService=new Zs;var pn=class extends Me{async listMySearches(){let{session:t}=U.getState();return C2(t,fe.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var Ys=class{isDate(t){var r,o,n,i;return(i=(n=((o=(r=U.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&o!==void 0?o:[]).find(c=>c.key===t))===null||n===void 0?void 0:n.date)!==null&&i!==void 0?i:!1}format(t,r){var o,n,i;return pr.format(t,(o=r?.locale)!==null&&o!==void 0?o:U.getState().uiLocale,(n=r?.longFormat)!==null&&n!==void 0?n:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1)}};window.FluidTopicsDateService=new Ys;var $o=class{static get(t,r){var o,n;let i=U.getState(),{lang:s,region:c}=(n=(o=i.defaultLocales)===null||o===void 0?void 0:o.defaultContentLocale)!==null&&n!==void 0?n:{lang:"en",region:"US"};return new Wr(i.baseUrl,t??20,i.searchInAllLanguagesAllowed,r??`${s}-${c}`)}};var qs=class{urlToSearchRequest(t){return $o.get().parse(t)}searchRequestToUrl(t){return $o.get().serialize(t)}};window.FluidTopicsUrlService=new qs;var br=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};br.eventName="change";var Xs=class{itemName(t){return`fluid-topics-history-item-${t}`}get(t){let r=sessionStorage.getItem(this.itemName(t));return r?JSON.parse(r):void 0}set(t,r){sessionStorage.setItem(this.itemName(t),JSON.stringify(r))}},cd=new Xs;var hn=class e extends bt{static build(){return new e(window.history,cd,()=>window.location,!1)}constructor(t,r,o,n){var i,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=o,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(s=(i=t.state)===null||i===void 0?void 0:i.index)!==null&&s!==void 0?s:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(n)}setCurrentState(t,r=!1){let o=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,o&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),_e(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new br(this.currentItem())),0)}installProxies(){let t=r=>(o,n,[i,s,c])=>{let l=r(),f={...l===this.currentIndex?this.currentState:void 0,...i,index:l,href:typeof c=="string"?c:(c??this.windowLocation()).href};o.apply(n,[f,s,c]),this.setCurrentState(f,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:t(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:t(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",t=>this.setCurrentState(t.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(t){for(let r=this.history.length-1;r>=0;r--)t?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(t){var r;let o={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(o)}addHistoryChangeListener(t){this.addEventListener(br.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(br.eventName,t)}currentItem(){return Qt(this.currentState)}back(){let t=this.previousDifferentMajorPosition();t>=0?this.history.go(t-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return Qt(this.states[this.previousDifferentMajorPosition()])}previousDifferentMajorPosition(){let t=this.currentIndex>0?this.currentIndex-1:0;for(;t>0&&!this.isDifferentMajorState(t);)t--;return t}forward(){let t=this.nextMajorPosition();t&&t<this.states.length?this.history.go(t-this.currentIndex):this.history.forward()}forwardItem(){let t=this.nextMajorPosition();if(t)return Qt(this.states[t])}nextMajorPosition(){let t=this.currentIndex;if(!(t>=this.states.length)){do t++;while(t<this.states.length&&!this.isDifferentMajorState(t));return this.getHigherPositionInTheSameState(t)}}getHigherPositionInTheSameState(t){var r;let o=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!o)return t;let n=t,i=t+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,o);)this.hasState(i)&&(n=i),i++;return n}buildCurrentState(){var t,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(t=this.history.state)===null||t===void 0?void 0:t.title)!==null&&r!==void 0?r:document.title}}hasState(t){return this.states[t]!=null}isDifferentMajorState(t,r){var o;if(!this.hasState(t))return!1;let n=r??this.currentState.majorStateId,i=(o=this.states[t])===null||o===void 0?void 0:o.majorStateId;return i==null||i!=n}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=hn.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});function ld(e,t){let{authenticationRequired:r,session:o}=U.getState();return r&&!o?.sessionAuthenticated?Promise.resolve(t):e()}var ue=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},ae=class extends q{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",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=()=>yr.get(),this.authenticationRequired=!1,this.messageContexts=[],this.cache=new at,this.cleanSessionDebouncer=new Ne,this.reloadConfiguration=()=>{this.cache.clear("availableContentLocales"),this.updateAvailableContentLocales()}}render(){return W`
|
|
624
626
|
<slot></slot>
|
|
625
|
-
`}connectedCallback(){super.connectedCallback(),P.addEventListener(Zt.eventName,this.reloadConfiguration)}disconnectedCallback(){P.addEventListener(Zt.eventName,this.reloadConfiguration),super.disconnectedCallback()}update(e){var o,n,a,i,s,l,d;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("apiIntegrationAppVersion")&&P.actions.apiIntegrationAppVersion(this.apiIntegrationAppVersion),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(u=>co.addContext(u)),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((o=this.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales),P.actions.availableUiLocales((a=(n=this.localesConfiguration)===null||n===void 0?void 0:n.availableUiLocales)!==null&&a!==void 0?a:[]),P.actions.searchInAllLanguagesAllowed((s=(i=this.localesConfiguration)===null||i===void 0?void 0:i.allLanguagesAllowed)!==null&&s!==void 0?s:!1)),e.has("authenticationRequired")&&P.actions.authenticationRequired(this.authenticationRequired),e.has("availableContentLocales")&&P.actions.availableContentLocales((d=(l=this.availableContentLocales)===null||l===void 0?void 0:l.contentLocales)!==null&&d!==void 0?d:[]),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),this.availableContentLocales==null&&this.updateAvailableContentLocales())}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())}async updateAvailableContentLocales(){this.availableContentLocales=await this.cache.get("availableContentLocales",()=>ld(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}))}};Q.elementDefinitions={};Q.styles=ad;ie([C()],Q.prototype,"baseUrl",void 0);ie([C()],Q.prototype,"apiIntegrationIdentifier",void 0);ie([C()],Q.prototype,"apiIntegrationAppVersion",void 0);ie([C()],Q.prototype,"uiLocale",void 0);ie([_e(null)],Q.prototype,"availableUiLocales",void 0);ie([_e(null)],Q.prototype,"metadataConfiguration",void 0);ie([C({type:Boolean})],Q.prototype,"editorMode",void 0);ie([C({type:Boolean})],Q.prototype,"noCustom",void 0);ie([C({type:Boolean})],Q.prototype,"openExternalDocumentInNewTab",void 0);ie([C({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],Q.prototype,"noCustomComponent",void 0);ie([C({type:Boolean})],Q.prototype,"withManualResources",void 0);ie([C({type:Boolean})],Q.prototype,"navigatorOnline",void 0);ie([C({type:Boolean})],Q.prototype,"forcedOffline",void 0);ie([C({type:Object})],Q.prototype,"apiProvider",void 0);ie([C({type:Boolean})],Q.prototype,"authenticationRequired",void 0);ie([_e([])],Q.prototype,"messageContexts",void 0);ie([_e(void 0)],Q.prototype,"session",void 0);ie([q()],Q.prototype,"localesConfiguration",void 0);ie([q()],Q.prototype,"availableContentLocales",void 0);var Nn=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},vE=pe(Symbol("withDateFormat"),function(t){class e extends t{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(P)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var a,i;return((i=(a=this.metadataDescriptors.find(l=>l.key===n))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1)?l=>jt.format(l,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Nn([C({type:Boolean})],e.prototype,"useLongDateFormat",void 0),Nn([C({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),Nn([dr({store:P.name,selector:o=>{var n,a;return(a=(n=o.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&a!==void 0?a:[]}})],e.prototype,"metadataDescriptors",void 0),Nn([dr({store:P.name})],e.prototype,"uiLocale",void 0),e});var _n=class extends Ae{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=P.getState().session;return!!e?.sessionAuthenticated}};var In=class extends Ae{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=P.getState().session;return!!e?.sessionAuthenticated}};var gf="ft-user-assets",bf={setAssetCount:(t,e)=>{let{userAssetType:o,count:n}=e.payload.assetCount;t.assetCounts.allAsset[o]=n},clearAssetCount:t=>{Object.values(Pe).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let o=e.payload.mapId;t.assetCounts.bookmarkByMap[o]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:o,mapId:n,asset:a}=e.payload;ts(t,o,[...es(t,o),a]),cd(t,o,1,n),dd(t,a)},editAsset:(t,e)=>{let{assetType:o,asset:n}=e.payload;ts(t,o,es(t,o).map(a=>a.id===n.id?n:a)),dd(t,n)},removeAsset:(t,e)=>{let{assetType:o,mapId:n,assetId:a}=e.payload;ts(t,o,es(t,o).filter(i=>i.id!==a)),cd(t,o,-1,n)}},pd={[Pe.SEARCHES]:"savedSearches",[Pe.BOOKMARKS]:"bookmarks",[Pe.BOOKS]:void 0,[Pe.COLLECTIONS]:void 0},es=(t,e)=>{var o;let n=pd[e];return n?(o=t[n])!==null&&o!==void 0?o:[]:[]},ts=(t,e,o)=>{let n=pd[e];n&&(t[n]=o)},cd=(t,e,o,n)=>{let a=t.assetCounts.allAsset[e];if(a!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,a+o),e===Pe.BOOKMARKS&&n)){let i=t.assetCounts.bookmarkByMap[n];t.assetCounts.bookmarkByMap[n]=Math.max(0,i+o)}},dd=(t,e)=>{let o=t.assetLabels.map(a=>a.title),n=e.labels.filter(a=>!o.includes(a)).map(a=>({title:a}));t.assetLabels.push(...n)},we=Gt.get({name:gf,reducers:bf,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Pe).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),rs=class{constructor(e=new _n,o=new In){this.assetCountsService=e,this.assetLabelsService=o,this.currentSession=P.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new wn,this.savedSearchesService=new Tn,P.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:o}=P.getState();Se((e=this.currentSession)===null||e===void 0?void 0:e.profile,o?.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),we.actions.clearAssetCount(),we.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),we.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),we.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();we.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();we.actions.assetLabels(e)}async loadAssetCount(e){let o=await this.assetCountsService.getUserAssetCount(e);o&&we.actions.setAssetCount({assetCount:o})}async loadBookmarkByMapId(e){let o=await this.assetCountsService.getUserBookmarkCountByMap(e);o&&we.actions.setBookmarkCountByMap({count:o.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let o=Object.keys(we.getState().assetCounts.bookmarkByMap).length!==0;e===Pe.BOOKMARKS&&o&&we.actions.clearBookmarkCountByMap(),we.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let o=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;we.actions.bookmarks(o)}}},xf=new rs;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=xf);oe("ft-app-context")(Q);var os=class{fromLocalizableLabel(e){return e.type=="PLAIN_TEXT"?{message:e.text}:{key:e.key,custom:e.type=="LOCALIZED_CUSTOM",context:e.context,message:e.key}}fromAttribute(e){if(e!=null)try{return JSON.parse(e)}catch{if(this.isI18nKey(e)){let[n,a]=e.split(".");return{context:n,key:a,custom:!0,message:""}}return{message:e}}}toAttribute(e){if(e!=null)return JSON.stringify(e)}isI18nKey(e){return e.match(/^[\w-]+\.[\w-]+$/)}},Dr=new os;var vf=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},fo=Symbol("i18nAttributes"),ud=Symbol("i18nListAttributes"),fd=Symbol("i18nProperties"),Pn=Symbol("i18nContexts"),uo=Symbol("i18nUnsubs"),hd=pe(Symbol("withI18n"),function(t){var e,o;class n extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map,this[o]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?qi:co}i18n(i){let{context:s,key:l,message:d}=i,{custom:u,args:h,argsProvider:f}=i;if(s&&l){this.hasI18nContext(s)||this.addI18nContext(s,void 0,u);let y=h??(f?f(this):[]);return this.getI18nService(u).resolveMessage(s,l,...y)}return d}async awaitI18n(i){let{context:s,custom:l}=i;return s&&await this.getI18nService(l).prepareContext(s),this.i18n(i)}customI18n(i,s){if(Dr.isI18nKey(i)){let[l,d]=i.split(".");return this.i18n({custom:!0,context:l,key:d,...s})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((s,l,d)=>i.has(l)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((s,l,d)=>{var u;return((u=d?.context)===null||u===void 0?void 0:u.toLowerCase())===i}),this.updateI18nProperties(s=>s.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var s,l;let d=this,u=(h,f,y)=>y?.context&&y.key&&i(h,f,y)?{...y,message:this.i18n({context:y.context,key:y.key,custom:y.custom,...h})}:y;(s=this[fo])===null||s===void 0||s.forEach((h,f)=>d[f]=u(h,f,d[f])),(l=this[ud])===null||l===void 0||l.forEach((h,f)=>{var y;return d[f]=(y=d[f])===null||y===void 0?void 0:y.map(x=>u(h,f,x))})}updateI18nProperties(i){var s;(s=this[fd])===null||s===void 0||s.forEach((l,d)=>{i(l,d)&&(this[d]=this.i18n(l))})}addI18nMessages(i,s,l){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(i,s,l)}addI18nContext(i,s,l){let d=(typeof i=="string"?i:i.name).toLowerCase();l=typeof i=="string"?l:i.custom,this[Pn].set(d,{isCustomContext:l}),this[uo].has(d)||this[uo].set(d,this.getI18nService(l).subscribe(d,()=>this.onI18nUpdate(d))),this.getI18nService(l).prepareContext(d,s)}hasI18nContext(i){return this[Pn].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Pn].forEach((i,s)=>this.addI18nContext(s,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[uo].forEach(i=>i()),this[uo].clear()}}return e=Pn,o=uo,vf([C({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),kn=class extends hd(G){},Dn=class extends hd(no){};var ns=class{fromAttribute(e){if(!e)return[];try{let o=JSON.parse(e);return Array.isArray(o)?o.map(n=>typeof n=="string"?Dr.fromAttribute(n):n):[]}catch{return[]}}toAttribute(e){if(e!=null)return JSON.stringify(e)}},Sf=new ns;var yd=(t,e)=>(o,n)=>{var a;o.constructor.createProperty(n,{type:Object,hasChanged:Ne,converter:Dr,...e}),o[fo]=(a=o[fo])!==null&&a!==void 0?a:new Map,o[fo].set(n,t??{})};var md=D`
|
|
626
|
-
`;var
|
|
627
|
+
`}connectedCallback(){super.connectedCallback(),U.addEventListener(gr.eventName,this.reloadConfiguration)}disconnectedCallback(){U.addEventListener(gr.eventName,this.reloadConfiguration),super.disconnectedCallback()}update(t){var r,o,n,i,s,c,l;super.update(t),t.has("baseUrl")&&(U.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&U.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&U.actions.apiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&U.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&U.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&U.actions.noCustom(this.noCustom),t.has("editorMode")&&U.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&U.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&U.actions.session(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(f=>Bo.addContext(f)),t.has("openExternalDocumentInNewTab")&&U.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&U.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&U.actions.forcedOffline(this.forcedOffline),t.has("localesConfiguration")&&(U.actions.defaultLocales((r=this.localesConfiguration)===null||r===void 0?void 0:r.defaultLocales),U.actions.availableUiLocales((n=(o=this.localesConfiguration)===null||o===void 0?void 0:o.availableUiLocales)!==null&&n!==void 0?n:[]),U.actions.searchInAllLanguagesAllowed((s=(i=this.localesConfiguration)===null||i===void 0?void 0:i.allLanguagesAllowed)!==null&&s!==void 0?s:!1)),t.has("authenticationRequired")&&U.actions.authenticationRequired(this.authenticationRequired),t.has("availableContentLocales")&&U.actions.availableContentLocales((l=(c=this.availableContentLocales)===null||c===void 0?void 0:c.contentLocales)!==null&&l!==void 0?l:[]),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.session==null&&this.updateSession(),this.metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),this.availableContentLocales==null&&this.updateAvailableContentLocales())}async updateSession(){this.session=await this.cache.get("session",async()=>{let t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},t.idleTimeoutInMillis),t})}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}async updateLocalesConfiguration(){this.localesConfiguration=await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration())}async updateAvailableContentLocales(){this.availableContentLocales=await this.cache.get("availableContentLocales",()=>ld(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}))}};ae.elementDefinitions={};ae.styles=id;ue([L()],ae.prototype,"baseUrl",void 0);ue([L()],ae.prototype,"apiIntegrationIdentifier",void 0);ue([L()],ae.prototype,"apiIntegrationAppVersion",void 0);ue([L()],ae.prototype,"uiLocale",void 0);ue([$e(null)],ae.prototype,"availableUiLocales",void 0);ue([$e(null)],ae.prototype,"metadataConfiguration",void 0);ue([L({type:Boolean})],ae.prototype,"editorMode",void 0);ue([L({type:Boolean})],ae.prototype,"noCustom",void 0);ue([L({type:Boolean})],ae.prototype,"openExternalDocumentInNewTab",void 0);ue([L({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],ae.prototype,"noCustomComponent",void 0);ue([L({type:Boolean})],ae.prototype,"withManualResources",void 0);ue([L({type:Boolean})],ae.prototype,"navigatorOnline",void 0);ue([L({type:Boolean})],ae.prototype,"forcedOffline",void 0);ue([L({type:Object})],ae.prototype,"apiProvider",void 0);ue([L({type:Boolean})],ae.prototype,"authenticationRequired",void 0);ue([$e([])],ae.prototype,"messageContexts",void 0);ue([$e(void 0)],ae.prototype,"session",void 0);ue([ee()],ae.prototype,"localesConfiguration",void 0);ue([ee()],ae.prototype,"availableContentLocales",void 0);var mn=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},RR=ye(Symbol("withDateFormat"),function(e){class t extends e{constructor(...o){super(o),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(U)}dateFormatOptionsChanged(o){return o.has("metadataDescriptors")||o.has("useLongDateFormat")||o.has("useDateTimeFormat")||o.has("uiLocale")}getDateFormatter(o){var n,i;return((i=(n=this.metadataDescriptors.find(c=>c.key===o))===null||n===void 0?void 0:n.date)!==null&&i!==void 0?i:!1)?c=>pr.format(c,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return mn([L({type:Boolean})],t.prototype,"useLongDateFormat",void 0),mn([L({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),mn([Pr({store:U.name,selector:r=>{var o,n;return(n=(o=r.metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&n!==void 0?n:[]}})],t.prototype,"metadataDescriptors",void 0),mn([Pr({store:U.name})],t.prototype,"uiLocale",void 0),t});var gn=class extends Me{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetCount(t){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${t}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(t){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${t}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${t}`),this.CACHE_DURATION)}isAuthenticated(){let t=U.getState().session;return!!t?.sessionAuthenticated}};var yn=class extends Me{constructor(){super(...arguments),this.CACHE_DURATION=3*60*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let t=U.getState().session;return!!t?.sessionAuthenticated}};var p3="ft-user-assets",h3={setAssetCount:(e,t)=>{let{userAssetType:r,count:o}=t.payload.assetCount;e.assetCounts.allAsset[r]=o},clearAssetCount:e=>{Object.values(We).forEach(t=>{e.assetCounts.allAsset[t]=void 0})},setBookmarkCountByMap:(e,t)=>{let r=t.payload.mapId;e.assetCounts.bookmarkByMap[r]=t.payload.count},clearBookmarkCountByMap:e=>{e.assetCounts.bookmarkByMap={}},addAsset:(e,t)=>{let{assetType:r,mapId:o,asset:n}=t.payload;Qs(e,r,[...Js(e,r),n]),dd(e,r,1,o),fd(e,n)},editAsset:(e,t)=>{let{assetType:r,asset:o}=t.payload;Qs(e,r,Js(e,r).map(n=>n.id===o.id?o:n)),fd(e,o)},removeAsset:(e,t)=>{let{assetType:r,mapId:o,assetId:n}=t.payload;Qs(e,r,Js(e,r).filter(i=>i.id!==n)),dd(e,r,-1,o)}},ud={[We.SEARCHES]:"savedSearches",[We.BOOKMARKS]:"bookmarks",[We.BOOKS]:void 0,[We.COLLECTIONS]:void 0},Js=(e,t)=>{var r;let o=ud[t];return o?(r=e[o])!==null&&r!==void 0?r:[]:[]},Qs=(e,t,r)=>{let o=ud[t];o&&(e[o]=r)},dd=(e,t,r,o)=>{let n=e.assetCounts.allAsset[t];if(n!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,n+r),t===We.BOOKMARKS&&o)){let i=e.assetCounts.bookmarkByMap[o];e.assetCounts.bookmarkByMap[o]=Math.max(0,i+r)}},fd=(e,t)=>{let r=e.assetLabels.map(n=>n.title),o=t.labels.filter(n=>!r.includes(n)).map(n=>({title:n}));e.assetLabels.push(...o)},ke=ur.get({name:p3,reducers:h3,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(We).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ec=class{constructor(t=new gn,r=new yn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=U.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new fn,this.savedSearchesService=new pn,U.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=U.getState();_e((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),ke.actions.clearAssetCount(),ke.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),ke.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),ke.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();ke.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();ke.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&ke.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&ke.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(ke.getState().assetCounts.bookmarkByMap).length!==0;t===We.BOOKMARKS&&r&&ke.actions.clearBookmarkCountByMap(),ke.getState().assetCounts.allAsset[t]!==void 0&&await this.loadAssetCount(t)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;ke.actions.bookmarks(r)}}},m3=new ec;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=m3);ie("ft-app-context")(ae);var tc=class{fromLocalizableLabel(t){return t.type=="PLAIN_TEXT"?{message:t.text}:{key:t.key,custom:t.type=="LOCALIZED_CUSTOM",context:t.context,message:t.key}}fromAttribute(t){if(t!=null)try{return JSON.parse(t)}catch{if(this.isI18nKey(t)){let[r,o]=t.split(".");return{context:r,key:o,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},ao=new tc;var g3=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},Fo=Symbol("i18nAttributes"),pd=Symbol("i18nListAttributes"),hd=Symbol("i18nProperties"),bn=Symbol("i18nContexts"),Ho=Symbol("i18nUnsubs"),md=ye(Symbol("withI18n"),function(e){var t,r;class o extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?Ks:Bo}i18n(i){let{context:s,key:c,message:l}=i,{custom:f,args:h,argsProvider:p}=i;if(s&&c){this.hasI18nContext(s)||this.addI18nContext(s,void 0,f);let g=h??(p?p(this):[]);return this.getI18nService(f).resolveMessage(s,c,...g)}return l}async awaitI18n(i){let{context:s,custom:c}=i;return s&&await this.getI18nService(c).prepareContext(s),this.i18n(i)}customI18n(i,s){if(ao.isI18nKey(i)){let[c,l]=i.split(".");return this.i18n({custom:!0,context:c,key:l,...s})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((s,c,l)=>i.has(c)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((s,c,l)=>{var f;return((f=l?.context)===null||f===void 0?void 0:f.toLowerCase())===i}),this.updateI18nProperties(s=>s.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var s,c;let l=this,f=(h,p,g)=>g?.context&&g.key&&i(h,p,g)?{...g,message:this.i18n({context:g.context,key:g.key,custom:g.custom,...h})}:g;(s=this[Fo])===null||s===void 0||s.forEach((h,p)=>l[p]=f(h,p,l[p])),(c=this[pd])===null||c===void 0||c.forEach((h,p)=>{var g;return l[p]=(g=l[p])===null||g===void 0?void 0:g.map(b=>f(h,p,b))})}updateI18nProperties(i){var s;(s=this[hd])===null||s===void 0||s.forEach((c,l)=>{i(c,l)&&(this[l]=this.i18n(c))})}addI18nMessages(i,s,c){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(i,s,c)}addI18nContext(i,s,c){let l=(typeof i=="string"?i:i.name).toLowerCase();c=typeof i=="string"?c:i.custom,this[bn].set(l,{isCustomContext:c}),this[Ho].has(l)||this[Ho].set(l,this.getI18nService(c).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(c).prepareContext(l,s)}hasI18nContext(i){return this[bn].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[bn].forEach((i,s)=>this.addI18nContext(s,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Ho].forEach(i=>i()),this[Ho].clear()}}return t=bn,r=Ho,g3([L({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}),vn=class extends md(q){},xn=class extends md(ko){};var rc=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(o=>typeof o=="string"?ao.fromAttribute(o):o):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},y3=new rc;var gd=(e,t)=>(r,o)=>{var n;r.constructor.createProperty(o,{type:Object,hasChanged:Be,converter:ao,...t}),r[Fo]=(n=r[Fo])!==null&&n!==void 0?n:new Map,r[Fo].set(o,e??{})};var yd=D`
|
|
628
|
+
`;var Go=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},Je=class extends xn{constructor(){super(),this.editorMode=!1,this.addStore(U)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Z:W`
|
|
627
629
|
<span class="ft-i18n">
|
|
628
630
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
629
631
|
</span>
|
|
630
|
-
`}update(
|
|
632
|
+
`}update(t){var r;super.update(t),["context","key","defaultMessage"].some(o=>t.has(o))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};Je.elementDefinitions={};Je.styles=yd;Go([Pr()],Je.prototype,"editorMode",void 0);Go([L()],Je.prototype,"context",void 0);Go([L()],Je.prototype,"key",void 0);Go([$e([])],Je.prototype,"args",void 0);Go([L()],Je.prototype,"defaultMessage",void 0);ie("ft-i18n")(Je);var Qe=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},pe=class extends vn{constructor(){super(...arguments),this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new Ne,this.revealDebouncer=new Ne,this.onTouch=t=>{this.isIgnored(t)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=t=>{this.isIgnored(t)||this.show()},this.onFocusIn=t=>{!this.isIgnored(t)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=t=>{this.isIgnored(t)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var t,r;return W`
|
|
631
633
|
<div part="container"
|
|
632
634
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
633
635
|
<slot part="slot"></slot>
|
|
634
636
|
<div part="tooltip" role="tooltip" inert
|
|
635
637
|
class="ft-tooltip ft-tooltip--${this.validPosition}"
|
|
636
|
-
|
|
638
|
+
popover="manual">
|
|
637
639
|
<div part="tooltip-content" class="ft-tooltip--content">
|
|
638
640
|
<slot name="text"></slot>
|
|
639
|
-
<ft-typography variant="${
|
|
640
|
-
${(
|
|
641
|
+
<ft-typography variant="${ft.caption}" ?hidden=${!(!((t=this.text)===null||t===void 0)&&t.message)}>
|
|
642
|
+
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
641
643
|
</ft-typography>
|
|
642
644
|
</div>
|
|
643
645
|
</div>
|
|
644
646
|
</div>
|
|
645
|
-
`}setupFor(e){this.eventsTarget!==e&&(this.removeHandlers(),this.eventsTarget=e,this.eventsTarget.addEventListener("mouseenter",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseenter",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(e){e.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(o=>e.has(o))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,o){let n=this.manual;this.manual=!0;let a=this.text;this.text={message:e},await this.show(o),this.text=a,this.manual=n}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(o=>o.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="",Wa(this.slottedElement,this.tooltip,this.position).then(({x:e,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${e}px`,this.tooltip.style.top=`${o}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${U.transitionDuration}, left ${U.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(e){return this.manual||da(e,this.ignoreMatchingElements,this.eventsTarget)}};se.elementDefinitions={"ft-typography":ge};se.styles=nd;We([yd()],se.prototype,"text",void 0);We([C({type:Boolean})],se.prototype,"manual",void 0);We([C({type:Boolean})],se.prototype,"inline",void 0);We([Io()],se.prototype,"delay",void 0);We([C()],se.prototype,"position",void 0);We([_e([])],se.prototype,"ignoreMatchingElements",void 0);We([ta()],se.prototype,"slotNodes",void 0);We([ce(".ft-tooltip--container")],se.prototype,"container",void 0);We([ce(".ft-tooltip")],se.prototype,"tooltip",void 0);We([ce(".ft-tooltip--content")],se.prototype,"tooltipContent",void 0);We([q()],se.prototype,"visible",void 0);oe("ft-tooltip")(se);var Mn;(function(t){t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.BOOKS="",t.MENU="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.HOME="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.EXPORT="",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.USER="",t.EXTLINK="",t.CALENDAR="",t.OFFLINE="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.STAR_PLAIN="",t.TOPICS="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN="",t.ADMIN_KHUB="",t.ADMIN_THEME="",t.ADMIN_USERS="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.INFO="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.FACET_HAS_DESCENDANT="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.THIN_ARROW="",t.SIGN_IN="",t.LOGOUT="",t.TRANSLATE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.ARTICLE="",t.COLUMNS="",t.ANALYTICS="",t.COLLECTIONS="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SEARCH_IN_PUBLICATION="",t.COPY_TO_CLIPBOARD="",t.SHARED_PBK="",t.ATTACHMENTS="",t.STRIPE_ARROW_LEFT="",t.STRIPE_ARROW_RIGHT="",t.FILTERS="",t.DOT="",t.MINUS="",t.PLUS="",t.MAILS_AND_NOTIFICATIONS="",t.SAVE="",t.LOCKER="",t.ADMIN_INTEGRATION="",t.SYNC="",t.TAG="",t.BOOK_PLAIN="",t.UPLOAD="",t.ONLINE="",t.TAG_PLAIN="",t.ACCOUNT_SETTINGS="",t.PRINT="",t.DEFAULT_ROLES="",t.SHORTCUT_MENU="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.PAUSE="",t.PLAY="",t.ADMIN_PORTAL="",t.STAR="",t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.FEEDBACK_PLAIN="",t.RATE_PLAIN="",t.RATE="",t.OFFLINE_SETTINGS="",t.MY_COLLECTIONS="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.RESET="",t.MY_LIBRARY="",t.UNSTRUCTURED_DOC="",t.CONTEXTUAL="",t.THIN_ARROW_UP="",t.ARROW_RIGHT_TO_LINE="",t.DESKTOP="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_STACKED="",t.CHART_BAR_GROUPED="",t.EYE_SLASH="",t.X_MARK="",t.EXPAND_WIDE="",t.PIP="",t.PIP_WIDE="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.EXTLINK_LIGHT="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CHART_BAR_NORMALIZED="",t.CONSUMER="",t.OCTAGON_XMARK="",t.HOURGLASS_HALF="",t.CLOCK="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE="",t.CIRCLE_STOP="",t.ARROW_ROTATE_RIGHT="",t.ARROWS_ROTATE="",t.ALIGN_RIGHT="",t.FORMAT_CLEAR="",t.ALIGN_CENTER="",t.ALIGN_LEFT="",t.PALETTE="",t.BOLD="",t.ITALIC="",t.UNDERLINE="",t.STRIKETHROUGH="",t.LINK_SIMPLE_SLASH="",t.LINK_SIMPLE="",t.ROUTE="",t.CIRCLE_USER_SLASH="",t.CIRCLE_USER_CHECK="",t.LIST_MAGNIFYING_GLASS="",t.MEDAL="",t.THUMBS_UP_THUMBS_DOWN_SOLID="",t.ARROW_TURN_DOWN_RIGHT="",t.FLASK="",t.LOCK_KEYHOLE_OPEN_SOLID="",t.HOURGLASS_END="",t.CIRCLE_QUESTION="",t.GRIP_LINES_SOLID="",t.TRANSLATE_SPARKLE_SOLID="",t.CODE="",t.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",t.PAPER_PLANE_SLASH="",t.COMPRESS="",t.EXPAND="",t.ARROW_ROTATE_LEFT="",t.EYE="",t.SHARE="󨃱",t.MOBILE_SMALL="",t.SPARKLES="",t.HAND_SOLID="",t.CLOCK_SOLID="",t.CONTEXT_MENU_CURSOR="",t.LANGUAGE_SLASH="",t.MAGNIFYING_GLASS_FLOPPY_DISK="",t.CABINET_FILING_FLOPPY_DISK="",t.BOOKMARK_SLASH="",t.CIRCLE_PAUSE="",t.CIRCLE_PLAY="",t.CIRCLE_STOP_PLAIN="",t.CLOUD_ARROW_DOWN="",t.SHARE_NODES="",t.BELL="",t.BELL_SLASH="",t.FILE="",t.HAND="",t.SQUARE_INFO_SOLID="",t.FILE_CODE="",t.BOX_CODE="",t.TOPICS_SOLID="",t.PHOTO_FILM_REGULAR="",t.HYPHEN_SOLID="",t.CROSSHAIRS_REGULAR="",t.PERSON_CHALKBOARD_REGULAR=""})(Mn||(Mn={}));var N;(function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""})(N||(N={}));var VA=new Map([...["abw"].map(t=>[t,N.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(t=>[t,N.AUDIO]),...["avi"].map(t=>[t,N.AVI]),...["chm","xhs"].map(t=>[t,N.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(t=>[t,N.CODE]),...["csv"].map(t=>[t,N.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,N.DITA]),...["epub"].map(t=>[t,N.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,N.EXCEL]),...["flac"].map(t=>[t,N.FLAC]),...["gif"].map(t=>[t,N.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,N.GZIP]),...["html","htm","xhtml"].map(t=>[t,N.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(t=>[t,N.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,N.JPEG]),...["json"].map(t=>[t,N.JSON]),...["m4a","m4p"].map(t=>[t,N.M4A]),...["mov","qt"].map(t=>[t,N.MOV]),...["mp3"].map(t=>[t,N.MP3]),...["mp4","m4v"].map(t=>[t,N.MP4]),...["ogg","oga"].map(t=>[t,N.OGG]),...["pdf","ps"].map(t=>[t,N.PDF]),...["png"].map(t=>[t,N.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,N.POWERPOINT]),...["rar"].map(t=>[t,N.RAR]),...["stp"].map(t=>[t,N.STP]),...["txt","rtf","md","mdown"].map(t=>[t,N.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(t=>[t,N.VIDEO]),...["wav"].map(t=>[t,N.WAV]),...["wma"].map(t=>[t,N.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,N.WORD]),...["xml","xsl","rdf"].map(t=>[t,N.XML]),...["yaml","yml","x-yaml"].map(t=>[t,N.YAML]),...["zip"].map(t=>[t,N.ZIP])]);var KA={[N.ABW]:"#91ABC6",[N.AUDIO]:"#1795E3",[N.AVI]:"#E63324",[N.CHM]:"#71C3EB",[N.CODE]:"#71C3EB",[N.CSV]:"#1F7345",[N.DITA]:"#71C3EB",[N.EPUB]:"#85B926",[N.EXCEL]:"#1F7345",[N.FLAC]:"#1795E3",[N.GIF]:"#59B031",[N.GZIP]:"#F8AB36",[N.HTML]:"#71C3EB",[N.IMAGE]:"#59B031",[N.JPEG]:"#59B031",[N.JSON]:"#71C3EB",[N.M4A]:"#1795E3",[N.MOV]:"#E63324",[N.MP3]:"#1795E3",[N.MP4]:"#E63324",[N.OGG]:"#1795E3",[N.PDF]:"#E44948",[N.PNG]:"#59B031",[N.POWERPOINT]:"#B54A2B",[N.RAR]:"#F8AB36",[N.STP]:"#3764B1",[N.TEXT]:"#3162AB",[N.UNKNOWN]:"#999999",[N.VIDEO]:"#E63324",[N.WAV]:"#1795E3",[N.WMA]:"#1795E3",[N.WORD]:"#3162AB",[N.XML]:"#71C3EB",[N.YAML]:"#71C3EB",[N.ZIP]:"#F8AB36"};var Qe;(function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"})(Qe||(Qe={}));var yo=function(t,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,o,i):s(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},Re=class extends G{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=H}render(){let e=this.variant&&Object.values(Qe).includes(this.variant)?this.variant:Qe.fluid_topics,o=e!==Qe.material||!!this.value;return F`
|
|
646
|
-
<i class="ft-icon ft-icon--${
|
|
647
|
-
${
|
|
648
|
-
<slot ?hidden=${
|
|
647
|
+
`}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseenter",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseenter",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(t){var r,o;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(o=this.tooltip)===null||o===void 0||o.hidePopover()),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}async showTemporaryText(t,r){let o=this.manual;this.manual=!0;let n=this.text;this.text={message:t},await this.show(r),this.text=n,this.manual=o}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&$i(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:t,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${t}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${j.transitionDuration}, left ${j.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(t){return this.manual||li(t,this.ignoreMatchingElements,this.eventsTarget)}};pe.elementDefinitions={"ft-typography":Oe};pe.styles=nd;Qe([gd()],pe.prototype,"text",void 0);Qe([L({type:Boolean})],pe.prototype,"manual",void 0);Qe([L({type:Boolean})],pe.prototype,"inline",void 0);Qe([ya()],pe.prototype,"delay",void 0);Qe([L()],pe.prototype,"position",void 0);Qe([$e([])],pe.prototype,"ignoreMatchingElements",void 0);Qe([ti()],pe.prototype,"slotNodes",void 0);Qe([me(".ft-tooltip--container")],pe.prototype,"container",void 0);Qe([me(".ft-tooltip")],pe.prototype,"tooltip",void 0);Qe([me(".ft-tooltip--content")],pe.prototype,"tooltipContent",void 0);Qe([ee()],pe.prototype,"visible",void 0);ie("ft-tooltip")(pe);var Sn;(function(e){e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.BOOKS="",e.MENU="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.HOME="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.EXPORT="",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.USER="",e.EXTLINK="",e.CALENDAR="",e.OFFLINE="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.STAR_PLAIN="",e.TOPICS="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.CLOSE="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN="",e.ADMIN_KHUB="",e.ADMIN_THEME="",e.ADMIN_USERS="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.INFO="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.FACET_HAS_DESCENDANT="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.THIN_ARROW="",e.SIGN_IN="",e.LOGOUT="",e.TRANSLATE="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.ARTICLE="",e.COLUMNS="",e.ANALYTICS="",e.COLLECTIONS="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SEARCH_IN_PUBLICATION="",e.COPY_TO_CLIPBOARD="",e.SHARED_PBK="",e.ATTACHMENTS="",e.STRIPE_ARROW_LEFT="",e.STRIPE_ARROW_RIGHT="",e.FILTERS="",e.DOT="",e.MINUS="",e.PLUS="",e.MAILS_AND_NOTIFICATIONS="",e.SAVE="",e.LOCKER="",e.ADMIN_INTEGRATION="",e.SYNC="",e.TAG="",e.BOOK_PLAIN="",e.UPLOAD="",e.ONLINE="",e.TAG_PLAIN="",e.ACCOUNT_SETTINGS="",e.PRINT="",e.DEFAULT_ROLES="",e.SHORTCUT_MENU="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.PAUSE="",e.PLAY="",e.ADMIN_PORTAL="",e.STAR="",e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.FEEDBACK_PLAIN="",e.RATE_PLAIN="",e.RATE="",e.OFFLINE_SETTINGS="",e.MY_COLLECTIONS="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.RESET="",e.MY_LIBRARY="",e.UNSTRUCTURED_DOC="",e.CONTEXTUAL="",e.THIN_ARROW_UP="",e.ARROW_RIGHT_TO_LINE="",e.DESKTOP="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_STACKED="",e.CHART_BAR_GROUPED="",e.EYE_SLASH="",e.X_MARK="",e.EXPAND_WIDE="",e.PIP="",e.PIP_WIDE="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.EXTLINK_LIGHT="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CHART_BAR_NORMALIZED="",e.CONSUMER="",e.OCTAGON_XMARK="",e.HOURGLASS_HALF="",e.CLOCK="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE="",e.CIRCLE_STOP="",e.ARROW_ROTATE_RIGHT="",e.ARROWS_ROTATE="",e.ALIGN_RIGHT="",e.FORMAT_CLEAR="",e.ALIGN_CENTER="",e.ALIGN_LEFT="",e.PALETTE="",e.BOLD="",e.ITALIC="",e.UNDERLINE="",e.STRIKETHROUGH="",e.LINK_SIMPLE_SLASH="",e.LINK_SIMPLE="",e.ROUTE="",e.CIRCLE_USER_SLASH="",e.CIRCLE_USER_CHECK="",e.LIST_MAGNIFYING_GLASS="",e.MEDAL="",e.THUMBS_UP_THUMBS_DOWN_SOLID="",e.ARROW_TURN_DOWN_RIGHT="",e.FLASK="",e.LOCK_KEYHOLE_OPEN_SOLID="",e.HOURGLASS_END="",e.CIRCLE_QUESTION="",e.GRIP_LINES_SOLID="",e.TRANSLATE_SPARKLE_SOLID="",e.CODE="",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",e.PAPER_PLANE_SLASH="",e.COMPRESS="",e.EXPAND="",e.ARROW_ROTATE_LEFT="",e.EYE="",e.SHARE="󨃱",e.MOBILE_SMALL="",e.SPARKLES="",e.HAND_SOLID="",e.CLOCK_SOLID="",e.CONTEXT_MENU_CURSOR="",e.LANGUAGE_SLASH="",e.MAGNIFYING_GLASS_FLOPPY_DISK="",e.CABINET_FILING_FLOPPY_DISK="",e.BOOKMARK_SLASH="",e.CIRCLE_PAUSE="",e.CIRCLE_PLAY="",e.CIRCLE_STOP_PLAIN="",e.CLOUD_ARROW_DOWN="",e.SHARE_NODES="",e.BELL="",e.BELL_SLASH="",e.FILE="",e.HAND="",e.SQUARE_INFO_SOLID="",e.FILE_CODE="",e.BOX_CODE="",e.TOPICS_SOLID="",e.PHOTO_FILM_REGULAR="",e.HYPHEN_SOLID="",e.CROSSHAIRS_REGULAR="",e.PERSON_CHALKBOARD_REGULAR=""})(Sn||(Sn={}));var P;(function(e){e.UNKNOWN="",e.ABW="",e.AUDIO="",e.AVI="",e.CHM="",e.CODE="",e.CSV="",e.DITA="",e.EPUB="",e.EXCEL="",e.FLAC="",e.GIF="",e.GZIP="",e.HTML="",e.IMAGE="",e.JPEG="",e.JSON="",e.M4A="",e.MOV="",e.MP3="",e.MP4="",e.OGG="",e.PDF="",e.PNG="",e.POWERPOINT="",e.RAR="",e.STP="",e.TEXT="",e.VIDEO="",e.WAV="",e.WMA="",e.WORD="",e.XML="",e.YAML="",e.ZIP=""})(P||(P={}));var eN=new Map([...["abw"].map(e=>[e,P.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,P.AUDIO]),...["avi"].map(e=>[e,P.AVI]),...["chm","xhs"].map(e=>[e,P.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,P.CODE]),...["csv"].map(e=>[e,P.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,P.DITA]),...["epub"].map(e=>[e,P.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,P.EXCEL]),...["flac"].map(e=>[e,P.FLAC]),...["gif"].map(e=>[e,P.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,P.GZIP]),...["html","htm","xhtml"].map(e=>[e,P.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,P.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,P.JPEG]),...["json"].map(e=>[e,P.JSON]),...["m4a","m4p"].map(e=>[e,P.M4A]),...["mov","qt"].map(e=>[e,P.MOV]),...["mp3"].map(e=>[e,P.MP3]),...["mp4","m4v"].map(e=>[e,P.MP4]),...["ogg","oga"].map(e=>[e,P.OGG]),...["pdf","ps"].map(e=>[e,P.PDF]),...["png"].map(e=>[e,P.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,P.POWERPOINT]),...["rar"].map(e=>[e,P.RAR]),...["stp"].map(e=>[e,P.STP]),...["txt","rtf","md","mdown"].map(e=>[e,P.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,P.VIDEO]),...["wav"].map(e=>[e,P.WAV]),...["wma"].map(e=>[e,P.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,P.WORD]),...["xml","xsl","rdf"].map(e=>[e,P.XML]),...["yaml","yml","x-yaml"].map(e=>[e,P.YAML]),...["zip"].map(e=>[e,P.ZIP])]);var tN={[P.ABW]:"#91ABC6",[P.AUDIO]:"#1795E3",[P.AVI]:"#E63324",[P.CHM]:"#71C3EB",[P.CODE]:"#71C3EB",[P.CSV]:"#1F7345",[P.DITA]:"#71C3EB",[P.EPUB]:"#85B926",[P.EXCEL]:"#1F7345",[P.FLAC]:"#1795E3",[P.GIF]:"#59B031",[P.GZIP]:"#F8AB36",[P.HTML]:"#71C3EB",[P.IMAGE]:"#59B031",[P.JPEG]:"#59B031",[P.JSON]:"#71C3EB",[P.M4A]:"#1795E3",[P.MOV]:"#E63324",[P.MP3]:"#1795E3",[P.MP4]:"#E63324",[P.OGG]:"#1795E3",[P.PDF]:"#E44948",[P.PNG]:"#59B031",[P.POWERPOINT]:"#B54A2B",[P.RAR]:"#F8AB36",[P.STP]:"#3764B1",[P.TEXT]:"#3162AB",[P.UNKNOWN]:"#999999",[P.VIDEO]:"#E63324",[P.WAV]:"#1795E3",[P.WMA]:"#1795E3",[P.WORD]:"#3162AB",[P.XML]:"#71C3EB",[P.YAML]:"#71C3EB",[P.ZIP]:"#F8AB36"};var ut;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(ut||(ut={}));var Wo=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},Pe=class extends q{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Z}render(){let t=this.variant&&Object.values(ut).includes(this.variant)?this.variant:ut.fluid_topics,r=t!==ut.material||!!this.value;return W`
|
|
648
|
+
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
649
|
+
${bo(this.resolvedIcon)}
|
|
650
|
+
<slot ?hidden=${r}></slot>
|
|
649
651
|
</i>
|
|
650
|
-
`}getTextContent(){var
|
|
652
|
+
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(o=>o.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let o=this.value||this.getTextContent();switch(this.variant){case ut.file_format:this.resolvedIcon=(t=P[o.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:o;break;case ut.material:this.resolvedIcon=this.value||Z;break;default:this.resolvedIcon=(r=Sn[o.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:o;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};Pe.elementDefinitions={};Pe.styles=q2;Wo([L()],Pe.prototype,"variant",void 0);Wo([L()],Pe.prototype,"value",void 0);Wo([L({reflect:!0,attribute:"aria-hidden"})],Pe.prototype,"ariaHidden",void 0);Wo([ee()],Pe.prototype,"resolvedIcon",void 0);Wo([me("slot")],Pe.prototype,"slottedContent",void 0);var bd={size:a.create("--ftds-icon-font-size","","SIZE","24px")},vd=[D`
|
|
653
|
+
:host {
|
|
654
|
+
display: inline-flex;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.ftds-icon {
|
|
658
|
+
display: inline-flex;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
svg {
|
|
662
|
+
height: ${bd.size};
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.ftds-icon--monospace svg {
|
|
666
|
+
width: ${bd.size};
|
|
667
|
+
}
|
|
668
|
+
`,St];var cc={};Y(cc,{faAdd:()=>ah,faAlignCenter:()=>g6,faAlignLeft:()=>Y6,faAlignRight:()=>_6,faAngleDoubleLeft:()=>N3,faAngleDoubleRight:()=>z3,faAngleDown:()=>xh,faAngleLeft:()=>G6,faAngleRight:()=>h6,faAngleUp:()=>U3,faAnglesLeft:()=>Ld,faAnglesRight:()=>Nd,faAnglesUpDown:()=>W3,faArchive:()=>L3,faArrowDown:()=>k3,faArrowLeft:()=>ih,faArrowLeftRotate:()=>j3,faArrowRight:()=>Bh,faArrowRightRotate:()=>eh,faArrowRightToBracket:()=>qd,faArrowRightToLine:()=>t0,faArrowRotateBack:()=>V3,faArrowRotateBackward:()=>K3,faArrowRotateForward:()=>th,faArrowRotateLeft:()=>jo,faArrowRotateRight:()=>Cn,faArrowToRight:()=>F6,faArrowTurnDownRight:()=>w6,faArrowUp:()=>r6,faArrowUpRightAndArrowDownLeftFromCenter:()=>v6,faArrowUpRightFromSquare:()=>Td,faArrows:()=>Vh,faArrowsFromLine:()=>om,faArrowsRotate:()=>oc,faArrowsUpDownLeftRight:()=>Hd,faBars:()=>wd,faBarsProgress:()=>Cd,faBell:()=>lm,faBellSlash:()=>gh,faBold:()=>E6,faBook:()=>B6,faBookmark:()=>$h,faBookmarkSlash:()=>Eh,faBooks:()=>F3,faBoxArchive:()=>Od,faBroomWide:()=>jh,faCabinetFiling:()=>t6,faCalendarCheck:()=>mm,faCalendarCircleExclamation:()=>W6,faCalendarDay:()=>f6,faCalendarRange:()=>Wh,faChartLine:()=>Vd,faChartNetwork:()=>oh,faChartSimple:()=>Rh,faCheck:()=>Zh,faCheckCircle:()=>kh,faCircle:()=>d6,faCircleCheck:()=>$d,faCircleDollar:()=>ac,faCircleDot:()=>Ad,faCircleInfo:()=>Sd,faCirclePause:()=>s0,faCirclePlay:()=>Dd,faCircleQuestion:()=>Wd,faCircleStop:()=>Yd,faClock:()=>Qd,faClockFour:()=>$6,faClockRotateLeft:()=>zd,faClone:()=>I6,faClose:()=>Ih,faCloud:()=>u6,faCloudArrowDown:()=>ic,faCloudDownload:()=>Sh,faCloudDownloadAlt:()=>Ch,faCloudSlash:()=>um,faCode:()=>m6,faCodeCompare:()=>O3,faCog:()=>i6,faColumns3:()=>n6,faCommentAltCheck:()=>C6,faCommentAltQuote:()=>uh,faCommentDots:()=>Id,faCommentQuestion:()=>y6,faCommenting:()=>vh,faCompress:()=>J3,faDesktop:()=>_d,faDesktopAlt:()=>I3,faDiagramSankey:()=>S6,faDollarCircle:()=>q3,faDotCircle:()=>_3,faDownload:()=>fh,faEllipsis:()=>n0,faEllipsisH:()=>tm,faEllipsisV:()=>H6,faEllipsisVertical:()=>e0,faEnvelopeOpenText:()=>nm,faEquals:()=>V6,faExclamationTriangle:()=>ph,faExpand:()=>j6,faExpandWide:()=>Hh,faExternalLink:()=>$3,faEye:()=>Z6,faEyeSlash:()=>Y3,faFile:()=>o6,faFileClipboard:()=>hm,faFileInvoice:()=>Ph,faFileMagnifyingGlass:()=>Ud,faFileSearch:()=>Nh,faFilter:()=>dm,faFlask:()=>N6,faFloppyDisk:()=>o0,faFolderOpen:()=>P6,faGear:()=>jd,faGlobe:()=>ch,faGrid2:()=>H3,faHand:()=>Kd,faHandPaper:()=>l6,faHeart:()=>z6,faHistory:()=>Ah,faHourglass2:()=>yh,faHourglass3:()=>A3,faHourglassEnd:()=>Ed,faHourglassHalf:()=>Pd,faImage:()=>b6,faInbox:()=>bh,faInfoCircle:()=>C3,faItalic:()=>Yh,faKey:()=>X6,faLanguage:()=>lh,faLayerGroup:()=>S3,faLifeRing:()=>qh,faLineChart:()=>s6,faLinkSimple:()=>Oh,faLinkSimpleSlash:()=>v3,faListTree:()=>p6,faLockAlt:()=>b3,faLockKeyhole:()=>xd,faLockKeyholeOpen:()=>Rd,faLockOpenAlt:()=>P3,faMagnifyingGlass:()=>a0,faMagnifyingGlassMinus:()=>Jd,faMagnifyingGlassPlus:()=>Xd,faMedal:()=>fm,faMessageCheck:()=>Zd,faMessageQuote:()=>kd,faMinus:()=>c0,faMobile:()=>sc,faMobileAndroid:()=>sm,faMobilePhone:()=>cm,faMultiply:()=>zh,faNavicon:()=>M3,faPaintBrush:()=>q6,faPaintbrush:()=>r0,faPalette:()=>J6,faPaperPlane:()=>D6,faPaperclip:()=>e6,faPaste:()=>l0,faPauseCircle:()=>im,faPen:()=>Th,faPenNib:()=>B3,faPiggyBank:()=>D3,faPlayCircle:()=>_h,faPlug:()=>wh,faPlus:()=>Md,faPowerOff:()=>am,faPrint:()=>R6,faQuestionCircle:()=>a6,faRadar:()=>Q3,faReceipt:()=>K6,faRedo:()=>rh,faRefresh:()=>w3,faRemove:()=>Dh,faRoute:()=>T3,faSave:()=>Q6,faSearch:()=>em,faSearchMinus:()=>U6,faSearchPlus:()=>T6,faServer:()=>Gh,faShareAlt:()=>rm,faShareNodes:()=>i0,faShieldCheck:()=>M6,faSignIn:()=>A6,faSpinnerThird:()=>Lh,faStar:()=>mh,faStopCircle:()=>O6,faStrikethrough:()=>k6,faSubtract:()=>pm,faSync:()=>R3,faTableCells:()=>Fd,faTableLayout:()=>x3,faTablet:()=>Bd,faTabletAndroid:()=>Mh,faTag:()=>G3,faTasksAlt:()=>E3,faTh:()=>Xh,faThumbsDown:()=>x6,faThumbsUp:()=>c6,faTimes:()=>Uh,faToggleOn:()=>dh,faTrashAlt:()=>Jh,faTrashCan:()=>Gd,faTriangleExclamation:()=>nc,faUnderline:()=>nh,faUndo:()=>Z3,faUpload:()=>sh,faUsdCircle:()=>X3,faUser:()=>Fh,faUsers:()=>L6,faWarning:()=>hh,faWifiSlash:()=>Kh,faWrench:()=>Qh,faXmark:()=>Vo});var xd={prefix:"far",iconName:"lock-keyhole",icon:[448,512,["lock-alt"],"f30d","M224 48c44.2 0 80 35.8 80 80l0 64-160 0 0-64c0-44.2 35.8-80 80-80zM96 128l0 64-32 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-32 0 0-64C352 57.3 294.7 0 224 0S96 57.3 96 128zM64 240l320 0c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm184 80c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64z"]},b3=xd,v3={prefix:"far",iconName:"link-simple-slash",icon:[640,512,[],"e1ce","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L532.4 392c45.4-28.2 75.6-78.6 75.6-136c0-88.4-71.6-160-160-160l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0c61.9 0 112 50.1 112 112c0 46.6-28.5 86.6-69.1 103.5L389.5 280l34.5 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-95.7 0L216 144l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0c-11.3 0-22.3 1.2-32.9 3.4L38.8 5.1zm69.6 176.3L70.7 151.7C46.6 179.7 32 216.1 32 256c0 88.4 71.6 160 160 160l72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0c-61.9 0-112-50.1-112-112c0-28.6 10.7-54.8 28.4-74.6z"]},x3={prefix:"far",iconName:"table-layout",icon:[512,512,[],"e290","M448 80c8.8 0 16 7.2 16 16l0 64L48 160l0-64c0-8.8 7.2-16 16-16l384 0zM48 416l0-208 96 0 0 224-80 0c-8.8 0-16-7.2-16-16zm144 16l0-224 272 0 0 208c0 8.8-7.2 16-16 16l-256 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]},S3={prefix:"far",iconName:"layer-group",icon:[576,512,[],"f5fd","M288 0c-8.5 0-17 1.7-24.8 5.1L53.9 94.8C40.6 100.5 32 113.5 32 128s8.6 27.5 21.9 33.2l209.3 89.7c7.8 3.4 16.3 5.1 24.8 5.1s17-1.7 24.8-5.1l209.3-89.7c13.3-5.7 21.9-18.8 21.9-33.2s-8.6-27.5-21.9-33.2L312.8 5.1C305 1.7 296.5 0 288 0zm-5.9 49.2C284 48.4 286 48 288 48s4 .4 5.9 1.2L477.7 128 293.9 206.8c-1.9 .8-3.9 1.2-5.9 1.2s-4-.4-5.9-1.2L98.3 128 282.1 49.2zM53.9 222.8C40.6 228.5 32 241.5 32 256s8.6 27.5 21.9 33.2l209.3 89.7c7.8 3.4 16.3 5.1 24.8 5.1s17-1.7 24.8-5.1l209.3-89.7c13.3-5.7 21.9-18.8 21.9-33.2s-8.6-27.5-21.9-33.2l-31.2-13.4L430 235.5 477.7 256 293.9 334.8c-1.9 .8-3.9 1.2-5.9 1.2s-4-.4-5.9-1.2L98.3 256 146 235.5 85.1 209.4 53.9 222.8zm0 128C40.6 356.5 32 369.5 32 384s8.6 27.5 21.9 33.2l209.3 89.7c7.8 3.4 16.3 5.1 24.8 5.1s17-1.7 24.8-5.1l209.3-89.7c13.3-5.7 21.9-18.8 21.9-33.2s-8.6-27.5-21.9-33.2l-31.2-13.4L430 363.5 477.7 384 293.9 462.8c-1.9 .8-3.9 1.2-5.9 1.2s-4-.4-5.9-1.2L98.3 384 146 363.5 85.1 337.4 53.9 350.8z"]},Sd={prefix:"far",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},C3=Sd,Cd={prefix:"far",iconName:"bars-progress",icon:[512,512,["tasks-alt"],"f828","M464 112l0 64-144 0 0-64 144 0zM48 64C21.5 64 0 85.5 0 112l0 64c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48L48 64zM464 336l0 64-272 0 0-64 272 0zM48 288c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48L48 288z"]},E3=Cd,O3={prefix:"far",iconName:"code-compare",icon:[512,512,[],"e13a","M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9l0 48 16 0c39.8 0 72-32.2 72-72l0-163.7c-32.5-10.2-56-40.5-56-76.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 35.8-23.5 66.1-56 76.3L456 320c0 66.3-53.7 120-120 120l-16 0 0 48zM464 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9l0-48-16 0c-39.8 0-72 32.2-72 72l0 163.7c32.5 10.2 56 40.5 56 76.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-35.8 23.5-66.1 56-76.3L56 192c0-66.3 53.7-120 120-120l16 0 0-48zM48 432a32 32 0 1 0 64 0 32 32 0 1 0 -64 0z"]},Ed={prefix:"far",iconName:"hourglass-end",icon:[384,512,[8987,"hourglass-3"],"f253","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM273.5 140.5C293 121 304 94.6 304 67l0-19L80 48l0 19c0 27.6 11 54 30.5 73.5L192 222.1l81.5-81.5z"]},A3=Ed,Od={prefix:"far",iconName:"box-archive",icon:[512,512,["archive"],"f187","M48 80l0 48 416 0 0-48L48 80zM32 32l448 0c17.7 0 32 14.3 32 32l0 80c0 17.7-14.3 32-32 32L32 176c-17.7 0-32-14.3-32-32L0 64C0 46.3 14.3 32 32 32zM160 248c0-13.3 10.7-24 24-24l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24zM32 416l0-208 48 0 0 208c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-208 48 0 0 208c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64z"]},L3=Od,oc={prefix:"far",iconName:"arrows-rotate",icon:[512,512,[128472,"refresh","sync"],"f021","M94 187.1C120.8 124.1 183.3 80 256 80c39.7 0 77.8 15.8 105.9 43.9L414.1 176 360 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-112c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 54.1L395.9 89.9C358.8 52.8 308.5 32 256 32C163.4 32 83.9 88.2 49.8 168.3c-5.2 12.2 .5 26.3 12.7 31.5s26.3-.5 31.5-12.7zm368 157c5.2-12.2-.4-26.3-12.6-31.5s-26.3 .4-31.5 12.6C391 388.1 328.6 432 256 432c-39.7 0-77.8-15.8-105.9-43.9L97.9 336l54.1 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L40 288c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-54.1 52.1 52.1C153.2 459.2 203.5 480 256 480c92.5 0 171.8-56 206-135.9z"]},w3=oc,R3=oc,Ad={prefix:"far",iconName:"circle-dot",icon:[512,512,[128280,"dot-circle"],"f192","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},_3=Ad,Ld={prefix:"far",iconName:"angles-left",icon:[512,512,[171,"angle-double-left"],"f100","M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239zM399 79L239 239c-9.4 9.4-9.4 24.6 0 33.9L399 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143L433 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z"]},N3=Ld,T3={prefix:"far",iconName:"route",icon:[512,512,[],"f4d7","M438.6 155.7c-7.2 11.5-15 22.6-22.6 32.7c-7.5-10.1-15.4-21.2-22.6-32.7C375.7 127.3 368 106.3 368 96c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.3-7.7 31.3-25.4 59.7zM427.4 251C452.9 221.1 512 146.2 512 96c0-53-43-96-96-96s-96 43-96 96c0 33.3 25.9 77.3 50.8 112L328 208c-48.6 0-88 39.4-88 88s39.4 88 88 88l96 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-246.2 0c-2.7 3.8-5.5 7.6-8.2 11.2c-10.7 14.2-21.3 26.9-30 36.8L424 512c48.6 0 88-39.4 88-88s-39.4-88-88-88l-96 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l84.9 0c5.1 1.1 10.7-.6 14.5-5zM118.9 408.4c-7.3 11-15.3 21.7-22.9 31.2c-7.6-9.5-15.6-20.2-22.9-31.2C55.4 381.7 48 361.9 48 352c0-26.5 21.5-48 48-48s48 21.5 48 48c0 9.9-7.4 29.7-25.1 56.4zm19 55.6c25.9-33.1 54.1-77.3 54.1-112c0-53-43-96-96-96s-96 43-96 96c0 50.5 59.8 121 85 148.4c6 6.5 16 6.5 21.9 0c.1-.1 .2-.2 .3-.3c.3-.3 .6-.7 .9-1c2.8-3.1 6-6.7 9.5-10.7c.1-.1 .1-.1 .2-.2c6.1-7 13-15.2 20-24.2z"]},wd={prefix:"far",iconName:"bars",icon:[448,512,["navicon"],"f0c9","M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 248c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 272c-13.3 0-24-10.7-24-24zM448 408c0 13.3-10.7 24-24 24L24 432c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z"]},M3=wd,k3={prefix:"far",iconName:"arrow-down",icon:[384,512,[8595],"f063","M174.6 472.6c4.5 4.7 10.8 7.4 17.4 7.4s12.8-2.7 17.4-7.4l168-176c9.2-9.6 8.8-24.8-.8-33.9s-24.8-8.8-33.9 .8L216 396.1 216 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 340.1L41.4 263.4c-9.2-9.6-24.3-9.9-33.9-.8s-9.9 24.3-.8 33.9l168 176z"]},Rd={prefix:"far",iconName:"lock-keyhole-open",icon:[576,512,["lock-open-alt"],"f3c2","M432 48c-44.2 0-80 35.8-80 80l0 64 32 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l240 0 0-64C304 57.3 361.3 0 432 0s128 57.3 128 128l0 72c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-72c0-44.2-35.8-80-80-80zM384 240L64 240c-8.8 0-16 7.2-16 16l0 192c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-192c0-8.8-7.2-16-16-16zM256 376l-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24z"]},P3=Rd,_d={prefix:"far",iconName:"desktop",icon:[576,512,[61704,128421,"desktop-alt"],"f390","M512 48L64 48c-8.8 0-16 7.2-16 16l0 192 480 0 0-192c0-8.8-7.2-16-16-16zm64 208l0 48 0 48c0 35.3-28.7 64-64 64l-147.7 0 8 48 51.7 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-72 0-128 0-72 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l51.7 0 8-48L64 416c-35.3 0-64-28.7-64-64l0-48 0-48L0 64C0 28.7 28.7 0 64 0L512 0c35.3 0 64 28.7 64 64l0 192zM48 304l0 48c0 8.8 7.2 16 16 16l175.5 0c.3 0 .6 0 .8 0l95.2 0c.3 0 .6 0 .8 0L512 368c8.8 0 16-7.2 16-16l0-48L48 304zM252.3 464l71.3 0-8-48-55.3 0-8 48z"]},I3=_d,Nd={prefix:"far",iconName:"angles-right",icon:[512,512,[187,"angle-double-right"],"f101","M113 433L273 273c9.4-9.4 9.4-24.6 0-33.9L113 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143L79 399c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zm192 0L465 273c9.4-9.4 9.4-24.6 0-33.9L305 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143L271 399c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0z"]},z3=Nd,D3={prefix:"far",iconName:"piggy-bank",icon:[576,512,[],"f4d3","M277.1 48c23 0 42.5 14.7 49.8 35.2c4.4 12.5 18.1 19 30.6 14.6s19-18.1 14.6-30.6C358.3 28.1 321 0 277.1 0S195.8 28.1 182 67.2c-4.4 12.5 2.1 26.2 14.6 30.6s26.2-2.1 30.6-14.6C234.5 62.7 254.1 48 277.1 48zM66.7 197.5c11.9-5.9 16.7-20.3 10.7-32.2s-20.3-16.7-32.2-10.7l-4.7 2.3C15.7 169.3 0 194.7 0 222.6c0 37.4 28 68.3 64.2 72.9C66.4 344.7 91 388.2 128 416l0 48c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-16 48 0 0 16c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-37.4c18.7-10.8 35.1-25.4 48-42.6l32 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-13.3 0c-8.2-18.8-19.9-35.7-34.2-49.8l11.3-36.8-22.9-7 22.9 7c6.3-20.6-9.1-41.4-30.6-41.4L456 96c-31.5 0-60.2 12.2-81.6 32L224 128c-74.4 0-137 50.8-154.9 119.6c-12-2-21.1-12.5-21.1-25.1c0-9.6 5.4-18.4 14.1-22.8l4.7-2.3zM424 288a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM402.3 168c13.1-14.7 32.1-23.9 53.2-24L446 174.8c-2.9 9.4 .2 19.6 7.9 25.8c17.4 13.9 30.4 32.8 37.1 54.5c3.1 10.1 12.4 17 22.9 17l14 0 0 64-28.6 0c-8.3 0-16 4.3-20.3 11.3c-11.7 18.7-28.7 33.7-48.9 42.8C421.5 394 416 402.5 416 412l0 52-48 0 0-40c0-13.3-10.7-24-24-24l-96 0c-13.3 0-24 10.7-24 24l0 40-48 0 0-60.6c0-8.3-4.3-16-11.3-20.3c-31.7-19.8-52.7-55-52.7-95c0-61.9 50.1-112 112-112l160 0s0 0 0 0l.4 0c6.8 0 13.4-2.9 17.9-8z"]},U3={prefix:"far",iconName:"angle-up",icon:[448,512,[8963],"f106","M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z"]},B3={prefix:"far",iconName:"pen-nib",icon:[512,512,[10001],"f5ad","M368.4 18.3c21.9-21.9 57.3-21.9 79.2 0l46.1 46.1c21.9 21.9 21.9 57.3 0 79.2l-71 71L412.2 225 371.6 374.1c-4.8 17.8-18.1 32-35.5 38.1L72 505c-18.5 6.5-39.1 1.8-52.9-12S.5 458.5 7 440L99.8 175.9c6.1-17.4 20.3-30.6 38.1-35.5L287 99.8l10.4-10.4 71-71zM296.9 146.8L150.5 186.7c-2.5 .7-4.6 2.6-5.4 5.1L62.5 426.9 164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L85.1 449.5l235.1-82.6c2.5-.9 4.4-2.9 5.1-5.4l39.9-146.4-68.3-68.3z"]},Td={prefix:"far",iconName:"arrow-up-right-from-square",icon:[512,512,["external-link"],"f08e","M304 24c0 13.3 10.7 24 24 24l102.1 0L207 271c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l223-223L464 184c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24L328 0c-13.3 0-24 10.7-24 24zM72 32C32.2 32 0 64.2 0 104L0 440c0 39.8 32.2 72 72 72l336 0c39.8 0 72-32.2 72-72l0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 128c0 13.3-10.7 24-24 24L72 464c-13.3 0-24-10.7-24-24l0-336c0-13.3 10.7-24 24-24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L72 32z"]},$3=Td,H3={prefix:"far",iconName:"grid-2",icon:[512,512,[],"e196","M80 80l0 96 96 0 0-96L80 80zM32 80c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM80 336l0 96 96 0 0-96-96 0zm-48 0c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM432 80l-96 0 0 96 96 0 0-96zM336 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm0 304l0 96 96 0 0-96-96 0zm-48 0c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96z"]},F3={prefix:"far",iconName:"books",icon:[512,512,[128218],"f5db","M48 416l0 48 64 0 0-48-64 0zm88 89.6c-7.1 4.1-15.3 6.4-24 6.4l-64 0c-26.5 0-48-21.5-48-48l0-48 0-24 0-24L0 144l0-24L0 96 0 48C0 21.5 21.5 0 48 0l64 0c8.7 0 16.9 2.3 24 6.4C143.1 2.3 151.3 0 160 0l64 0c20.6 0 38.1 12.9 45 31.1c5.6-6.1 12.9-10.7 21.4-13L349.9 1.6c24.7-6.8 50.1 8.3 56.7 33.8l18 69.2 6 23.2 61.8 238.3 6 23.2 11.9 46c6.6 25.5-8 51.7-32.7 58.5l-59.6 16.5c-24.7 6.8-50.1-8.3-56.7-33.8l-18-69.2-6-23.2L275.6 145.9 272 132.2l0 11.8 0 224 0 24 0 24 0 48c0 26.5-21.5 48-48 48l-64 0c-8.7 0-16.9-2.3-24-6.4zM160 464l64 0 0-48-64 0 0 48zM112 48L48 48l0 48 64 0 0-48zm0 96l-64 0 0 224 64 0 0-224zm48-48l64 0 0-48-64 0 0 48zm64 272l0-224-64 0 0 224 64 0zm216.1-12.3l-55.8-215-56.5 15.6 55.8 215 56.5-15.6zm-44.4 62.1l11.9 45.7L464 447.9c0-.1 0-.2 0-.3l0-.1-11.7-45.2-56.5 15.6zm-79.9-308l56.5-15.6L360.4 48.5 304 64.1c0 .1 0 .2 0 .4l11.7 45.2z"]},G3={prefix:"far",iconName:"tag",icon:[448,512,[127991],"f02b","M197.5 32c17 0 33.3 6.7 45.3 18.7l176 176c25 25 25 65.5 0 90.5L285.3 450.7c-25 25-65.5 25-90.5 0l-176-176C6.7 262.7 0 246.5 0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0zM48 229.5c0 4.2 1.7 8.3 4.7 11.3l176 176c6.2 6.2 16.4 6.2 22.6 0L384.8 283.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-3-3-7.1-4.7-11.3-4.7L48 80l0 149.5zM112 112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},W3={prefix:"far",iconName:"angles-up-down",icon:[448,512,[],"e60d","M239 498.7c-8.8 7-21.2 7-30 0L49 370.7c-10.4-8.3-12-23.4-3.7-33.7s23.4-12 33.7-3.8l145 116 145-116c10.3-8.3 25.5-6.6 33.7 3.8s6.6 25.5-3.7 33.7l-160 128zM399 141.3c10.4 8.3 12 23.4 3.8 33.7s-23.4 12-33.7 3.7L224 62.7 79 178.7c-10.4 8.3-25.5 6.6-33.7-3.7s-6.6-25.5 3.7-33.7l160-128c8.8-7 21.2-7 30 0l160 128z"]},jo={prefix:"far",iconName:"arrow-rotate-left",icon:[512,512,[8634,"arrow-left-rotate","arrow-rotate-back","arrow-rotate-backward","undo"],"f0e2","M40 224c-13.3 0-24-10.7-24-24L16 56c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80.1 20-23.5C125 63.4 186.9 32 256 32c123.7 0 224 100.3 224 224s-100.3 224-224 224c-50.4 0-97-16.7-134.4-44.8c-10.6-8-12.7-23-4.8-33.6s23-12.7 33.6-4.8C179.8 418.9 216.3 432 256 432c97.2 0 176-78.8 176-176s-78.8-176-176-176c-54.3 0-102.9 24.6-135.2 63.4l-.1 .2s0 0 0 0L93.1 176l90.9 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L40 224z"]},j3=jo,V3=jo,K3=jo,Z3=jo,Y3={prefix:"far",iconName:"eye-slash",icon:[640,512,[],"f070","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z"]},ac={prefix:"far",iconName:"circle-dollar",icon:[512,512,["dollar-circle","usd-circle"],"f2e8","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM276.8 133.6l0 14.2c9.7 1.2 19.4 3.9 29 6.6c1.9 .5 3.7 1 5.6 1.6c11.5 3.2 18.3 15.1 15.1 26.6s-15.1 18.2-26.6 15.1c-1.6-.4-3.1-.9-4.7-1.3c-7-2-14-3.9-21.1-5.3c-13.2-2.5-28.5-1.3-40.8 4c-11 4.8-20.1 16.4-7.6 24.4c9.8 6.3 21.8 9.5 33.2 12.6c2.4 .6 4.7 1.3 7 1.9c15.6 4.4 35.5 10.1 50.4 20.3c19.4 13.3 28.5 34.9 24.2 58.1c-4.1 22.4-19.7 37.1-38.4 44.7c-7.8 3.2-16.3 5.2-25.2 6.2l0 15.2c0 11.9-9.7 21.6-21.6 21.6s-21.6-9.7-21.6-21.6l0-17.4c-14.5-3.3-28.7-7.9-42.8-12.5c-11.3-3.7-17.5-16-13.7-27.3s16-17.5 27.3-13.7c2.5 .8 5 1.7 7.5 2.5c11.3 3.8 22.9 7.7 34.5 9.6c17 2.5 30.6 1 39.5-2.6c12-4.8 17.7-19.1 5.9-27.1c-10.1-6.9-22.6-10.3-34.5-13.5c-2.3-.6-4.5-1.2-6.8-1.9c-15.1-4.3-34-9.6-48.2-18.7c-19.5-12.5-29.4-33.3-25.2-56.4c4-21.8 21-36.3 39-44.1c5.5-2.4 11.4-4.3 17.5-5.7l0-16.1c0-11.9 9.7-21.6 21.6-21.6s21.6 9.7 21.6 21.6z"]},q3=ac,X3=ac,J3={prefix:"far",iconName:"compress",icon:[448,512,[],"f066","M160 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-112zM24 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24L24 320zM336 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-88zM312 320c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-88 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"]},Q3={prefix:"far",iconName:"radar",icon:[512,512,[],"e024","M316.4 161.7C299 150.5 278.2 144 256 144c-61.9 0-112 50.1-112 112s50.1 112 112 112s112-50.1 112-112l48 0c0 78.2-56.1 143.3-130.3 157.2c-7.3-8.1-17.9-13.2-29.7-13.2s-22.4 5.1-29.7 13.2c-64.5-12.1-115.4-63-127.5-127.5c8.1-7.3 13.2-17.9 13.2-29.7s-5.1-22.4-13.2-29.7C112.7 152.1 177.8 96 256 96c35.5 0 68.3 11.6 94.9 31.2l34.2-34.2C349.7 64.8 304.8 48 256 48C152.7 48 66.9 123.4 50.7 222.1C39.5 229.2 32 241.7 32 256s7.5 26.8 18.7 33.9c14.4 87.7 83.6 157 171.4 171.4c7.1 11.3 19.6 18.7 33.9 18.7s26.8-7.5 33.9-18.7C388.6 445.1 464 359.3 464 256l48 0c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0c62.1 0 118.9 22.1 163.3 58.8L463 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-182 182c3.3 7.7 5.1 16.1 5.1 25c0 35.3-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64c8.9 0 17.3 1.8 25 5.1l35.4-35.4z"]},Cn={prefix:"far",iconName:"arrow-rotate-right",icon:[512,512,[8635,"arrow-right-rotate","arrow-rotate-forward","redo"],"f01e","M472 224c13.3 0 24-10.7 24-24l0-144c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80.1-20-23.5C387 63.4 325.1 32 256 32C132.3 32 32 132.3 32 256s100.3 224 224 224c50.4 0 97-16.7 134.4-44.8c10.6-8 12.7-23 4.8-33.6s-23-12.7-33.6-4.8C332.2 418.9 295.7 432 256 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c54.3 0 102.9 24.6 135.2 63.4l.1 .2s0 0 0 0L418.9 176 328 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0z"]},eh=Cn,th=Cn,rh=Cn,oh={prefix:"far",iconName:"chart-network",icon:[640,512,[],"f78a","M288 64c0 16.9-6.5 32.2-17.2 43.6l26.9 57.5c12.2-3.4 25-5.2 38.3-5.2c39 0 74.4 15.5 100.3 40.7l77.6-56.9c-1.3-5-1.9-10.3-1.9-15.7c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64c-12.3 0-23.9-3.5-33.7-9.6l-77.6 56.9c9.8 19.4 15.3 41.4 15.3 64.6c0 18.5-3.5 36.2-9.9 52.5l67.3 40.4c10.7-8.1 24.1-12.9 38.5-12.9c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-3.4 .3-6.7 .8-9.9l-67.4-40.4C419 428.5 379.8 448 336 448c-71.4 0-130.6-51.9-142-120l-70.6 0c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40l70.6 0c6.6-39.1 28.9-72.9 60.2-94.5l-26.9-57.6c-1.1 .1-2.2 .1-3.3 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zm48 336a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"]},Md={prefix:"far",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M248 72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 160L40 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l160 0 0 160c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160 160 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-160 0 0-160z"]},ah=Md,nh={prefix:"far",iconName:"underline",icon:[448,512,[],"f0cd","M16 56c0-13.3 10.7-24 24-24l96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-24 0 0 144c0 61.9 50.1 112 112 112s112-50.1 112-112l0-144-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-24 0 0 144c0 88.4-71.6 160-160 160s-160-71.6-160-160L64 80 40 80C26.7 80 16 69.3 16 56zM0 456c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24z"]},ih={prefix:"far",iconName:"arrow-left",icon:[448,512,[8592],"f060","M7.4 273.4C2.7 268.8 0 262.6 0 256s2.7-12.8 7.4-17.4l176-168c9.6-9.2 24.8-8.8 33.9 .8s8.8 24.8-.8 33.9L83.9 232 424 232c13.3 0 24 10.7 24 24s-10.7 24-24 24L83.9 280 216.6 406.6c9.6 9.2 9.9 24.3 .8 33.9s-24.3 9.9-33.9 .8l-176-168z"]},sh={prefix:"far",iconName:"upload",icon:[512,512,[],"f093","M280 360c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-278.1-95 95c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 7c9.4-9.4 24.6-9.4 33.9 0L409 143c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-95-95L280 360zm32-8l0-48 136 0c35.3 0 64 28.7 64 64l0 80c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64l0-80c0-35.3 28.7-64 64-64l136 0 0 48L64 352c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-80c0-8.8-7.2-16-16-16l-136 0zm72 56a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},ch={prefix:"far",iconName:"globe",icon:[512,512,[127760],"f0ac","M256 464c7.4 0 27-7.2 47.6-48.4c8.8-17.7 16.4-39.2 22-63.6l-139.2 0c5.6 24.4 13.2 45.9 22 63.6C229 456.8 248.6 464 256 464zM178.5 304l155 0c1.6-15.3 2.5-31.4 2.5-48s-.9-32.7-2.5-48l-155 0c-1.6 15.3-2.5 31.4-2.5 48s.9 32.7 2.5 48zm7.9-144l139.2 0c-5.6-24.4-13.2-45.9-22-63.6C283 55.2 263.4 48 256 48s-27 7.2-47.6 48.4c-8.8 17.7-16.4 39.2-22 63.6zm195.3 48c1.5 15.5 2.2 31.6 2.2 48s-.8 32.5-2.2 48l76.7 0c3.6-15.4 5.6-31.5 5.6-48s-1.9-32.6-5.6-48l-76.7 0zm58.8-48c-21.4-41.1-56.1-74.1-98.4-93.4c14.1 25.6 25.3 57.5 32.6 93.4l65.9 0zm-303.3 0c7.3-35.9 18.5-67.7 32.6-93.4c-42.3 19.3-77 52.3-98.4 93.4l65.9 0zM53.6 208c-3.6 15.4-5.6 31.5-5.6 48s1.9 32.6 5.6 48l76.7 0c-1.5-15.5-2.2-31.6-2.2-48s.8-32.5 2.2-48l-76.7 0zM342.1 445.4c42.3-19.3 77-52.3 98.4-93.4l-65.9 0c-7.3 35.9-18.5 67.7-32.6 93.4zm-172.2 0c-14.1-25.6-25.3-57.5-32.6-93.4l-65.9 0c21.4 41.1 56.1 74.1 98.4 93.4zM256 512A256 256 0 1 1 256 0a256 256 0 1 1 0 512z"]},lh={prefix:"far",iconName:"language",icon:[640,512,[],"f1ab","M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l208 0 32 0 16 0 256 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L320 64l-16 0-32 0L64 64zm512 48c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16l-256 0 0-288 256 0zM178.3 175.9l64 144c4.5 10.1-.1 21.9-10.2 26.4s-21.9-.1-26.4-10.2L196.8 316l-73.6 0-8.9 20.1c-4.5 10.1-16.3 14.6-26.4 10.2s-14.6-16.3-10.2-26.4l64-144c3.2-7.2 10.4-11.9 18.3-11.9s15.1 4.7 18.3 11.9zM179 276l-19-42.8L141 276l38 0zM456 164c-11 0-20 9-20 20l0 4-52 0c-11 0-20 9-20 20s9 20 20 20l72 0 35.1 0c-7.3 16.7-17.4 31.9-29.8 45l-.5-.5-14.6-14.6c-7.8-7.8-20.5-7.8-28.3 0s-7.8 20.5 0 28.3L430 298.3c-5.9 3.6-12.1 6.9-18.5 9.8l-3.6 1.6c-10.1 4.5-14.6 16.3-10.2 26.4s16.3 14.6 26.4 10.2l3.6-1.6c12-5.3 23.4-11.8 34-19.4c4.3 3 8.6 5.8 13.1 8.5l18.9 11.3c9.5 5.7 21.8 2.6 27.4-6.9s2.6-21.8-6.9-27.4l-18.9-11.3c-.9-.5-1.8-1.1-2.7-1.6c17.2-18.8 30.7-40.9 39.6-65.4L534 228l2 0c11 0 20-9 20-20s-9-20-20-20l-16 0-44 0 0-4c0-11-9-20-20-20z"]},dh={prefix:"far",iconName:"toggle-on",icon:[576,512,[],"f205","M192 112c-79.5 0-144 64.5-144 144s64.5 144 144 144l192 0c79.5 0 144-64.5 144-144s-64.5-144-144-144l-192 0zM0 256C0 150 86 64 192 64l192 0c106 0 192 86 192 192s-86 192-192 192l-192 0C86 448 0 362 0 256zm384-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},fh={prefix:"far",iconName:"download",icon:[512,512,[],"f019","M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 270.1-95-95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 369c9.4 9.4 24.6 9.4 33.9 0L409 233c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95L280 24zM128.8 304L64 304c-35.3 0-64 28.7-64 64l0 80c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-80c0-35.3-28.7-64-64-64l-64.8 0-48 48L448 352c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16l112.8 0-48-48zM432 408a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},kd={prefix:"far",iconName:"message-quote",icon:[512,512,["comment-alt-quote"],"e1e4","M208 416c0-26.5-21.5-48-48-48l-96 0c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l384 0c8.8 0 16 7.2 16 16l0 288c0 8.8-7.2 16-16 16l-138.7 0c-10.4 0-20.5 3.4-28.8 9.6L208 432l0-16zm-.2 76.2l.2-.2 101.3-76L448 416c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l48 0 48 0 0 48 0 4 0 .3 0 6.4 0 21.3c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L202.7 496l5.1-3.8zM160 112c-17.7 0-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32l32 0 0 7.3c0 11.7-8.5 21.7-20.1 23.7l-7.9 1.3c-13.1 2.2-21.9 14.5-19.7 27.6s14.5 21.9 27.6 19.7l7.9-1.3c34.7-5.8 60.2-35.8 60.2-71l0-39.3 0-24 0-24c0-17.7-14.3-32-32-32l-48 0zm224 80l0-24 0-24c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32l32 0 0 7.3c0 11.7-8.5 21.7-20.1 23.7l-7.9 1.3c-13.1 2.2-21.9 14.5-19.7 27.6s14.5 21.9 27.6 19.7l7.9-1.3c34.7-5.8 60.2-35.8 60.2-71l0-39.3z"]},uh=kd,nc={prefix:"far",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M248.4 84.3c1.6-2.7 4.5-4.3 7.6-4.3s6 1.6 7.6 4.3L461.9 410c1.4 2.3 2.1 4.9 2.1 7.5c0 8-6.5 14.5-14.5 14.5l-387 0c-8 0-14.5-6.5-14.5-14.5c0-2.7 .7-5.3 2.1-7.5L248.4 84.3zm-41-25L9.1 385c-6 9.8-9.1 21-9.1 32.5C0 452 28 480 62.5 480l387 0c34.5 0 62.5-28 62.5-62.5c0-11.5-3.2-22.7-9.1-32.5L304.6 59.3C294.3 42.4 275.9 32 256 32s-38.3 10.4-48.6 27.3zM288 368a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-8-184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96z"]},ph=nc,hh=nc,mh={prefix:"far",iconName:"star",icon:[576,512,[11088,61446],"f005","M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z"]},gh={prefix:"far",iconName:"bell-slash",icon:[640,512,[61943,128277],"f1f6","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4l0-33.4c0-75.8-55.5-138.6-128-150.1L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 17.9c-43.9 7-81.5 32.7-104.4 68.7L38.8 5.1zM221.7 148.4C239.6 117.1 273.3 96 312 96l8 0 8 0c57.4 0 104 46.6 104 104l0 33.4c0 32.7 6.4 64.8 18.7 94.5L221.7 148.4zM406.2 416l-60.9-48-176.9 0c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1l0 11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l286.2 0zM384 448l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"]},Pd={prefix:"far",iconName:"hourglass-half",icon:[384,512,["hourglass-2"],"f252","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5l184.4 0c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67l0-19L80 48l0 19c0 22.1 7 43.4 19.8 61l184.4 0z"]},yh=Pd,bh={prefix:"far",iconName:"inbox",icon:[512,512,[],"f01c","M48 336l81.2 0 20.9 41.9c6.8 13.6 20.6 22.1 35.8 22.1l140.2 0c15.1 0 29-8.6 35.8-22.1L382.8 336l81.2 0 0 80c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-80zm406.5-48l-76.6 0c-15.1 0-29 8.6-35.8 22.1L321.2 352l-130.3 0-20.9-41.9c-6.8-13.6-20.6-22.1-35.8-22.1l-76.6 0 49-195.9C108.2 85 114.6 80 122 80L390 80c7.3 0 13.7 5 15.5 12.1l49 195.9zM0 327.9L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-88.1c0-5.2-.6-10.4-1.9-15.5l-58-231.9C445 52 419.4 32 390 32L122 32C92.6 32 67 52 59.9 80.5L1.9 312.4C.6 317.4 0 322.6 0 327.9z"]},Id={prefix:"far",iconName:"comment-dots",icon:[512,512,[62075,128172,"commenting"],"f4ad","M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},vh=Id,xh={prefix:"far",iconName:"angle-down",icon:[448,512,[8964],"f107","M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z"]},ic={prefix:"far",iconName:"cloud-arrow-down",icon:[640,512,[62337,"cloud-download","cloud-download-alt"],"f0ed","M354.9 121.7c13.8 16 36.5 21.1 55.9 12.5c8.9-3.9 18.7-6.2 29.2-6.2c39.8 0 72 32.2 72 72c0 4-.3 7.9-.9 11.7c-3.5 21.6 8.1 42.9 28.1 51.7C570.4 276.9 592 308 592 344c0 46.8-36.6 85.2-82.8 87.8c-.6 0-1.3 .1-1.9 .2l-3.3 0-360 0c-53 0-96-43-96-96c0-41.7 26.6-77.3 64-90.5c19.2-6.8 32-24.9 32-45.3l0-.2s0 0 0 0s0 0 0 0c0-66.3 53.7-120 120-120c36.3 0 68.8 16.1 90.9 41.7zM512 480l0-.2c71.4-4.1 128-63.3 128-135.8c0-55.7-33.5-103.7-81.5-124.7c1-6.3 1.5-12.8 1.5-19.3c0-66.3-53.7-120-120-120c-17.4 0-33.8 3.7-48.7 10.3C360.4 54.6 314.9 32 264 32C171.2 32 96 107.2 96 200l0 .2C40.1 220 0 273.3 0 336c0 79.5 64.5 144 144 144l320 0 40 0 8 0zM223 313l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39L344 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 134.1-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"]},Sh=ic,Ch=ic,Eh={prefix:"far",iconName:"bookmark-slash",icon:[640,512,[],"e0c2","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512 376l0-328c0-26.5-21.5-48-48-48L176 0c-26.5 0-48 21.5-48 48l0 27L38.8 5.1zM176 112.6L176 48l288 0 0 290.4L176 112.6zM509.9 497.8L315.3 344.5c-3.3 .6-6.5 2-9.3 4L176 441.4l0-206.7-48-37.8L128 488c0 9 5 17.2 13 21.3s17.6 3.4 24.9-1.8L320 397.5l154.1 110c7.3 5.2 16.9 5.9 24.9 1.8c4.9-2.5 8.8-6.7 10.9-11.6z"]},Oh={prefix:"far",iconName:"link-simple",icon:[576,512,[],"e1cd","M0 256C0 167.6 71.6 96 160 96l72 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-72 0C98.1 144 48 194.1 48 256s50.1 112 112 112l72 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-72 0C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160l-72 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l72 0c61.9 0 112-50.1 112-112s-50.1-112-112-112l-72 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l72 0c88.4 0 160 71.6 160 160zM184 232l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},zd={prefix:"far",iconName:"clock-rotate-left",icon:[512,512,["history"],"f1da","M48 106.7L48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 168c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-55.3 0c37-57.8 101.7-96 175.3-96c114.9 0 208 93.1 208 208s-93.1 208-208 208c-42.5 0-81.9-12.7-114.7-34.5c-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3C155.2 496.4 203.8 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z"]},Ah=zd,Lh={prefix:"far",iconName:"spinner-third",icon:[512,512,[],"f3f4","M457 372c11.5 6.6 26.3 2.7 31.8-9.3C503.7 330.2 512 294.1 512 256C512 122.7 410.1 13.2 280 1.1C266.8-.1 256 10.7 256 24s10.8 23.9 24 25.4C383.5 61.2 464 149.2 464 256c0 29.3-6.1 57.3-17 82.6c-5.3 12.2-1.5 26.8 10 33.5z"]},wh={prefix:"far",iconName:"plug",icon:[384,512,[128268],"f1e6","M128 24c0-13.3-10.7-24-24-24S80 10.7 80 24l0 88 48 0 0-88zm176 0c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88 48 0 0-88zM24 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l8 0 0 64c0 80.2 59 146.6 136 158.2l0 73.8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-73.8c77-11.6 136-78 136-158.2l0-64 8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0-48 0L80 144l-48 0-8 0zM192 368c-61.9 0-112-50.1-112-112l0-64 224 0 0 64c0 61.9-50.1 112-112 112z"]},Rh={prefix:"far",iconName:"chart-simple",icon:[448,512,[],"e473","M240 80l0 352-32 0 0-352 32 0zM208 32c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-32 0zM80 272l0 160-32 0 0-160 32 0zM48 224c-26.5 0-48 21.5-48 48L0 432c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-32 0zm320-80l32 0 0 288-32 0 0-288zm-48 0l0 288c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-32 0c-26.5 0-48 21.5-48 48z"]},Dd={prefix:"far",iconName:"circle-play",icon:[512,512,[61469,"play-circle"],"f144","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9l0-176c0-8.7 4.7-16.7 12.3-20.9z"]},_h=Dd,Ud={prefix:"far",iconName:"file-magnifying-glass",icon:[384,512,["file-search"],"f865","M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zM272 304c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c17.8 0 34.4-4.8 48.7-13.2L263 425.1c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-38.3-38.3c8.5-14.3 13.3-31 13.3-48.9zm-96-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"]},Nh=Ud,Th={prefix:"far",iconName:"pen",icon:[512,512,[128394],"f304","M36.4 360.9L13.4 439 1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1L73 498.6l78.1-23c12.4-3.6 23.7-9.9 33.4-18.4c1.4-1.2 2.7-2.5 4-3.8L492.7 149.3c21.9-21.9 24.6-55.6 8.2-80.5c-2.3-3.5-5.1-6.9-8.2-10L453.3 19.3c-25-25-65.5-25-90.5 0L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4zm46 13.5c1.7-5.6 4.5-10.8 8.4-15.2c.6-.6 1.1-1.2 1.7-1.8L321 129 383 191 154.6 419.5c-4.7 4.7-10.6 8.2-17 10.1l-23.4 6.9L59.4 452.6l16.1-54.8 6.9-23.4z"]},Bd={prefix:"far",iconName:"tablet",icon:[448,512,["tablet-android"],"f3fb","M64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L64 48zM0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM192 400l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},Mh=Bd,$d={prefix:"far",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"]},kh=$d,Ph={prefix:"far",iconName:"file-invoice",icon:[384,512,[],"f570","M64 464l256 0c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm80 48c0-8.8 7.2-16 16-16l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-8.8 0-16-7.2-16-16zM192 400c0-8.8 7.2-16 16-16l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-8.8 0-16-7.2-16-16zM112 224l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32z"]},Vo={prefix:"far",iconName:"xmark",icon:[384,512,[215,10005,10006,10060,128473,"close","multiply","remove","times"],"f00d","M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119L345 137z"]},Ih=Vo,zh=Vo,Dh=Vo,Uh=Vo,Bh={prefix:"far",iconName:"arrow-right",icon:[448,512,[8594],"f061","M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z"]},$h={prefix:"far",iconName:"bookmark",icon:[384,512,[61591,128278],"f02e","M0 48C0 21.5 21.5 0 48 0l0 48 0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0L336 441.4 336 48 48 48 48 0 336 0c26.5 0 48 21.5 48 48l0 440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48z"]},Hh={prefix:"far",iconName:"expand-wide",icon:[512,512,[],"f320","M136 64c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0 0 88c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 88C0 74.7 10.7 64 24 64l112 0zM0 312c0-13.3 10.7-24 24-24s24 10.7 24 24l0 88 88 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24L0 312zM488 64c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-88-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0zM464 312c0-13.3 10.7-24 24-24s24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l88 0 0-88z"]},Fh={prefix:"far",iconName:"user",icon:[448,512,[62144,128100],"f007","M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464l349.5 0c-8.9-63.3-63.3-112-129-112l-91.4 0c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3z"]},Gh={prefix:"far",iconName:"server",icon:[512,512,[],"f233","M64 80c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96zM64 336c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L64 336zM0 352c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64zm392 32a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm24-280a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM328 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm24-280a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},Wh={prefix:"far",iconName:"calendar-range",icon:[448,512,[],"e0d6","M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256zm48 96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm224 64a32 32 0 1 0 0 64 32 32 0 1 0 0-64zM192 288c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0c-13.3 0-24 10.7-24 24zm40 72l-112 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24z"]},jh={prefix:"far",iconName:"broom-wide",icon:[512,512,[],"e5d1","M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L335 143l-12.9-12.9c-20.2-20.2-51.4-24.6-76.3-10.7L16.4 246.9C6.3 252.5 0 263.2 0 274.8c0 8.5 3.4 16.6 9.3 22.6L214.7 502.7c6 6 14.1 9.3 22.6 9.3c11.6 0 22.3-6.3 27.9-16.4L392.6 266.2c13.9-25 9.5-56.1-10.7-76.3L369 177 505 41zM323.6 291.6l-90 162.1L137 357.1l18-53.9c2.1-6.3-3.9-12.2-10.1-10.1L90.9 311 58.4 278.5l162.1-90L323.6 291.6z"]},Hd={prefix:"far",iconName:"arrows-up-down-left-right",icon:[512,512,["arrows"],"f047","M273 7c-9.4-9.4-24.6-9.4-33.9 0L167 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31L232 232 81.9 232l31-31c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239c-9.4 9.4-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31L232 280l0 150.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31L280 280l150.1 0-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31L280 232l0-150.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L273 7z"]},Vh=Hd,Kh={prefix:"far",iconName:"wifi-slash",icon:[640,512,[],"f6ac","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-267-209.3c47.2 8.4 89.8 30.2 123.8 61.4c9.8 9 24.9 8.3 33.9-1.5s8.3-24.9-1.5-33.9C467.4 237.5 397.1 208 320 208c-7.2 0-14.3 .3-21.4 .8L169.4 107.5C216.2 89.7 267 80 320 80c107.4 0 205.4 39.9 280.1 105.7c9.9 8.8 25.1 7.8 33.9-2.2s7.8-25.1-2.2-33.9C548.7 76.4 439.5 32 320 32c-69.1 0-134.7 14.9-193.9 41.5L38.8 5.1zM76.9 156.6L37.7 125.7c-10.2 7.6-20 15.6-29.5 23.9c-9.9 8.8-10.9 23.9-2.2 33.9s23.9 10.9 33.9 2.2c11.8-10.4 24.1-20.1 37-29.1zM226.3 274.3L184 241c-23.4 12.1-44.9 27.2-64.1 44.8c-9.8 9-10.4 24.1-1.5 33.9s24.1 10.4 33.9 1.5c21.5-19.7 46.5-35.7 73.9-46.9zM376 424a56 56 0 1 0 -112 0 56 56 0 1 0 112 0z"]},Zh={prefix:"far",iconName:"check",icon:[448,512,[10003,10004],"f00c","M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z"]},Yh={prefix:"far",iconName:"italic",icon:[384,512,[],"f033","M128 56c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-68.7 0L144.7 432l87.3 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l68.7 0L239.3 80 152 80c-13.3 0-24-10.7-24-24z"]},qh={prefix:"far",iconName:"life-ring",icon:[512,512,[],"f1cd","M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"]},Fd={prefix:"far",iconName:"table-cells",icon:[512,512,["th"],"f00a","M360 80l0 88 104 0 0-72c0-8.8-7.2-16-16-16l-88 0zm-48 0L200 80l0 88 112 0 0-88zM152 80L64 80c-8.8 0-16 7.2-16 16l0 72 104 0 0-88zM48 216l0 80 104 0 0-80L48 216zm0 128l0 72c0 8.8 7.2 16 16 16l88 0 0-88L48 344zm152 88l112 0 0-88-112 0 0 88zm160 0l88 0c8.8 0 16-7.2 16-16l0-72-104 0 0 88zM464 296l0-80-104 0 0 80 104 0zM0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM200 296l112 0 0-80-112 0 0 80z"]},Xh=Fd,Gd={prefix:"far",iconName:"trash-can",icon:[448,512,[61460,"trash-alt"],"f2ed","M170.5 51.6L151.5 80l145 0-19-28.4c-1.5-2.2-4-3.6-6.7-3.6l-93.7 0c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80 368 80l48 0 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 304c0 44.2-35.8 80-80 80l-224 0c-44.2 0-80-35.8-80-80l0-304-8 0c-13.3 0-24-10.7-24-24S10.7 80 24 80l8 0 48 0 13.8 0 36.7-55.1C140.9 9.4 158.4 0 177.1 0l93.7 0c18.7 0 36.2 9.4 46.6 24.9zM80 128l0 304c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-304L80 128zm80 64l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16z"]},Jh=Gd,Qh={prefix:"far",iconName:"wrench",icon:[512,512,[128295],"f0ad","M322.3 268c9.4 2.6 19.3 4 29.7 4c60.5 0 109.8-48 111.9-108l-25.3 25.3c-12 12-28.3 18.7-45.3 18.7L368 208c-35.3 0-64-28.7-64-64l0-25.4c0-17 6.7-33.3 18.7-45.3c0 0 0 0 0 0L348 48.1C288 50.1 240 99.5 240 160c0 10.3 1.4 20.3 4 29.7c4.6 16.6-.2 34.4-12.4 46.6L57.1 410.7c-5.9 5.8-9.1 13.8-9.1 22.1C48 450 62 464 79.2 464c8.3 0 16.2-3.3 22.1-9.1L275.7 280.4c12.2-12.2 30-16.9 46.6-12.4zM424.6 39.4l-67.9 67.9c-3 3-4.7 7.1-4.7 11.3l0 25.4c0 8.8 7.2 16 16 16l25.4 0c4.2 0 8.3-1.7 11.3-4.7l67.9-67.9c7.2-7.2 19.3-5.9 23.7 3.3c10.1 21 15.7 44.5 15.7 69.3c0 88.4-71.6 160-160 160c-14.7 0-28.9-2-42.3-5.7L135.2 488.8c-14.9 14.9-35 23.2-56 23.2C35.5 512 0 476.5 0 432.8c0-21 8.3-41.1 23.2-56L197.7 202.3C194 188.9 192 174.7 192 160C192 71.6 263.6 0 352 0c24.8 0 48.3 5.7 69.3 15.7c9.2 4.4 10.5 16.5 3.3 23.7zM88 408a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"]},e6={prefix:"far",iconName:"paperclip",icon:[448,512,[128206],"f0c6","M375 73c-26-26-68.1-26-94.1 0L89 265C45.3 308.6 45.3 379.4 89 423s114.4 43.6 158.1 0L399 271c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L281 457c-62.4 62.4-163.5 62.4-225.9 0S-7.4 293.4 55 231L247 39C291.7-5.7 364.3-5.7 409 39s44.7 117.2 0 161.9L225.2 384.7c-31.6 31.6-83.6 28.7-111.5-6.2c-23.8-29.8-21.5-72.8 5.5-99.8L271 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L153.2 312.7c-9.7 9.7-10.6 25.1-2 35.8c10 12.5 28.7 13.6 40 2.2L375 167c26-26 26-68.1 0-94.1z"]},t6={prefix:"far",iconName:"cabinet-filing",icon:[448,512,[128452],"f64b","M400 232L48 232 48 64c0-8.8 7.2-16 16-16l320 0c8.8 0 16 7.2 16 16l0 168zM0 256l0 24L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-168 0-24 0-24 0-168c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 232l0 24zM400 448c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-168 352 0 0 168zM160 152l0-8 128 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-22.1-17.9-40-40-40L152 96c-22.1 0-40 17.9-40 40l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24zm-8 184c-22.1 0-40 17.9-40 40l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 128 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-22.1-17.9-40-40-40l-144 0z"]},r6={prefix:"far",iconName:"arrow-up",icon:[384,512,[8593],"f062","M209.4 39.4C204.8 34.7 198.6 32 192 32s-12.8 2.7-17.4 7.4l-168 176c-9.2 9.6-8.8 24.8 .8 33.9s24.8 8.8 33.9-.8L168 115.9 168 456c0 13.3 10.7 24 24 24s24-10.7 24-24l0-340.1L342.6 248.6c9.2 9.6 24.3 9.9 33.9 .8s9.9-24.3 .8-33.9l-168-176z"]},o6={prefix:"far",iconName:"file",icon:[384,512,[61462,128196,128459],"f15b","M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z"]},Wd={prefix:"far",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},a6=Wd,n6={prefix:"far",iconName:"columns-3",icon:[640,512,[],"e361","M448 80l0 352 128 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L448 80zm-48 0L240 80l0 352 160 0 0-352zM192 432l0-352L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l128 0zM0 96C0 60.7 28.7 32 64 32l512 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96z"]},jd={prefix:"far",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M256 0c17 0 33.6 1.7 49.8 4.8c7.9 1.5 21.8 6.1 29.4 20.1c2 3.7 3.6 7.6 4.6 11.8l9.3 38.5C350.5 81 360.3 86.7 366 85l38-11.2c4-1.2 8.1-1.8 12.2-1.9c16.1-.5 27 9.4 32.3 15.4c22.1 25.1 39.1 54.6 49.9 86.3c2.6 7.6 5.6 21.8-2.7 35.4c-2.2 3.6-4.9 7-8 10L459 246.3c-4.2 4-4.2 15.5 0 19.5l28.7 27.3c3.1 3 5.8 6.4 8 10c8.2 13.6 5.2 27.8 2.7 35.4c-10.8 31.7-27.8 61.1-49.9 86.3c-5.3 6-16.3 15.9-32.3 15.4c-4.1-.1-8.2-.8-12.2-1.9L366 427c-5.7-1.7-15.5 4-16.9 9.8l-9.3 38.5c-1 4.2-2.6 8.2-4.6 11.8c-7.7 14-21.6 18.5-29.4 20.1C289.6 510.3 273 512 256 512s-33.6-1.7-49.8-4.8c-7.9-1.5-21.8-6.1-29.4-20.1c-2-3.7-3.6-7.6-4.6-11.8l-9.3-38.5c-1.4-5.8-11.2-11.5-16.9-9.8l-38 11.2c-4 1.2-8.1 1.8-12.2 1.9c-16.1 .5-27-9.4-32.3-15.4c-22-25.1-39.1-54.6-49.9-86.3c-2.6-7.6-5.6-21.8 2.7-35.4c2.2-3.6 4.9-7 8-10L53 265.7c4.2-4 4.2-15.5 0-19.5L24.2 218.9c-3.1-3-5.8-6.4-8-10C8 195.3 11 181.1 13.6 173.6c10.8-31.7 27.8-61.1 49.9-86.3c5.3-6 16.3-15.9 32.3-15.4c4.1 .1 8.2 .8 12.2 1.9L146 85c5.7 1.7 15.5-4 16.9-9.8l9.3-38.5c1-4.2 2.6-8.2 4.6-11.8c7.7-14 21.6-18.5 29.4-20.1C222.4 1.7 239 0 256 0zM218.1 51.4l-8.5 35.1c-7.8 32.3-45.3 53.9-77.2 44.6L97.9 120.9c-16.5 19.3-29.5 41.7-38 65.7l26.2 24.9c24 22.8 24 66.2 0 89L59.9 325.4c8.5 24 21.5 46.4 38 65.7l34.6-10.2c31.8-9.4 69.4 12.3 77.2 44.6l8.5 35.1c24.6 4.5 51.3 4.5 75.9 0l8.5-35.1c7.8-32.3 45.3-53.9 77.2-44.6l34.6 10.2c16.5-19.3 29.5-41.7 38-65.7l-26.2-24.9c-24-22.8-24-66.2 0-89l26.2-24.9c-8.5-24-21.5-46.4-38-65.7l-34.6 10.2c-31.8 9.4-69.4-12.3-77.2-44.6l-8.5-35.1c-24.6-4.5-51.3-4.5-75.9 0zM208 256a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zm48 96a96 96 0 1 1 0-192 96 96 0 1 1 0 192z"]},i6=jd,Vd={prefix:"far",iconName:"chart-line",icon:[512,512,["line-chart"],"f201","M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 408c0 39.8 32.2 72 72 72l416 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L72 432c-13.3 0-24-10.7-24-24L48 56zM473 169c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119-79-79c-4.5-4.5-10.6-7-17-7s-12.5 2.5-17 7l-96 96c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l79-79 79 79c9.4 9.4 24.6 9.4 33.9 0L473 169z"]},s6=Vd,c6={prefix:"far",iconName:"thumbs-up",icon:[512,512,[61575,128077],"f164","M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.2s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16l-97.5 0c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8l97.5 0c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32L0 448c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32l-64 0z"]},Kd={prefix:"far",iconName:"hand",icon:[512,512,[9995,129306,"hand-paper"],"f256","M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64l0 165.5-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75l8.5 0 8 0c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5l0-176c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2l0-2c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1l0-.1 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.9 0 .1 0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-136c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 55.9c0 0 0 .1 0 .1l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-71.9c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 172.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2l-4.9 0-8.5 0c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2L160 96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9L192 232c0 13.3 10.7 24 24 24s24-10.7 24-24l0-135.9z"]},l6=Kd,d6={prefix:"far",iconName:"circle",icon:[512,512,[9679,9898,9899,11044,61708,61915,128308,128309,128992,128993,128994,128995,128996],"f111","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},f6={prefix:"far",iconName:"calendar-day",icon:[448,512,[],"f783","M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zM112 256l96 0c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16z"]},u6={prefix:"far",iconName:"cloud",icon:[640,512,[9729],"f0c2","M410.8 134.2c-19.3 8.6-42 3.5-55.9-12.5C332.8 96.1 300.3 80 264 80c-66.3 0-120 53.7-120 120c0 0 0 0 0 0s0 0 0 0l0 .2c0 20.4-12.8 38.5-32 45.3C74.6 258.7 48 294.3 48 336c0 53 43 96 96 96l360 0 3.3 0c.6-.1 1.3-.1 1.9-.2c46.2-2.7 82.8-41 82.8-87.8c0-36-21.6-67.1-52.8-80.7c-20.1-8.8-31.6-30-28.1-51.7c.6-3.8 .9-7.7 .9-11.7c0-39.8-32.2-72-72-72c-10.5 0-20.4 2.2-29.2 6.2zM512 479.8l0 .2-8 0-40 0-320 0C64.5 480 0 415.5 0 336c0-62.7 40.1-116 96-135.8l0-.2c0-92.8 75.2-168 168-168c50.9 0 96.4 22.6 127.3 58.3C406.2 83.7 422.6 80 440 80c66.3 0 120 53.7 120 120c0 6.6-.5 13-1.5 19.3c48 21 81.5 68.9 81.5 124.7c0 72.4-56.6 131.6-128 135.8z"]},p6={prefix:"far",iconName:"list-tree",icon:[512,512,[],"e1d2","M24 48C10.7 48 0 58.7 0 72l0 48c0 13.3 10.7 24 24 24l0 112 0 128c0 30.9 25.1 56 56 56l48 0c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l-48 0c-4.4 0-8-3.6-8-8l0-104 56 0c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l-56 0 0-88c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L24 48zM160 96c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72c-13.3 0-24 10.7-24 24zM288 256c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24z"]},h6={prefix:"far",iconName:"angle-right",icon:[320,512,[8250],"f105","M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z"]},m6={prefix:"far",iconName:"code",icon:[640,512,[],"f121","M399.1 1.1c-12.7-3.9-26.1 3.1-30 15.8l-144 464c-3.9 12.7 3.1 26.1 15.8 30s26.1-3.1 30-15.8l144-464c3.9-12.7-3.1-26.1-15.8-30zm71.4 118.5c-9.1 9.7-8.6 24.9 1.1 33.9L580.9 256 471.6 358.5c-9.7 9.1-10.2 24.3-1.1 33.9s24.3 10.2 33.9 1.1l128-120c4.8-4.5 7.6-10.9 7.6-17.5s-2.7-13-7.6-17.5l-128-120c-9.7-9.1-24.9-8.6-33.9 1.1zm-301 0c-9.1-9.7-24.3-10.2-33.9-1.1l-128 120C2.7 243 0 249.4 0 256s2.7 13 7.6 17.5l128 120c9.7 9.1 24.9 8.6 33.9-1.1s8.6-24.9-1.1-33.9L59.1 256 168.4 153.5c9.7-9.1 10.2-24.3 1.1-33.9z"]},g6={prefix:"far",iconName:"align-center",icon:[448,512,[],"f037","M120 40c-13.3 0-24 10.7-24 24s10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L120 40zM24 168c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 168zM96 320c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-208 0c-13.3 0-24 10.7-24 24zM24 424c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 424z"]},y6={prefix:"far",iconName:"comment-question",icon:[512,512,[],"e14b","M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM169.8 149.3l-.4 1.2c-4.4 12.5 2.1 26.2 14.6 30.6s26.2-2.1 30.6-14.6l.4-1.2c1.1-3.2 4.2-5.3 7.5-5.3l58.3 0c8.4 0 15.1 6.8 15.1 15.1c0 5.4-2.9 10.4-7.6 13.1l-44.3 25.4c-7.5 4.3-12.1 12.2-12.1 20.8l0 13.5c0 13.3 10.7 24 24 24c13.1 0 23.8-10.5 24-23.6l32.3-18.5c19.6-11.3 31.7-32.2 31.7-54.8c0-34.9-28.3-63.1-63.1-63.1l-58.3 0c-23.7 0-44.8 14.9-52.8 37.3zM288 336a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},b6={prefix:"far",iconName:"image",icon:[512,512,[],"f03e","M448 80c8.8 0 16 7.2 16 16l0 319.8-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3L48 96c0-8.8 7.2-16 16-16l384 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]},v6={prefix:"far",iconName:"arrow-up-right-and-arrow-down-left-from-center",icon:[512,512,[],"e0a0","M295 183c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24L344 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0L295 183zM217 329c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L48 430.1 48 344c0-13.3-10.7-24-24-24s-24 10.7-24 24L0 488c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0L217 329z"]},x6={prefix:"far",iconName:"thumbs-down",icon:[512,512,[61576,128078],"f165","M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16l-97.5 0c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8L384 32c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0z"]},S6={prefix:"far",iconName:"diagram-sankey",icon:[576,512,[],"e158","M329.9 80c-2.8 0-5.4 1.5-6.8 3.8L253.8 197.2c-10.2 16.6-28.3 26.8-47.8 26.8L24 224c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0c2.8 0 5.4-1.5 6.8-3.8L282.2 58.8C292.3 42.2 310.4 32 329.9 32L552 32c13.3 0 24 10.7 24 24s-10.7 24-24 24L329.9 80zm-124 240l61.7 108c1.4 2.5 4.1 4 6.9 4L552 432c13.3 0 24 10.7 24 24s-10.7 24-24 24l-277.4 0c-20.1 0-38.7-10.8-48.6-28.2L150.6 320 24 320c-13.3 0-24-10.7-24-24s10.7-24 24-24l528 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-346.1 0z"]},Zd={prefix:"far",iconName:"message-check",icon:[512,512,["comment-alt-check"],"f4a2","M208 416c0-26.5-21.5-48-48-48l-96 0c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l384 0c8.8 0 16 7.2 16 16l0 288c0 8.8-7.2 16-16 16l-138.7 0c-10.4 0-20.5 3.4-28.8 9.6L208 432l0-16zm-.2 76.2l.2-.2 101.3-76L448 416c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l48 0 48 0 0 48 0 4 0 .3 0 6.4 0 21.3c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L202.7 496l5.1-3.8zM369 153c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 153z"]},C6=Zd,E6={prefix:"far",iconName:"bold",icon:[384,512,[],"f032","M0 56C0 42.7 10.7 32 24 32l48 0 16 0 124 0c68.5 0 124 55.5 124 124c0 34.7-14.3 66.2-37.3 88.7C339.7 264.9 368 307.1 368 356c0 68.5-55.5 124-124 124L88 480l-16 0-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-176L48 80 24 80C10.7 80 0 69.3 0 56zM212 232c42 0 76-34 76-76s-34-76-76-76L96 80l0 152 116 0zM96 280l0 152 148 0c42 0 76-34 76-76s-34-76-76-76l-32 0L96 280z"]},Yd={prefix:"far",iconName:"circle-stop",icon:[512,512,[62094,"stop-circle"],"f28d","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm192-96l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"]},O6=Yd,qd={prefix:"far",iconName:"arrow-right-to-bracket",icon:[512,512,["sign-in"],"f090","M217 401L345 273c9.4-9.4 9.4-24.6 0-33.9L217 111c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l87 87L24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l246.1 0-87 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zM344 80l80 0c22.1 0 40 17.9 40 40l0 272c0 22.1-17.9 40-40 40l-80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c48.6 0 88-39.4 88-88l0-272c0-48.6-39.4-88-88-88l-80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24z"]},A6=qd,L6={prefix:"far",iconName:"users",icon:[640,512,[],"f0c0","M144 160A80 80 0 1 0 144 0a80 80 0 1 0 0 160zm368 0A80 80 0 1 0 512 0a80 80 0 1 0 0 160zM0 298.7C0 310.4 9.6 320 21.3 320l213.3 0c.2 0 .4 0 .7 0c-26.6-23.5-43.3-57.8-43.3-96c0-7.6 .7-15 1.9-22.3c-13.6-6.3-28.7-9.7-44.6-9.7l-42.7 0C47.8 192 0 239.8 0 298.7zM405.3 320l213.3 0c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192l-42.7 0c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 38.2-16.8 72.5-43.3 96c.2 0 .4 0 .7 0zM320 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 144a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm-58.7 80l117.3 0c39.8 0 73.2 27.2 82.6 64l-282.6 0c9.5-36.8 42.9-64 82.6-64zm0-48C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7l330.7 0c14.7 0 26.7-11.9 26.7-26.7C512 411.7 452.3 352 378.7 352l-117.3 0z"]},w6={prefix:"far",iconName:"arrow-turn-down-right",icon:[512,512,[],"e3d6","M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 224c0 48.6 39.4 88 88 88l342.1 0-87 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 305c9.4-9.4 9.4-24.6 0-33.9L377 143c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l87 87L88 264c-22.1 0-40-17.9-40-40L48 56z"]},R6={prefix:"far",iconName:"print",icon:[512,512,[9113,128424,128438],"f02f","M112 160l0-96c0-8.8 7.2-16 16-16l229.5 0c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c3 3 4.7 7.1 4.7 11.3l0 69.5 48 0 0-69.5c0-17-6.7-33.3-18.7-45.3L402.7 18.7C390.7 6.7 374.5 0 357.5 0L128 0C92.7 0 64 28.7 64 64l0 96 48 0zm16 208l256 0 0 96-256 0 0-96zm-16-48c-17.7 0-32 14.3-32 32l-32 0 0-96c0-8.8 7.2-16 16-16l384 0c8.8 0 16 7.2 16 16l0 96-32 0c0-17.7-14.3-32-32-32l-288 0zm320 80l48 0c17.7 0 32-14.3 32-32l0-112c0-35.3-28.7-64-64-64L64 192c-35.3 0-64 28.7-64 64L0 368c0 17.7 14.3 32 32 32l48 0 0 80c0 17.7 14.3 32 32 32l288 0c17.7 0 32-14.3 32-32l0-80z"]},_6={prefix:"far",iconName:"align-right",icon:[448,512,[],"f038","M424 40c13.3 0 24 10.7 24 24s-10.7 24-24 24L184 88c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0zm0 128c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 216c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0zm24 152c0 13.3-10.7 24-24 24l-240 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0c13.3 0 24 10.7 24 24zM424 424c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 472c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0z"]},N6={prefix:"far",iconName:"flask",icon:[448,512,[],"f0c3","M176 196.8c0 20.7-5.8 41-16.6 58.7L119.7 320l208.6 0-39.7-64.5c-10.9-17.7-16.6-38-16.6-58.7L272 48l-96 0 0 148.8zM320 48l0 148.8c0 11.8 3.3 23.5 9.5 33.5L437.7 406.2c6.7 10.9 10.3 23.5 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4L69.4 512C31.1 512 0 480.9 0 442.6c0-12.8 3.6-25.4 10.3-36.4L118.5 230.4c6.2-10.1 9.5-21.7 9.5-33.5L128 48l-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0L288 0l40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0z"]},Xd={prefix:"far",iconName:"magnifying-glass-plus",icon:[512,512,["search-plus"],"f00e","M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208C416 93.1 322.9 0 208 0S0 93.1 0 208S93.1 416 208 416zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z"]},T6=Xd,M6={prefix:"far",iconName:"shield-check",icon:[512,512,[],"f2f7","M73 127L256 49.4 439 127c5.9 2.5 9.1 7.8 9 12.8c-.4 91.4-38.4 249.3-186.3 320.1c-3.6 1.7-7.8 1.7-11.3 0C102.4 389 64.5 231.2 64 139.7c0-5 3.1-10.2 9-12.8zM457.7 82.8L269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.8 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"]},k6={prefix:"far",iconName:"strikethrough",icon:[512,512,[],"f0cc","M145.5 138c4-21.5 17.9-37.4 41.7-47.4c24.7-10.4 59.4-13.7 99.9-7.5c12.8 2 52.4 9.5 64.9 12.8c12.8 3.3 25.9-4.3 29.3-17.2s-4.3-25.9-17.2-29.3c-14.7-3.8-56.1-11.7-69.7-13.8c-46.2-7.1-90.4-4.1-125.7 10.7c-36.1 15.1-63.3 43.1-70.5 83.9c-.1 .4-.1 .9-.2 1.3c-2.8 23.4 .5 44.2 9.8 62.2c9.2 17.8 23.2 31.2 38.8 41.5c2.4 1.6 5 3.2 7.5 4.7L24 240c-13.3 0-24 10.7-24 24s10.7 24 24 24l464 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-192.2 0c-9.9-3.1-19.7-6-29.2-8.8l-.3-.1c-37.7-11.1-70.5-20.7-93.3-35.8c-10.9-7.2-18.2-14.9-22.6-23.5c-4.2-8.2-6.6-18.9-4.9-33.8zM364 337.1c3.7 8.6 5.5 20.1 2.6 36.3c-3.8 21.8-17.8 37.9-41.8 48c-24.7 10.4-59.4 13.7-99.8 7.5c-20.1-3.2-54.3-14.6-81.2-23.6c0 0 0 0 0 0s0 0 0 0c-5.9-2-11.4-3.8-16.3-5.4c-12.6-4.1-26.1 2.8-30.3 15.4s2.8 26.2 15.4 30.3c4 1.3 8.8 2.9 14 4.7c26.6 8.9 66.4 22.2 90.9 26.2l.1 0c46.2 7.1 90.4 4.1 125.7-10.7c36.1-15.1 63.3-43.1 70.5-83.9c4-22.9 2.4-43.5-5-61.7l-57.2 0c5.7 5.3 9.7 11 12.3 17.1z"]},P6={prefix:"far",iconName:"folder-open",icon:[576,512,[61717,128194,128449],"f07c","M384 480l48 0c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224l-400 0c-11.4 0-21.9 6-27.6 15.9L48 357.1 48 96c0-8.8 7.2-16 16-16l117.5 0c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8L416 144c8.8 0 16 7.2 16 16l0 32 48 0 0-32c0-35.3-28.7-64-64-64L298.5 96c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l23.7 0L384 480z"]},I6={prefix:"far",iconName:"clone",icon:[512,512,[],"f24d","M64 464l224 0c8.8 0 16-7.2 16-16l0-64 48 0 0 64c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l64 0 0 48-64 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zM224 304l224 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16L224 48c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zm-64-16l0-224c0-35.3 28.7-64 64-64L448 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-224 0c-35.3 0-64-28.7-64-64z"]},z6={prefix:"far",iconName:"heart",icon:[512,512,[9829,10084,61578,128153,128154,128155,128156,128420,129293,129294,129505],"f004","M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8l0-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5l0 3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1s0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5l0 3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2l0-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z"]},D6={prefix:"far",iconName:"paper-plane",icon:[512,512,[61913],"f1d8","M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376l0 103.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z"]},Jd={prefix:"far",iconName:"magnifying-glass-minus",icon:[512,512,["search-minus"],"f010","M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208C416 93.1 322.9 0 208 0S0 93.1 0 208S93.1 416 208 416zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},U6=Jd,B6={prefix:"far",iconName:"book",icon:[448,512,[128212],"f02d","M0 88C0 39.4 39.4 0 88 0L392 0c30.9 0 56 25.1 56 56l0 288c0 22.3-13.1 41.6-32 50.6l0 69.4 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L80 512c-44.2 0-80-35.8-80-80c0-2.7 .1-5.4 .4-8L0 424 0 88zM80 400c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0 0-64L80 400zM48 358.7c9.8-4.3 20.6-6.7 32-6.7l312 0c4.4 0 8-3.6 8-8l0-288c0-4.4-3.6-8-8-8L88 48C65.9 48 48 65.9 48 88l0 270.7zM152 112l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},Qd={prefix:"far",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]},$6=Qd,e0={prefix:"far",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M64 368a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm0-160a48 48 0 1 0 0 96 48 48 0 1 0 0-96zM112 96A48 48 0 1 0 16 96a48 48 0 1 0 96 0z"]},H6=e0,t0={prefix:"far",iconName:"arrow-right-to-line",icon:[448,512,[8677,"arrow-to-right"],"f340","M448 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 336c0 13.3 10.7 24 24 24s24-10.7 24-24l0-336zM312.4 273.5c4.8-4.5 7.6-10.9 7.6-17.5s-2.7-12.9-7.6-17.5l-136-128c-9.7-9.1-24.8-8.6-33.9 1s-8.6 24.8 1 33.9L235.5 232 152 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0 83.5 0-91.9 86.5c-9.7 9.1-10.1 24.3-1 33.9s24.3 10.1 33.9 1l136-128z"]},F6=t0,G6={prefix:"far",iconName:"angle-left",icon:[320,512,[8249],"f104","M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239z"]},W6={prefix:"far",iconName:"calendar-circle-exclamation",icon:[576,512,[],"e46e","M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48-16 0-32 0-48 0L48 192l0 256c0 8.8 7.2 16 16 16l220.5 0c12.3 18.8 28 35.1 46.3 48L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"]},j6={prefix:"far",iconName:"expand",icon:[448,512,[],"f065","M136 32c13.3 0 24 10.7 24 24s-10.7 24-24 24L48 80l0 88c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 56C0 42.7 10.7 32 24 32l112 0zM0 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 88 88 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24L0 344zM424 32c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-88-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0zM400 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l88 0 0-88z"]},V6={prefix:"far",iconName:"equals",icon:[448,512,[62764],"3d","M40 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L40 144zm0 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L40 320z"]},K6={prefix:"far",iconName:"receipt",icon:[384,512,[129534],"f543","M39.6 5.8C32.5-.3 22.5-1.7 14 2.2S0 14.6 0 24L0 488c0 9.4 5.5 17.9 14 21.8s18.5 2.5 25.6-3.6L80 471.6l40.4 34.6c9 7.7 22.3 7.7 31.2 0L192 471.6l40.4 34.6c9 7.7 22.3 7.7 31.2 0L304 471.6l40.4 34.6c7.1 6.1 17.1 7.5 25.6 3.6s14-12.4 14-21.8l0-464c0-9.4-5.5-17.9-14-21.8s-18.5-2.5-25.6 3.6L304 40.4 263.6 5.8c-9-7.7-22.3-7.7-31.2 0L192 40.4 151.6 5.8c-9-7.7-22.3-7.7-31.2 0L80 40.4 39.6 5.8zm8.4 430L48 76.2l16.4 14c9 7.7 22.3 7.7 31.2 0L136 55.6l40.4 34.6c9 7.7 22.3 7.7 31.2 0L248 55.6l40.4 34.6c9 7.7 22.3 7.7 31.2 0l16.4-14 0 359.6-16.4-14c-9-7.7-22.3-7.7-31.2 0L248 456.4l-40.4-34.6c-9-7.7-22.3-7.7-31.2 0L136 456.4 95.6 421.8c-9-7.7-22.3-7.7-31.2 0L48 435.8zM120 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zM96 256c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0c-13.3 0-24 10.7-24 24z"]},Z6={prefix:"far",iconName:"eye",icon:[576,512,[128065],"f06e","M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z"]},Y6={prefix:"far",iconName:"align-left",icon:[448,512,[],"f036","M24 40C10.7 40 0 50.7 0 64S10.7 88 24 88l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 40zm0 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 168zM0 320c0 13.3 10.7 24 24 24l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 296c-13.3 0-24 10.7-24 24zM24 424c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 424z"]},r0={prefix:"far",iconName:"paintbrush",icon:[576,512,[128396,"paint-brush"],"f1fc","M278 219.5L356.5 298 524.7 73.6c4.8-6.4 4.1-15.3-1.5-20.9s-14.5-6.3-20.9-1.5L278 219.5zM199.1 321.6c-4.9-1-9.9-1.6-15.1-1.6c-39.8 0-72 32.2-72 72c0 3.8 .3 7.5 .8 11.1c3.3 21.4-2.2 43.1-13.8 60l-.7 .9 85.6 0c39.8 0 72-32.2 72-72c0-5.2-.5-10.2-1.6-15.1l-55.4-55.4zM384 341.3c-19.1 25.5-48.6 41.1-80.3 42.6c.2 2.7 .3 5.4 .3 8.1c0 66.3-53.7 120-120 120L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l6 0c18.1 0 30.1-19.8 27.4-37.6c-.9-6-1.4-12.1-1.4-18.4c0-66.3 53.7-120 120-120c2.7 0 5.4 .1 8.1 .3c1.5-31.7 17-61.1 42.5-80.3L473.5 12.8C499-6.3 534.6-3.8 557.2 18.7s25.1 58.2 6 83.7L384 341.3z"]},q6=r0,X6={prefix:"far",iconName:"key",icon:[512,512,[128273],"f084","M208 176c0-70.7 57.3-128 128-128s128 57.3 128 128s-57.3 128-128 128c-10.4 0-20.5-1.2-30.1-3.6c-8.1-2-16.7 .4-22.6 6.4L254.1 336 200 336c-13.3 0-24 10.7-24 24l0 40-40 0c-13.3 0-24 10.7-24 24l0 40-64 0 0-78.1L205.2 228.7c5.9-5.9 8.3-14.5 6.4-22.6c-2.3-9.6-3.6-19.7-3.6-30.1zM336 0C238.8 0 160 78.8 160 176c0 9.5 .7 18.8 2.2 27.9L7 359c-4.5 4.5-7 10.6-7 17L0 488c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l27.2-27.2c9.1 1.4 18.4 2.2 27.9 2.2c97.2 0 176-78.8 176-176S433.2 0 336 0zm32 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},J6={prefix:"far",iconName:"palette",icon:[512,512,[127912],"f53f","M464 258.2c0 2.7-1 5.2-4.2 8c-3.8 3.1-10.1 5.8-17.8 5.8L344 272c-53 0-96 43-96 96c0 6.8 .7 13.4 2.1 19.8c3.3 15.7 10.2 31.1 14.4 40.6c0 0 0 0 0 0c.7 1.6 1.4 3 1.9 4.3c5 11.5 5.6 15.4 5.6 17.1c0 5.3-1.9 9.5-3.8 11.8c-.9 1.1-1.6 1.6-2 1.8c-.3 .2-.8 .3-1.6 .4c-2.9 .1-5.7 .2-8.6 .2C141.1 464 48 370.9 48 256S141.1 48 256 48s208 93.1 208 208c0 .7 0 1.4 0 2.2zm48 .5c0-.9 0-1.8 0-2.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c3.5 0 7.1-.1 10.6-.2c31.8-1.3 53.4-30.1 53.4-62c0-14.5-6.1-28.3-12.1-42c-4.3-9.8-8.7-19.7-10.8-29.9c-.7-3.2-1-6.5-1-9.9c0-26.5 21.5-48 48-48l97.9 0c36.5 0 69.7-24.8 70.1-61.3zM160 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm64 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},o0={prefix:"far",iconName:"floppy-disk",icon:[448,512,[128190,128426,"save"],"f0c7","M48 96l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-245.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l245.5 0c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8L320 184c0 13.3-10.7 24-24 24l-192 0c-13.3 0-24-10.7-24-24L80 80 64 80c-8.8 0-16 7.2-16 16zm80-16l0 80 144 0 0-80L128 80zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"]},Q6=o0,a0={prefix:"far",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z"]},em=a0,n0={prefix:"far",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M432 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-160 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM64 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"]},tm=n0,i0={prefix:"far",iconName:"share-nodes",icon:[448,512,["share-alt"],"f1e0","M448 128c0 53-43 96-96 96c-28.9 0-54.8-12.8-72.4-33l-89.7 44.9c1.4 6.5 2.1 13.2 2.1 20.1s-.7 13.6-2.1 20.1L279.6 321c17.6-20.2 43.5-33 72.4-33c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96c0-6.9 .7-13.6 2.1-20.1L168.4 319c-17.6 20.2-43.5 33-72.4 33c-53 0-96-43-96-96s43-96 96-96c28.9 0 54.8 12.8 72.4 33l89.7-44.9c-1.4-6.5-2.1-13.2-2.1-20.1c0-53 43-96 96-96s96 43 96 96zM96 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM400 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM352 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]},rm=i0,om={prefix:"far",iconName:"arrows-from-line",icon:[448,512,[],"e0a4","M241 7c-9.4-9.4-24.6-9.4-33.9 0L135 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-86.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L241 7zm7 337c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 86.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-86.1zM24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 232z"]},am={prefix:"far",iconName:"power-off",icon:[512,512,[9211],"f011","M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 240c0 13.3 10.7 24 24 24s24-10.7 24-24l0-240zM134.2 107.3c10.7-7.9 12.9-22.9 5.1-33.6s-22.9-12.9-33.6-5.1C46.5 112.3 8 182.7 8 262C8 394.6 115.5 502 248 502s240-107.5 240-240c0-79.3-38.5-149.7-97.8-193.3c-10.7-7.9-25.7-5.6-33.6 5.1s-5.6 25.7 5.1 33.6c47.5 35 78.2 91.2 78.2 154.7c0 106-86 192-192 192S56 368 56 262c0-63.4 30.7-119.7 78.2-154.7z"]},nm={prefix:"far",iconName:"envelope-open-text",icon:[512,512,[],"f658","M392 48L120 48c-4.4 0-8 3.6-8 8l0 169.2L69.2 190.1c-1.7-1.4-3.4-2.6-5.2-3.8L64 56C64 25.1 89.1 0 120 0L392 0c30.9 0 56 25.1 56 56l0 130.2c-1.8 1.2-3.5 2.5-5.2 3.8L400 225.2 400 56c0-4.4-3.6-8-8-8zM160 120c0-13.3 10.7-24 24-24l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24zm0 80c0-13.3 10.7-24 24-24l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24zM48 276.2L48 456c0 4.4 3.6 8 8 8l400 0c4.4 0 8-3.6 8-8l0-179.8L322 392.8c-38.4 31.5-93.7 31.5-132 0L48 276.2zM0 237.9C0 221.4 13.4 208 29.9 208c6.9 0 13.6 2.4 19 6.8l171.6 141c20.7 17 50.4 17 71.1 0l171.6-141c5.3-4.4 12.1-6.8 19-6.8c16.5 0 29.9 13.4 29.9 29.9L512 456c0 30.9-25.1 56-56 56L56 512c-30.9 0-56-25.1-56-56L0 237.9z"]},s0={prefix:"far",iconName:"circle-pause",icon:[512,512,[62092,"pause-circle"],"f28b","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm224-72l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24zm112 0l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24z"]},im=s0,sc={prefix:"far",iconName:"mobile",icon:[384,512,[128241,"mobile-android","mobile-phone"],"f3ce","M80 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l224 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L80 48zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM160 400l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},sm=sc,cm=sc,lm={prefix:"far",iconName:"bell",icon:[448,512,[61602,128276],"f0f3","M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 25.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416l400 0c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4l0-25.4c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm0 96c61.9 0 112 50.1 112 112l0 25.4c0 47.9 13.9 94.6 39.7 134.6L72.3 368C98.1 328 112 281.3 112 233.4l0-25.4c0-61.9 50.1-112 112-112zm64 352l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"]},dm={prefix:"far",iconName:"filter",icon:[512,512,[],"f0b0","M0 73.7C0 50.7 18.7 32 41.7 32l428.6 0c23 0 41.7 18.7 41.7 41.7c0 9.6-3.3 18.9-9.4 26.3L336 304.5l0 143.2c0 17.8-14.5 32.3-32.3 32.3c-7.3 0-14.4-2.5-20.1-7l-92.5-73.4c-9.6-7.6-15.1-19.1-15.1-31.3l0-63.7L9.4 100C3.3 92.6 0 83.3 0 73.7zM55 80L218.6 280.8c3.5 4.3 5.4 9.6 5.4 15.2l0 68.4 64 50.8L288 296c0-5.5 1.9-10.9 5.4-15.2L457 80 55 80z"]},fm={prefix:"far",iconName:"medal",icon:[512,512,[127941],"f5a2","M4.1 38.2L106.4 191.5c11.2-11.6 23.7-21.9 37.3-30.6L68.4 48l64.5 0 54.9 91.5c15.8-5.5 32.4-9.1 49.6-10.6l-6.1-10.1L169.3 15.5C163.5 5.9 153.1 0 141.9 0L24.6 0C11 0 0 11 0 24.6c0 4.8 1.4 9.6 4.1 13.6zm276.6 80.5l-6.1 10.1c17.2 1.5 33.8 5.2 49.6 10.6L379.2 48l64.5 0L368.4 160.9c13.6 8.7 26.1 19 37.3 30.6L507.9 38.2c2.7-4 4.1-8.8 4.1-13.6C512 11 501 0 487.4 0L370.1 0c-11.2 0-21.7 5.9-27.4 15.5L280.8 118.7zM256 208a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 304a176 176 0 1 0 0-352 176 176 0 1 0 0 352zm7.2-257.5c-2.9-5.9-11.4-5.9-14.3 0l-19.2 38.9c-1.2 2.4-3.4 4-6 4.4L180.7 304c-6.6 1-9.2 9-4.4 13.6l31 30.2c1.9 1.8 2.7 4.5 2.3 7.1l-7.3 42.7c-1.1 6.5 5.7 11.5 11.6 8.4L252.3 386c2.3-1.2 5.1-1.2 7.4 0l38.4 20.2c5.9 3.1 12.7-1.9 11.6-8.4L302.4 355c-.4-2.6 .4-5.2 2.3-7.1l31-30.2c4.7-4.6 2.1-12.7-4.4-13.6l-42.9-6.2c-2.6-.4-4.9-2-6-4.4l-19.2-38.9z"]},um={prefix:"far",iconName:"cloud-slash",icon:[640,512,[],"e137","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-33.4-26.2C623.6 418.1 640 383 640 344c0-55.7-33.5-103.7-81.5-124.7c1-6.3 1.5-12.8 1.5-19.3c0-66.3-53.7-120-120-120c-17.4 0-33.8 3.7-48.7 10.3C360.4 54.6 314.9 32 264 32c-48.5 0-92.1 20.5-122.8 53.4L38.8 5.1zm140.4 110C200.9 93.4 230.9 80 264 80c36.3 0 68.8 16.1 90.9 41.7c13.8 16 36.5 21.1 55.9 12.5c8.9-3.9 18.7-6.2 29.2-6.2c39.8 0 72 32.2 72 72c0 4-.3 7.9-.9 11.7c-3.5 21.6 8.1 42.9 28.1 51.7C570.4 276.9 592 308 592 344c0 27.8-12.9 52.6-33.1 68.8L179.2 115.1zM426.5 432L144 432c-53 0-96-43-96-96c0-41.7 26.6-77.3 64-90.5c16.4-5.8 28.2-19.9 31.2-36.6L98.1 173.3C96.7 182 96 190.9 96 200l0 .2C40.1 220 0 273.3 0 336c0 79.5 64.5 144 144 144l320 0 23.4 0-60.9-48z"]},c0={prefix:"far",iconName:"minus",icon:[448,512,[8211,8722,10134,"subtract"],"f068","M432 256c0 13.3-10.7 24-24 24L40 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l368 0c13.3 0 24 10.7 24 24z"]},pm=c0,l0={prefix:"far",iconName:"paste",icon:[512,512,["file-clipboard"],"f0ea","M104.6 48L64 48C28.7 48 0 76.7 0 112L0 384c0 35.3 28.7 64 64 64l96 0 0-48-96 0c-8.8 0-16-7.2-16-16l0-272c0-8.8 7.2-16 16-16l16 0c0 17.7 14.3 32 32 32l72.4 0C202 108.4 227.6 96 256 96l62 0c-7.1-27.6-32.2-48-62-48l-40.6 0C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48zM144 56a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM448 464l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L464 243.9 464 448c0 8.8-7.2 16-16 16zM256 512l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1L256 128c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64z"]},hm=l0,mm={prefix:"far",iconName:"calendar-check",icon:[448,512,[],"f274","M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]};var pc={};Y(pc,{faAddressCard:()=>uc,faAnalytics:()=>Om,faArchive:()=>xm,faAreaChart:()=>d8,faBell:()=>m8,faBellSlash:()=>Mm,faBookmark:()=>Gm,faBoxArchive:()=>f0,faChartArea:()=>C0,faChartMixed:()=>p0,faCheck:()=>Km,faCheckCircle:()=>Dm,faCircle:()=>Qm,faCircleCheck:()=>g0,faCircleDollar:()=>dc,faCirclePause:()=>O0,faCircleQuestion:()=>b0,faCircleSmall:()=>g8,faCircleStop:()=>S0,faClock:()=>E0,faClockFour:()=>f8,faClose:()=>Um,faCodeCompare:()=>vm,faCog:()=>qm,faCommentAltCheck:()=>n8,faCommentAltQuote:()=>Rm,faCommentQuestion:()=>r8,faContactCard:()=>e8,faCrown:()=>o8,faCubes:()=>Im,faDollarCircle:()=>Am,faExclamationTriangle:()=>_m,faFilter:()=>y8,faGear:()=>v0,faGripLines:()=>c8,faHeart:()=>l8,faHexagonExclamation:()=>Pm,faHexagonXmark:()=>lc,faInfoSquare:()=>Fm,faLockAlt:()=>gm,faLockKeyhole:()=>d0,faLockKeyholeOpen:()=>u0,faLockOpenAlt:()=>Sm,faMagicWandSparkles:()=>km,faMessageBot:()=>Vm,faMessageCheck:()=>x0,faMessageQuote:()=>h0,faMinus:()=>A0,faMultiply:()=>Bm,faPause:()=>Cm,faPauseCircle:()=>h8,faPlay:()=>Zm,faQuestionCircle:()=>Ym,faRemove:()=>$m,faRobot:()=>wm,faServer:()=>jm,faSquareInfo:()=>y0,faStar:()=>Tm,faStopCircle:()=>i8,faSubtract:()=>b8,faTag:()=>Em,faThumbsDown:()=>a8,faThumbsUp:()=>Jm,faTimes:()=>Hm,faTimesHexagon:()=>ym,faTrash:()=>u8,faTriangleExclamation:()=>fc,faTurnLeft:()=>Xm,faTurnRight:()=>zm,faUsdCircle:()=>Lm,faUser:()=>Wm,faUserTie:()=>p8,faUsers:()=>s8,faVcard:()=>t8,faWandMagicSparkles:()=>m0,faWarning:()=>Nm,faXmark:()=>Ko,faXmarkHexagon:()=>bm});var d0={prefix:"fas",iconName:"lock-keyhole",icon:[448,512,["lock-alt"],"f30d","M224 64c44.2 0 80 35.8 80 80l0 48-160 0 0-48c0-44.2 35.8-80 80-80zM80 144l0 48-16 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-16 0 0-48C368 64.5 303.5 0 224 0S80 64.5 80 144zM256 320l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z"]},gm=d0,lc={prefix:"fas",iconName:"hexagon-xmark",icon:[512,512,["times-hexagon","xmark-hexagon"],"f2ee","M17.1 292c-12.9-22.3-12.9-49.7 0-72L105.4 67.1c12.9-22.3 36.6-36 62.4-36l176.6 0c25.7 0 49.5 13.7 62.4 36L494.9 220c12.9 22.3 12.9 49.7 0 72L406.6 444.9c-12.9 22.3-36.6 36-62.4 36l-176.6 0c-25.7 0-49.5-13.7-62.4-36L17.1 292zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"]},ym=lc,bm=lc,vm={prefix:"fas",iconName:"code-compare",icon:[512,512,[],"e13a","M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9l0 40 16 0c35.3 0 64-28.7 64-64l0-166.7C371.7 141 352 112.8 352 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3L464 320c0 70.7-57.3 128-128 128l-16 0 0 40zM456 80a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9l0-40-16 0c-35.3 0-64 28.7-64 64l0 166.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L48 192c0-70.7 57.3-128 128-128l16 0 0-40zM56 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z"]},f0={prefix:"fas",iconName:"box-archive",icon:[512,512,["archive"],"f187","M32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64C0 46.3 14.3 32 32 32zm0 128l448 0 0 256c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-256zm128 80c0 8.8 7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0c-8.8 0-16 7.2-16 16z"]},xm=f0,u0={prefix:"fas",iconName:"lock-keyhole-open",icon:[576,512,["lock-open-alt"],"f3c2","M432 64c-44.2 0-80 35.8-80 80l0 48 32 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l224 0 0-48C288 64.5 352.5 0 432 0s144 64.5 144 144l0 48c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-48c0-44.2-35.8-80-80-80zM256 384c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0z"]},Sm=u0,Cm={prefix:"fas",iconName:"pause",icon:[320,512,[9208],"f04c","M48 64C21.5 64 0 85.5 0 112L0 400c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48L48 64zm192 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-32 0z"]},Em={prefix:"fas",iconName:"tag",icon:[448,512,[127991],"f02b","M0 80L0 229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7L48 32C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},p0={prefix:"fas",iconName:"chart-mixed",icon:[512,512,["analytics"],"f643","M500 89c13.8-11 16-31.2 5-45s-31.2-16-45-5L319.4 151.5 211.2 70.4c-11.7-8.8-27.8-8.5-39.2 .6L12 199c-13.8 11-16 31.2-5 45s31.2 16 45 5L192.6 136.5l108.2 81.1c11.7 8.8 27.8 8.5 39.2-.6L500 89zM160 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 352l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32zm288-64c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32zm96-32l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},Om=p0,dc={prefix:"fas",iconName:"circle-dollar",icon:[512,512,["dollar-circle","usd-circle"],"f2e8","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm20.8-378.4l0 14.2c9.7 1.2 19.4 3.9 29 6.6c1.9 .5 3.7 1 5.6 1.6c11.5 3.2 18.3 15.1 15.1 26.6s-15.1 18.2-26.6 15.1c-1.6-.4-3.1-.9-4.7-1.3c-7-2-14-3.9-21.1-5.3c-13.2-2.5-28.5-1.3-40.8 4c-11 4.8-20.1 16.4-7.6 24.4c9.8 6.3 21.8 9.5 33.2 12.6c2.4 .6 4.7 1.3 7 1.9c15.6 4.4 35.5 10.1 50.4 20.3c19.4 13.3 28.5 34.9 24.2 58.1c-4.1 22.4-19.7 37.1-38.4 44.7c-7.8 3.2-16.3 5.2-25.2 6.2l0 15.2c0 11.9-9.7 21.6-21.6 21.6s-21.6-9.7-21.6-21.6l0-17.4c-14.5-3.3-28.7-7.9-42.8-12.5c-11.3-3.7-17.5-16-13.7-27.3s16-17.5 27.3-13.7c2.5 .8 5 1.7 7.5 2.5c11.3 3.8 22.9 7.7 34.5 9.6c17 2.5 30.6 1 39.5-2.6c12-4.8 17.7-19.1 5.9-27.1c-10.1-6.9-22.6-10.3-34.5-13.5c-2.3-.6-4.5-1.2-6.8-1.9c-15.1-4.3-34-9.6-48.2-18.7c-19.5-12.5-29.4-33.3-25.2-56.4c4-21.8 21-36.3 39-44.1c5.5-2.4 11.4-4.3 17.5-5.7l0-16.1c0-11.9 9.7-21.6 21.6-21.6s21.6 9.7 21.6 21.6z"]},Am=dc,Lm=dc,wm={prefix:"fas",iconName:"robot",icon:[640,512,[129302],"f544","M320 0c17.7 0 32 14.3 32 32l0 64 120 0c39.8 0 72 32.2 72 72l0 272c0 39.8-32.2 72-72 72l-304 0c-39.8 0-72-32.2-72-72l0-272c0-39.8 32.2-72 72-72l120 0 0-64c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224l16 0 0 192-16 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-16 0 0-192 16 0z"]},h0={prefix:"fas",iconName:"message-quote",icon:[512,512,["comment-alt-quote"],"e1e4","M0 64C0 28.7 28.7 0 64 0L448 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-138.7 0L185.6 508.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3l0-80-96 0c-35.3 0-64-28.7-64-64L0 64zm160 48c-17.7 0-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32l32 0 0 7.3c0 11.7-8.5 21.7-20.1 23.7l-7.9 1.3c-13.1 2.2-21.9 14.5-19.7 27.6s14.5 21.9 27.6 19.7l7.9-1.3c34.7-5.8 60.2-35.8 60.2-71l0-39.3 0-24 0-24c0-17.7-14.3-32-32-32l-48 0zm224 80l0-24 0-24c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32l32 0 0 7.3c0 11.7-8.5 21.7-20.1 23.7l-7.9 1.3c-13.1 2.2-21.9 14.5-19.7 27.6s14.5 21.9 27.6 19.7l7.9-1.3c34.7-5.8 60.2-35.8 60.2-71l0-39.3z"]},Rm=h0,fc={prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},_m=fc,Nm=fc,Tm={prefix:"fas",iconName:"star",icon:[576,512,[11088,61446],"f005","M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"]},Mm={prefix:"fas",iconName:"bell-slash",icon:[640,512,[61943,128277],"f1f6","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-90.2-70.7c.2-.4 .4-.9 .6-1.3c5.2-11.5 3.1-25-5.3-34.4l-7.4-8.3C497.3 319.2 480 273.9 480 226.8l0-18.8c0-77.4-55-142-128-156.8L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 19.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM406.2 416L160 222.1l0 4.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S115.4 416 128 416l278.2 0zm-40.9 77.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"]},m0={prefix:"fas",iconName:"wand-magic-sparkles",icon:[576,512,["magic-wand-sparkles"],"e2ca","M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0L46.1 395.4zM484.6 82.6l-105 105-23.3-23.3 105-105 23.3 23.3zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z"]},km=m0,Pm={prefix:"fas",iconName:"hexagon-exclamation",icon:[512,512,[],"e417","M17.1 292c-12.9-22.3-12.9-49.7 0-72L105.4 67.1c12.9-22.3 36.6-36 62.4-36l176.6 0c25.7 0 49.5 13.7 62.4 36L494.9 220c12.9 22.3 12.9 49.7 0 72L406.6 444.9c-12.9 22.3-36.6 36-62.4 36l-176.6 0c-25.7 0-49.5-13.7-62.4-36L17.1 292zM256 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},Im={prefix:"fas",iconName:"cubes",icon:[576,512,[],"f1b3","M290.8 48.6l78.4 29.7L288 109.5 206.8 78.3l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5l0 112.2c-1.3 .4-2.6 .8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7L0 413.9c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3l0-119.1c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-1.3-.5-2.6-.9-3.9-1.3l0-112.2c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5zM392 210.6l-82.4 31.2 0-89.2L392 121l0 89.6zM154.8 250.9l78.4 29.7L152 311.7 70.8 280.6l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4l0-100.5L256 323.2l0 95.9-82.4 36.2zM421.2 250.9c1.8-.7 3.8-.7 5.7 0l78.4 29.7L424 311.7l-81.2-31.1 78.4-29.7zM523.2 421.2l-77.6 34.1 0-100.5L528 323.2l0 90.7c0 3.2-1.9 6-4.8 7.3z"]},zm={prefix:"fas",iconName:"turn-right",icon:[512,512,[],"e639","M334.5 66c8.8-3.8 19-2 26 4.6l144 136c4.8 4.5 7.5 10.8 7.5 17.4s-2.7 12.9-7.5 17.4l-144 136c-7 6.6-17.2 8.4-26 4.6s-14.5-12.5-14.5-22l0-88-192 0c-17.7 0-32 14.3-32 32l0 144c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32L0 304c0-70.7 57.3-128 128-128l192 0 0-88c0-9.6 5.7-18.2 14.5-22z"]},g0={prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]},Dm=g0,Ko={prefix:"fas",iconName:"xmark",icon:[384,512,[215,10005,10006,10060,128473,"close","multiply","remove","times"],"f00d","M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]},Um=Ko,Bm=Ko,$m=Ko,Hm=Ko,y0={prefix:"fas",iconName:"square-info",icon:[448,512,[8505,"info-square"],"f30f","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM184 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},Fm=y0,Gm={prefix:"fas",iconName:"bookmark",icon:[384,512,[61591,128278],"f02e","M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z"]},Wm={prefix:"fas",iconName:"user",icon:[448,512,[62144,128100],"f007","M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z"]},jm={prefix:"fas",iconName:"server",icon:[512,512,[],"f233","M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},Vm={prefix:"fas",iconName:"message-bot",icon:[640,512,[],"e3b8","M160 0C124.7 0 96 28.7 96 64l0 112-36.3 0c-5.5-9.6-15.9-16-27.7-16c-17.7 0-32 14.3-32 32s14.3 32 32 32c11.8 0 22.2-6.4 27.7-16L96 208l0 144c0 35.3 28.7 64 64 64l64 0 0 80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L373.3 416 480 416c35.3 0 64-28.7 64-64l0-144 36.3 0c5.5 9.6 15.9 16 27.7 16c17.7 0 32-14.3 32-32s-14.3-32-32-32c-11.8 0-22.2 6.4-27.7 16L544 176l0-112c0-35.3-28.7-64-64-64L160 0zm0 128c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-128zm64 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},Km={prefix:"fas",iconName:"check",icon:[448,512,[10003,10004],"f00c","M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"]},Zm={prefix:"fas",iconName:"play",icon:[384,512,[9654],"f04b","M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80L0 432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"]},b0={prefix:"fas",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},Ym=b0,v0={prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"]},qm=v0,Xm={prefix:"fas",iconName:"turn-left",icon:[512,512,[],"e636","M177.5 66c-8.8-3.8-19-2-26 4.6l-144 136C2.7 211.1 0 217.4 0 224s2.7 12.9 7.5 17.4l144 136c7 6.6 17.2 8.4 26 4.6s14.5-12.5 14.5-22l0-88 192 0c17.7 0 32 14.3 32 32l0 144c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-144c0-70.7-57.3-128-128-128l-192 0 0-88c0-9.6-5.7-18.2-14.5-22z"]},Jm={prefix:"fas",iconName:"thumbs-up",icon:[512,512,[61575,128077],"f164","M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2l144 0c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48l-97.5 0c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3l0-38.3 0-48 0-24.9c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32L0 224c0-17.7 14.3-32 32-32z"]},Qm={prefix:"fas",iconName:"circle",icon:[512,512,[9679,9898,9899,11044,61708,61915,128308,128309,128992,128993,128994,128995,128996],"f111","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"]},uc={prefix:"fas",iconName:"address-card",icon:[576,512,[62140,"contact-card","vcard"],"f2bb","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e8=uc,t8=uc,r8={prefix:"fas",iconName:"comment-question",icon:[512,512,[],"e14b","M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM169.8 149.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 248.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},o8={prefix:"fas",iconName:"crown",icon:[576,512,[128081],"f521","M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6l277.2 0c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z"]},a8={prefix:"fas",iconName:"thumbs-down",icon:[512,512,[61576,128078],"f165","M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2l144 0c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48l-97.5 0c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7l0 38.3 0 48 0 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128L0 352c0 17.7 14.3 32 32 32z"]},x0={prefix:"fas",iconName:"message-check",icon:[512,512,["comment-alt-check"],"f4a2","M0 64C0 28.7 28.7 0 64 0L448 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-138.7 0L185.6 508.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3l0-80-96 0c-35.3 0-64-28.7-64-64L0 64zm369 89c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 153z"]},n8=x0,S0={prefix:"fas",iconName:"circle-stop",icon:[512,512,[62094,"stop-circle"],"f28d","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 160l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"]},i8=S0,s8={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192l42.7 0c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0L21.3 320C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7l42.7 0C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3l-213.3 0zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352l117.3 0C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7l-330.7 0c-14.7 0-26.7-11.9-26.7-26.7z"]},c8={prefix:"fas",iconName:"grip-lines",icon:[448,512,[],"f7a4","M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"]},l8={prefix:"fas",iconName:"heart",icon:[512,512,[9829,10084,61578,128153,128154,128155,128156,128420,129293,129294,129505],"f004","M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"]},C0={prefix:"fas",iconName:"chart-area",icon:[512,512,["area-chart"],"f1fe","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm96 288l288 0c17.7 0 32-14.3 32-32l0-68.2c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1l0 84c0 17.7 14.3 32 32 32z"]},d8=C0,E0={prefix:"fas",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]},f8=E0,u8={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z"]},p8={prefix:"fas",iconName:"user-tie",icon:[448,512,[],"f508","M96 128a128 128 0 1 0 256 0A128 128 0 1 0 96 128zm94.5 200.2l18.6 31L175.8 483.1l-36-146.9c-2-8.1-9.8-13.4-17.9-11.3C51.9 342.4 0 405.8 0 481.3c0 17 13.8 30.7 30.7 30.7l131.7 0c0 0 0 0 .1 0l5.5 0 112 0 5.5 0c0 0 0 0 .1 0l131.7 0c17 0 30.7-13.8 30.7-30.7c0-75.5-51.9-138.9-121.9-156.4c-8.1-2-15.9 3.3-17.9 11.3l-36 146.9L238.9 359.2l18.6-31c6.4-10.7-1.3-24.2-13.7-24.2L224 304l-19.7 0c-12.4 0-20.1 13.6-13.7 24.2z"]},O0={prefix:"fas",iconName:"circle-pause",icon:[512,512,[62092,"pause-circle"],"f28b","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM224 192l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32z"]},h8=O0,m8={prefix:"fas",iconName:"bell",icon:[448,512,[61602,128276],"f0f3","M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416l384 0c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8l0-18.8c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"]},g8={prefix:"fas",iconName:"circle-small",icon:[320,512,[],"e122","M0 256a160 160 0 1 1 320 0A160 160 0 1 1 0 256z"]},y8={prefix:"fas",iconName:"filter",icon:[512,512,[],"f0b0","M3.9 54.9C10.5 40.9 24.5 32 40 32l432 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9 320 448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"]},A0={prefix:"fas",iconName:"minus",icon:[448,512,[8211,8722,10134,"subtract"],"f068","M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"]},b8=A0;var hc={};Y(hc,{faLightBookOpenGear:()=>mg,faLightFileLinesGear:()=>M8,faLightReceiptGear:()=>j8,faRegularBellCirclePlus:()=>X8,faRegularBinderOpen:()=>C8,faRegularBinderOpenArrowLeft:()=>V8,faRegularBinderOpenArrowRight:()=>lg,faRegularBinderOpenPen:()=>fg,faRegularBookOpenGear:()=>hg,faRegularBookOpenGearSlash:()=>z8,faRegularBookmarkCircleMinus:()=>ug,faRegularBookmarkCirclePlus:()=>E8,faRegularBulletsLine:()=>$8,faRegularBulletsLines:()=>dg,faRegularChartBarGrouped:()=>ag,faRegularChartBarNormalized:()=>ig,faRegularChartBarStacked:()=>U8,faRegularCircleDashedDollarQuestion:()=>P8,faRegularCircleDollarSlash:()=>cg,faRegularCloneLinkSimple:()=>N8,faRegularCloudSlashGear:()=>J8,faRegularComputerMouseMagnifyingGlass:()=>rg,faRegularConsumer:()=>ng,faRegularContext:()=>L8,faRegularDiagramSunburst:()=>O8,faRegularFileLinesGear:()=>k8,faRegularFolderOpenLock:()=>v8,faRegularFormatClear:()=>G8,faRegularHourglassHalfCircleCheck:()=>K8,faRegularHouseMagnifyingGlass:()=>Q8,faRegularLanguageCircleExclamation:()=>H8,faRegularLanguageSlash:()=>og,faRegularLeftPanel:()=>T8,faRegularListMagnifyingGlass:()=>tg,faRegularMagnifyingGlassBack:()=>W8,faRegularMagnifyingGlassOne:()=>pg,faRegularMobileLandscape:()=>w8,faRegularPip:()=>Y8,faRegularPipWide:()=>_8,faRegularPreview:()=>A8,faRegularTableCellsSlash:()=>I8,faRegularTabletLandscape:()=>D8,faRegularThreshold:()=>Z8,faRegularUserCircleCheck:()=>x8,faRegularUserGear:()=>q8,faRegularUserLock:()=>sg,faSolidCircleUserCircleCheck:()=>B8,faSolidCircleUserSlash:()=>eg,faSolidCodeCompare:()=>F8,faSolidFileRotateRight:()=>R8,faSolidLeftPanel:()=>S8});var v8={prefix:"fak",iconName:"regular-folder-open-lock",icon:[640,512,[],"e005","M0 96C0 60.7 28.7 32 64 32l117.4 0c17 0 33.3 6.7 45.3 18.7l26.5 26.6c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64l0 10.8c-11.3 5.4-21.6 12.6-30.4 21.2L432 192l0-32c0-8.8-7.2-16-16-16l-117.5 0c-29.7 0-58.2-11.8-79.2-32.8L192.8 84.7c-3-3-7.1-4.7-11.3-4.7L64 80c-8.8 0-16 7.2-16 16l0 261.1 68.4-117.2C122.1 230 132.6 224 144 224l282.8 0c-6.9 14.5-10.8 30.8-10.8 48l0 24.6c-19.1 11-32 31.7-32 55.4l0 127.9c0 0 0 .1 0 .1L87.7 480 64 480c-35.3 0-64-28.7-64-64L0 96zM416 352c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128zm80-80l0 48 64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},x8={prefix:"fak",iconName:"regular-user-circle-check",icon:[640,512,[],"e00e","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c20.6 0 40.4 3.5 58.8 9.9c-4.9 15.2-7.8 31.4-8.4 48.2c-15.5-6.5-32.5-10.1-50.3-10.1l-91.4 0c-65.7 0-120.1 48.7-129 112l299.1 0c12.3 18.8 28 35.1 46.3 48L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},S8={prefix:"fak",iconName:"solid-left-panel",icon:[576,512,[],"e021","M519.3 32H56.7C25.3 32 0 57.3 0 88.6V423c0 31.4 25.3 56.6 56.7 56.6h183.5v.3h48v-.3h231.2c31.4 0 56.7-25.3 56.7-56.6V88.6c0-31.4-25.3-56.6-56.7-56.6zM168.1 368h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zm0-96h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zm0-96h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zM528.3 423c0 4.8-3.8 8.6-8.6 8.6H288.2V80h231.5c4.8 0 8.6 3.8 8.6 8.6V423z"]},C8={prefix:"fak",iconName:"regular-binder-open",icon:[576,512,[],"e034","M548.8 53.8c-21.8-7.1-73.6-21.5-129-21.5l.6-.3c-36.8 0-71.7 6.4-97.3 12.8c-12.8 3.2-23.4 6.4-31 8.7c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31-8.7c-25.6-6.4-60.5-12.8-97.3-12.8c-55.4 0-107.2 14.7-129 21.5C10.6 58.9 0 74.3 0 91v312.8c0 23.7 19.8 40.7 41.3 40.7s4.5 0 6.7-.6c19.8-3.2 54.7-7.7 99.8-7.7s97.6 25.6 112.6 35.6c7.4 5.1 17 8.3 26.9 8.3s21.4-4.2 29.4-9.9c13.4-9.9 52.2-34.3 111-34.3s80.6 3.8 98.9 7.1c2.2 .3 4.5 .6 7 .6c21.4 0 42.2-17 42.2-41.3V91.3c0-16.7-10.2-32-27.2-37.5zM264.3 160.2h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v96.1h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v66c-25.9-13.8-67.2-29.8-115.8-29.8s-77.4 3.8-99.8 7.1h-.3V97.4c22.4-6.7 64.3-17.3 108.2-17.3s62.7 5.4 85.8 11.2c8.6 2.2 16 4.2 22.1 6.1v62.8zm264 234.9c-21.8-3.2-55-6.7-99.8-6.7s-90.9 15.1-115.8 28.5v-64.7h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32v-96.1h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32l-.3 .3V97.6c6.1-1.9 13.4-3.8 22.1-6.1c23.4-5.8 54.4-11.2 85.8-11.2s85.8 10.6 108.2 17.3v297.7z"]},E8={prefix:"fak",iconName:"regular-bookmark-circle-plus",icon:[576,512,[],"e001","M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 150.6c-17.2 4.9-33.4 12.3-48 21.8L336 48 48 48l0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0l50.8 36.3c2.7 28.7 12.3 55.3 27.1 78.3L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16z"]},O8={prefix:"fak",iconName:"regular-diagram-sunburst",icon:[512,512,[],"e03f","M314.8 185.3l79.5-30.3C359.5 85.9 291 39 214 32v84.8c42.7 6.2 79.2 31.2 100.8 68.5zM193.2 354.4h.3c34 0 66-17.7 84-46.6l-74.1-26.7-36.2 69.9c8.4 2.2 17.1 3.4 26.1 3.4h-.1zm-20.5-104v-91.8c-45.5 9.5-78.3 49.7-78.3 96.9s13.5 57.6 36.2 76.4l42.1-81.4h0zm119.7 5.1c0-47.2-32.9-87.3-78.3-96.9v82.3l77.5 28.1c.6-4.5 .8-9 .8-13.5h0zM147.9 388.1l-39 75.5c32.9 13.2 67.4 18.5 103.3 15.7l-14.3-83.7c-17.7 .3-34.3-2-50-7.6h0zm261-194.9v.4h.2l-.3-.4h0zm.1 .3l-79.3 30c2.5 10.4 3.7 21.1 3.7 31.7s-.8 18.5-2.8 27.5l79.7 28.9c4.8-18.2 7.3-37.3 7.3-56.4s-2.8-41.6-8.6-61.7h0zM238.9 388.1l-.3 .3 14.3 83.7c63.7-17.4 115.7-61.5 143.8-121.3L317 321.9c-16.8 31.4-44.4 54.7-78.1 66.3h0z"]},A8={prefix:"fak",iconName:"regular-preview",icon:[512,512,[],"e046","M270.1 323.5c28.5-7.7 45.4-36.8 37.8-65.3c-6.1-23-26.6-38.4-49.3-39.4c-3.2 0-5.1 3.5-4.2 6.4c1.3 3.5 1.9 7.4 1.9 11.2h-.3c0 19.5-16 35.5-35.5 35.5s-7.7-.6-11.2-1.9c-3.2-1-6.7 1-6.4 4.2c0 3.8 .6 7.7 1.9 11.5c7.7 28.5 36.8 45.4 65.3 37.8zM149.1 352c26.2 24.3 62.1 44.8 106.9 44.8s81-20.5 106.9-44.8 43.5-53.1 51.5-73c1.9-4.5 1.9-9.3 0-13.8c-8.3-19.8-25.6-48.6-51.5-73c-26.2-24.3-62.1-44.8-106.9-44.8s-81 20.5-106.9 44.8c-25.9 24-43.5 53.1-51.5 73c-1.9 4.5-1.9 9.3 0 13.8c8.3 19.8 25.6 48.6 51.5 73zM256 192c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80zM480 0H32C14.4 0 0 14.4 0 32v448c0 17.6 14.4 32 32 32h448c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32zM464 464H48V96h416v368z"]},L8={prefix:"fak",iconName:"regular-context",icon:[512,512,[],"e03e","M215.4 465.3l-169-.6 .6-418.2 417.9 .6V217c0 12.8 10.6 23.4 23.4 23.4s23.4-10.6 23.4-23.4V47.4c0-26.2-21.1-47.4-47.4-47.4H47.4C21.1 0 0 21.1 0 47.4v417.3c0 26.2 21.1 47.4 47.4 47.4h168c12.8 0 23.4-10.6 23.4-23.4s-10.6-23.4-23.4-23.4zm19.2-331.2v.3c-11.8 0-21.4 9.6-21.4 21.4v26.9l-82.9-82.9c-9.3-6.7-23-4.5-30.1 4.8c-5.8 7.7-5.4 18.2 1 26.2l81.9 82.2h-27.2c-11.8 0-21.4 9.6-21.4 21.4s9.6 21.4 21.4 21.4h83.8l3.2-1c2.6-1 5.1-2.9 7-4.8s3.5-4.2 4.5-7v-1.6c1-2.6 1.3-5.1 .6-7l1-79c0-11.8-9.6-21.4-21.4-21.4zM465.6 256H302.7c-25.6 0-46.4 20.8-46.4 46.4v162.9c0 25.6 20.8 46.4 46.4 46.4h162.9c25.6 0 46.4-20.8 46.4-46.4V302.4c0-25.6-20.8-46.4-46.4-46.4zm-.3 209.9H301.8V302.4h.3v-.3h163.5l-.3 163.8z"]},w8={prefix:"fak",iconName:"regular-mobile-landscape",icon:[512,512,[],"e043","M48 368c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V144c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v224zm16 64c-35.3 0-64-28.7-64-64V144c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H64zM400 288v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"]},R8={prefix:"fak",iconName:"solid-file-rotate-right",icon:[576,512,[],"e004","M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6c-73.6 20.8-127.6 88.3-128 168.5l0 1.7c.3 58.7 29.3 110.7 73.8 142.5c-3.2 .5-6.4 .7-9.8 .7L64 512c-35.3 0-64-28.7-64-64L0 64zM256 0L384 128l-128 0L256 0zm32 368c0-79.5 64.5-144 144-144c36.9 0 70.5 13.9 96 36.7l0-12.7c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l31.6 0c-17.6-19.7-43.1-32-71.6-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 53.9-12.3 71.6-32c8.8-9.9 24-10.7 33.9-1.9s10.7 24 1.9 33.9C513 493.4 474.7 512 432 512c-79.5 0-144-64.5-144-144z"]},_8={prefix:"fak",iconName:"regular-pip-wide",icon:[512,512,[],"e044","M448 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v256zM392 240H152c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h240c22.1 0 40-17.9 40-40v-48c0-22.1-17.9-40-40-40z"]},N8={prefix:"fak",iconName:"regular-clone-link-simple",icon:[640,512,[],"e03b","M186.2 272c-5.8 0-10.2-4.5-10.2-10.2V58.2c0-5.8 4.5-10.2 10.2-10.2h203.5c5.8 0 10.2 4.5 10.2 10.2v198.7c15.4 1.9 29.1 8 40 17.9c2.2-1.9 4.8-3.8 7.4-5.4c0-2.6 .6-4.8 .6-7.4V58.2c0-32-26.2-58.2-58.2-58.2H186.2c-32 0-58.2 26.2-58.2 58.2v203.5c0 32 26.2 58.2 58.2 58.2h31.7c14.1-20.8 33.3-36.8 56.3-48h-88zM368 408c0 13.1 10.9 24 24 24h96c13.1 0 24-10.9 24-24s-10.9-24-24-24h-96c-13.1 0-24 10.9-24 24zm-176 0c0-2.9 .6-5.1 .6-8H58.2c-5.8 0-10.2-4.5-10.2-10.2V186.3c0-5.8 4.5-10.2 10.2-10.2H80v-48H58.2C26.2 128 0 154.2 0 186.2v203.5C0 421.8 26.2 448 58.2 448h139.2c-3.2-12.8-5.1-25.9-5.1-40h-.3zM536 304h-48c-13.1 0-24 10.9-24 24s10.9 24 24 24h48c34.6 0 56 21.4 56 56s-21.4 56-56 56h-47.7c-13.1 0-24 10.9-24 24s10.9 24 24 24H536c61.1 0 104-42.9 104-104s-42.9-104-104-104zM391.7 464H344c-17 0-31-5.1-41-15c-9.9-9.6-15-24-15-41c0-34.6 21.4-56 56-56h48c13.1 0 24-10.9 24-24s-10.9-24-24-24h-48c-61.1 0-104 42.9-104 104s10.2 56 29.1 74.9C288 502.1 313.9 512 344 512h47.7c13.1 0 24-10.9 24-24s-10.9-24-24-24z"]},T8={prefix:"fak",iconName:"regular-left-panel",icon:[576,512,[],"e022","M120.1 176h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24zm0 96h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24zM519.3 32H56.7C25.3 32 0 57.3 0 88.6V423c0 31.4 25.3 56.6 56.7 56.6h183.5v.3h48v-.3h231.2c31.4 0 56.7-25.3 56.7-56.6V88.6c0-31.4-25.3-56.6-56.7-56.6zM240.1 431.7H56.7c-4.8 0-8.6-3.8-8.6-8.6V88.6c0-4.8 3.8-8.6 8.6-8.6h183.5v351.7zM528.3 423c0 4.8-3.8 8.6-8.6 8.6H288.2V80h231.5c4.8 0 8.6 3.8 8.6 8.6V423zM120.1 368h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24z"]},M8={prefix:"fak",iconName:"light-file-lines-gear",icon:[576,512,[],"e04a","M0 64C0 28.7 28.7 0 64 0L220.2 0c12.7 0 24.9 5.1 33.9 14.1L369.9 130c9 9 14.1 21.2 14.1 33.9l0 33.4c-14.6 6.9-25.7 19.8-30.1 35.7-.6-.2-1.3-.3-1.9-.5l0-40.5-112 0c-26.5 0-48-21.5-48-48l0-112-128 0C46.3 32 32 46.3 32 64l0 384c0 17.7 14.3 32 32 32l229.4 0c13.1 19.4 36.5 28.3 58.4 23.5-9.4 5.4-20.2 8.5-31.8 8.5L64 512c-35.3 0-64-28.7-64-64L0 64zM96 272c0-8.8 7.2-16 16-16l160 0c6.9 0 12.9 4.5 15.1 10.7l-12.1 21c-1 .2-1.9 .3-2.9 .3l-160 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l148.6 0c-1.7 10.9-.2 22.1 4.4 32L112 352c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l152.9 0c-4.5 9.9-6.1 21.1-4.4 32L112 416c-8.8 0-16-7.2-16-16zM224 32.5L224 144c0 8.8 7.2 16 16 16l111.5 0c-.7-2.8-2.1-5.3-4.2-7.4L231.4 36.7c-2-2.1-4.6-3.5-7.4-4.2zm72.4 287.3L324.1 272c5.6-9.7 18-13.1 27.8-7.4 7 4 15.7 3.4 22.7-.7l.5-.3c7-4 11.9-11.2 11.9-19.2 0-11.2 9.1-20.3 20.3-20.3l55.3 0c11.3 0 20.4 9.1 20.4 20.4 0 8.1 4.9 15.3 11.9 19.4l.3 .2c7 4.1 15.8 4.8 22.8 .7 9.8-5.6 22.2-2.3 27.9 7.5l27.5 47.6c5.7 9.9 2.3 22.5-7.6 28.2l-.3 .2c-6.9 4-10.6 11.7-10.6 19.6l0 .1c0 8.2 3.8 16.2 10.9 20.3 9.9 5.7 13.3 18.3 7.6 28.2l-27.3 47.3c-5.7 9.9-18.6 13.2-28.5 7.5-7-4-15.7-3.5-22.7 .6S483 483.2 483 491.3c0 11.5-9.3 20.9-20.8 20.9l-54.6 0c-11.4 0-20.7-9.4-20.7-20.8 0-8.1-4.9-15.4-12-19.5-7-4-15.7-4.6-22.7-.6-9.9 5.7-22.6 2.4-28.3-7.5l-27.4-47.6c-5.7-9.8-2.3-22.3 7.5-28 7.1-4.1 10.9-12 10.8-20.1l0-.4c0-8-3.8-15.8-10.8-19.9-9.8-5.7-13.2-18.2-7.6-28zm33 7.1c12 11 17.5 26.5 17.5 40.8l0 .3c0 14.3-5.4 29.9-17.5 41.1l17.2 29.8c15.6-5 31.9-2.1 44.4 5.1s23.3 19.9 26.8 36l34.4 0c3.5-16.1 14.2-28.8 26.7-36.1 12.6-7.3 29-10.1 44.6-5.1L540.7 409c-12.2-11.2-17.7-26.9-17.7-41.3l0-.1c0-14.3 5.6-29.8 17.7-40.8L523.4 297c-15.7 4.9-31.9 1.8-44.2-5.4l-.2-.1c-12.3-7.1-23-19.6-26.6-35.5l-34.6 0c-3.6 15.9-14.3 28.3-26.6 35.4-.2 .1-.4 .1-.5 .2-12.3 7.2-28.4 10.2-44 5.4l-17.3 29.9zM379 367.8c0-30.9 25.1-56 56-56s56 25.1 56 56-25.1 56-56 56-56-25.1-56-56zm32 0c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24z"]},k8={prefix:"fak",iconName:"regular-file-lines-gear",icon:[576,512,[],"e049","M0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.2 6.7 45.2 18.7l90.6 90.5c12 12 18.7 28.3 18.7 45.3l0 42.8c-14.6 6.9-25.7 19.8-30.1 35.7-5.9-1.5-12-2-17.9-1.6l0-71.4-80 0c-17.7 0-32-14.3-32-32l0-80-160 0c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l220 0 7.4 12.8c12.6 21.6 37.3 31.8 60.4 26.7-9.4 5.4-20.2 8.5-31.8 8.5L64 512c-35.3 0-64-28.7-64-64L0 64zM96 280c0-13.3 10.7-24 24-24l144 0c9.5 0 17.6 5.4 21.5 13.4l-18.1 31.4c-.6 1-1.2 2.1-1.7 3.1-.6 0-1.1 .1-1.7 .1l-144 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l144 0c.3 0 .6 0 .9 0 2.7 5.8 6.4 11.3 11 16-8.6 8.8-14 20.1-15.6 32L120 400c-13.3 0-24-10.7-24-24zm203.2-59.2l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4 4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13 0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1 0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zM388 367.7c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z"]},P8={prefix:"fak",iconName:"regular-circle-dashed-dollar-question",icon:[640,512,[],"e03a","M321.4 345.5c2.6-20.9 9-40.7 18.3-58.6c-3.3-13-11.4-24.4-23.4-32.6c-14.9-10.2-34.8-15.9-50.4-20.3c-2.3-.6-4.6-1.3-7-1.9c-11.4-3.1-23.4-6.3-33.2-12.6c-12.5-8-3.4-19.6 7.6-24.4c12.3-5.3 27.6-6.5 40.8-4c7.1 1.4 14.1 3.3 21.1 5.3c1.6 .4 3.1 .9 4.7 1.3c11.5 3.1 23.4-3.6 26.6-15.1s-3.6-23.4-15.1-26.6c-1.9-.6-3.7-1.1-5.6-1.6c-9.6-2.7-19.3-5.4-29-6.6v-14.2c.1-11.9-9.6-21.6-21.5-21.6s-21.6 9.7-21.6 21.6v16.1c-6.1 1.4-12 3.3-17.5 5.7c-18 7.8-35 22.3-39 44.1h0c-4.2 23.1 5.7 43.9 25.2 56.4c14.2 9.1 33.1 14.4 48.2 18.7c2.3 .7 4.5 1.3 6.8 1.9c11.9 3.2 24.4 6.6 34.5 13.5c11.8 8 6.1 22.3-5.9 27.1c-8.9 3.6-22.5 5.1-39.5 2.6c-11.6-1.9-23.2-5.8-34.5-9.6c-2.5-.8-5-1.7-7.5-2.5c-11.3-3.8-23.5 2.4-27.3 13.7s2.4 23.6 13.7 27.3c14.1 4.6 28.3 9.2 42.8 12.5v17.4c0 11.9 9.7 21.6 21.6 21.6s21.6-9.7 21.6-21.6v-15.2c8.9-1 17.4-3 25.2-6.2c7-2.8 13.6-6.7 19.3-11.6zM496 224c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 240c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm39.5-97.4L512 378.9v5.1c0 8.8-7.2 16-16 16s-16-7.2-16-16v-14.8c0-6 3.3-11.4 8.6-14.2l32-16.8c4.5-2.4 7.4-7.1 7.4-12.3c0-7.7-6.2-13.9-13.9-13.9h-40.5c-5.3 0-9.6 4.3-9.6 9.6v6.4c0 8.8-7.2 16-16 16s-16-7.2-16-16v-6.3c0-23 18.6-41.6 41.6-41.6h40.5c25.3 0 45.9 20.5 45.9 45.9s-9.4 32.7-24.5 40.6zM302.2 51.5c23.9 5.3 46.2 14.7 66.2 27.4c10.4 6.6 24.2 6 32.9-2.8c10.1-10.1 9.4-26.8-2.5-34.7c-27.3-18.2-58.3-31.3-91.6-37.9c-14-2.8-26.3 8.5-26.3 22.8s9.3 22.5 21.3 25.2zM145.4 78.9c20-12.7 42.3-22.1 66.2-27.4c12-2.7 21.3-12.9 21.3-25.2S220.6 .7 206.6 3.5c-33.3 6.6-64.3 19.7-91.6 37.9c-11.9 7.9-12.6 24.6-2.5 34.7c8.7 8.7 22.5 9.4 32.9 2.8zM456.8 196.8c12.6-2.9 25.7-4.4 39.2-4.4s6.3 0 9.4 .3c-7.1-29-19.2-56-35.3-80.1c-7.9-11.9-24.6-12.6-34.7-2.5c-8.7 8.7-9.4 22.5-2.8 32.9c10.5 16.5 18.7 34.6 24.3 53.9zM302.2 457.6c-12 2.7-21.3 12.9-21.3 25.2s12.3 25.6 26.3 22.8c20.6-4.1 40.3-10.7 58.9-19.4c-10.9-12-20.2-25.6-27.5-40.3c-11.6 5-23.7 8.9-36.3 11.7zM28.6 230.5c12.3 0 22.5-9.3 25.2-21.3c5.3-23.9 14.7-46.2 27.4-66.2c6.6-10.4 6-24.2-2.8-32.9c-10.1-10.1-26.8-9.4-34.7 2.5c-18.2 27.3-31.3 58.3-37.9 91.6c-2.8 14 8.5 26.3 22.8 26.3zm183 226.9c-23.9-5.3-46.2-14.7-66.2-27.4c-10.4-6.6-24.2-6-32.9 2.8c-10.1 10.1-9.4 26.8 2.5 34.7c27.3 18.2 58.3 31.3 91.6 37.9c14 2.8 26.3-8.5 26.3-22.8s-9.3-22.5-21.3-25.2zM53.9 299.8c-2.7-12-12.9-21.3-25.2-21.3S3.1 290.8 5.9 304.8c6.6 33.3 19.7 64.3 37.9 91.6c7.9 11.9 24.6 12.6 34.7 2.5s9.4-22.5 2.8-32.9c-12.7-20-22.1-42.3-27.4-66.2z"]},I8={prefix:"fak",iconName:"regular-table-cells-slash",icon:[640,512,[],"e006","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1L89.5 44.9C100.3 36.8 113.6 32 128 32l384 0c35.3 0 64 28.7 64 64l0 320c0 3.3-.2 6.5-.7 9.6l55.5 43.5c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 146.4L152.3 216 112 216l0 80 104 0 0-29.8L314.8 344 264 344l0 88 112 0 0-39.8 48 37.8 0 1.9 2.5 0 60.9 48L128 480c-35.3 0-64-28.7-64-64l0-269.6zM112 344l0 72c0 8.8 7.2 16 16 16l88 0 0-88-104 0zM134.4 80L216 144l0-64-81.6 0zM264 80l0 88 112 0 0-88L264 80zm43.9 136L376 269.4l0-53.4-68.1 0zM424 80l0 88 104 0 0-72c0-8.8-7.2-16-16-16l-88 0zm0 136l0 80 104 0 0-80-104 0zm47.2 128L528 388.5l0-44.5-56.8 0z"]},z8={prefix:"fak",iconName:"regular-book-open-gear-slash",icon:[640,512,[],"e02f","M628 386.3l-8.4-4.9c-4.9-2.8-7.6-8.2-7.6-13.9s2.6-10.4 7.2-13l8.9-5.1c11.5-6.6 15.4-21.3 8.8-32.8l-24-41.6c-6.6-11.5-21.3-15.4-32.8-8.8l-8.2 4.7c-4.9 2.8-10.8 2.5-15.7-.3c-4.8-2.8-8.1-7.8-8.1-13.4v-9.4c0-13.3-10.7-24-24-24h-48v.2c-13.4 0-24.1 10.7-24.1 24v9.2c0 5.6-3.3 10.7-8.2 13.5s-10.9 3.1-15.8 .3l-8-4.6c-11.5-6.6-26.2-2.7-32.8 8.8l-1.2 2-74-58V97.3c6-1.8 13.5-3.9 22.1-6c23.3-5.7 54.3-11.3 85.9-11.3s85.7 10.6 108 17.3v95.3c22.1 3.2 40 19.3 45.9 40.4c.7-.2 1.4-.3 2.1-.5V91.1c0-16.5-10.3-32.1-27.1-37.5c-21.7-7-73.5-21.6-128.9-21.6s-71.8 6.4-97.4 12.7c-12.8 3.2-23.5 6.3-30.9 8.7c-1.3 .4-2.6 .8-3.7 1.2c-1.1-.4-2.4-.8-3.7-1.2c-7.5-2.4-18.1-5.5-30.9-8.7c-25.6-6.3-60.6-12.7-97.4-12.7s-51.6 3.3-73.4 7.4L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l15 11.8 31 24.3 546 427.9c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-15.7-12.3 21.7-37.7c6.6-11.5 2.7-26.2-8.8-32.8zM264 181.6L135.3 80.8c6.8-.5 13.7-.8 20.7-.8c31.6 0 62.6 5.6 85.9 11.3c8.6 2.1 16.1 4.2 22.1 6v84.3zM541.6 391.7c-1 1.7-2.1 3.4-3.3 4.9l-75.6-59.2c9-11.1 22.6-17.7 37.2-17.7s33 9.1 41.6 24s8.6 33.1 0 48zM324 410.6c-4.3 2-8.3 4-12 6h0v-75.4l-48-37.6v114.3c-26-13.7-67.2-29.9-116-29.9s-77.4 3.7-100 7.1V134.3L0 96.7v306.8c0 26.1 24 44.2 48 40.2c19.8-3.3 54.8-7.7 100-7.7s97.5 25.5 112.5 35.6c7.5 5 16.8 8.4 27 8.4s21.6-4.2 29.3-9.9c5.1-3.7 13.8-9.5 25.9-15.3l-11.3-19.6c-4.5-7.8-6.9-16.2-7.4-24.6zm39.3 8.6l24 41.6c6.6 11.5 21.3 15.4 32.8 8.8l8.7-5c4.7-2.7 10.5-2.4 15.3 .3c4.7 2.7 7.9 7.6 7.9 13.1v10c0 13.3 10.7 24 24 24h48c1.8 0 3.5-.2 5.2-.6L370.7 387.2c-10.4 7-13.7 20.9-7.4 32z"]},D8={prefix:"fak",iconName:"regular-tablet-landscape",icon:[512,512,[],"e047","M48 416c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v320zm16 64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64zM400 288v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"]},U8={prefix:"fak",iconName:"regular-chart-bar-stacked",icon:[512,512,[],"e039","M417.1 200h-42.6c-19 0-34.7 15.7-34.7 34.7v210.6c0 19 15.7 34.7 34.7 34.7h42.6c19.3 0 34.7-15.7 34.7-34.7V234.7c0-19.3-15.7-34.7-34.7-34.7zm-7.2 238h-28v-56h28v56zm0-98h-28v-98h28v98zM132.4 116H99.6c-21.8 0-39.5 17.6-39.5 39.5v284.8c0 21.8 17.6 39.5 39.5 39.5h32.8c21.8 0 39.5-17.6 39.5-39.5V155.5c0-21.8-17.6-39.5-39.5-39.5zm-2.5 322h-28V326h28v112zm0-154h-28V158h28v126zm138-252h-24.1c-24.4 0-44 19.6-44 44v360.1c0 24.4 19.6 44 44 44h24.1c24.4 0 44-19.6 44-44V76c0-24.4-19.6-44-44-44zm2 404s-.8 2-2 2h-24.1s-2-.8-2-2V214h28v222zm0-264h-28V76s.8-2 2-2H268s2 .8 2 2v96z"]},B8={prefix:"fak",iconName:"solid-circle-user-circle-check",icon:[640,512,[],"e00c","M0 256C0 164.5 48.8 80 128 34.3s176.8-45.7 256 0c60.3 34.8 103 92.1 119.9 157.9c-2.6-.1-5.3-.2-7.9-.2c-82.5 0-151.8 56.8-170.8 133.5c-11.8-3.6-24.3-5.5-37.2-5.5l-64 0c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8c27.1 0 52.8-5.6 76.1-15.7c8 20.3 19.7 38.9 34.2 54.7c-75.7 36.2-164.9 33.1-238.4-9.3C48.8 432 0 347.5 0 256zm193.6-92c-12.9 22.3-12.9 49.7 0 72s36.6 36 62.4 36s49.5-13.7 62.4-36s12.9-49.7 0-72s-36.6-36-62.4-36s-49.5 13.7-62.4 36zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},$8={prefix:"fak",iconName:"regular-bullets-line",icon:[512,512,[],"e035","M416 192c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64zM96 280c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z"]},H8={prefix:"fak",iconName:"regular-language-circle-exclamation",icon:[640,512,[],"e04d","M0 128C0 92.7 28.7 64 64 64l208 0 32 0 16 0 256 0c35.3 0 64 28.7 64 64l0 138.8c-12.9-18.3-29.2-34-48-46.3l0-92.5c0-8.8-7.2-16-16-16l-256 0 0 256 0 32 2.9 0c3.1 17 8.7 33.1 16.3 48l-19.2 0-16 0-32 0-208 0c-35.3 0-64-28.7-64-64L0 128zM77.7 319.9c-4.4 10.1 .1 22 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.7 26.4 10.2s14.7-16.3 10.2-26.4l-64-144c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144zM141 276l19-42.8 19 42.8-38 0zm211 92c0-79.5 64.5-144 144-144s144 64.5 144 144-64.5 144-144 144-144-64.5-144-144zm12-160c0-11 9-20 20-20l52 0 0-4c0-11 9-20 20-20s20 9 20 20l0 4 44 0 16 0c9 0 16.6 6 19.1 14.2-18.5-6.6-38.4-10.2-59.1-10.2-40.1 0-77.1 13.4-106.7 36l-5.3 0c-11 0-20-9-20-20zM472 440c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm8-152l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16s-16 7.2-16 16z"]},F8={prefix:"fak",iconName:"solid-code-compare",icon:[512,512,[],"e030","M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1S320 334.5 320 344v40h16c35.3 0 64-28.7 64-64V153.3c-28.3-12.3-48-40.5-48-73.3S387.8 0 432 0s80 35.8 80 80-19.7 61-48 73.3V320c0 70.7-57.3 128-128 128h-16v40zM192 24c0-9.5 5.6-18.1 14.2-21.9S225-.2 232 6.2l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1S192 177.5 192 168v-40h-16c-35.3 0-64 28.7-64 64v166.7c28.3 12.3 48 40.5 48 73.3s-35.8 80-80 80S0 476.2 0 432s19.7-61 48-73.3V192c0-70.7 57.3-128 128-128h16V24z"]},G8={prefix:"fak",iconName:"regular-format-clear",icon:[512,512,[],"e040","M293.2 384.1H26.6C11.9 384.1 0 395 0 408.1s11.8 24 26.6 24h266.9c14.7 0 26.6-10.9 26.6-24h-.3c0-13.1-11.8-24-26.6-24zM60.2 49.3h127.4l-46.4 262.8c-2.2 13.1 6.4 24 19.8 24s25.9-10.9 28.2-24L235.6 49.3H363c13.4 0 26.6-10.9 28.8-24.6c2.2-13.4-6.7-24.6-20.2-24.6H68.8C55.4 .1 42.2 11 40 24.7C37.8 38.1 46.7 49.3 60.2 49.3zM465 431.1l40-40c9.3-9.3 9.3-24.6 0-33.9s-24.6-9.3-33.9 0l-40 40-40-40c-9.3-9.3-24.6-9.3-33.9 0s-9.3 24.6 0 33.9l40 40-40 40c-9.3 9.3-9.3 24.6 0 33.9s24.6 9.3 33.9 0l40-40 40 40c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9l-40-40z"]},W8={prefix:"fak",iconName:"regular-magnifying-glass-back",icon:[512,512,[],"e041","M400.2 181.8v-.3H224.7l43.5-38.7c11.2-9.6 11.8-26.6 2.2-37.4c-9.6-11.2-26.6-11.8-37.4-2.2l-96 85.5c-5.8 5.1-9 12.2-9 19.8s3.2 15 9 19.8l96 85.5c11.2 9.6 27.8 8.6 37.4-2.2c9.6-11.2 8.6-27.8-2.2-37.4l-43.5-38.4h175.4c32.3 0 58.6 26.2 58.6 58.6v32c0 14.7 11.8 26.6 26.6 26.6s26.6-11.8 26.6-26.6v-32c0-61.8-50.2-112-112-112l.3-.6zM505 471.1L371.4 337.2c16-20.2 27.7-43.7 35.4-69c-2.2-.6-4.2-1.3-6.4-1.3h-43.5c-23.4 59.2-81 101.5-148.5 101.5S48.3 296.7 48.3 208.4 119.7 48 208 48s125.1 41.9 148.5 101.5H400c2.6 0 5.1 .6 7.7 .6C382.5 63.4 302.8 0 208 0S0 93.1 0 208s93.1 208 208 208 93.8-17 129-44.8L471.1 505c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9z"]},j8={prefix:"fak",iconName:"light-receipt-gear",icon:[576,512,[],"e04b","M0 16C0 9.7 3.7 4 9.4 1.4S21.8-.2 26.5 4L79.3 50.1 124.7 4.7c6.2-6.2 16.4-6.2 22.6 0L192 49.4 236.7 4.7c6.2-6.2 16.4-6.2 22.6 0L304.7 50.1 357.5 4c4.7-4.2 11.4-5.3 17.1-2.7S384 9.6 384 15.9l0 181.4c-14.6 6.9-25.7 19.8-30.1 35.7-.6-.2-1.3-.3-1.9-.5L352 51.3 314.5 84c-6.3 5.6-15.8 5.3-21.8-.7L248 38.6 203.3 83.3c-6.2 6.2-16.4 6.2-22.6 0L136 38.6 91.3 83.3c-5.9 5.9-15.5 6.2-21.8 .7L32 51.3 32 460.7 69.5 428c6.3-5.6 15.8-5.3 21.8 .7l44.7 44.7 44.7-44.7c6.2-6.2 16.4-6.2 22.6 0l44.7 44.7 26.3-26.3 16.5 28.7-31.5 31.5c-6.2 6.2-16.4 6.2-22.6 0l-44.7-44.7-44.8 44.8c-6.2 6.2-16.4 6.2-22.6 0L79.2 462 26.5 508.1c-4.7 4.1-11.4 5.1-17.1 2.5S0 502.3 0 496L0 16zM80 160c0-8.8 7.2-16 16-16l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L96 176c-8.8 0-16-7.2-16-16zm0 96c0-8.8 7.2-16 16-16l192 0c5.4 0 10.2 2.7 13.1 6.9-3.7 3.6-7 7.7-9.7 12.3L284 272 96 272c-8.8 0-16-7.2-16-16zm0 96c0-8.8 7.2-16 16-16l164.3 0c1.6 11.9 6.9 23.2 15.6 32L96 368c-8.8 0-16-7.2-16-16zm216.4-32.2L324.1 272c5.6-9.7 18-13.1 27.8-7.4 7 4 15.7 3.4 22.7-.7l.5-.3c7-4 11.9-11.2 11.9-19.2 0-11.2 9.1-20.3 20.3-20.3l55.3 0c11.3 0 20.4 9.1 20.4 20.4 0 8.1 4.9 15.3 11.9 19.4l.3 .2c7 4.1 15.8 4.8 22.8 .7 9.8-5.6 22.2-2.3 27.9 7.5l27.5 47.6c5.7 9.9 2.3 22.5-7.6 28.2l-.3 .2c-6.9 4-10.6 11.7-10.6 19.6l0 .1c0 8.2 3.8 16.2 10.9 20.3 9.9 5.7 13.3 18.3 7.6 28.2l-27.3 47.3c-5.7 9.9-18.6 13.2-28.5 7.5-7-4-15.7-3.5-22.7 .6S483 483.2 483 491.3c0 11.5-9.3 20.9-20.8 20.9l-54.6 0c-11.4 0-20.7-9.4-20.7-20.8 0-8.1-4.9-15.4-12-19.5-7-4-15.7-4.6-22.7-.6-9.9 5.7-22.6 2.4-28.3-7.5l-27.4-47.6c-5.7-9.8-2.3-22.3 7.5-28 7.1-4.1 10.9-12 10.8-20.1l0-.4c0-8-3.8-15.8-10.8-19.9-9.8-5.7-13.2-18.2-7.6-28zm33 7.1c12 11 17.5 26.5 17.5 40.8l0 .3c0 14.3-5.4 29.9-17.5 41.1l17.2 29.8c15.6-5 31.9-2.1 44.4 5.1s23.3 19.9 26.8 36l34.4 0c3.5-16.1 14.2-28.8 26.7-36.1 12.6-7.3 29-10.1 44.6-5.1L540.7 409c-12.2-11.2-17.7-26.9-17.7-41.3l0-.1c0-14.3 5.6-29.8 17.7-40.8L523.4 297c-15.7 4.9-31.9 1.8-44.2-5.4l-.2-.1c-12.3-7.1-23-19.6-26.6-35.5l-34.6 0c-3.6 15.9-14.3 28.3-26.6 35.4-.2 .1-.4 .1-.5 .2-12.3 7.2-28.4 10.2-44 5.4l-17.3 29.9zm22.9 176.5c.6-.1 1.2-.3 1.7-.4 .3 .9 .5 1.8 .8 2.7l-2.6-2.2zM379 367.8c0-30.9 25.1-56 56-56s56 25.1 56 56-25.1 56-56 56-56-25.1-56-56zm32 0c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24z"]},V8={prefix:"fak",iconName:"regular-binder-open-arrow-left",icon:[608,512,[],"e033","M119.7 318.5c-9.3 9.3-9.3 24.7 0 34s24.7 9.3 33.9 0l79.1-79.2c9.3-9.3 9.3-24.7 0-34l-79.1-79.2c-9.3-9.3-24.7-9.3-33.9 0c-9.3 9.3-9.3 24.7 0 34l38.1 38.1H24c-13.2 .1-24 10.9-24 24.1s10.8 24 24 24h133.8l-38.1 38.1zM580.8 53.8c-21.8-7.1-73.6-21.5-129-21.5l.3-.3c-36.8 0-71.7 6.4-97.3 12.8c-12.8 3.2-23.4 6.4-31.1 8.7c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31.1-8.7c-25.6-6.4-60.5-12.8-97.3-12.8c-55.4 0-107.3 14.7-129 21.5c-16.6 5.4-27.2 20.8-27.2 37.5v92.9h48V97.1c22.4-6.7 64.4-17.3 108.2-17.3s62.8 5.4 85.8 11.2c8.6 2.2 16 4.2 22.1 6.1v62.8h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32V304h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v66c-25.9-13.8-67.2-29.8-115.9-29.8s-77.5 3.8-99.9 7v-67.3H31.7v75.6c0 23.7 19.9 40.7 41.3 40.7s4.5 0 6.7-.6c19.9-3.2 54.7-7.7 99.9-7.7s97.7 25.6 112.7 35.6c7.4 5.1 17 8.3 26.9 8.3s21.5-4.2 29.5-9.9c13.4-9.9 52.2-34.3 111.1-34.3s80.7 3.8 98.9 7c2.2 .3 4.5 .6 7 .6c21.5 0 42.3-17 42.3-41.3V91.3c0-16.7-10.2-32-27.2-37.5zM560 395.1c-21.8-3.2-55.1-6.7-99.9-6.7s-90.9 15.1-115.9 28.5v-64.7h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32v-96.1h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32l-.3 .3V97.6c6.1-1.9 13.4-3.8 22.1-6.1c23.4-5.8 54.4-11.2 85.8-11.2S537.6 90.9 560 97.6v297.7z"]},K8={prefix:"fak",iconName:"regular-hourglass-half-circle-check",icon:[576,512,[],"e00b","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l43.8 43.8c-7.2 17-11.7 35.4-13.2 54.7L192 289.9l-81.5 81.5 0 .1c-3.9 3.9-7.5 8.1-10.7 12.5l156.9 0c4.8 52.9 33 99 74.1 128L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM80 48l0 19c0 22.1 7 43.4 19.8 61l184.4 0C297 110.4 304 89 304 67l0-19L80 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},Z8={prefix:"fak",iconName:"regular-threshold",icon:[512,512,[],"e048","M122 112.8H20.2C9 112.8 0 121.8 0 133v3.7c0 11.2 9 20.2 20.2 20.2H122c11.2 0 20.2-9 20.2-20.2V133c0-11.2-9-20.2-20.2-20.2zM92.4 313.6H78.2c-15.7 0-28.4 12.7-28.4 28.4v85.3c0 15.7 12.7 28.4 28.4 28.4h14.2c15.7 0 28.4-12.7 28.4-28.4V342c0-15.7-12.7-28.4-28.4-28.4zm113.8-85.3H192c-15.7 0-28.4 12.7-28.4 28.4v170.7c0 15.7 12.7 28.4 28.4 28.4h14.2c15.7 0 28.4-12.7 28.4-28.4V256.7c0-15.7-12.7-28.4-28.4-28.4zm-1.1-128h101.8c11.2 0 20.2-9 20.2-20.2v-3.7c0-11.2-9-20.2-20.2-20.2H205.1c-11.2 0-20.2 9-20.2 20.2v3.7c0 11.2 9 20.2 20.2 20.2zM320 285.2h-14.2c-15.7 0-28.4 12.7-28.4 28.4v113.8c0 15.7 12.7 28.4 28.4 28.4H320c15.7 0 28.4-12.7 28.4-28.4V313.6c0-15.7-12.7-28.4-28.4-28.4zm171.8-229H390c-11.2 0-20.2 9-20.2 20.2v3.7c0 11.2 9 20.2 20.2 20.2h101.8c11.2 0 20.2-9 20.2-20.2v-3.7c0-11.2-9-20.2-20.2-20.2zm-59.7 143.6h-10.8c-16.7 0-30.2 13.5-30.2 30.2v194.3c0 16.7 13.5 30.2 30.2 30.2h10.8c16.7 0 30.2-13.5 30.2-30.2V230c0-16.7-13.5-30.2-30.2-30.2z"]},Y8={prefix:"fak",iconName:"regular-pip",icon:[512,512,[],"e045","M392 208h-80c-22.1 0-40 17.9-40 40v80c0 22.1 17.9 40 40 40h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40zM448 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v256z"]},q8={prefix:"fak",iconName:"regular-user-gear",icon:[640,512,[],"e00f","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c19.7 0 38.7 3.2 56.4 9.1c-5.7 19.4-.4 40.5 13.8 54.9c-.9 .9-1.8 1.9-2.6 2.8c-19.7-12-42.8-18.8-67.5-18.8l-91.4 0c-65.7 0-120.1 48.7-129 112L348 464l7.4 12.8c13 22.3 38.9 32.4 62.6 26.2c.9 3 2 6 3.2 8.9c-1 .1-1.9 .1-2.9 .1L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM363.2 316.8l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4c4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13c0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1c-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1c0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zm95.2 26.9c-8.6 14.9-8.6 33.1 0 48s24.4 24 41.6 24s33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24z"]},X8={prefix:"fak",iconName:"regular-bell-circle-plus",icon:[640,512,[],"e000","M2.4 402.4c-4-8.3-2.9-18.2 2.9-25.4l14.9-18.7C48.5 322.9 64 278.8 64 233.4L64 208c0-77.4 55-142 128-156.8L192 32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 19.2C329 66 384 130.6 384 208l0 24.2c-17.4 14.3-31.9 31.9-42.8 51.9c-3.5-16.6-5.2-33.6-5.2-50.7l0-25.4c0-61.9-50.1-112-112-112s-112 50.1-112 112l0 25.4C112 281.3 98.1 328 72.3 368L320 368c0 16.6 2.3 32.7 6.6 48L24 416c-9.2 0-17.6-5.3-21.6-13.6zM160 448l64 0 64 0c0 17-6.7 33.3-18.7 45.3s-28.3 18.7-45.3 18.7s-33.3-6.7-45.3-18.7s-18.7-28.3-18.7-45.3zm192-80c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16z"]},J8={prefix:"fak",iconName:"regular-cloud-slash-gear",icon:[640,512,[],"e03c","M10 42.8l326.8 256.1 22.5-39c.6-1 1.2-1.9 1.8-2.9L179.6 114.8c21.6-21.6 51.6-35 84.6-35s68.6 16.1 90.6 41.6c13.8 16 36.4 21 55.7 12.5c8.9-3.9 18.6-6.2 29.1-6.2c37.4 0 68.1 28.6 71.5 65.1h12.4c13.2 0 25.6 4.5 35.6 12.8c0-2 .2-4.1 .2-6.1c0-66.1-53.5-119.7-119.7-119.7s-33.7 3.7-48.6 10.3C360.2 54.5 314.8 32 264.1 32s-91.8 20.4-122.4 53.2L39.6 5.1C29.2-3.1 14.1-1.2 6 9.2C-2.2 19.5-.3 34.6 10 42.8zM335.5 435.4s0 0 0 0c-.9-1.5-1.6-3-2.4-4.6H144.5c-52.8 0-95.7-42.9-95.7-95.7s26.5-77.1 63.8-90.2c16.4-5.8 28.1-19.8 31.1-36.5l-45-35.5c-1.4 8.7-2.1 17.5-2.1 26.6v.2C40.9 219.4 .9 272.5 .9 335s64.3 143.6 143.6 143.6h216c-.4-.6-.7-1.2-1.1-1.8l-23.9-41.4zm291.6-48.7l-8.4-4.9c-4.9-2.8-7.6-8.2-7.6-13.9s2.6-10.4 7.2-13l8.9-5.1c11.5-6.6 15.4-21.2 8.8-32.7l-23.9-41.5c-6.6-11.5-21.2-15.4-32.7-8.8l-8.2 4.7c-4.9 2.8-10.8 2.5-15.7-.3c-4.8-2.8-8.1-7.8-8.1-13.4v-9.4c0-13.3-10.7-23.9-23.9-23.9h-47.9v.2c-13.4 0-24 10.7-24 23.9v9.2c0 5.6-3.3 10.7-8.2 13.5s-10.9 3.1-15.8 .3l-8-4.6c-11.5-6.6-26.1-2.7-32.7 8.8L363 317.3h0c-6.6 11.5-2.7 26.1 8.8 32.7l8.5 4.9c4.7 2.7 7.3 7.8 7.3 13.2s-2.8 11.2-7.8 14.1l-8 4.6c-11.4 6.7-15.3 21.2-8.7 32.7L387 461c6.6 11.5 21.2 15.4 32.7 8.8l8.7-5c4.7-2.7 10.5-2.4 15.3 .3c4.7 2.7 7.9 7.6 7.9 13.1v10c0 13.3 10.7 23.9 23.9 23.9h47.9c13.3 0 23.9-10.7 23.9-23.9v-10.3c0-5.4 3.2-10.3 7.9-13s10.5-3 15.2-.3l8.9 5.1c11.5 6.6 26.1 2.7 32.7-8.8l23.9-41.5c6.6-11.5 2.7-26.1-8.8-32.7zM540.9 392c-8.6 14.9-24.3 23.9-41.5 23.9s-32.9-9.1-41.5-23.9c-8.6-14.9-8.6-33 0-47.9s24.3-23.9 41.5-23.9s32.9 9.1 41.5 23.9c8.6 14.9 8.6 33 0 47.9z"]},Q8={prefix:"fak",iconName:"regular-house-magnifying-glass",icon:[640,512,[],"e008","M5.6 263.5c-8.5-10.1-7.3-25.2 2.8-33.8l264-224c9-7.6 22.1-7.6 31.1 0c63.1 53.6 126.2 107.1 189.4 160.7c-14.2-4.1-29.3-6.4-44.9-6.4c-11.3 0-22.2 1.2-32.8 3.4L288 55.5 112 204.8 112 432c0 17.7 14.3 32 32 32l48 0 0-152c0-22.1 17.9-40 40-40l63.3 0c-4.8 15.2-7.3 31.3-7.3 48l-48 0 0 144 96 0 0-29.7c28.9 28.3 68.4 45.7 112 45.7c17.6 0 34.4-2.8 50.2-8l1.9 1.9C486.1 496.8 460.8 512 432 512l-288 0c-44.2 0-80-35.8-80-80l0-186.5L39.4 266.3c-10.1 8.5-25.3 7.3-33.8-2.8zM320 320c0-70.7 57.3-128 128-128s128 57.3 128 128c0 26.7-8.2 51.4-22.1 71.9L633 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L520 425.8l-.1 .1C499.4 439.8 474.7 448 448 448c-70.7 0-128-57.3-128-128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0s-40 40.7-40 69.3z"]},eg={prefix:"fak",iconName:"solid-circle-user-slash",icon:[640,512,[],"e00d","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l95.4 74.8c16.7-17.7 36.1-33.1 57.8-45.6c79.2-45.7 176.8-45.7 256 0S576 164.5 576 256c0 49.9-14.5 97.7-40.6 138.3l95.4 74.8c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 256c0-33.1 6.4-65.3 18.3-95.1l202 159.2c-45.9 1.3-85.8 26.7-107.4 64.1c35.2 39.2 86.2 63.8 143 63.8c34.5 0 66.9-9.1 94.9-25.1l53.2 41.9c-6.5 4.6-13.2 8.9-20.1 12.9c-79.2 45.7-176.8 45.7-256 0S64 347.5 64 256zm189.2-82.9L362 258.5c8.2-5.9 15.1-13.5 20.3-22.5c12.9-22.3 12.9-49.7 0-72s-36.6-36-62.4-36s-49.5 13.7-62.4 36c-1.7 3-3.2 6-4.4 9.1z"]},tg={prefix:"fak",iconName:"regular-list-magnifying-glass",icon:[640,512,[],"e009","M16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48C26.7 48 16 58.7 16 72zm0 160l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zm0 160l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM160 96c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l109 0c4.5-17.3 11.7-33.5 21.3-48L184 232c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l158.1 0c-15.2-13.4-27.8-29.7-37.1-48L184 392c-13.3 0-24 10.7-24 24zm160-96c0 70.7 57.3 128 128 128c26.7 0 51.4-8.2 71.9-22.1l.1-.1 79.1 79.1c9.3 9.4 24.5 9.3 33.9 0s9.4-24.5 0-33.9l-79.1-79.1C567.8 371.4 576 346.7 576 320c0-70.7-57.3-128-128-128s-128 57.3-128 128zm48 0c0-28.6 15.2-55 40-69.3s55.2-14.3 80 0s40 40.7 40 69.3s-15.2 55-40 69.3s-55.2 14.3-80 0s-40-40.7-40-69.3z"]},rg={prefix:"fak",iconName:"regular-computer-mouse-magnifying-glass",icon:[576,512,[],"e007","M0 160C0 71.6 71.6 0 160 0l8 0 24 0 24 0 8 0c88.4 0 160 71.6 160 160c-16.7 0-32.8 2.6-48 7.3l0-7.3c0-61.9-50.1-112-112-112l-8 0 0 128 98.1 0c-23 11.2-43 27.7-58.2 48l-64 0L48 224l0 128c0 61.9 50.1 112 112 112l64 0c22.6 0 43.6-6.7 61.2-18.1c13.6 10.7 29.1 19.3 45.8 25.2c-28.3 25.5-65.8 41-107 41l-64 0C71.6 512 0 440.4 0 352L0 224l0-24 0-24 0-16zm48 0l0 16 120 0 0-128-8 0C98.1 48 48 98.1 48 160zM256 320c0-70.7 57.3-128 128-128s128 57.3 128 128c0 26.7-8.2 51.4-22.1 71.9L569 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L456 425.8l-.1 .1C435.4 439.8 410.7 448 384 448c-70.7 0-128-57.3-128-128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0s-40 40.7-40 69.3z"]},og={prefix:"fak",iconName:"regular-language-slash",icon:[640,512,[],"e04e","M0 128c0-9.7 2.2-19 6.1-27.2l125.2 98.6-53.6 120.5c-4.4 10.1 .1 22 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.7 26.4 10.2s14.7-16.3 10.2-26.4l-22.6-50.8 100.3 79 0 51.9 65.8 0 60.9 48-126.8 0-16 0-32 0-208 0c-35.3 0-64-28.7-64-64L0 128zM5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l75.1 58.9 158.1 0 32 0 16 0 256 0c35.3 0 64 28.7 64 64l0 256c0 27.3-17.2 50.7-41.4 59.9l32.2 25.2c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM141 276l19-42.8 19 42.8-38 0zM320 112l0 113.5 100.1 78.4c3.4-1.8 6.7-3.7 9.9-5.6l-12.1-12.1c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45l-35.1 0-72 0c-11 0-20-9-20-20s9-20 20-20l52 0 0-4c0-11 9-20 20-20s20 9 20 20l0 4 44 0 16 0c11 0 20 9 20 20s-9 20-20 20l-2 0-1.8 4.5c-8.9 24.5-22.4 46.6-39.6 65.4 .9 .5 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.6 12.5 17.9 6.9 27.4s-17.9 12.6-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5-2.5 1.8-5.1 3.6-7.7 5.2l88.6 69.5 33.4 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-256 0z"]},ag={prefix:"fak",iconName:"regular-chart-bar-grouped",icon:[512,512,[],"e037","M81 88c-11.6 0-21 9.4-21 21v350c0 11.6 9.4 21 21 21s21-9.4 21-21V109c0-11.6-9.4-21-21-21zm70-56c-11.6 0-21 9.4-21 21v406c0 11.6 9.4 21 21 21s21-9.4 21-21V53c0-11.6-9.4-21-21-21zM431 144c-11.6 0-21 9.4-21 21v294c0 11.6 9.4 21 21 21s21-9.4 21-21V165c0-11.6-9.4-21-21-21zm-70 56c-11.6 0-21 9.4-21 21v238c0 11.6 9.4 21 21 21s21-9.4 21-21V221c0-11.6-9.4-21-21-21z"]},ng={prefix:"fak",iconName:"regular-consumer",icon:[512,512,[],"e03d","M360 320h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40h-80c-22.1 0-40 17.9-40 40v16H136v-56h16c22.1 0 40-17.9 40-40V40c0-22.1-17.9-40-40-40H72C49.9 0 32 17.9 32 40v80c0 22.1 17.9 40 40 40h16v224c0 39.7 32.3 72 72 72h160v16c0 22.1 17.9 40 40 40h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40h-80c-22.1 0-40 17.9-40 40v16H160c-13.1 0-24-10.9-24-24V264h184v16c0 22.1 17.9 40 40 40zm8 80h64v64h-64v-64zM80 112V48h64v64H80z"]},ig={prefix:"fak",iconName:"regular-chart-bar-normalized",icon:[512,512,[],"e038","M284 32h-56c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406h-42v-42h42zm0-182h-42V74h42zM123 32H67c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406H74v-70h42zm0-294H74V74h42zM445 32h-56c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406h-42V256h42zm0-322h-42V74h42z"]},sg={prefix:"fak",iconName:"regular-user-lock",icon:[640,512,[],"e010","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c43.6 0 83.6 15.7 114.6 41.7c-.2 2.1-.3 4.2-.3 6.3l0 67.6C361.8 379.3 319 352 269.8 352l-91.4 0c-65.7 0-120.1 48.7-129 112L384 464l0 15.9c0 11.7 3.1 22.6 8.6 32.1L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM416 352c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128zm80-80l0 48 64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},cg={prefix:"fak",iconName:"regular-circle-dollar-slash",icon:[640,512,[],"e00a","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l95.4 74.8c16.7-17.7 36.1-33.1 57.8-45.6c79.2-45.7 176.8-45.7 256 0S576 164.5 576 256c0 49.9-14.5 97.7-40.6 138.3l95.4 74.8c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 256c0-33.1 6.4-65.3 18.3-95.1L122 192.2c-6.6 20.3-10 41.8-10 63.8c0 74.3 39.6 143 104 180.1s143.6 37.2 208 0c1.5-.9 2.9-1.7 4.4-2.6l39.7 31.3c-6.5 4.6-13.2 8.9-20.1 12.9c-79.2 45.7-176.8 45.7-256 0S64 347.5 64 256zM172.2 109.6L254 173.8c7.2-8.1 16.6-14.2 26.2-18.4c5.5-2.4 11.4-4.3 17.5-5.7l0-16.1c0-11.9 9.7-21.6 21.6-21.6s21.6 9.7 21.5 21.6l0 14.2c9.7 1.2 19.4 3.9 29 6.6c1.9 .5 3.7 1 5.6 1.6c11.5 3.2 18.3 15.1 15.1 26.6s-15.1 18.2-26.6 15.1c-1.6-.4-3.1-.9-4.7-1.3c-7-2-14-3.9-21.1-5.3c-13.2-2.5-28.5-1.3-40.8 4c-3.2 1.4-6.3 3.4-8.7 5.8l42.8 33.6c15.4 4.3 34.5 10 48.9 19.9c13.5 9.3 22.1 22.6 24.5 37.7l92.6 72.6C517.1 332.4 528 295 528 256c0-74.3-39.6-143-104-180.1s-143.6-37.2-208 0c-16.3 9.4-30.9 20.8-43.8 33.8zm69 211.7c3.8-11.3 16-17.5 27.3-13.7c0 0 .1 0 .1 0l72.3 57 0 13.9c0 11.9-9.7 21.6-21.6 21.6s-21.6-9.7-21.6-21.6l0-17.4c-14.5-3.3-28.7-7.9-42.8-12.5c-11.3-3.7-17.5-16-13.7-27.3z"]},lg={prefix:"fak",iconName:"regular-binder-open-arrow-right",icon:[576,512,[],"e032","M478.7 262.1c-5.4-4.8-12.7-6-19.1-2.9l-.3 .6c-6.4 2.9-10.5 9.2-10.5 16.2v35.6h-62.6c-54.3 0-98.1 44.1-98.1 98.1s45.4 91.5 55.9 97.2c1.3 .6 2.9 1 4.4 1c6 0 11.1-5.1 11.1-11.1s-2.5-7.9-5.4-10.8c-5.4-5.1-12.4-14.6-12.4-31.8c0-29.5 24.1-53.7 53.7-53.7h53.7v35.6c0 7 4.1 13.3 10.5 16.2s14 1.6 19.1-2.9l89.2-80.4c3.8-3.5 6-8.3 6-13.3s-2.2-9.8-6-13.3L478.7 262zM547 53.7c-21.6-7-73-21.3-128-21.3l-.3-.3c-36.5 0-71.1 6.4-96.6 12.7c-12.7 3.2-23.2 6.4-30.8 8.6c-1.3 .3-2.5 .6-3.8 1.3c-1-.3-2.5-1-3.8-1.3c-7.3-2.5-18.1-5.4-30.8-8.6c-25.4-6.4-60-12.7-96.6-12.7c-54.6 0-105.8 14.6-127.4 21.3C12.5 58.8 2 74 2 90.5v310c0 23.5 19.7 40.3 41 40.3s4.4 0 6.7-.6c19.7-3.2 54.3-7.6 99.1-7.6s79.1 16.2 99.4 27.9c-5.1-15.2-7.9-32.1-7.9-50.5s.6-3.8 .6-6c-24.5-10.2-56.2-18.7-91.8-18.7s-76.9 3.8-99.1 7V96.9c22.2-6.7 63.8-17.1 107.3-17.1s62.2 5.4 85.1 11.1c8.6 2.2 15.9 4.1 21.9 6v62.3h-31.8c-13 0-23.8 10.8-23.8 23.8s10.8 23.8 23.8 23.8h31.8v95.3h-31.8c-13 0-23.8 10.8-23.8 23.8s10.8 23.8 23.8 23.8h21.6c12.4-27 32.7-49.2 57.8-64.2v-78.8h31.8c13 0 23.8-10.8 23.8-23.8s-10.8-23.8-23.8-23.8h-31.8V96.8c6-1.9 13.3-3.8 21.9-6c23.2-5.7 54-11.1 85.1-11.1S504 90.2 526.2 96.8v144.8l47.6 42.9V90.9c0-16.5-10.2-31.8-27-37.2z"]},dg={prefix:"fak",iconName:"regular-bullets-lines",icon:[512,512,[],"e036","M416 192c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 280c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0 80c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 448c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-424c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44S32 52.7 32 88s28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 112c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z"]},fg={prefix:"fak",iconName:"regular-binder-open-pen",icon:[608,512,[],"e031","M367.3 324.8c-1.3-12.1-11.2-21.7-23.7-21.7h-32v-95.9h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32V96.5c6.1-1.9 13.4-3.8 22.1-6.1c23.3-5.8 54.3-11.2 85.7-11.2s85.7 10.5 108.1 17.3v83.1c8.3-2.6 16.9-4.2 25.6-4.2s15 1.3 22.4 3.2V90.4c0-16.6-10.2-32-27.2-37.4c-21.7-7-73.5-21.4-128.8-21.4l.6 .3c-36.8 0-71.6 6.4-97.2 12.8c-12.8 3.2-23.3 6.4-31 8.6c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31-8.6c-25.6-6.4-60.4-12.8-97.2-12.8c-55.3 0-107.1 14.7-128.8 21.4C10.6 58.8 0 74.1 0 90.7v312c0 23.7 19.8 40.6 41.2 40.6s4.5 0 6.7-.6c19.8-3.2 54.7-7.7 99.7-7.7s97.5 25.6 112.5 35.5c4.2 2.9 9 4.8 14.4 6.4l6.7-27.5 7.4-29.7c3.5-14.1 10.9-27.2 21.1-37.4l1.9-1.9V351H341l26.2-26.2zm-103.2-165h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v95.9h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v65.9c-25.9-13.7-67.1-29.7-115.7-29.7s-77.4 3.8-99.7 7h-.3V97.1c22.4-6.7 64.3-17.3 108.1-17.3s62.7 5.4 85.7 11.2c8.6 2.2 16 4.2 22.1 6.1v62.7zm332.2 90.1c-4.8-4.8-9.6-9.6-14.4-14.4c-15.7-15.7-40.9-15.7-56.6 0l-29.4 29.4c23.7 23.7 47.3 47.3 71 71c9.9-9.9 19.5-19.5 29.4-29.4c15.7-15.7 15.7-40.9 0-56.6zM344 416.5c-4.2 4.2-7 9.3-8.3 15c-5.1 19.8-9.9 40-15 60.1c-1.3 5.4 0 11.2 4.2 15.3c4.2 4.2 9.6 5.8 15.3 4.2c19.8-5.1 40-9.9 60.1-15c5.8-1.3 10.9-4.2 15-8.3c43.2-43.2 86-86 129.2-129.2L473.2 287.3 344 416.5z"]},ug={prefix:"fak",iconName:"regular-bookmark-circle-minus",icon:[576,512,[],"e002","M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 150.6c-17.2 4.9-33.4 12.3-48 21.8L336 48 48 48l0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0l50.8 36.3c2.7 28.7 12.3 55.3 27.1 78.3L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16z"]},pg={prefix:"fak",iconName:"regular-magnifying-glass-one",icon:[512,512,[],"e042","M505 471.1l-133.8-134c28.2-35.5 44.8-80.3 44.8-129.2C416.1 93.1 322.9 0 208 0S0 93.1 0 207.9s93.1 207.9 208 207.9 93.5-16.6 129-44.8v.3L471.1 505c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9zM208 367.8c-88.3 0-160-71.6-160-159.9S119.7 48 208 48s160 71.6 160 159.9-71.7 159.9-160 159.9zm44.5-93.1l.3 .3h-22.4V118.3c0-8.3-4.5-15.7-11.8-19.8c-7.4-3.8-16-3.5-23 1l-44.8 29.7c-5.1 3.2-8.3 8.3-9.6 14.1s0 11.8 3.2 17c3.2 5.1 8.3 8.3 14.1 9.6s11.8 0 17-3.2l9.9-6.7v114.8H163c-12.5 0-22.4 9.9-22.4 22.4s9.9 22.4 22.4 22.4h89.6c12.5 0 22.4-9.9 22.4-22.4s-9.9-22.4-22.4-22.4z"]},hg={prefix:"fak",iconName:"regular-book-open-gear",icon:[640,512,[],"e003","M0 91.1C0 74.5 10.3 59 27.1 53.6C48.8 46.6 100.6 32 156 32c36.8 0 71.8 6.4 97.4 12.7c12.8 3.2 23.4 6.3 30.9 8.7c1.3 .4 2.6 .8 3.7 1.2c1.1-.4 2.4-.8 3.7-1.2c7.4-2.4 18.1-5.5 30.9-8.7C348.2 38.4 383.2 32 420 32c55.4 0 107.2 14.6 128.9 21.6C565.7 59 576 74.6 576 91.1l0 141.4c-.7 .2-1.4 .3-2.1 .5c-5.9-21.1-23.8-37.2-45.9-40.4l0-95.3C505.7 90.6 463.6 80 420 80c-31.6 0-62.6 5.6-85.9 11.3c-8.6 2.1-16.1 4.2-22.1 6l0 319.2 0 .1c3.7-2 7.7-4 12-6c.5 8.4 2.9 16.8 7.4 24.6l11.3 19.6c-12.1 5.8-20.8 11.6-25.9 15.3c-7.7 5.7-17.8 9.9-29.3 9.9c-10.2 0-19.5-3.4-27-8.4C245.5 461.5 202 436 148 436c-45.2 0-80.2 4.4-100 7.7c-24 4-48-14.1-48-40.2L0 91.1zm48 6.2l0 297.8c22.6-3.4 57.1-7.1 100-7.1c48.8 0 90 16.2 116 29.9l0-320.6c-6-1.8-13.5-3.9-22.1-6C218.6 85.6 187.6 80 156 80C112.4 80 70.3 90.6 48 97.3zM363.2 316.8l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4c4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13c0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1c-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1c0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zm95.2 26.9c-8.6 14.9-8.6 33.1 0 48s24.4 24 41.6 24s33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24z"]},mg={prefix:"fak",iconName:"light-book-open-gear",icon:[640,512,[],"e04c","M0 91.1C0 74.5 10.3 59 27.1 53.6 48.8 46.6 100.6 32 156 32 200.6 32 245.7 40.6 288 54.6 330.3 40.6 375.4 32 420 32 475.4 32 527.2 46.6 548.9 53.6 565.7 59 576 74.5 576 91.1l0 141.4c-.7 .2-1.4 .3-2.1 .5-4.4-15.7-15.4-28.7-29.9-35.6L544 91c0-3.5-2.1-6.1-4.9-7-20.5-6.5-68.6-20-119.1-20-38.6 0-78.1 7.1-116 19l0 357c5.9-3.9 13.7-8.6 23.4-13.3 1.1 2.9 2.4 5.7 4 8.5l11.3 19.6c-12.1 5.8-20.8 11.6-25.9 15.3-7.5 5.5-17.2 9.6-28.2 9.9l-.7 0-.2 0-.3 0c-10.2 0-19.6-3.4-27-8.4-14.9-10.1-58.4-35.6-112.4-35.6-45.2 0-80.1 4.4-100 7.7-24 4-48-14.1-48-40.2L0 91.1zM32 91l0 312.5c0 2.7 1.1 4.9 3.1 6.5 2.2 1.8 5.1 2.5 7.6 2.1 21.3-3.6 58-8.2 105.3-8.2 56.8 0 102.8 23.7 124 36.9L272 83c-37.9-12-77.4-19-116-19-50.5 0-98.6 13.5-119.1 20-2.8 .9-4.9 3.6-4.9 7zM360.4 319.8L388.1 272c5.6-9.7 18-13.1 27.8-7.4 7 4 15.7 3.4 22.7-.7l.5-.3c7-4 11.9-11.2 11.9-19.2 0-11.2 9.1-20.3 20.3-20.3l55.3 0c11.3 0 20.4 9.1 20.4 20.4 0 8.1 4.9 15.3 11.9 19.4l.3 .2c7 4.1 15.8 4.8 22.8 .7 9.8-5.6 22.2-2.3 27.9 7.5l27.5 47.6c5.7 9.9 2.3 22.5-7.6 28.2l-.3 .2c-6.9 4-10.6 11.7-10.6 19.6l0 .1c0 8.2 3.8 16.2 10.9 20.3 9.9 5.7 13.3 18.3 7.6 28.2l-27.3 47.3c-5.7 9.9-18.6 13.2-28.5 7.5-7-4-15.7-3.5-22.7 .6S547 483.2 547 491.3c0 11.5-9.3 20.9-20.8 20.9l-54.6 0c-11.4 0-20.7-9.4-20.7-20.8 0-8.1-4.9-15.4-12-19.5-7-4-15.7-4.6-22.7-.6-9.9 5.7-22.6 2.4-28.3-7.5l-27.4-47.6c-5.7-9.8-2.3-22.3 7.5-28 7.1-4.1 10.9-12 10.8-20.1l0-.4c0-8-3.8-15.8-10.8-19.9-9.8-5.7-13.2-18.2-7.6-28zm33 7.1c12 11 17.5 26.5 17.5 40.8l0 .3c0 14.3-5.4 29.9-17.5 41.1l17.2 29.8c15.6-5 31.9-2.1 44.4 5.1s23.3 19.9 26.8 36l34.4 0c3.5-16.1 14.2-28.8 26.7-36.1 12.6-7.3 29-10.1 44.6-5.1L604.7 409c-12.2-11.2-17.7-26.9-17.7-41.3l0-.1c0-14.3 5.6-29.8 17.7-40.8L587.4 297c-15.7 4.9-31.9 1.8-44.2-5.4l-.2-.1c-12.3-7.1-23-19.6-26.6-35.5l-34.6 0c-3.6 15.9-14.3 28.3-26.6 35.4-.2 .1-.4 .1-.5 .2-12.3 7.2-28.4 10.2-44 5.4l-17.3 29.9zM443 367.8c0-30.9 25.1-56 56-56s56 25.1 56 56-25.1 56-56 56-56-25.1-56-56zm32 0c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24z"]};var L0={far:{},fas:{},fak:{}},mc=[];function gc(e){Object.keys(e).forEach(function(t){if(t!=="prefix"){var r=e[t],o=r.icon[2];o.forEach(function(n){typeof n=="string"&&(L0[r.prefix][n]=r)}),L0[r.prefix][r.iconName]=r,mc.push(r)}})}gc(cc);gc(pc);gc(hc);function Oc(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=Array(t);r<t;r++)o[r]=e[r];return o}function gg(e){if(Array.isArray(e))return e}function yg(e){if(Array.isArray(e))return Oc(e)}function bg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function w0(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,nf(o.key),o)}}function vg(e,t,r){return t&&w0(e.prototype,t),r&&w0(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function An(e,t){var r=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=Bc(e))||t&&e&&typeof e.length=="number"){r&&(e=r);var o=0,n=function(){};return{s:n,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(l){throw l},f:n}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
669
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,s=!0,c=!1;return{s:function(){r=r.call(e)},n:function(){var l=r.next();return s=l.done,l},e:function(l){c=!0,i=l},f:function(){try{s||r.return==null||r.return()}finally{if(c)throw i}}}}function G(e,t,r){return(t=nf(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function xg(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Sg(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o,n,i,s,c=[],l=!0,f=!1;try{if(i=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;l=!1}else for(;!(l=(o=i.call(r)).done)&&(c.push(o.value),c.length!==t);l=!0);}catch(h){f=!0,n=h}finally{try{if(!l&&r.return!=null&&(s=r.return(),Object(s)!==s))return}finally{if(f)throw n}}return c}}function Cg(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
670
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Eg(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
671
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function R0(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,o)}return r}function T(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?R0(Object(r),!0).forEach(function(o){G(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):R0(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Tn(e,t){return gg(e)||Sg(e,t)||Bc(e,t)||Cg()}function tt(e){return yg(e)||xg(e)||Bc(e)||Eg()}function Og(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function nf(e){var t=Og(e,"string");return typeof t=="symbol"?t:t+""}function Rn(e){"@babel/helpers - typeof";return Rn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Rn(e)}function Bc(e,t){if(e){if(typeof e=="string")return Oc(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Oc(e,t):void 0}}var _0=function(){},$c={},sf={},cf=null,lf={mark:_0,measure:_0};try{typeof window<"u"&&($c=window),typeof document<"u"&&(sf=document),typeof MutationObserver<"u"&&(cf=MutationObserver),typeof performance<"u"&&(lf=performance)}catch{}var Ag=$c.navigator||{},N0=Ag.userAgent,T0=N0===void 0?"":N0,$t=$c,ne=sf,M0=cf,En=lf,gN=!!$t.document,wt=!!ne.documentElement&&!!ne.head&&typeof ne.addEventListener=="function"&&typeof ne.createElement=="function",df=~T0.indexOf("MSIE")||~T0.indexOf("Trident/"),yc,Lg=/fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|gt|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,wg=/Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Graphite|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Whiteboard)?.*/i,ff={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fab:"brands","fa-brands":"brands"},duotone:{fa:"solid",fad:"solid","fa-solid":"solid","fa-duotone":"solid",fadr:"regular","fa-regular":"regular",fadl:"light","fa-light":"light",fadt:"thin","fa-thin":"thin"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid",fasdr:"regular","fa-regular":"regular",fasdl:"light","fa-light":"light",fasdt:"thin","fa-thin":"thin"},slab:{"fa-regular":"regular",faslr:"regular"},"slab-press":{"fa-regular":"regular",faslpr:"regular"},thumbprint:{"fa-light":"light",fatl:"light"},whiteboard:{"fa-semibold":"semibold",fawsb:"semibold"},notdog:{"fa-solid":"solid",fans:"solid"},"notdog-duo":{"fa-solid":"solid",fands:"solid"},etch:{"fa-solid":"solid",faes:"solid"},graphite:{"fa-thin":"thin",fagt:"thin"},jelly:{"fa-regular":"regular",fajr:"regular"},"jelly-fill":{"fa-regular":"regular",fajfr:"regular"},"jelly-duo":{"fa-regular":"regular",fajdr:"regular"},chisel:{"fa-regular":"regular",facr:"regular"},utility:{"fa-semibold":"semibold",fausb:"semibold"},"utility-duo":{"fa-semibold":"semibold",faudsb:"semibold"},"utility-fill":{"fa-semibold":"semibold",faufsb:"semibold"}},Rg={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},uf=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-utility","fa-utility-duo","fa-utility-fill"],ve="classic",Jo="duotone",pf="sharp",hf="sharp-duotone",mf="chisel",gf="etch",yf="graphite",bf="jelly",vf="jelly-duo",xf="jelly-fill",Sf="notdog",Cf="notdog-duo",Ef="slab",Of="slab-press",Af="thumbprint",Lf="utility",wf="utility-duo",Rf="utility-fill",_f="whiteboard",_g="Classic",Ng="Duotone",Tg="Sharp",Mg="Sharp Duotone",kg="Chisel",Pg="Etch",Ig="Graphite",zg="Jelly",Dg="Jelly Duo",Ug="Jelly Fill",Bg="Notdog",$g="Notdog Duo",Hg="Slab",Fg="Slab Press",Gg="Thumbprint",Wg="Utility",jg="Utility Duo",Vg="Utility Fill",Kg="Whiteboard",Nf=[ve,Jo,pf,hf,mf,gf,yf,bf,vf,xf,Sf,Cf,Ef,Of,Af,Lf,wf,Rf,_f],yN=(yc={},G(G(G(G(G(G(G(G(G(G(yc,ve,_g),Jo,Ng),pf,Tg),hf,Mg),mf,kg),gf,Pg),yf,Ig),bf,zg),vf,Dg),xf,Ug),G(G(G(G(G(G(G(G(G(yc,Sf,Bg),Cf,$g),Ef,Hg),Of,Fg),Af,Gg),Lf,Wg),wf,jg),Rf,Vg),_f,Kg)),Zg={classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},duotone:{900:"fad",400:"fadr",300:"fadl",100:"fadt"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds",400:"fasdr",300:"fasdl",100:"fasdt"},slab:{400:"faslr"},"slab-press":{400:"faslpr"},whiteboard:{600:"fawsb"},thumbprint:{300:"fatl"},notdog:{900:"fans"},"notdog-duo":{900:"fands"},etch:{900:"faes"},graphite:{100:"fagt"},chisel:{400:"facr"},jelly:{400:"fajr"},"jelly-fill":{400:"fajfr"},"jelly-duo":{400:"fajdr"},utility:{600:"fausb"},"utility-duo":{600:"faudsb"},"utility-fill":{600:"faufsb"}},Yg={"Font Awesome 7 Free":{900:"fas",400:"far"},"Font Awesome 7 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 7 Brands":{400:"fab",normal:"fab"},"Font Awesome 7 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 7 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 7 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"},"Font Awesome 7 Jelly":{400:"fajr",normal:"fajr"},"Font Awesome 7 Jelly Fill":{400:"fajfr",normal:"fajfr"},"Font Awesome 7 Jelly Duo":{400:"fajdr",normal:"fajdr"},"Font Awesome 7 Slab":{400:"faslr",normal:"faslr"},"Font Awesome 7 Slab Press":{400:"faslpr",normal:"faslpr"},"Font Awesome 7 Thumbprint":{300:"fatl",normal:"fatl"},"Font Awesome 7 Notdog":{900:"fans",normal:"fans"},"Font Awesome 7 Notdog Duo":{900:"fands",normal:"fands"},"Font Awesome 7 Etch":{900:"faes",normal:"faes"},"Font Awesome 7 Graphite":{100:"fagt",normal:"fagt"},"Font Awesome 7 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"},"Font Awesome 7 Utility":{600:"fausb",normal:"fausb"},"Font Awesome 7 Utility Duo":{600:"faudsb",normal:"faudsb"},"Font Awesome 7 Utility Fill":{600:"faufsb",normal:"faufsb"}},qg=new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["chisel",{defaultShortPrefixId:"facr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["etch",{defaultShortPrefixId:"faes",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["graphite",{defaultShortPrefixId:"fagt",defaultStyleId:"thin",styleIds:["thin"],futureStyleIds:[],defaultFontWeight:100}],["jelly",{defaultShortPrefixId:"fajr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-duo",{defaultShortPrefixId:"fajdr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-fill",{defaultShortPrefixId:"fajfr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["notdog",{defaultShortPrefixId:"fans",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["notdog-duo",{defaultShortPrefixId:"fands",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["slab",{defaultShortPrefixId:"faslr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-press",{defaultShortPrefixId:"faslpr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["thumbprint",{defaultShortPrefixId:"fatl",defaultStyleId:"light",styleIds:["light"],futureStyleIds:[],defaultFontWeight:300}],["utility",{defaultShortPrefixId:"fausb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-duo",{defaultShortPrefixId:"faudsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-fill",{defaultShortPrefixId:"faufsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["whiteboard",{defaultShortPrefixId:"fawsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}]]),Xg={chisel:{regular:"facr"},classic:{brands:"fab",light:"fal",regular:"far",solid:"fas",thin:"fat"},duotone:{light:"fadl",regular:"fadr",solid:"fad",thin:"fadt"},etch:{solid:"faes"},graphite:{thin:"fagt"},jelly:{regular:"fajr"},"jelly-duo":{regular:"fajdr"},"jelly-fill":{regular:"fajfr"},notdog:{solid:"fans"},"notdog-duo":{solid:"fands"},sharp:{light:"fasl",regular:"fasr",solid:"fass",thin:"fast"},"sharp-duotone":{light:"fasdl",regular:"fasdr",solid:"fasds",thin:"fasdt"},slab:{regular:"faslr"},"slab-press":{regular:"faslpr"},thumbprint:{light:"fatl"},utility:{semibold:"fausb"},"utility-duo":{semibold:"faudsb"},"utility-fill":{semibold:"faufsb"},whiteboard:{semibold:"fawsb"}},Tf=["fak","fa-kit","fakd","fa-kit-duotone"],k0={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},Jg=["kit"],Qg="kit",ey="kit-duotone",ty="Kit",ry="Kit Duotone",bN=G(G({},Qg,ty),ey,ry),oy={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},ay={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},ny={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},P0={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},bc,On={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},iy=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-utility","fa-utility-duo","fa-utility-fill"],sy="classic",cy="duotone",ly="sharp",dy="sharp-duotone",fy="chisel",uy="etch",py="graphite",hy="jelly",my="jelly-duo",gy="jelly-fill",yy="notdog",by="notdog-duo",vy="slab",xy="slab-press",Sy="thumbprint",Cy="utility",Ey="utility-duo",Oy="utility-fill",Ay="whiteboard",Ly="Classic",wy="Duotone",Ry="Sharp",_y="Sharp Duotone",Ny="Chisel",Ty="Etch",My="Graphite",ky="Jelly",Py="Jelly Duo",Iy="Jelly Fill",zy="Notdog",Dy="Notdog Duo",Uy="Slab",By="Slab Press",$y="Thumbprint",Hy="Utility",Fy="Utility Duo",Gy="Utility Fill",Wy="Whiteboard",vN=(bc={},G(G(G(G(G(G(G(G(G(G(bc,sy,Ly),cy,wy),ly,Ry),dy,_y),fy,Ny),uy,Ty),py,My),hy,ky),my,Py),gy,Iy),G(G(G(G(G(G(G(G(G(bc,yy,zy),by,Dy),vy,Uy),xy,By),Sy,$y),Cy,Hy),Ey,Fy),Oy,Gy),Ay,Wy)),jy="kit",Vy="kit-duotone",Ky="Kit",Zy="Kit Duotone",xN=G(G({},jy,Ky),Vy,Zy),Yy={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},duotone:{"fa-regular":"fadr","fa-light":"fadl","fa-thin":"fadt"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds","fa-regular":"fasdr","fa-light":"fasdl","fa-thin":"fasdt"},slab:{"fa-regular":"faslr"},"slab-press":{"fa-regular":"faslpr"},whiteboard:{"fa-semibold":"fawsb"},thumbprint:{"fa-light":"fatl"},notdog:{"fa-solid":"fans"},"notdog-duo":{"fa-solid":"fands"},etch:{"fa-solid":"faes"},graphite:{"fa-thin":"fagt"},jelly:{"fa-regular":"fajr"},"jelly-fill":{"fa-regular":"fajfr"},"jelly-duo":{"fa-regular":"fajdr"},chisel:{"fa-regular":"facr"},utility:{"fa-semibold":"fausb"},"utility-duo":{"fa-semibold":"faudsb"},"utility-fill":{"fa-semibold":"faufsb"}},qy={classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"],slab:["faslr"],"slab-press":["faslpr"],whiteboard:["fawsb"],thumbprint:["fatl"],notdog:["fans"],"notdog-duo":["fands"],etch:["faes"],graphite:["fagt"],jelly:["fajr"],"jelly-fill":["fajfr"],"jelly-duo":["fajdr"],chisel:["facr"],utility:["fausb"],"utility-duo":["faudsb"],"utility-fill":["faufsb"]},Ac={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},duotone:{fadr:"fa-regular",fadl:"fa-light",fadt:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid",fasdr:"fa-regular",fasdl:"fa-light",fasdt:"fa-thin"},slab:{faslr:"fa-regular"},"slab-press":{faslpr:"fa-regular"},whiteboard:{fawsb:"fa-semibold"},thumbprint:{fatl:"fa-light"},notdog:{fans:"fa-solid"},"notdog-duo":{fands:"fa-solid"},etch:{faes:"fa-solid"},graphite:{fagt:"fa-thin"},jelly:{fajr:"fa-regular"},"jelly-fill":{fajfr:"fa-regular"},"jelly-duo":{fajdr:"fa-regular"},chisel:{facr:"fa-regular"},utility:{fausb:"fa-semibold"},"utility-duo":{faudsb:"fa-semibold"},"utility-fill":{faufsb:"fa-semibold"}},Xy=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"],Mf=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt","faslr","faslpr","fawsb","fatl","fans","fands","faes","fagt","fajr","fajfr","fajdr","facr","fausb","faudsb","faufsb"].concat(iy,Xy),Jy=["solid","regular","light","thin","duotone","brands","semibold"],kf=[1,2,3,4,5,6,7,8,9,10],Qy=kf.concat([11,12,13,14,15,16,17,18,19,20]),e5=["aw","fw","pull-left","pull-right"],t5=[].concat(tt(Object.keys(qy)),Jy,e5,["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","inverse","layers","layers-bottom-left","layers-bottom-right","layers-counter","layers-text","layers-top-left","layers-top-right","li","pull-end","pull-start","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul","width-auto","width-fixed",On.GROUP,On.SWAP_OPACITY,On.PRIMARY,On.SECONDARY]).concat(kf.map(function(e){return"".concat(e,"x")})).concat(Qy.map(function(e){return"w-".concat(e)})),r5={"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}},At="___FONT_AWESOME___",Lc=16,Pf="fa",If="svg-inline--fa",xr="data-fa-i2svg",wc="data-fa-pseudo-element",o5="data-fa-pseudo-element-pending",Hc="data-prefix",Fc="data-icon",I0="fontawesome-i2svg",a5="async",n5=["HTML","HEAD","STYLE","SCRIPT"],zf=["::before","::after",":before",":after"],Df=function(){try{return!0}catch{return!1}}();function Qo(e){return new Proxy(e,{get:function(r,o){return o in r?r[o]:r[ve]}})}var Uf=T({},ff);Uf[ve]=T(T(T(T({},{"fa-duotone":"duotone"}),ff[ve]),k0.kit),k0["kit-duotone"]);var i5=Qo(Uf),Rc=T({},Xg);Rc[ve]=T(T(T(T({},{duotone:"fad"}),Rc[ve]),P0.kit),P0["kit-duotone"]);var z0=Qo(Rc),_c=T({},Ac);_c[ve]=T(T({},_c[ve]),ny.kit);var Gc=Qo(_c),Nc=T({},Yy);Nc[ve]=T(T({},Nc[ve]),oy.kit);var SN=Qo(Nc),s5=Lg,Bf="fa-layers-text",c5=wg,l5=T({},Zg),CN=Qo(l5),d5=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],vc=Rg,f5=[].concat(tt(Jg),tt(t5)),Yo=$t.FontAwesomeConfig||{};function u5(e){var t=ne.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function p5(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}ne&&typeof ne.querySelector=="function"&&(D0=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-search-pseudo-elements","searchPseudoElements"],["data-search-pseudo-elements-warnings","searchPseudoElementsWarnings"],["data-search-pseudo-elements-full-scan","searchPseudoElementsFullScan"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]],D0.forEach(function(e){var t=Tn(e,2),r=t[0],o=t[1],n=p5(u5(r));n!=null&&(Yo[o]=n)}));var D0,$f={styleDefault:"solid",familyDefault:ve,cssPrefix:Pf,replacementClass:If,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};Yo.familyPrefix&&(Yo.cssPrefix=Yo.familyPrefix);var so=T(T({},$f),Yo);so.autoReplaceSvg||(so.observeMutations=!1);var H={};Object.keys($f).forEach(function(e){Object.defineProperty(H,e,{enumerable:!0,set:function(r){so[e]=r,qo.forEach(function(o){return o(H)})},get:function(){return so[e]}})});Object.defineProperty(H,"familyPrefix",{enumerable:!0,set:function(t){so.cssPrefix=t,qo.forEach(function(r){return r(H)})},get:function(){return so.cssPrefix}});$t.FontAwesomeConfig=H;var qo=[];function h5(e){return qo.push(e),function(){qo.splice(qo.indexOf(e),1)}}var Bt=Lc,pt={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function m5(e){if(!(!e||!wt)){var t=ne.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var r=ne.head.childNodes,o=null,n=r.length-1;n>-1;n--){var i=r[n],s=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(o=i)}return ne.head.insertBefore(t,o),e}}var g5="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function U0(){for(var e=12,t="";e-- >0;)t+=g5[Math.random()*62|0];return t}function co(e){for(var t=[],r=(e||[]).length>>>0;r--;)t[r]=e[r];return t}function Wc(e){return e.classList?co(e.classList):(e.getAttribute("class")||"").split(" ").filter(function(t){return t})}function Hf(e){return"".concat(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function y5(e){return Object.keys(e||{}).reduce(function(t,r){return t+"".concat(r,'="').concat(Hf(e[r]),'" ')},"").trim()}function Mn(e){return Object.keys(e||{}).reduce(function(t,r){return t+"".concat(r,": ").concat(e[r].trim(),";")},"")}function jc(e){return e.size!==pt.size||e.x!==pt.x||e.y!==pt.y||e.rotate!==pt.rotate||e.flipX||e.flipY}function b5(e){var t=e.transform,r=e.containerWidth,o=e.iconWidth,n={transform:"translate(".concat(r/2," 256)")},i="translate(".concat(t.x*32,", ").concat(t.y*32,") "),s="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),c="rotate(".concat(t.rotate," 0 0)"),l={transform:"".concat(i," ").concat(s," ").concat(c)},f={transform:"translate(".concat(o/2*-1," -256)")};return{outer:n,inner:l,path:f}}function v5(e){var t=e.transform,r=e.width,o=r===void 0?Lc:r,n=e.height,i=n===void 0?Lc:n,s=e.startCentered,c=s===void 0?!1:s,l="";return c&&df?l+="translate(".concat(t.x/Bt-o/2,"em, ").concat(t.y/Bt-i/2,"em) "):c?l+="translate(calc(-50% + ".concat(t.x/Bt,"em), calc(-50% + ").concat(t.y/Bt,"em)) "):l+="translate(".concat(t.x/Bt,"em, ").concat(t.y/Bt,"em) "),l+="scale(".concat(t.size/Bt*(t.flipX?-1:1),", ").concat(t.size/Bt*(t.flipY?-1:1),") "),l+="rotate(".concat(t.rotate,"deg) "),l}var x5=`:root, :host {
|
|
672
|
+
--fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
|
|
673
|
+
--fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
|
|
674
|
+
--fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
|
|
675
|
+
--fa-font-thin: normal 100 1em/1 'Font Awesome 7 Pro';
|
|
676
|
+
--fa-font-duotone: normal 900 1em/1 'Font Awesome 7 Duotone';
|
|
677
|
+
--fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 7 Duotone';
|
|
678
|
+
--fa-font-duotone-light: normal 300 1em/1 'Font Awesome 7 Duotone';
|
|
679
|
+
--fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 7 Duotone';
|
|
680
|
+
--fa-font-brands: normal 400 1em/1 'Font Awesome 7 Brands';
|
|
681
|
+
--fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 7 Sharp';
|
|
682
|
+
--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 7 Sharp';
|
|
683
|
+
--fa-font-sharp-light: normal 300 1em/1 'Font Awesome 7 Sharp';
|
|
684
|
+
--fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 7 Sharp';
|
|
685
|
+
--fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
686
|
+
--fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
687
|
+
--fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
688
|
+
--fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
689
|
+
--fa-font-slab-regular: normal 400 1em/1 'Font Awesome 7 Slab';
|
|
690
|
+
--fa-font-slab-press-regular: normal 400 1em/1 'Font Awesome 7 Slab Press';
|
|
691
|
+
--fa-font-whiteboard-semibold: normal 600 1em/1 'Font Awesome 7 Whiteboard';
|
|
692
|
+
--fa-font-thumbprint-light: normal 300 1em/1 'Font Awesome 7 Thumbprint';
|
|
693
|
+
--fa-font-notdog-solid: normal 900 1em/1 'Font Awesome 7 Notdog';
|
|
694
|
+
--fa-font-notdog-duo-solid: normal 900 1em/1 'Font Awesome 7 Notdog Duo';
|
|
695
|
+
--fa-font-etch-solid: normal 900 1em/1 'Font Awesome 7 Etch';
|
|
696
|
+
--fa-font-graphite-thin: normal 100 1em/1 'Font Awesome 7 Graphite';
|
|
697
|
+
--fa-font-jelly-regular: normal 400 1em/1 'Font Awesome 7 Jelly';
|
|
698
|
+
--fa-font-jelly-fill-regular: normal 400 1em/1 'Font Awesome 7 Jelly Fill';
|
|
699
|
+
--fa-font-jelly-duo-regular: normal 400 1em/1 'Font Awesome 7 Jelly Duo';
|
|
700
|
+
--fa-font-chisel-regular: normal 400 1em/1 'Font Awesome 7 Chisel';
|
|
701
|
+
--fa-font-utility-semibold: normal 600 1em/1 'Font Awesome 7 Utility';
|
|
702
|
+
--fa-font-utility-duo-semibold: normal 600 1em/1 'Font Awesome 7 Utility Duo';
|
|
703
|
+
--fa-font-utility-fill-semibold: normal 600 1em/1 'Font Awesome 7 Utility Fill';
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.svg-inline--fa {
|
|
707
|
+
box-sizing: content-box;
|
|
708
|
+
display: var(--fa-display, inline-block);
|
|
709
|
+
height: 1em;
|
|
710
|
+
overflow: visible;
|
|
711
|
+
vertical-align: -0.125em;
|
|
712
|
+
width: var(--fa-width, 1.25em);
|
|
713
|
+
}
|
|
714
|
+
.svg-inline--fa.fa-2xs {
|
|
715
|
+
vertical-align: 0.1em;
|
|
716
|
+
}
|
|
717
|
+
.svg-inline--fa.fa-xs {
|
|
718
|
+
vertical-align: 0em;
|
|
719
|
+
}
|
|
720
|
+
.svg-inline--fa.fa-sm {
|
|
721
|
+
vertical-align: -0.0714285714em;
|
|
722
|
+
}
|
|
723
|
+
.svg-inline--fa.fa-lg {
|
|
724
|
+
vertical-align: -0.2em;
|
|
725
|
+
}
|
|
726
|
+
.svg-inline--fa.fa-xl {
|
|
727
|
+
vertical-align: -0.25em;
|
|
728
|
+
}
|
|
729
|
+
.svg-inline--fa.fa-2xl {
|
|
730
|
+
vertical-align: -0.3125em;
|
|
731
|
+
}
|
|
732
|
+
.svg-inline--fa.fa-pull-left,
|
|
733
|
+
.svg-inline--fa .fa-pull-start {
|
|
734
|
+
float: inline-start;
|
|
735
|
+
margin-inline-end: var(--fa-pull-margin, 0.3em);
|
|
736
|
+
}
|
|
737
|
+
.svg-inline--fa.fa-pull-right,
|
|
738
|
+
.svg-inline--fa .fa-pull-end {
|
|
739
|
+
float: inline-end;
|
|
740
|
+
margin-inline-start: var(--fa-pull-margin, 0.3em);
|
|
741
|
+
}
|
|
742
|
+
.svg-inline--fa.fa-li {
|
|
743
|
+
width: var(--fa-li-width, 2em);
|
|
744
|
+
inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
|
|
745
|
+
inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.fa-layers-counter, .fa-layers-text {
|
|
749
|
+
display: inline-block;
|
|
750
|
+
position: absolute;
|
|
751
|
+
text-align: center;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.fa-layers {
|
|
755
|
+
display: inline-block;
|
|
756
|
+
height: 1em;
|
|
757
|
+
position: relative;
|
|
758
|
+
text-align: center;
|
|
759
|
+
vertical-align: -0.125em;
|
|
760
|
+
width: var(--fa-width, 1.25em);
|
|
761
|
+
}
|
|
762
|
+
.fa-layers .svg-inline--fa {
|
|
763
|
+
inset: 0;
|
|
764
|
+
margin: auto;
|
|
765
|
+
position: absolute;
|
|
766
|
+
transform-origin: center center;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.fa-layers-text {
|
|
770
|
+
left: 50%;
|
|
771
|
+
top: 50%;
|
|
772
|
+
transform: translate(-50%, -50%);
|
|
773
|
+
transform-origin: center center;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.fa-layers-counter {
|
|
777
|
+
background-color: var(--fa-counter-background-color, #ff253a);
|
|
778
|
+
border-radius: var(--fa-counter-border-radius, 1em);
|
|
779
|
+
box-sizing: border-box;
|
|
780
|
+
color: var(--fa-inverse, #fff);
|
|
781
|
+
line-height: var(--fa-counter-line-height, 1);
|
|
782
|
+
max-width: var(--fa-counter-max-width, 5em);
|
|
783
|
+
min-width: var(--fa-counter-min-width, 1.5em);
|
|
784
|
+
overflow: hidden;
|
|
785
|
+
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|
786
|
+
right: var(--fa-right, 0);
|
|
787
|
+
text-overflow: ellipsis;
|
|
788
|
+
top: var(--fa-top, 0);
|
|
789
|
+
transform: scale(var(--fa-counter-scale, 0.25));
|
|
790
|
+
transform-origin: top right;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.fa-layers-bottom-right {
|
|
794
|
+
bottom: var(--fa-bottom, 0);
|
|
795
|
+
right: var(--fa-right, 0);
|
|
796
|
+
top: auto;
|
|
797
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
798
|
+
transform-origin: bottom right;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.fa-layers-bottom-left {
|
|
802
|
+
bottom: var(--fa-bottom, 0);
|
|
803
|
+
left: var(--fa-left, 0);
|
|
804
|
+
right: auto;
|
|
805
|
+
top: auto;
|
|
806
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
807
|
+
transform-origin: bottom left;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.fa-layers-top-right {
|
|
811
|
+
top: var(--fa-top, 0);
|
|
812
|
+
right: var(--fa-right, 0);
|
|
813
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
814
|
+
transform-origin: top right;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.fa-layers-top-left {
|
|
818
|
+
left: var(--fa-left, 0);
|
|
819
|
+
right: auto;
|
|
820
|
+
top: var(--fa-top, 0);
|
|
821
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
822
|
+
transform-origin: top left;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
.fa-1x {
|
|
826
|
+
font-size: 1em;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.fa-2x {
|
|
830
|
+
font-size: 2em;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.fa-3x {
|
|
834
|
+
font-size: 3em;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.fa-4x {
|
|
838
|
+
font-size: 4em;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.fa-5x {
|
|
842
|
+
font-size: 5em;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.fa-6x {
|
|
846
|
+
font-size: 6em;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
.fa-7x {
|
|
850
|
+
font-size: 7em;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.fa-8x {
|
|
854
|
+
font-size: 8em;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.fa-9x {
|
|
858
|
+
font-size: 9em;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.fa-10x {
|
|
862
|
+
font-size: 10em;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.fa-2xs {
|
|
866
|
+
font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
|
|
867
|
+
line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
868
|
+
vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.fa-xs {
|
|
872
|
+
font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
|
|
873
|
+
line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
874
|
+
vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.fa-sm {
|
|
878
|
+
font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
|
|
879
|
+
line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
880
|
+
vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.fa-lg {
|
|
884
|
+
font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
|
|
885
|
+
line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
886
|
+
vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.fa-xl {
|
|
890
|
+
font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
|
|
891
|
+
line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
892
|
+
vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.fa-2xl {
|
|
896
|
+
font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
|
|
897
|
+
line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
898
|
+
vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.fa-width-auto {
|
|
902
|
+
--fa-width: auto;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.fa-fw,
|
|
906
|
+
.fa-width-fixed {
|
|
907
|
+
--fa-width: 1.25em;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
.fa-ul {
|
|
911
|
+
list-style-type: none;
|
|
912
|
+
margin-inline-start: var(--fa-li-margin, 2.5em);
|
|
913
|
+
padding-inline-start: 0;
|
|
914
|
+
}
|
|
915
|
+
.fa-ul > li {
|
|
916
|
+
position: relative;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
.fa-li {
|
|
920
|
+
inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
|
|
921
|
+
position: absolute;
|
|
922
|
+
text-align: center;
|
|
923
|
+
width: var(--fa-li-width, 2em);
|
|
924
|
+
line-height: inherit;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
/* Heads Up: Bordered Icons will not be supported in the future!
|
|
928
|
+
- This feature will be deprecated in the next major release of Font Awesome (v8)!
|
|
929
|
+
- You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
|
|
930
|
+
*/
|
|
931
|
+
/* Notes:
|
|
932
|
+
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
|
|
933
|
+
* --@{v.$css-prefix}-border-padding =
|
|
934
|
+
** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
|
|
935
|
+
** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
|
|
936
|
+
*/
|
|
937
|
+
.fa-border {
|
|
938
|
+
border-color: var(--fa-border-color, #eee);
|
|
939
|
+
border-radius: var(--fa-border-radius, 0.1em);
|
|
940
|
+
border-style: var(--fa-border-style, solid);
|
|
941
|
+
border-width: var(--fa-border-width, 0.0625em);
|
|
942
|
+
box-sizing: var(--fa-border-box-sizing, content-box);
|
|
943
|
+
padding: var(--fa-border-padding, 0.1875em 0.25em);
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.fa-pull-left,
|
|
947
|
+
.fa-pull-start {
|
|
948
|
+
float: inline-start;
|
|
949
|
+
margin-inline-end: var(--fa-pull-margin, 0.3em);
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.fa-pull-right,
|
|
953
|
+
.fa-pull-end {
|
|
954
|
+
float: inline-end;
|
|
955
|
+
margin-inline-start: var(--fa-pull-margin, 0.3em);
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.fa-beat {
|
|
959
|
+
animation-name: fa-beat;
|
|
960
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
961
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
962
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
963
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
964
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.fa-bounce {
|
|
968
|
+
animation-name: fa-bounce;
|
|
969
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
970
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
971
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
972
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
973
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.fa-fade {
|
|
977
|
+
animation-name: fa-fade;
|
|
978
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
979
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
980
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
981
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
982
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.fa-beat-fade {
|
|
986
|
+
animation-name: fa-beat-fade;
|
|
987
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
988
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
989
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
990
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
991
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.fa-flip {
|
|
995
|
+
animation-name: fa-flip;
|
|
996
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
997
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
998
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
999
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
1000
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
.fa-shake {
|
|
1004
|
+
animation-name: fa-shake;
|
|
1005
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
1006
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
1007
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
1008
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
1009
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.fa-spin {
|
|
1013
|
+
animation-name: fa-spin;
|
|
1014
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
1015
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
1016
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
1017
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
1018
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.fa-spin-reverse {
|
|
1022
|
+
--fa-animation-direction: reverse;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
.fa-pulse,
|
|
1026
|
+
.fa-spin-pulse {
|
|
1027
|
+
animation-name: fa-spin;
|
|
1028
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
1029
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
1030
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
1031
|
+
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1035
|
+
.fa-beat,
|
|
1036
|
+
.fa-bounce,
|
|
1037
|
+
.fa-fade,
|
|
1038
|
+
.fa-beat-fade,
|
|
1039
|
+
.fa-flip,
|
|
1040
|
+
.fa-pulse,
|
|
1041
|
+
.fa-shake,
|
|
1042
|
+
.fa-spin,
|
|
1043
|
+
.fa-spin-pulse {
|
|
1044
|
+
animation: none !important;
|
|
1045
|
+
transition: none !important;
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
@keyframes fa-beat {
|
|
1049
|
+
0%, 90% {
|
|
1050
|
+
transform: scale(1);
|
|
1051
|
+
}
|
|
1052
|
+
45% {
|
|
1053
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
@keyframes fa-bounce {
|
|
1057
|
+
0% {
|
|
1058
|
+
transform: scale(1, 1) translateY(0);
|
|
1059
|
+
}
|
|
1060
|
+
10% {
|
|
1061
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
1062
|
+
}
|
|
1063
|
+
30% {
|
|
1064
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
1065
|
+
}
|
|
1066
|
+
50% {
|
|
1067
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
1068
|
+
}
|
|
1069
|
+
57% {
|
|
1070
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
1071
|
+
}
|
|
1072
|
+
64% {
|
|
1073
|
+
transform: scale(1, 1) translateY(0);
|
|
1074
|
+
}
|
|
1075
|
+
100% {
|
|
1076
|
+
transform: scale(1, 1) translateY(0);
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
@keyframes fa-fade {
|
|
1080
|
+
50% {
|
|
1081
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
@keyframes fa-beat-fade {
|
|
1085
|
+
0%, 100% {
|
|
1086
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
1087
|
+
transform: scale(1);
|
|
1088
|
+
}
|
|
1089
|
+
50% {
|
|
1090
|
+
opacity: 1;
|
|
1091
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
@keyframes fa-flip {
|
|
1095
|
+
50% {
|
|
1096
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
1097
|
+
}
|
|
1098
|
+
}
|
|
1099
|
+
@keyframes fa-shake {
|
|
1100
|
+
0% {
|
|
1101
|
+
transform: rotate(-15deg);
|
|
1102
|
+
}
|
|
1103
|
+
4% {
|
|
1104
|
+
transform: rotate(15deg);
|
|
1105
|
+
}
|
|
1106
|
+
8%, 24% {
|
|
1107
|
+
transform: rotate(-18deg);
|
|
1108
|
+
}
|
|
1109
|
+
12%, 28% {
|
|
1110
|
+
transform: rotate(18deg);
|
|
1111
|
+
}
|
|
1112
|
+
16% {
|
|
1113
|
+
transform: rotate(-22deg);
|
|
1114
|
+
}
|
|
1115
|
+
20% {
|
|
1116
|
+
transform: rotate(22deg);
|
|
1117
|
+
}
|
|
1118
|
+
32% {
|
|
1119
|
+
transform: rotate(-12deg);
|
|
1120
|
+
}
|
|
1121
|
+
36% {
|
|
1122
|
+
transform: rotate(12deg);
|
|
1123
|
+
}
|
|
1124
|
+
40%, 100% {
|
|
1125
|
+
transform: rotate(0deg);
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
@keyframes fa-spin {
|
|
1129
|
+
0% {
|
|
1130
|
+
transform: rotate(0deg);
|
|
1131
|
+
}
|
|
1132
|
+
100% {
|
|
1133
|
+
transform: rotate(360deg);
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
.fa-rotate-90 {
|
|
1137
|
+
transform: rotate(90deg);
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
.fa-rotate-180 {
|
|
1141
|
+
transform: rotate(180deg);
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.fa-rotate-270 {
|
|
1145
|
+
transform: rotate(270deg);
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.fa-flip-horizontal {
|
|
1149
|
+
transform: scale(-1, 1);
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.fa-flip-vertical {
|
|
1153
|
+
transform: scale(1, -1);
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.fa-flip-both,
|
|
1157
|
+
.fa-flip-horizontal.fa-flip-vertical {
|
|
1158
|
+
transform: scale(-1, -1);
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.fa-rotate-by {
|
|
1162
|
+
transform: rotate(var(--fa-rotate-angle, 0));
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
.svg-inline--fa .fa-primary {
|
|
1166
|
+
fill: var(--fa-primary-color, currentColor);
|
|
1167
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
.svg-inline--fa .fa-secondary {
|
|
1171
|
+
fill: var(--fa-secondary-color, currentColor);
|
|
1172
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
1176
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
1180
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.svg-inline--fa mask .fa-primary,
|
|
1184
|
+
.svg-inline--fa mask .fa-secondary {
|
|
1185
|
+
fill: black;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.svg-inline--fa.fa-inverse {
|
|
1189
|
+
fill: var(--fa-inverse, #fff);
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.fa-stack {
|
|
1193
|
+
display: inline-block;
|
|
1194
|
+
height: 2em;
|
|
1195
|
+
line-height: 2em;
|
|
1196
|
+
position: relative;
|
|
1197
|
+
vertical-align: middle;
|
|
1198
|
+
width: 2.5em;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
.fa-inverse {
|
|
1202
|
+
color: var(--fa-inverse, #fff);
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
.svg-inline--fa.fa-stack-1x {
|
|
1206
|
+
--fa-width: 1.25em;
|
|
1207
|
+
height: 1em;
|
|
1208
|
+
width: var(--fa-width);
|
|
1209
|
+
}
|
|
1210
|
+
.svg-inline--fa.fa-stack-2x {
|
|
1211
|
+
--fa-width: 2.5em;
|
|
1212
|
+
height: 2em;
|
|
1213
|
+
width: var(--fa-width);
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.fa-stack-1x,
|
|
1217
|
+
.fa-stack-2x {
|
|
1218
|
+
inset: 0;
|
|
1219
|
+
margin: auto;
|
|
1220
|
+
position: absolute;
|
|
1221
|
+
z-index: var(--fa-stack-z-index, auto);
|
|
1222
|
+
}`;function Ff(){var e=Pf,t=If,r=H.cssPrefix,o=H.replacementClass,n=x5;if(r!==e||o!==t){var i=new RegExp("\\.".concat(e,"\\-"),"g"),s=new RegExp("\\--".concat(e,"\\-"),"g"),c=new RegExp("\\.".concat(t),"g");n=n.replace(i,".".concat(r,"-")).replace(s,"--".concat(r,"-")).replace(c,".".concat(o))}return n}var B0=!1;function xc(){H.autoAddCss&&!B0&&(m5(Ff()),B0=!0)}var S5={mixout:function(){return{dom:{css:Ff,insertCss:xc}}},hooks:function(){return{beforeDOMElementCreation:function(){xc()},beforeI2svg:function(){xc()}}}},Lt=$t||{};Lt[At]||(Lt[At]={});Lt[At].styles||(Lt[At].styles={});Lt[At].hooks||(Lt[At].hooks={});Lt[At].shims||(Lt[At].shims=[]);var et=Lt[At],Gf=[],Wf=function(){ne.removeEventListener("DOMContentLoaded",Wf),_n=1,Gf.map(function(t){return t()})},_n=!1;wt&&(_n=(ne.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(ne.readyState),_n||ne.addEventListener("DOMContentLoaded",Wf));function C5(e){wt&&(_n?setTimeout(e,0):Gf.push(e))}function ea(e){var t=e.tag,r=e.attributes,o=r===void 0?{}:r,n=e.children,i=n===void 0?[]:n;return typeof e=="string"?Hf(e):"<".concat(t," ").concat(y5(o),">").concat(i.map(ea).join(""),"</").concat(t,">")}function $0(e,t,r){if(e&&e[t]&&e[t][r])return{prefix:t,iconName:r,icon:e[t][r]}}var E5=function(t,r){return function(o,n,i,s){return t.call(r,o,n,i,s)}},Sc=function(t,r,o,n){var i=Object.keys(t),s=i.length,c=n!==void 0?E5(r,n):r,l,f,h;for(o===void 0?(l=1,h=t[i[0]]):(l=0,h=o);l<s;l++)f=i[l],h=c(h,t[f],f,t);return h};function jf(e){return tt(e).length!==1?null:e.codePointAt(0).toString(16)}function H0(e){return Object.keys(e).reduce(function(t,r){var o=e[r],n=!!o.icon;return n?t[o.iconName]=o.icon:t[r]=o,t},{})}function Tc(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=r.skipHooks,n=o===void 0?!1:o,i=H0(t);typeof et.hooks.addPack=="function"&&!n?et.hooks.addPack(e,H0(t)):et.styles[e]=T(T({},et.styles[e]||{}),i),e==="fas"&&Tc("fa",t)}var Xo=et.styles,O5=et.shims,Vf=Object.keys(Gc),A5=Vf.reduce(function(e,t){return e[t]=Object.keys(Gc[t]),e},{}),Vc=null,Kf={},Zf={},Yf={},qf={},Xf={};function L5(e){return~f5.indexOf(e)}function w5(e,t){var r=t.split("-"),o=r[0],n=r.slice(1).join("-");return o===e&&n!==""&&!L5(n)?n:null}var Jf=function(){var t=function(i){return Sc(Xo,function(s,c,l){return s[l]=Sc(c,i,{}),s},{})};Kf=t(function(n,i,s){if(i[3]&&(n[i[3]]=s),i[2]){var c=i[2].filter(function(l){return typeof l=="number"});c.forEach(function(l){n[l.toString(16)]=s})}return n}),Zf=t(function(n,i,s){if(n[s]=s,i[2]){var c=i[2].filter(function(l){return typeof l=="string"});c.forEach(function(l){n[l]=s})}return n}),Xf=t(function(n,i,s){var c=i[2];return n[s]=s,c.forEach(function(l){n[l]=s}),n});var r="far"in Xo||H.autoFetchSvg,o=Sc(O5,function(n,i){var s=i[0],c=i[1],l=i[2];return c==="far"&&!r&&(c="fas"),typeof s=="string"&&(n.names[s]={prefix:c,iconName:l}),typeof s=="number"&&(n.unicodes[s.toString(16)]={prefix:c,iconName:l}),n},{names:{},unicodes:{}});Yf=o.names,qf=o.unicodes,Vc=kn(H.styleDefault,{family:H.familyDefault})};h5(function(e){Vc=kn(e.styleDefault,{family:H.familyDefault})});Jf();function Kc(e,t){return(Kf[e]||{})[t]}function R5(e,t){return(Zf[e]||{})[t]}function vr(e,t){return(Xf[e]||{})[t]}function Qf(e){return Yf[e]||{prefix:null,iconName:null}}function _5(e){var t=qf[e],r=Kc("fas",e);return t||(r?{prefix:"fas",iconName:r}:null)||{prefix:null,iconName:null}}function Ht(){return Vc}var eu=function(){return{prefix:null,iconName:null,rest:[]}};function N5(e){var t=ve,r=Vf.reduce(function(o,n){return o[n]="".concat(H.cssPrefix,"-").concat(n),o},{});return Nf.forEach(function(o){(e.includes(r[o])||e.some(function(n){return A5[o].includes(n)}))&&(t=o)}),t}function kn(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.family,o=r===void 0?ve:r,n=i5[o][e];if(o===Jo&&!e)return"fad";var i=z0[o][e]||z0[o][n],s=e in et.styles?e:null,c=i||s||null;return c}function T5(e){var t=[],r=null;return e.forEach(function(o){var n=w5(H.cssPrefix,o);n?r=n:o&&t.push(o)}),{iconName:r,rest:t}}function F0(e){return e.sort().filter(function(t,r,o){return o.indexOf(t)===r})}var G0=Mf.concat(Tf);function Pn(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipLookups,o=r===void 0?!1:r,n=null,i=F0(e.filter(function(b){return G0.includes(b)})),s=F0(e.filter(function(b){return!G0.includes(b)})),c=i.filter(function(b){return n=b,!uf.includes(b)}),l=Tn(c,1),f=l[0],h=f===void 0?null:f,p=N5(i),g=T(T({},T5(s)),{},{prefix:kn(h,{family:p})});return T(T(T({},g),I5({values:e,family:p,styles:Xo,config:H,canonical:g,givenPrefix:n})),M5(o,n,g))}function M5(e,t,r){var o=r.prefix,n=r.iconName;if(e||!o||!n)return{prefix:o,iconName:n};var i=t==="fa"?Qf(n):{},s=vr(o,n);return n=i.iconName||s||n,o=i.prefix||o,o==="far"&&!Xo.far&&Xo.fas&&!H.autoFetchSvg&&(o="fas"),{prefix:o,iconName:n}}var k5=Nf.filter(function(e){return e!==ve||e!==Jo}),P5=Object.keys(Ac).filter(function(e){return e!==ve}).map(function(e){return Object.keys(Ac[e])}).flat();function I5(e){var t=e.values,r=e.family,o=e.canonical,n=e.givenPrefix,i=n===void 0?"":n,s=e.styles,c=s===void 0?{}:s,l=e.config,f=l===void 0?{}:l,h=r===Jo,p=t.includes("fa-duotone")||t.includes("fad"),g=f.familyDefault==="duotone",b=o.prefix==="fad"||o.prefix==="fa-duotone";if(!h&&(p||g||b)&&(o.prefix="fad"),(t.includes("fa-brands")||t.includes("fab"))&&(o.prefix="fab"),!o.prefix&&k5.includes(r)){var x=Object.keys(c).find(function(_){return P5.includes(_)});if(x||f.autoFetchSvg){var E=qg.get(r).defaultShortPrefixId;o.prefix=E,o.iconName=vr(o.prefix,o.iconName)||o.iconName}}return(o.prefix==="fa"||i==="fa")&&(o.prefix=Ht()||"fas"),o}var z5=function(){function e(){bg(this,e),this.definitions={}}return vg(e,[{key:"add",value:function(){for(var r=this,o=arguments.length,n=new Array(o),i=0;i<o;i++)n[i]=arguments[i];var s=n.reduce(this._pullDefinitions,{});Object.keys(s).forEach(function(c){r.definitions[c]=T(T({},r.definitions[c]||{}),s[c]),Tc(c,s[c]);var l=Gc[ve][c];l&&Tc(l,s[c]),Jf()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(r,o){var n=o.prefix&&o.iconName&&o.icon?{0:o}:o;return Object.keys(n).map(function(i){var s=n[i],c=s.prefix,l=s.iconName,f=s.icon,h=f[2];r[c]||(r[c]={}),h.length>0&&h.forEach(function(p){typeof p=="string"&&(r[c][p]=f)}),r[c][l]=f}),r}}])}(),W0=[],no={},io={},D5=Object.keys(io);function U5(e,t){var r=t.mixoutsTo;return W0=e,no={},Object.keys(io).forEach(function(o){D5.indexOf(o)===-1&&delete io[o]}),W0.forEach(function(o){var n=o.mixout?o.mixout():{};if(Object.keys(n).forEach(function(s){typeof n[s]=="function"&&(r[s]=n[s]),Rn(n[s])==="object"&&Object.keys(n[s]).forEach(function(c){r[s]||(r[s]={}),r[s][c]=n[s][c]})}),o.hooks){var i=o.hooks();Object.keys(i).forEach(function(s){no[s]||(no[s]=[]),no[s].push(i[s])})}o.provides&&o.provides(io)}),r}function Mc(e,t){for(var r=arguments.length,o=new Array(r>2?r-2:0),n=2;n<r;n++)o[n-2]=arguments[n];var i=no[e]||[];return i.forEach(function(s){t=s.apply(null,[t].concat(o))}),t}function Sr(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];var n=no[e]||[];n.forEach(function(i){i.apply(null,r)})}function Ft(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1);return io[e]?io[e].apply(null,t):void 0}function kc(e){e.prefix==="fa"&&(e.prefix="fas");var t=e.iconName,r=e.prefix||Ht();if(t)return t=vr(r,t)||t,$0(tu.definitions,r,t)||$0(et.styles,r,t)}var tu=new z5,B5=function(){H.autoReplaceSvg=!1,H.observeMutations=!1,Sr("noAuto")},$5={i2svg:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return wt?(Sr("beforeI2svg",t),Ft("pseudoElements2svg",t),Ft("i2svg",t)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=t.autoReplaceSvgRoot;H.autoReplaceSvg===!1&&(H.autoReplaceSvg=!0),H.observeMutations=!0,C5(function(){F5({autoReplaceSvgRoot:r}),Sr("watch",t)})}},H5={icon:function(t){if(t===null)return null;if(Rn(t)==="object"&&t.prefix&&t.iconName)return{prefix:t.prefix,iconName:vr(t.prefix,t.iconName)||t.iconName};if(Array.isArray(t)&&t.length===2){var r=t[1].indexOf("fa-")===0?t[1].slice(3):t[1],o=kn(t[0]);return{prefix:o,iconName:vr(o,r)||r}}if(typeof t=="string"&&(t.indexOf("".concat(H.cssPrefix,"-"))>-1||t.match(s5))){var n=Pn(t.split(" "),{skipLookups:!0});return{prefix:n.prefix||Ht(),iconName:vr(n.prefix,n.iconName)||n.iconName}}if(typeof t=="string"){var i=Ht();return{prefix:i,iconName:vr(i,t)||t}}}},Ie={noAuto:B5,config:H,dom:$5,parse:H5,library:tu,findIconDefinition:kc,toHtml:ea},F5=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=t.autoReplaceSvgRoot,o=r===void 0?ne:r;(Object.keys(et.styles).length>0||H.autoFetchSvg)&&wt&&H.autoReplaceSvg&&Ie.dom.i2svg({node:o})};function In(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(function(o){return ea(o)})}}),Object.defineProperty(e,"node",{get:function(){if(wt){var o=ne.createElement("div");return o.innerHTML=e.html,o.children}}}),e}function G5(e){var t=e.children,r=e.main,o=e.mask,n=e.attributes,i=e.styles,s=e.transform;if(jc(s)&&r.found&&!o.found){var c=r.width,l=r.height,f={x:c/l/2,y:.5};n.style=Mn(T(T({},i),{},{"transform-origin":"".concat(f.x+s.x/16,"em ").concat(f.y+s.y/16,"em")}))}return[{tag:"svg",attributes:n,children:t}]}function W5(e){var t=e.prefix,r=e.iconName,o=e.children,n=e.attributes,i=e.symbol,s=i===!0?"".concat(t,"-").concat(H.cssPrefix,"-").concat(r):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:T(T({},n),{},{id:s}),children:o}]}]}function j5(e){var t=["aria-label","aria-labelledby","title","role"];return t.some(function(r){return r in e})}function Zc(e){var t=e.icons,r=t.main,o=t.mask,n=e.prefix,i=e.iconName,s=e.transform,c=e.symbol,l=e.maskId,f=e.extra,h=e.watchable,p=h===void 0?!1:h,g=o.found?o:r,b=g.width,x=g.height,E=[H.replacementClass,i?"".concat(H.cssPrefix,"-").concat(i):""].filter(function(w){return f.classes.indexOf(w)===-1}).filter(function(w){return w!==""||!!w}).concat(f.classes).join(" "),_={children:[],attributes:T(T({},f.attributes),{},{"data-prefix":n,"data-icon":i,class:E,role:f.attributes.role||"img",viewBox:"0 0 ".concat(b," ").concat(x)})};!j5(f.attributes)&&!f.attributes["aria-hidden"]&&(_.attributes["aria-hidden"]="true"),p&&(_.attributes[xr]="");var N=T(T({},_),{},{prefix:n,iconName:i,main:r,mask:o,maskId:l,transform:s,symbol:c,styles:T({},f.styles)}),M=o.found&&r.found?Ft("generateAbstractMask",N)||{children:[],attributes:{}}:Ft("generateAbstractIcon",N)||{children:[],attributes:{}},O=M.children,C=M.attributes;return N.children=O,N.attributes=C,c?W5(N):G5(N)}function j0(e){var t=e.content,r=e.width,o=e.height,n=e.transform,i=e.extra,s=e.watchable,c=s===void 0?!1:s,l=T(T({},i.attributes),{},{class:i.classes.join(" ")});c&&(l[xr]="");var f=T({},i.styles);jc(n)&&(f.transform=v5({transform:n,startCentered:!0,width:r,height:o}),f["-webkit-transform"]=f.transform);var h=Mn(f);h.length>0&&(l.style=h);var p=[];return p.push({tag:"span",attributes:l,children:[t]}),p}function V5(e){var t=e.content,r=e.extra,o=T(T({},r.attributes),{},{class:r.classes.join(" ")}),n=Mn(r.styles);n.length>0&&(o.style=n);var i=[];return i.push({tag:"span",attributes:o,children:[t]}),i}var Cc=et.styles;function Pc(e){var t=e[0],r=e[1],o=e.slice(4),n=Tn(o,1),i=n[0],s=null;return Array.isArray(i)?s={tag:"g",attributes:{class:"".concat(H.cssPrefix,"-").concat(vc.GROUP)},children:[{tag:"path",attributes:{class:"".concat(H.cssPrefix,"-").concat(vc.SECONDARY),fill:"currentColor",d:i[0]}},{tag:"path",attributes:{class:"".concat(H.cssPrefix,"-").concat(vc.PRIMARY),fill:"currentColor",d:i[1]}}]}:s={tag:"path",attributes:{fill:"currentColor",d:i}},{found:!0,width:t,height:r,icon:s}}var K5={found:!1,width:512,height:512};function Z5(e,t){!Df&&!H.showMissingIcons&&e&&console.error('Icon with name "'.concat(e,'" and prefix "').concat(t,'" is missing.'))}function Ic(e,t){var r=t;return t==="fa"&&H.styleDefault!==null&&(t=Ht()),new Promise(function(o,n){if(r==="fa"){var i=Qf(e)||{};e=i.iconName||e,t=i.prefix||t}if(e&&t&&Cc[t]&&Cc[t][e]){var s=Cc[t][e];return o(Pc(s))}Z5(e,t),o(T(T({},K5),{},{icon:H.showMissingIcons&&e?Ft("missingIconAbstract")||{}:{}}))})}var V0=function(){},zc=H.measurePerformance&&En&&En.mark&&En.measure?En:{mark:V0,measure:V0},Zo='FA "7.2.0"',Y5=function(t){return zc.mark("".concat(Zo," ").concat(t," begins")),function(){return ru(t)}},ru=function(t){zc.mark("".concat(Zo," ").concat(t," ends")),zc.measure("".concat(Zo," ").concat(t),"".concat(Zo," ").concat(t," begins"),"".concat(Zo," ").concat(t," ends"))},Yc={begin:Y5,end:ru},Ln=function(){};function K0(e){var t=e.getAttribute?e.getAttribute(xr):null;return typeof t=="string"}function q5(e){var t=e.getAttribute?e.getAttribute(Hc):null,r=e.getAttribute?e.getAttribute(Fc):null;return t&&r}function X5(e){return e&&e.classList&&e.classList.contains&&e.classList.contains(H.replacementClass)}function J5(){if(H.autoReplaceSvg===!0)return wn.replace;var e=wn[H.autoReplaceSvg];return e||wn.replace}function Q5(e){return ne.createElementNS("http://www.w3.org/2000/svg",e)}function e7(e){return ne.createElement(e)}function ou(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.ceFn,o=r===void 0?e.tag==="svg"?Q5:e7:r;if(typeof e=="string")return ne.createTextNode(e);var n=o(e.tag);Object.keys(e.attributes||[]).forEach(function(s){n.setAttribute(s,e.attributes[s])});var i=e.children||[];return i.forEach(function(s){n.appendChild(ou(s,{ceFn:o}))}),n}function t7(e){var t=" ".concat(e.outerHTML," ");return t="".concat(t,"Font Awesome fontawesome.com "),t}var wn={replace:function(t){var r=t[0];if(r.parentNode)if(t[1].forEach(function(n){r.parentNode.insertBefore(ou(n),r)}),r.getAttribute(xr)===null&&H.keepOriginalSource){var o=ne.createComment(t7(r));r.parentNode.replaceChild(o,r)}else r.remove()},nest:function(t){var r=t[0],o=t[1];if(~Wc(r).indexOf(H.replacementClass))return wn.replace(t);var n=new RegExp("".concat(H.cssPrefix,"-.*"));if(delete o[0].attributes.id,o[0].attributes.class){var i=o[0].attributes.class.split(" ").reduce(function(c,l){return l===H.replacementClass||l.match(n)?c.toSvg.push(l):c.toNode.push(l),c},{toNode:[],toSvg:[]});o[0].attributes.class=i.toSvg.join(" "),i.toNode.length===0?r.removeAttribute("class"):r.setAttribute("class",i.toNode.join(" "))}var s=o.map(function(c){return ea(c)}).join(`
|
|
1223
|
+
`);r.setAttribute(xr,""),r.innerHTML=s}};function Z0(e){e()}function au(e,t){var r=typeof t=="function"?t:Ln;if(e.length===0)r();else{var o=Z0;H.mutateApproach===a5&&(o=$t.requestAnimationFrame||Z0),o(function(){var n=J5(),i=Yc.begin("mutate");e.map(n),i(),r()})}}var qc=!1;function nu(){qc=!0}function Dc(){qc=!1}var Nn=null;function Y0(e){if(M0&&H.observeMutations){var t=e.treeCallback,r=t===void 0?Ln:t,o=e.nodeCallback,n=o===void 0?Ln:o,i=e.pseudoElementsCallback,s=i===void 0?Ln:i,c=e.observeMutationsRoot,l=c===void 0?ne:c;Nn=new M0(function(f){if(!qc){var h=Ht();co(f).forEach(function(p){if(p.type==="childList"&&p.addedNodes.length>0&&!K0(p.addedNodes[0])&&(H.searchPseudoElements&&s(p.target),r(p.target)),p.type==="attributes"&&p.target.parentNode&&H.searchPseudoElements&&s([p.target],!0),p.type==="attributes"&&K0(p.target)&&~d5.indexOf(p.attributeName))if(p.attributeName==="class"&&q5(p.target)){var g=Pn(Wc(p.target)),b=g.prefix,x=g.iconName;p.target.setAttribute(Hc,b||h),x&&p.target.setAttribute(Fc,x)}else X5(p.target)&&n(p.target)})}}),wt&&Nn.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function r7(){Nn&&Nn.disconnect()}function o7(e){var t=e.getAttribute("style"),r=[];return t&&(r=t.split(";").reduce(function(o,n){var i=n.split(":"),s=i[0],c=i.slice(1);return s&&c.length>0&&(o[s]=c.join(":").trim()),o},{})),r}function a7(e){var t=e.getAttribute("data-prefix"),r=e.getAttribute("data-icon"),o=e.innerText!==void 0?e.innerText.trim():"",n=Pn(Wc(e));return n.prefix||(n.prefix=Ht()),t&&r&&(n.prefix=t,n.iconName=r),n.iconName&&n.prefix||(n.prefix&&o.length>0&&(n.iconName=R5(n.prefix,e.innerText)||Kc(n.prefix,jf(e.innerText))),!n.iconName&&H.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(n.iconName=e.firstChild.data)),n}function n7(e){var t=co(e.attributes).reduce(function(r,o){return r.name!=="class"&&r.name!=="style"&&(r[o.name]=o.value),r},{});return t}function i7(){return{iconName:null,prefix:null,transform:pt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function q0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},r=a7(e),o=r.iconName,n=r.prefix,i=r.rest,s=n7(e),c=Mc("parseNodeAttributes",{},e),l=t.styleParser?o7(e):[];return T({iconName:o,prefix:n,transform:pt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:l,attributes:s}},c)}var s7=et.styles;function iu(e){var t=H.autoReplaceSvg==="nest"?q0(e,{styleParser:!1}):q0(e);return~t.extra.classes.indexOf(Bf)?Ft("generateLayersText",e,t):Ft("generateSvgReplacementMutation",e,t)}function c7(){return[].concat(tt(Tf),tt(Mf))}function X0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!wt)return Promise.resolve();var r=ne.documentElement.classList,o=function(p){return r.add("".concat(I0,"-").concat(p))},n=function(p){return r.remove("".concat(I0,"-").concat(p))},i=H.autoFetchSvg?c7():uf.concat(Object.keys(s7));i.includes("fa")||i.push("fa");var s=[".".concat(Bf,":not([").concat(xr,"])")].concat(i.map(function(h){return".".concat(h,":not([").concat(xr,"])")})).join(", ");if(s.length===0)return Promise.resolve();var c=[];try{c=co(e.querySelectorAll(s))}catch{}if(c.length>0)o("pending"),n("complete");else return Promise.resolve();var l=Yc.begin("onTree"),f=c.reduce(function(h,p){try{var g=iu(p);g&&h.push(g)}catch(b){Df||b.name==="MissingIcon"&&console.error(b)}return h},[]);return new Promise(function(h,p){Promise.all(f).then(function(g){au(g,function(){o("active"),o("complete"),n("pending"),typeof t=="function"&&t(),l(),h()})}).catch(function(g){l(),p(g)})})}function l7(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;iu(e).then(function(r){r&&au([r],t)})}function d7(e){return function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=(t||{}).icon?t:kc(t||{}),n=r.mask;return n&&(n=(n||{}).icon?n:kc(n||{})),e(o,T(T({},r),{},{mask:n}))}}var f7=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=r.transform,n=o===void 0?pt:o,i=r.symbol,s=i===void 0?!1:i,c=r.mask,l=c===void 0?null:c,f=r.maskId,h=f===void 0?null:f,p=r.classes,g=p===void 0?[]:p,b=r.attributes,x=b===void 0?{}:b,E=r.styles,_=E===void 0?{}:E;if(t){var N=t.prefix,M=t.iconName,O=t.icon;return In(T({type:"icon"},t),function(){return Sr("beforeDOMElementCreation",{iconDefinition:t,params:r}),Zc({icons:{main:Pc(O),mask:l?Pc(l.icon):{found:!1,width:null,height:null,icon:{}}},prefix:N,iconName:M,transform:T(T({},pt),n),symbol:s,maskId:h,extra:{attributes:x,styles:_,classes:g}})})}},u7={mixout:function(){return{icon:d7(f7)}},hooks:function(){return{mutationObserverCallbacks:function(r){return r.treeCallback=X0,r.nodeCallback=l7,r}}},provides:function(t){t.i2svg=function(r){var o=r.node,n=o===void 0?ne:o,i=r.callback,s=i===void 0?function(){}:i;return X0(n,s)},t.generateSvgReplacementMutation=function(r,o){var n=o.iconName,i=o.prefix,s=o.transform,c=o.symbol,l=o.mask,f=o.maskId,h=o.extra;return new Promise(function(p,g){Promise.all([Ic(n,i),l.iconName?Ic(l.iconName,l.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(b){var x=Tn(b,2),E=x[0],_=x[1];p([r,Zc({icons:{main:E,mask:_},prefix:i,iconName:n,transform:s,symbol:c,maskId:f,extra:h,watchable:!0})])}).catch(g)})},t.generateAbstractIcon=function(r){var o=r.children,n=r.attributes,i=r.main,s=r.transform,c=r.styles,l=Mn(c);l.length>0&&(n.style=l);var f;return jc(s)&&(f=Ft("generateAbstractTransformGrouping",{main:i,transform:s,containerWidth:i.width,iconWidth:i.width})),o.push(f||i.icon),{children:o,attributes:n}}}},p7={mixout:function(){return{layer:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=o.classes,i=n===void 0?[]:n;return In({type:"layer"},function(){Sr("beforeDOMElementCreation",{assembler:r,params:o});var s=[];return r(function(c){Array.isArray(c)?c.map(function(l){s=s.concat(l.abstract)}):s=s.concat(c.abstract)}),[{tag:"span",attributes:{class:["".concat(H.cssPrefix,"-layers")].concat(tt(i)).join(" ")},children:s}]})}}}},h7={mixout:function(){return{counter:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=o.title,i=n===void 0?null:n,s=o.classes,c=s===void 0?[]:s,l=o.attributes,f=l===void 0?{}:l,h=o.styles,p=h===void 0?{}:h;return In({type:"counter",content:r},function(){return Sr("beforeDOMElementCreation",{content:r,params:o}),V5({content:r.toString(),title:i,extra:{attributes:f,styles:p,classes:["".concat(H.cssPrefix,"-layers-counter")].concat(tt(c))}})})}}}},m7={mixout:function(){return{text:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=o.transform,i=n===void 0?pt:n,s=o.classes,c=s===void 0?[]:s,l=o.attributes,f=l===void 0?{}:l,h=o.styles,p=h===void 0?{}:h;return In({type:"text",content:r},function(){return Sr("beforeDOMElementCreation",{content:r,params:o}),j0({content:r,transform:T(T({},pt),i),extra:{attributes:f,styles:p,classes:["".concat(H.cssPrefix,"-layers-text")].concat(tt(c))}})})}}},provides:function(t){t.generateLayersText=function(r,o){var n=o.transform,i=o.extra,s=null,c=null;if(df){var l=parseInt(getComputedStyle(r).fontSize,10),f=r.getBoundingClientRect();s=f.width/l,c=f.height/l}return Promise.resolve([r,j0({content:r.innerHTML,width:s,height:c,transform:n,extra:i,watchable:!0})])}}},su=new RegExp('"',"ug"),J0=[1105920,1112319],Q0=T(T(T(T({},{FontAwesome:{normal:"fas",400:"fas"}}),Yg),r5),ay),Uc=Object.keys(Q0).reduce(function(e,t){return e[t.toLowerCase()]=Q0[t],e},{}),g7=Object.keys(Uc).reduce(function(e,t){var r=Uc[t];return e[t]=r[900]||tt(Object.entries(r))[0][1],e},{});function y7(e){var t=e.replace(su,"");return jf(tt(t)[0]||"")}function b7(e){var t=e.getPropertyValue("font-feature-settings").includes("ss01"),r=e.getPropertyValue("content"),o=r.replace(su,""),n=o.codePointAt(0),i=n>=J0[0]&&n<=J0[1],s=o.length===2?o[0]===o[1]:!1;return i||s||t}function v7(e,t){var r=e.replace(/^['"]|['"]$/g,"").toLowerCase(),o=parseInt(t),n=isNaN(o)?"normal":o;return(Uc[r]||{})[n]||g7[r]}function ef(e,t){var r="".concat(o5).concat(t.replace(":","-"));return new Promise(function(o,n){if(e.getAttribute(r)!==null)return o();var i=co(e.children),s=i.filter(function(I){return I.getAttribute(wc)===t})[0],c=$t.getComputedStyle(e,t),l=c.getPropertyValue("font-family"),f=l.match(c5),h=c.getPropertyValue("font-weight"),p=c.getPropertyValue("content");if(s&&!f)return e.removeChild(s),o();if(f&&p!=="none"&&p!==""){var g=c.getPropertyValue("content"),b=v7(l,h),x=y7(g),E=f[0].startsWith("FontAwesome"),_=b7(c),N=Kc(b,x),M=N;if(E){var O=_5(x);O.iconName&&O.prefix&&(N=O.iconName,b=O.prefix)}if(N&&!_&&(!s||s.getAttribute(Hc)!==b||s.getAttribute(Fc)!==M)){e.setAttribute(r,M),s&&e.removeChild(s);var C=i7(),w=C.extra;w.attributes[wc]=t,Ic(N,b).then(function(I){var F=Zc(T(T({},C),{},{icons:{main:I,mask:eu()},prefix:b,iconName:M,extra:w,watchable:!0})),K=ne.createElementNS("http://www.w3.org/2000/svg","svg");t==="::before"?e.insertBefore(K,e.firstChild):e.appendChild(K),K.outerHTML=F.map(function(V){return ea(V)}).join(`
|
|
1224
|
+
`),e.removeAttribute(r),o()}).catch(n)}else o()}else o()})}function x7(e){return Promise.all([ef(e,"::before"),ef(e,"::after")])}function S7(e){return e.parentNode!==document.head&&!~n5.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(wc)&&(!e.parentNode||e.parentNode.tagName!=="svg")}var C7=function(t){return!!t&&zf.some(function(r){return t.includes(r)})},E7=function(t){if(!t)return[];var r=new Set,o=t.split(/,(?![^()]*\))/).map(function(l){return l.trim()});o=o.flatMap(function(l){return l.includes("(")?l:l.split(",").map(function(f){return f.trim()})});var n=An(o),i;try{for(n.s();!(i=n.n()).done;){var s=i.value;if(C7(s)){var c=zf.reduce(function(l,f){return l.replace(f,"")},s);c!==""&&c!=="*"&&r.add(c)}}}catch(l){n.e(l)}finally{n.f()}return r};function tf(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(wt){var r;if(t)r=e;else if(H.searchPseudoElementsFullScan)r=e.querySelectorAll("*");else{var o=new Set,n=An(document.styleSheets),i;try{for(n.s();!(i=n.n()).done;){var s=i.value;try{var c=An(s.cssRules),l;try{for(c.s();!(l=c.n()).done;){var f=l.value,h=E7(f.selectorText),p=An(h),g;try{for(p.s();!(g=p.n()).done;){var b=g.value;o.add(b)}}catch(E){p.e(E)}finally{p.f()}}}catch(E){c.e(E)}finally{c.f()}}catch(E){H.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(s.href," (").concat(E.message,`)
|
|
1225
|
+
If it declares any Font Awesome CSS pseudo-elements, they will not be rendered as SVG icons. Add crossorigin="anonymous" to the <link>, enable searchPseudoElementsFullScan for slower but more thorough DOM parsing, or suppress this warning by setting searchPseudoElementsWarnings to false.`))}}}catch(E){n.e(E)}finally{n.f()}if(!o.size)return;var x=Array.from(o).join(", ");try{r=e.querySelectorAll(x)}catch{}}return new Promise(function(E,_){var N=co(r).filter(S7).map(x7),M=Yc.begin("searchPseudoElements");nu(),Promise.all(N).then(function(){M(),Dc(),E()}).catch(function(){M(),Dc(),_()})})}}var O7={hooks:function(){return{mutationObserverCallbacks:function(r){return r.pseudoElementsCallback=tf,r}}},provides:function(t){t.pseudoElements2svg=function(r){var o=r.node,n=o===void 0?ne:o;H.searchPseudoElements&&tf(n)}}},rf=!1,A7={mixout:function(){return{dom:{unwatch:function(){nu(),rf=!0}}}},hooks:function(){return{bootstrap:function(){Y0(Mc("mutationObserverCallbacks",{}))},noAuto:function(){r7()},watch:function(r){var o=r.observeMutationsRoot;rf?Dc():Y0(Mc("mutationObserverCallbacks",{observeMutationsRoot:o}))}}}},of=function(t){var r={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t.toLowerCase().split(" ").reduce(function(o,n){var i=n.toLowerCase().split("-"),s=i[0],c=i.slice(1).join("-");if(s&&c==="h")return o.flipX=!0,o;if(s&&c==="v")return o.flipY=!0,o;if(c=parseFloat(c),isNaN(c))return o;switch(s){case"grow":o.size=o.size+c;break;case"shrink":o.size=o.size-c;break;case"left":o.x=o.x-c;break;case"right":o.x=o.x+c;break;case"up":o.y=o.y-c;break;case"down":o.y=o.y+c;break;case"rotate":o.rotate=o.rotate+c;break}return o},r)},L7={mixout:function(){return{parse:{transform:function(r){return of(r)}}}},hooks:function(){return{parseNodeAttributes:function(r,o){var n=o.getAttribute("data-fa-transform");return n&&(r.transform=of(n)),r}}},provides:function(t){t.generateAbstractTransformGrouping=function(r){var o=r.main,n=r.transform,i=r.containerWidth,s=r.iconWidth,c={transform:"translate(".concat(i/2," 256)")},l="translate(".concat(n.x*32,", ").concat(n.y*32,") "),f="scale(".concat(n.size/16*(n.flipX?-1:1),", ").concat(n.size/16*(n.flipY?-1:1),") "),h="rotate(".concat(n.rotate," 0 0)"),p={transform:"".concat(l," ").concat(f," ").concat(h)},g={transform:"translate(".concat(s/2*-1," -256)")},b={outer:c,inner:p,path:g};return{tag:"g",attributes:T({},b.outer),children:[{tag:"g",attributes:T({},b.inner),children:[{tag:o.icon.tag,children:o.icon.children,attributes:T(T({},o.icon.attributes),b.path)}]}]}}}},Ec={x:0,y:0,width:"100%",height:"100%"};function af(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function w7(e){return e.tag==="g"?e.children:[e]}var R7={hooks:function(){return{parseNodeAttributes:function(r,o){var n=o.getAttribute("data-fa-mask"),i=n?Pn(n.split(" ").map(function(s){return s.trim()})):eu();return i.prefix||(i.prefix=Ht()),r.mask=i,r.maskId=o.getAttribute("data-fa-mask-id"),r}}},provides:function(t){t.generateAbstractMask=function(r){var o=r.children,n=r.attributes,i=r.main,s=r.mask,c=r.maskId,l=r.transform,f=i.width,h=i.icon,p=s.width,g=s.icon,b=b5({transform:l,containerWidth:p,iconWidth:f}),x={tag:"rect",attributes:T(T({},Ec),{},{fill:"white"})},E=h.children?{children:h.children.map(af)}:{},_={tag:"g",attributes:T({},b.inner),children:[af(T({tag:h.tag,attributes:T(T({},h.attributes),b.path)},E))]},N={tag:"g",attributes:T({},b.outer),children:[_]},M="mask-".concat(c||U0()),O="clip-".concat(c||U0()),C={tag:"mask",attributes:T(T({},Ec),{},{id:M,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[x,N]},w={tag:"defs",children:[{tag:"clipPath",attributes:{id:O},children:w7(g)},C]};return o.push(w,{tag:"rect",attributes:T({fill:"currentColor","clip-path":"url(#".concat(O,")"),mask:"url(#".concat(M,")")},Ec)}),{children:o,attributes:n}}}},_7={provides:function(t){var r=!1;$t.matchMedia&&(r=$t.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var o=[],n={fill:"currentColor"},i={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};o.push({tag:"path",attributes:T(T({},n),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var s=T(T({},i),{},{attributeName:"opacity"}),c={tag:"circle",attributes:T(T({},n),{},{cx:"256",cy:"364",r:"28"}),children:[]};return r||c.children.push({tag:"animate",attributes:T(T({},i),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:T(T({},s),{},{values:"1;0;1;1;0;1;"})}),o.push(c),o.push({tag:"path",attributes:T(T({},n),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:r?[]:[{tag:"animate",attributes:T(T({},s),{},{values:"1;0;0;0;0;1;"})}]}),r||o.push({tag:"path",attributes:T(T({},n),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:T(T({},s),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:o}}}},N7={hooks:function(){return{parseNodeAttributes:function(r,o){var n=o.getAttribute("data-fa-symbol"),i=n===null?!1:n===""?!0:n;return r.symbol=i,r}}}},T7=[S5,u7,p7,h7,m7,O7,A7,L7,R7,_7,N7];U5(T7,{mixoutsTo:Ie});var EN=Ie.noAuto,ON=Ie.config,cu=Ie.library,AN=Ie.dom,LN=Ie.parse,wN=Ie.findIconDefinition,RN=Ie.toHtml,lu=Ie.icon,_N=Ie.layer,NN=Ie.text,TN=Ie.counter;var m;(function(e){e.regular="regular",e.solid="solid",e.custom="custom"})(m||(m={}));var y;(function(e){e.LOCK_KEYHOLE="lock-keyhole",e.LINK_SIMPLE_SLASH="link-simple-slash",e.TABLE_LAYOUT="table-layout",e.LAYER_GROUP="layer-group",e.CIRCLE_INFO="circle-info",e.BARS_PROGRESS="bars-progress",e.CODE_COMPARE="code-compare",e.HOURGLASS_END="hourglass-end",e.BOX_ARCHIVE="box-archive",e.ARROWS_ROTATE="arrows-rotate",e.CIRCLE_DOT="circle-dot",e.ANGLES_LEFT="angles-left",e.ROUTE="route",e.BARS="bars",e.ARROW_DOWN="arrow-down",e.LOCK_KEYHOLE_OPEN="lock-keyhole-open",e.DESKTOP="desktop",e.ANGLES_RIGHT="angles-right",e.PIGGY_BANK="piggy-bank",e.ANGLE_UP="angle-up",e.PEN_NIB="pen-nib",e.ARROW_UP_RIGHT_FROM_SQUARE="arrow-up-right-from-square",e.GRID_2="grid-2",e.BOOKS="books",e.TAG="tag",e.ANGLES_UP_DOWN="angles-up-down",e.ARROW_ROTATE_LEFT="arrow-rotate-left",e.EYE_SLASH="eye-slash",e.CIRCLE_DOLLAR="circle-dollar",e.COMPRESS="compress",e.RADAR="radar",e.ARROW_ROTATE_RIGHT="arrow-rotate-right",e.CHART_NETWORK="chart-network",e.PLUS="plus",e.UNDERLINE="underline",e.ARROW_LEFT="arrow-left",e.UPLOAD="upload",e.GLOBE="globe",e.LANGUAGE="language",e.TOGGLE_ON="toggle-on",e.DOWNLOAD="download",e.MESSAGE_QUOTE="message-quote",e.TRIANGLE_EXCLAMATION="triangle-exclamation",e.STAR="star",e.BELL_SLASH="bell-slash",e.HOURGLASS_HALF="hourglass-half",e.INBOX="inbox",e.COMMENT_DOTS="comment-dots",e.ANGLE_DOWN="angle-down",e.CLOUD_ARROW_DOWN="cloud-arrow-down",e.BOOKMARK_SLASH="bookmark-slash",e.LINK_SIMPLE="link-simple",e.CLOCK_ROTATE_LEFT="clock-rotate-left",e.SPINNER_THIRD="spinner-third",e.PLUG="plug",e.CHART_SIMPLE="chart-simple",e.CIRCLE_PLAY="circle-play",e.FILE_MAGNIFYING_GLASS="file-magnifying-glass",e.PEN="pen",e.TABLET="tablet",e.CIRCLE_CHECK="circle-check",e.FILE_INVOICE="file-invoice",e.XMARK="xmark",e.ARROW_RIGHT="arrow-right",e.BOOKMARK="bookmark",e.EXPAND_WIDE="expand-wide",e.USER="user",e.SERVER="server",e.CALENDAR_RANGE="calendar-range",e.BROOM_WIDE="broom-wide",e.ARROWS_UP_DOWN_LEFT_RIGHT="arrows-up-down-left-right",e.WIFI_SLASH="wifi-slash",e.CHECK="check",e.ITALIC="italic",e.LIFE_RING="life-ring",e.TABLE_CELLS="table-cells",e.TRASH_CAN="trash-can",e.WRENCH="wrench",e.PAPERCLIP="paperclip",e.CABINET_FILING="cabinet-filing",e.ARROW_UP="arrow-up",e.FILE="file",e.CIRCLE_QUESTION="circle-question",e.COLUMNS_3="columns-3",e.GEAR="gear",e.CHART_LINE="chart-line",e.THUMBS_UP="thumbs-up",e.HAND="hand",e.CIRCLE="circle",e.CALENDAR_DAY="calendar-day",e.CLOUD="cloud",e.LIST_TREE="list-tree",e.ANGLE_RIGHT="angle-right",e.CODE="code",e.ALIGN_CENTER="align-center",e.COMMENT_QUESTION="comment-question",e.IMAGE="image",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="arrow-up-right-and-arrow-down-left-from-center",e.THUMBS_DOWN="thumbs-down",e.DIAGRAM_SANKEY="diagram-sankey",e.MESSAGE_CHECK="message-check",e.BOLD="bold",e.CIRCLE_STOP="circle-stop",e.ARROW_RIGHT_TO_BRACKET="arrow-right-to-bracket",e.USERS="users",e.ARROW_TURN_DOWN_RIGHT="arrow-turn-down-right",e.PRINT="print",e.ALIGN_RIGHT="align-right",e.FLASK="flask",e.MAGNIFYING_GLASS_PLUS="magnifying-glass-plus",e.SHIELD_CHECK="shield-check",e.STRIKETHROUGH="strikethrough",e.FOLDER_OPEN="folder-open",e.CLONE="clone",e.HEART="heart",e.PAPER_PLANE="paper-plane",e.MAGNIFYING_GLASS_MINUS="magnifying-glass-minus",e.BOOK="book",e.CLOCK="clock",e.ELLIPSIS_VERTICAL="ellipsis-vertical",e.ARROW_RIGHT_TO_LINE="arrow-right-to-line",e.ANGLE_LEFT="angle-left",e.CALENDAR_CIRCLE_EXCLAMATION="calendar-circle-exclamation",e.EXPAND="expand",e.EQUALS="equals",e.RECEIPT="receipt",e.EYE="eye",e.ALIGN_LEFT="align-left",e.PAINTBRUSH="paintbrush",e.KEY="key",e.PALETTE="palette",e.FLOPPY_DISK="floppy-disk",e.MAGNIFYING_GLASS="magnifying-glass",e.ELLIPSIS="ellipsis",e.SHARE_NODES="share-nodes",e.ARROWS_FROM_LINE="arrows-from-line",e.POWER_OFF="power-off",e.ENVELOPE_OPEN_TEXT="envelope-open-text",e.CIRCLE_PAUSE="circle-pause",e.MOBILE="mobile",e.BELL="bell",e.FILTER="filter",e.MEDAL="medal",e.CLOUD_SLASH="cloud-slash",e.MINUS="minus",e.PASTE="paste",e.CALENDAR_CHECK="calendar-check",e.HEXAGON_XMARK="hexagon-xmark",e.PAUSE="pause",e.CHART_MIXED="chart-mixed",e.ROBOT="robot",e.WAND_MAGIC_SPARKLES="wand-magic-sparkles",e.HEXAGON_EXCLAMATION="hexagon-exclamation",e.CUBES="cubes",e.TURN_RIGHT="turn-right",e.SQUARE_INFO="square-info",e.MESSAGE_BOT="message-bot",e.PLAY="play",e.TURN_LEFT="turn-left",e.ADDRESS_CARD="address-card",e.CROWN="crown",e.GRIP_LINES="grip-lines",e.CHART_AREA="chart-area",e.TRASH="trash",e.USER_TIE="user-tie",e.CIRCLE_SMALL="circle-small",e.REGULAR_FOLDER_OPEN_LOCK="regular-folder-open-lock",e.REGULAR_USER_CIRCLE_CHECK="regular-user-circle-check",e.SOLID_LEFT_PANEL="solid-left-panel",e.REGULAR_BINDER_OPEN="regular-binder-open",e.REGULAR_BOOKMARK_CIRCLE_PLUS="regular-bookmark-circle-plus",e.REGULAR_DIAGRAM_SUNBURST="regular-diagram-sunburst",e.REGULAR_PREVIEW="regular-preview",e.REGULAR_CONTEXT="regular-context",e.REGULAR_MOBILE_LANDSCAPE="regular-mobile-landscape",e.SOLID_FILE_ROTATE_RIGHT="solid-file-rotate-right",e.REGULAR_PIP_WIDE="regular-pip-wide",e.REGULAR_CLONE_LINK_SIMPLE="regular-clone-link-simple",e.REGULAR_LEFT_PANEL="regular-left-panel",e.LIGHT_FILE_LINES_GEAR="light-file-lines-gear",e.REGULAR_FILE_LINES_GEAR="regular-file-lines-gear",e.REGULAR_CIRCLE_DASHED_DOLLAR_QUESTION="regular-circle-dashed-dollar-question",e.REGULAR_TABLE_CELLS_SLASH="regular-table-cells-slash",e.REGULAR_BOOK_OPEN_GEAR_SLASH="regular-book-open-gear-slash",e.REGULAR_TABLET_LANDSCAPE="regular-tablet-landscape",e.REGULAR_CHART_BAR_STACKED="regular-chart-bar-stacked",e.SOLID_CIRCLE_USER_CIRCLE_CHECK="solid-circle-user-circle-check",e.REGULAR_BULLETS_LINE="regular-bullets-line",e.REGULAR_LANGUAGE_CIRCLE_EXCLAMATION="regular-language-circle-exclamation",e.SOLID_CODE_COMPARE="solid-code-compare",e.REGULAR_FORMAT_CLEAR="regular-format-clear",e.REGULAR_MAGNIFYING_GLASS_BACK="regular-magnifying-glass-back",e.LIGHT_RECEIPT_GEAR="light-receipt-gear",e.REGULAR_BINDER_OPEN_ARROW_LEFT="regular-binder-open-arrow-left",e.REGULAR_HOURGLASS_HALF_CIRCLE_CHECK="regular-hourglass-half-circle-check",e.REGULAR_THRESHOLD="regular-threshold",e.REGULAR_PIP="regular-pip",e.REGULAR_USER_GEAR="regular-user-gear",e.REGULAR_BELL_CIRCLE_PLUS="regular-bell-circle-plus",e.REGULAR_CLOUD_SLASH_GEAR="regular-cloud-slash-gear",e.REGULAR_HOUSE_MAGNIFYING_GLASS="regular-house-magnifying-glass",e.SOLID_CIRCLE_USER_SLASH="solid-circle-user-slash",e.REGULAR_LIST_MAGNIFYING_GLASS="regular-list-magnifying-glass",e.REGULAR_COMPUTER_MOUSE_MAGNIFYING_GLASS="regular-computer-mouse-magnifying-glass",e.REGULAR_LANGUAGE_SLASH="regular-language-slash",e.REGULAR_CHART_BAR_GROUPED="regular-chart-bar-grouped",e.REGULAR_CONSUMER="regular-consumer",e.REGULAR_CHART_BAR_NORMALIZED="regular-chart-bar-normalized",e.REGULAR_USER_LOCK="regular-user-lock",e.REGULAR_CIRCLE_DOLLAR_SLASH="regular-circle-dollar-slash",e.REGULAR_BINDER_OPEN_ARROW_RIGHT="regular-binder-open-arrow-right",e.REGULAR_BULLETS_LINES="regular-bullets-lines",e.REGULAR_BINDER_OPEN_PEN="regular-binder-open-pen",e.REGULAR_BOOKMARK_CIRCLE_MINUS="regular-bookmark-circle-minus",e.REGULAR_MAGNIFYING_GLASS_ONE="regular-magnifying-glass-one",e.REGULAR_BOOK_OPEN_GEAR="regular-book-open-gear",e.LIGHT_BOOK_OPEN_GEAR="light-book-open-gear"})(y||(y={}));var IN={[y.LOCK_KEYHOLE]:[m.regular,m.solid],[y.LINK_SIMPLE_SLASH]:[m.regular],[y.TABLE_LAYOUT]:[m.regular],[y.LAYER_GROUP]:[m.regular],[y.CIRCLE_INFO]:[m.regular],[y.BARS_PROGRESS]:[m.regular],[y.CODE_COMPARE]:[m.regular,m.solid],[y.HOURGLASS_END]:[m.regular],[y.BOX_ARCHIVE]:[m.regular,m.solid],[y.ARROWS_ROTATE]:[m.regular],[y.CIRCLE_DOT]:[m.regular],[y.ANGLES_LEFT]:[m.regular],[y.ROUTE]:[m.regular],[y.BARS]:[m.regular],[y.ARROW_DOWN]:[m.regular],[y.LOCK_KEYHOLE_OPEN]:[m.regular,m.solid],[y.DESKTOP]:[m.regular],[y.ANGLES_RIGHT]:[m.regular],[y.PIGGY_BANK]:[m.regular],[y.ANGLE_UP]:[m.regular],[y.PEN_NIB]:[m.regular],[y.ARROW_UP_RIGHT_FROM_SQUARE]:[m.regular],[y.GRID_2]:[m.regular],[y.BOOKS]:[m.regular],[y.TAG]:[m.regular,m.solid],[y.ANGLES_UP_DOWN]:[m.regular],[y.ARROW_ROTATE_LEFT]:[m.regular],[y.EYE_SLASH]:[m.regular],[y.CIRCLE_DOLLAR]:[m.regular,m.solid],[y.COMPRESS]:[m.regular],[y.RADAR]:[m.regular],[y.ARROW_ROTATE_RIGHT]:[m.regular],[y.CHART_NETWORK]:[m.regular],[y.PLUS]:[m.regular],[y.UNDERLINE]:[m.regular],[y.ARROW_LEFT]:[m.regular],[y.UPLOAD]:[m.regular],[y.GLOBE]:[m.regular],[y.LANGUAGE]:[m.regular],[y.TOGGLE_ON]:[m.regular],[y.DOWNLOAD]:[m.regular],[y.MESSAGE_QUOTE]:[m.regular,m.solid],[y.TRIANGLE_EXCLAMATION]:[m.regular,m.solid],[y.STAR]:[m.regular,m.solid],[y.BELL_SLASH]:[m.regular,m.solid],[y.HOURGLASS_HALF]:[m.regular],[y.INBOX]:[m.regular],[y.COMMENT_DOTS]:[m.regular],[y.ANGLE_DOWN]:[m.regular],[y.CLOUD_ARROW_DOWN]:[m.regular],[y.BOOKMARK_SLASH]:[m.regular],[y.LINK_SIMPLE]:[m.regular],[y.CLOCK_ROTATE_LEFT]:[m.regular],[y.SPINNER_THIRD]:[m.regular],[y.PLUG]:[m.regular],[y.CHART_SIMPLE]:[m.regular],[y.CIRCLE_PLAY]:[m.regular],[y.FILE_MAGNIFYING_GLASS]:[m.regular],[y.PEN]:[m.regular],[y.TABLET]:[m.regular],[y.CIRCLE_CHECK]:[m.regular,m.solid],[y.FILE_INVOICE]:[m.regular],[y.XMARK]:[m.regular,m.solid],[y.ARROW_RIGHT]:[m.regular],[y.BOOKMARK]:[m.regular,m.solid],[y.EXPAND_WIDE]:[m.regular],[y.USER]:[m.regular,m.solid],[y.SERVER]:[m.regular,m.solid],[y.CALENDAR_RANGE]:[m.regular],[y.BROOM_WIDE]:[m.regular],[y.ARROWS_UP_DOWN_LEFT_RIGHT]:[m.regular],[y.WIFI_SLASH]:[m.regular],[y.CHECK]:[m.regular,m.solid],[y.ITALIC]:[m.regular],[y.LIFE_RING]:[m.regular],[y.TABLE_CELLS]:[m.regular],[y.TRASH_CAN]:[m.regular],[y.WRENCH]:[m.regular],[y.PAPERCLIP]:[m.regular],[y.CABINET_FILING]:[m.regular],[y.ARROW_UP]:[m.regular],[y.FILE]:[m.regular],[y.CIRCLE_QUESTION]:[m.regular,m.solid],[y.COLUMNS_3]:[m.regular],[y.GEAR]:[m.regular,m.solid],[y.CHART_LINE]:[m.regular],[y.THUMBS_UP]:[m.regular,m.solid],[y.HAND]:[m.regular],[y.CIRCLE]:[m.regular,m.solid],[y.CALENDAR_DAY]:[m.regular],[y.CLOUD]:[m.regular],[y.LIST_TREE]:[m.regular],[y.ANGLE_RIGHT]:[m.regular],[y.CODE]:[m.regular],[y.ALIGN_CENTER]:[m.regular],[y.COMMENT_QUESTION]:[m.regular,m.solid],[y.IMAGE]:[m.regular],[y.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER]:[m.regular],[y.THUMBS_DOWN]:[m.regular,m.solid],[y.DIAGRAM_SANKEY]:[m.regular],[y.MESSAGE_CHECK]:[m.regular,m.solid],[y.BOLD]:[m.regular],[y.CIRCLE_STOP]:[m.regular,m.solid],[y.ARROW_RIGHT_TO_BRACKET]:[m.regular],[y.USERS]:[m.regular,m.solid],[y.ARROW_TURN_DOWN_RIGHT]:[m.regular],[y.PRINT]:[m.regular],[y.ALIGN_RIGHT]:[m.regular],[y.FLASK]:[m.regular],[y.MAGNIFYING_GLASS_PLUS]:[m.regular],[y.SHIELD_CHECK]:[m.regular],[y.STRIKETHROUGH]:[m.regular],[y.FOLDER_OPEN]:[m.regular],[y.CLONE]:[m.regular],[y.HEART]:[m.regular,m.solid],[y.PAPER_PLANE]:[m.regular],[y.MAGNIFYING_GLASS_MINUS]:[m.regular],[y.BOOK]:[m.regular],[y.CLOCK]:[m.regular,m.solid],[y.ELLIPSIS_VERTICAL]:[m.regular],[y.ARROW_RIGHT_TO_LINE]:[m.regular],[y.ANGLE_LEFT]:[m.regular],[y.CALENDAR_CIRCLE_EXCLAMATION]:[m.regular],[y.EXPAND]:[m.regular],[y.EQUALS]:[m.regular],[y.RECEIPT]:[m.regular],[y.EYE]:[m.regular],[y.ALIGN_LEFT]:[m.regular],[y.PAINTBRUSH]:[m.regular],[y.KEY]:[m.regular],[y.PALETTE]:[m.regular],[y.FLOPPY_DISK]:[m.regular],[y.MAGNIFYING_GLASS]:[m.regular],[y.ELLIPSIS]:[m.regular],[y.SHARE_NODES]:[m.regular],[y.ARROWS_FROM_LINE]:[m.regular],[y.POWER_OFF]:[m.regular],[y.ENVELOPE_OPEN_TEXT]:[m.regular],[y.CIRCLE_PAUSE]:[m.regular,m.solid],[y.MOBILE]:[m.regular],[y.BELL]:[m.regular,m.solid],[y.FILTER]:[m.regular,m.solid],[y.MEDAL]:[m.regular],[y.CLOUD_SLASH]:[m.regular],[y.MINUS]:[m.regular,m.solid],[y.PASTE]:[m.regular],[y.CALENDAR_CHECK]:[m.regular],[y.HEXAGON_XMARK]:[m.solid],[y.PAUSE]:[m.solid],[y.CHART_MIXED]:[m.solid],[y.ROBOT]:[m.solid],[y.WAND_MAGIC_SPARKLES]:[m.solid],[y.HEXAGON_EXCLAMATION]:[m.solid],[y.CUBES]:[m.solid],[y.TURN_RIGHT]:[m.solid],[y.SQUARE_INFO]:[m.solid],[y.MESSAGE_BOT]:[m.solid],[y.PLAY]:[m.solid],[y.TURN_LEFT]:[m.solid],[y.ADDRESS_CARD]:[m.solid],[y.CROWN]:[m.solid],[y.GRIP_LINES]:[m.solid],[y.CHART_AREA]:[m.solid],[y.TRASH]:[m.solid],[y.USER_TIE]:[m.solid],[y.CIRCLE_SMALL]:[m.solid],[y.REGULAR_FOLDER_OPEN_LOCK]:[m.custom],[y.REGULAR_USER_CIRCLE_CHECK]:[m.custom],[y.SOLID_LEFT_PANEL]:[m.custom],[y.REGULAR_BINDER_OPEN]:[m.custom],[y.REGULAR_BOOKMARK_CIRCLE_PLUS]:[m.custom],[y.REGULAR_DIAGRAM_SUNBURST]:[m.custom],[y.REGULAR_PREVIEW]:[m.custom],[y.REGULAR_CONTEXT]:[m.custom],[y.REGULAR_MOBILE_LANDSCAPE]:[m.custom],[y.SOLID_FILE_ROTATE_RIGHT]:[m.custom],[y.REGULAR_PIP_WIDE]:[m.custom],[y.REGULAR_CLONE_LINK_SIMPLE]:[m.custom],[y.REGULAR_LEFT_PANEL]:[m.custom],[y.LIGHT_FILE_LINES_GEAR]:[m.custom],[y.REGULAR_FILE_LINES_GEAR]:[m.custom],[y.REGULAR_CIRCLE_DASHED_DOLLAR_QUESTION]:[m.custom],[y.REGULAR_TABLE_CELLS_SLASH]:[m.custom],[y.REGULAR_BOOK_OPEN_GEAR_SLASH]:[m.custom],[y.REGULAR_TABLET_LANDSCAPE]:[m.custom],[y.REGULAR_CHART_BAR_STACKED]:[m.custom],[y.SOLID_CIRCLE_USER_CIRCLE_CHECK]:[m.custom],[y.REGULAR_BULLETS_LINE]:[m.custom],[y.REGULAR_LANGUAGE_CIRCLE_EXCLAMATION]:[m.custom],[y.SOLID_CODE_COMPARE]:[m.custom],[y.REGULAR_FORMAT_CLEAR]:[m.custom],[y.REGULAR_MAGNIFYING_GLASS_BACK]:[m.custom],[y.LIGHT_RECEIPT_GEAR]:[m.custom],[y.REGULAR_BINDER_OPEN_ARROW_LEFT]:[m.custom],[y.REGULAR_HOURGLASS_HALF_CIRCLE_CHECK]:[m.custom],[y.REGULAR_THRESHOLD]:[m.custom],[y.REGULAR_PIP]:[m.custom],[y.REGULAR_USER_GEAR]:[m.custom],[y.REGULAR_BELL_CIRCLE_PLUS]:[m.custom],[y.REGULAR_CLOUD_SLASH_GEAR]:[m.custom],[y.REGULAR_HOUSE_MAGNIFYING_GLASS]:[m.custom],[y.SOLID_CIRCLE_USER_SLASH]:[m.custom],[y.REGULAR_LIST_MAGNIFYING_GLASS]:[m.custom],[y.REGULAR_COMPUTER_MOUSE_MAGNIFYING_GLASS]:[m.custom],[y.REGULAR_LANGUAGE_SLASH]:[m.custom],[y.REGULAR_CHART_BAR_GROUPED]:[m.custom],[y.REGULAR_CONSUMER]:[m.custom],[y.REGULAR_CHART_BAR_NORMALIZED]:[m.custom],[y.REGULAR_USER_LOCK]:[m.custom],[y.REGULAR_CIRCLE_DOLLAR_SLASH]:[m.custom],[y.REGULAR_BINDER_OPEN_ARROW_RIGHT]:[m.custom],[y.REGULAR_BULLETS_LINES]:[m.custom],[y.REGULAR_BINDER_OPEN_PEN]:[m.custom],[y.REGULAR_BOOKMARK_CIRCLE_MINUS]:[m.custom],[y.REGULAR_MAGNIFYING_GLASS_ONE]:[m.custom],[y.REGULAR_BOOK_OPEN_GEAR]:[m.custom],[y.LIGHT_BOOK_OPEN_GEAR]:[m.custom]},du={[m.regular]:"far",[m.solid]:"fas",[m.custom]:"fak"};var zn=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},ht=class extends q{constructor(){super(...arguments),this.monospace=!1,this.ariaHidden="true"}render(){let t={"ftds-icon":!0,"ftds-icon--monospace":this.monospace};return W`
|
|
1226
|
+
<div class="${Ue(t)}">${bo(this.buildIcon())}</div>
|
|
1227
|
+
`}buildIcon(){let t=this.variant?du[this.variant]:void 0,r=mc.find(o=>o.iconName===this.icon&&(t?o.prefix===t:!0));return r?(cu.add(r),lu(r).html[0]):(console.log(`Attempted usage of unknown ftds-icon : ${this.icon}/${this.variant}`),"")}};ht.elementDefinitions={};ht.styles=vd;zn([L()],ht.prototype,"variant",void 0);zn([L()],ht.prototype,"icon",void 0);zn([L({type:Boolean})],ht.prototype,"monospace",void 0);zn([L({reflect:!0,attribute:"aria-hidden"})],ht.prototype,"ariaHidden",void 0);ie("ft-icon")(Pe);ie("ftds-icon")(ht);var Cr=class extends q{render(){return W`
|
|
651
1228
|
<div class="ft-loader">
|
|
652
1229
|
<div></div>
|
|
653
1230
|
<div></div>
|
|
654
1231
|
<div></div>
|
|
655
1232
|
<div></div>
|
|
656
1233
|
</div>
|
|
657
|
-
`}};
|
|
1234
|
+
`}};Cr.styles=Y2;ie("ft-loader")(Cr);var Xc=e=>e??Z;var he=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},te=class extends Ns(q){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.href=void 0,this.target=void 0,this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var t,r,o;let n=W`
|
|
658
1235
|
<ft-ripple part="ripple"
|
|
659
1236
|
?disabled=${this.isDisabled()}
|
|
660
1237
|
?activated=${this.activated}
|
|
@@ -662,41 +1239,41 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
662
1239
|
<ft-or-ftds-typography part="label"
|
|
663
1240
|
variant="${this.typographyVariant}"
|
|
664
1241
|
element="span"
|
|
665
|
-
class="ft-button--label ${
|
|
1242
|
+
class="ft-button--label ${Gs?"ft-safari-ellipsis-fix":""}"
|
|
666
1243
|
?hidden=${!this.hasTextContent()}>
|
|
667
1244
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
668
1245
|
</ft-or-ftds-typography>
|
|
669
1246
|
${this.resolveIcon()}
|
|
670
|
-
`,i=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(i?
|
|
1247
|
+
`,i=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(i?W`
|
|
671
1248
|
<a href="${i}"
|
|
672
|
-
target="${(
|
|
1249
|
+
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
673
1250
|
part="button"
|
|
674
|
-
class="${
|
|
675
|
-
aria-label="${(
|
|
1251
|
+
class="${Ue(this.buttonClasses)}"
|
|
1252
|
+
aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.getLabel()}"
|
|
676
1253
|
?disabled=${this.isDisabled()}>
|
|
677
|
-
${
|
|
1254
|
+
${n}
|
|
678
1255
|
</a>
|
|
679
|
-
`:
|
|
1256
|
+
`:W`
|
|
680
1257
|
<button part="button"
|
|
681
|
-
class="${
|
|
682
|
-
aria-label="${(
|
|
683
|
-
aria-haspopup="${
|
|
684
|
-
aria-pressed="${
|
|
1258
|
+
class="${Ue(this.buttonClasses)}"
|
|
1259
|
+
aria-label="${(o=this.ariaLabel)!==null&&o!==void 0?o:this.getLabel()}"
|
|
1260
|
+
aria-haspopup="${Xc(this.ariaHasPopup)}"
|
|
1261
|
+
aria-pressed="${Xc(this.ariaPressed)}"
|
|
685
1262
|
?disabled=${this.isDisabled()}>
|
|
686
|
-
${
|
|
1263
|
+
${n}
|
|
687
1264
|
</button>
|
|
688
|
-
`)}addTooltipIfNeeded(
|
|
1265
|
+
`)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?W`
|
|
689
1266
|
<ft-tooltip part="tooltip"
|
|
690
1267
|
text="${this.getLabel()}"
|
|
691
1268
|
position="${this.tooltipPosition}">
|
|
692
|
-
${
|
|
1269
|
+
${t}
|
|
693
1270
|
</ft-tooltip>
|
|
694
|
-
`:
|
|
695
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
1271
|
+
`:t}resolveIcon(){return this.loading?W`
|
|
1272
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?W`
|
|
696
1273
|
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
697
|
-
`:
|
|
1274
|
+
`:W`
|
|
698
1275
|
<slot part="icon" name="icon"></slot>
|
|
699
|
-
`}focus(){var
|
|
1276
|
+
`}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}showTooltip(){var t;(t=this.tooltip)===null||t===void 0||t.show()}showTemporaryTooltip(t,r){var o;return(o=this.tooltip)===null||o===void 0?void 0:o.showTemporaryText(t,r)}setTooltipManual(t){this.tooltip&&(this.tooltip.manual=t)}click(){var t;(t=this.button)===null||t===void 0||t.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return ma(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};te.elementDefinitions={"ft-ripple":le,"ft-tooltip":pe,"ft-icon":Pe,"ft-loader":Cr};he([L()],te.prototype,"href",void 0);he([L()],te.prototype,"target",void 0);he([L()],te.prototype,"type",void 0);he([L({type:Boolean})],te.prototype,"disabled",void 0);he([L()],te.prototype,"label",void 0);he([L()],te.prototype,"icon",void 0);he([L()],te.prototype,"iconVariant",void 0);he([L({type:Boolean})],te.prototype,"trailingIcon",void 0);he([L({type:Boolean})],te.prototype,"loading",void 0);he([L({attribute:"aria-label"})],te.prototype,"ariaLabel",void 0);he([L()],te.prototype,"ariaHasPopup",void 0);he([L({attribute:"aria-pressed"})],te.prototype,"ariaPressed",void 0);he([L()],te.prototype,"tooltipPosition",void 0);he([L({type:Boolean})],te.prototype,"hideTooltip",void 0);he([L({type:Boolean})],te.prototype,"forceTooltip",void 0);he([L({type:Boolean})],te.prototype,"activated",void 0);he([me(".ft-button")],te.prototype,"button",void 0);he([me(".ft-button--label slot")],te.prototype,"slottedContent",void 0);he([me("[part=tooltip]")],te.prototype,"tooltip",void 0);var Dn=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},je=class extends te{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 ft.button}};je.elementDefinitions={...te.elementDefinitions,"ft-or-ftds-typography":Oe};je.styles=[No,Q2];Dn([L({type:Boolean})],je.prototype,"primary",void 0);Dn([L({type:Boolean})],je.prototype,"outlined",void 0);Dn([L({type:Boolean})],je.prototype,"dense",void 0);Dn([L({type:Boolean})],je.prototype,"round",void 0);var M7={...S,iconOnlyScale:a.create("--ft-button-icon-only-scale","","NUMBER","1")},fu=[D`
|
|
700
1277
|
:host {
|
|
701
1278
|
display: inline-block;
|
|
702
1279
|
max-width: 100%;
|
|
@@ -747,7 +1324,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
747
1324
|
}
|
|
748
1325
|
|
|
749
1326
|
.ft-button:focus-visible {
|
|
750
|
-
outline-color: ${
|
|
1327
|
+
outline-color: ${S.focusFocusRingColor};
|
|
751
1328
|
outline-style: solid;
|
|
752
1329
|
}
|
|
753
1330
|
|
|
@@ -779,394 +1356,394 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
779
1356
|
}
|
|
780
1357
|
|
|
781
1358
|
.ft-button.ft-button--icon-only ft-icon {
|
|
782
|
-
transform: scale(${
|
|
1359
|
+
transform: scale(${M7.iconOnlyScale});
|
|
783
1360
|
}
|
|
784
1361
|
|
|
785
1362
|
/** Brand Primary styles **/
|
|
786
1363
|
|
|
787
1364
|
.ftds--family-brand.ft-button--primary {
|
|
788
|
-
${
|
|
1365
|
+
${R(ce.color,S.primaryBrandIconColor)};
|
|
789
1366
|
|
|
790
|
-
${
|
|
791
|
-
${
|
|
792
|
-
${
|
|
793
|
-
${
|
|
794
|
-
${
|
|
1367
|
+
${R(k.color,S.primaryBrandStateLayerColor)};
|
|
1368
|
+
${R(k.opacityContentOnSurfaceHover,S.primaryBrandHoverStateLayerOpacity)};
|
|
1369
|
+
${R(k.opacityContentOnSurfaceFocused,S.primaryBrandFocusStateLayerOpacity)};
|
|
1370
|
+
${R(k.opacityContentOnSurfaceSelected,S.primaryBrandActiveStateLayerOpacity)};
|
|
1371
|
+
${R(k.opacityContentOnSurfacePressed,S.primaryBrandActiveStateLayerOpacity)};
|
|
795
1372
|
|
|
796
|
-
background-color: ${
|
|
797
|
-
color: ${
|
|
1373
|
+
background-color: ${S.primaryBrandBackgroundColor};
|
|
1374
|
+
color: ${S.primaryBrandColor};
|
|
798
1375
|
border-style: none;
|
|
799
1376
|
}
|
|
800
1377
|
|
|
801
1378
|
.ftds--family-brand.ft-button--primary[disabled] {
|
|
802
|
-
opacity: ${
|
|
1379
|
+
opacity: ${S.primaryBrandDisabledComponentOpacity};
|
|
803
1380
|
}
|
|
804
1381
|
|
|
805
1382
|
.ftds--family-brand.ft-button--primary ft-icon {
|
|
806
|
-
color: ${
|
|
1383
|
+
color: ${S.primaryBrandIconColor};
|
|
807
1384
|
}
|
|
808
1385
|
|
|
809
1386
|
/** Brand Secondary styles **/
|
|
810
1387
|
|
|
811
1388
|
.ftds--family-brand.ft-button--secondary {
|
|
812
|
-
${
|
|
1389
|
+
${R(ce.color,S.secondaryBrandIconColor)};
|
|
813
1390
|
|
|
814
|
-
${
|
|
815
|
-
${
|
|
816
|
-
${
|
|
817
|
-
${
|
|
818
|
-
${
|
|
1391
|
+
${R(k.color,S.secondaryBrandStateLayerColor)};
|
|
1392
|
+
${R(k.opacityContentOnSurfaceHover,S.secondaryBrandHoverStateLayerOpacity)};
|
|
1393
|
+
${R(k.opacityContentOnSurfaceFocused,S.secondaryBrandFocusStateLayerOpacity)};
|
|
1394
|
+
${R(k.opacityContentOnSurfaceSelected,S.secondaryBrandActiveStateLayerOpacity)};
|
|
1395
|
+
${R(k.opacityContentOnSurfacePressed,S.secondaryBrandActiveStateLayerOpacity)};
|
|
819
1396
|
|
|
820
|
-
background-color: ${
|
|
821
|
-
color: ${
|
|
822
|
-
border-color: ${
|
|
1397
|
+
background-color: ${S.secondaryBrandBackgroundColor};
|
|
1398
|
+
color: ${S.secondaryBrandColor};
|
|
1399
|
+
border-color: ${S.secondaryBrandBorderColor};
|
|
823
1400
|
border-style: solid;
|
|
824
1401
|
}
|
|
825
1402
|
|
|
826
1403
|
.ftds--family-brand.ft-button--secondary[disabled] {
|
|
827
|
-
opacity: ${
|
|
1404
|
+
opacity: ${S.secondaryBrandDisabledComponentOpacity};
|
|
828
1405
|
}
|
|
829
1406
|
|
|
830
1407
|
.ftds--family-brand.ft-button--secondary ft-icon {
|
|
831
|
-
color: ${
|
|
1408
|
+
color: ${S.secondaryBrandIconColor};
|
|
832
1409
|
}
|
|
833
1410
|
|
|
834
1411
|
/** Brand Tertiary styles **/
|
|
835
1412
|
|
|
836
1413
|
.ftds--family-brand.ft-button--tertiary {
|
|
837
|
-
${
|
|
1414
|
+
${R(ce.color,S.tertiaryBrandIconColor)};
|
|
838
1415
|
|
|
839
|
-
${
|
|
840
|
-
${
|
|
841
|
-
${
|
|
842
|
-
${
|
|
843
|
-
${
|
|
1416
|
+
${R(k.color,S.tertiaryBrandStateLayerColor)};
|
|
1417
|
+
${R(k.opacityContentOnSurfaceHover,S.tertiaryBrandHoverStateLayerOpacity)};
|
|
1418
|
+
${R(k.opacityContentOnSurfaceFocused,S.tertiaryBrandFocusStateLayerOpacity)};
|
|
1419
|
+
${R(k.opacityContentOnSurfaceSelected,S.tertiaryBrandActiveStateLayerOpacity)};
|
|
1420
|
+
${R(k.opacityContentOnSurfacePressed,S.tertiaryBrandActiveStateLayerOpacity)};
|
|
844
1421
|
|
|
845
|
-
background-color: ${
|
|
846
|
-
color: ${
|
|
1422
|
+
background-color: ${S.tertiaryBrandBackgroundColor};
|
|
1423
|
+
color: ${S.tertiaryBrandColor};
|
|
847
1424
|
border-style: none;
|
|
848
1425
|
}
|
|
849
1426
|
|
|
850
1427
|
.ftds--family-brand.ft-button--tertiary[disabled] {
|
|
851
|
-
opacity: ${
|
|
1428
|
+
opacity: ${S.tertiaryBrandDisabledComponentOpacity};
|
|
852
1429
|
}
|
|
853
1430
|
|
|
854
1431
|
.ftds--family-brand.ft-button--tertiary ft-icon {
|
|
855
|
-
color: ${
|
|
1432
|
+
color: ${S.tertiaryBrandIconColor};
|
|
856
1433
|
}
|
|
857
1434
|
|
|
858
1435
|
/** Neutral Secondary styles **/
|
|
859
1436
|
|
|
860
1437
|
.ftds--family-neutral.ft-button--secondary {
|
|
861
|
-
${
|
|
1438
|
+
${R(ce.color,S.secondaryNeutralIconColor)};
|
|
862
1439
|
|
|
863
|
-
${
|
|
864
|
-
${
|
|
865
|
-
${
|
|
866
|
-
${
|
|
867
|
-
${
|
|
1440
|
+
${R(k.backgroundColor,S.secondaryNeutralStateLayerColor)};
|
|
1441
|
+
${R(k.opacityContentOnSurfaceHover,S.secondaryNeutralHoverStateLayerOpacity)};
|
|
1442
|
+
${R(k.opacityContentOnSurfaceFocused,S.secondaryNeutralFocusStateLayerOpacity)};
|
|
1443
|
+
${R(k.opacityContentOnSurfaceSelected,S.secondaryNeutralActiveStateLayerOpacity)};
|
|
1444
|
+
${R(k.opacityContentOnSurfacePressed,S.secondaryNeutralActiveStateLayerOpacity)};
|
|
868
1445
|
|
|
869
|
-
background-color: ${
|
|
870
|
-
color: ${
|
|
871
|
-
border-color: ${
|
|
1446
|
+
background-color: ${S.secondaryNeutralBackgroundColor};
|
|
1447
|
+
color: ${S.secondaryNeutralColor};
|
|
1448
|
+
border-color: ${S.secondaryNeutralBorderColor};
|
|
872
1449
|
border-style: solid;
|
|
873
1450
|
}
|
|
874
1451
|
|
|
875
1452
|
.ftds--family-neutral.ft-button--secondary[disabled] {
|
|
876
|
-
opacity: ${
|
|
1453
|
+
opacity: ${S.secondaryNeutralDisabledComponentOpacity};
|
|
877
1454
|
}
|
|
878
1455
|
|
|
879
1456
|
.ftds--family-neutral.ft-button--secondary ft-icon {
|
|
880
|
-
color: ${
|
|
1457
|
+
color: ${S.secondaryNeutralIconColor};
|
|
881
1458
|
}
|
|
882
1459
|
|
|
883
1460
|
/** Neutral Tertiary styles **/
|
|
884
1461
|
|
|
885
1462
|
.ftds--family-neutral.ft-button--tertiary {
|
|
886
|
-
${
|
|
1463
|
+
${R(ce.color,S.tertiaryNeutralIconColor)};
|
|
887
1464
|
|
|
888
|
-
${
|
|
889
|
-
${
|
|
890
|
-
${
|
|
891
|
-
${
|
|
892
|
-
${
|
|
1465
|
+
${R(k.backgroundColor,S.tertiaryNeutralStateLayerColor)};
|
|
1466
|
+
${R(k.opacityContentOnSurfaceHover,S.tertiaryNeutralHoverStateLayerOpacity)};
|
|
1467
|
+
${R(k.opacityContentOnSurfaceFocused,S.tertiaryNeutralFocusStateLayerOpacity)};
|
|
1468
|
+
${R(k.opacityContentOnSurfaceSelected,S.tertiaryNeutralActiveStateLayerOpacity)};
|
|
1469
|
+
${R(k.opacityContentOnSurfacePressed,S.tertiaryNeutralActiveStateLayerOpacity)};
|
|
893
1470
|
|
|
894
|
-
background-color: ${
|
|
895
|
-
color: ${
|
|
1471
|
+
background-color: ${S.tertiaryNeutralBackgroundColor};
|
|
1472
|
+
color: ${S.tertiaryNeutralColor};
|
|
896
1473
|
border-style: none;
|
|
897
1474
|
}
|
|
898
1475
|
|
|
899
1476
|
.ftds--family-neutral.ft-button--tertiary[disabled] {
|
|
900
|
-
opacity: ${
|
|
1477
|
+
opacity: ${S.tertiaryNeutralDisabledComponentOpacity};
|
|
901
1478
|
}
|
|
902
1479
|
|
|
903
1480
|
.ftds--family-neutral.ft-button--tertiary ft-icon {
|
|
904
|
-
color: ${
|
|
1481
|
+
color: ${S.tertiaryNeutralIconColor};
|
|
905
1482
|
}
|
|
906
1483
|
|
|
907
1484
|
/** Info Secondary styles **/
|
|
908
1485
|
|
|
909
1486
|
.ftds--family-info.ft-button--secondary {
|
|
910
|
-
${
|
|
1487
|
+
${R(ce.color,S.secondaryInfoIconColor)};
|
|
911
1488
|
|
|
912
|
-
${
|
|
913
|
-
${
|
|
914
|
-
${
|
|
915
|
-
${
|
|
916
|
-
${
|
|
1489
|
+
${R(k.backgroundColor,S.secondaryInfoStateLayerColor)};
|
|
1490
|
+
${R(k.opacityContentOnSurfaceHover,S.secondaryInfoHoverStateLayerOpacity)};
|
|
1491
|
+
${R(k.opacityContentOnSurfaceFocused,S.secondaryInfoFocusStateLayerOpacity)};
|
|
1492
|
+
${R(k.opacityContentOnSurfaceSelected,S.secondaryInfoActiveStateLayerOpacity)};
|
|
1493
|
+
${R(k.opacityContentOnSurfacePressed,S.secondaryInfoActiveStateLayerOpacity)};
|
|
917
1494
|
|
|
918
|
-
background-color: ${
|
|
919
|
-
color: ${
|
|
920
|
-
border-color: ${
|
|
1495
|
+
background-color: ${S.secondaryInfoBackgroundColor};
|
|
1496
|
+
color: ${S.secondaryInfoColor};
|
|
1497
|
+
border-color: ${S.secondaryInfoBorderColor};
|
|
921
1498
|
border-style: solid;
|
|
922
1499
|
}
|
|
923
1500
|
|
|
924
1501
|
.ftds--family-info.ft-button--secondary[disabled] {
|
|
925
|
-
opacity: ${
|
|
1502
|
+
opacity: ${S.secondaryInfoDisabledComponentOpacity};
|
|
926
1503
|
}
|
|
927
1504
|
|
|
928
1505
|
.ftds--family-info.ft-button--secondary ft-icon {
|
|
929
|
-
color: ${
|
|
1506
|
+
color: ${S.secondaryInfoIconColor};
|
|
930
1507
|
}
|
|
931
1508
|
|
|
932
1509
|
/** Info Tertiary styles **/
|
|
933
1510
|
|
|
934
1511
|
.ftds--family-info.ft-button--tertiary {
|
|
935
|
-
${
|
|
1512
|
+
${R(ce.color,S.tertiaryInfoIconColor)};
|
|
936
1513
|
|
|
937
|
-
${
|
|
938
|
-
${
|
|
939
|
-
${
|
|
940
|
-
${
|
|
941
|
-
${
|
|
1514
|
+
${R(k.backgroundColor,S.tertiaryInfoStateLayerColor)};
|
|
1515
|
+
${R(k.opacityContentOnSurfaceHover,S.tertiaryInfoHoverStateLayerOpacity)};
|
|
1516
|
+
${R(k.opacityContentOnSurfaceFocused,S.tertiaryInfoFocusStateLayerOpacity)};
|
|
1517
|
+
${R(k.opacityContentOnSurfaceSelected,S.tertiaryInfoActiveStateLayerOpacity)};
|
|
1518
|
+
${R(k.opacityContentOnSurfacePressed,S.tertiaryInfoActiveStateLayerOpacity)};
|
|
942
1519
|
|
|
943
|
-
background-color: ${
|
|
944
|
-
color: ${
|
|
1520
|
+
background-color: ${S.tertiaryInfoBackgroundColor};
|
|
1521
|
+
color: ${S.tertiaryInfoColor};
|
|
945
1522
|
border-style: none;
|
|
946
1523
|
}
|
|
947
1524
|
|
|
948
1525
|
.ftds--family-info.ft-button--tertiary[disabled] {
|
|
949
|
-
opacity: ${
|
|
1526
|
+
opacity: ${S.tertiaryInfoDisabledComponentOpacity};
|
|
950
1527
|
}
|
|
951
1528
|
|
|
952
1529
|
.ftds--family-info.ft-button--tertiary ft-icon {
|
|
953
|
-
color: ${
|
|
1530
|
+
color: ${S.tertiaryInfoIconColor};
|
|
954
1531
|
}
|
|
955
1532
|
|
|
956
1533
|
/** Success Secondary styles **/
|
|
957
1534
|
|
|
958
1535
|
.ftds--family-success.ft-button--secondary {
|
|
959
|
-
${
|
|
1536
|
+
${R(ce.color,S.secondarySuccessIconColor)};
|
|
960
1537
|
|
|
961
|
-
${
|
|
962
|
-
${
|
|
963
|
-
${
|
|
964
|
-
${
|
|
965
|
-
${
|
|
1538
|
+
${R(k.backgroundColor,S.secondarySuccessStateLayerColor)};
|
|
1539
|
+
${R(k.opacityContentOnSurfaceHover,S.secondarySuccessHoverStateLayerOpacity)};
|
|
1540
|
+
${R(k.opacityContentOnSurfaceFocused,S.secondarySuccessFocusStateLayerOpacity)};
|
|
1541
|
+
${R(k.opacityContentOnSurfaceSelected,S.secondarySuccessActiveStateLayerOpacity)};
|
|
1542
|
+
${R(k.opacityContentOnSurfacePressed,S.secondarySuccessActiveStateLayerOpacity)};
|
|
966
1543
|
|
|
967
|
-
background-color: ${
|
|
968
|
-
color: ${
|
|
969
|
-
border-color: ${
|
|
1544
|
+
background-color: ${S.secondarySuccessBackgroundColor};
|
|
1545
|
+
color: ${S.secondarySuccessColor};
|
|
1546
|
+
border-color: ${S.secondarySuccessBorderColor};
|
|
970
1547
|
border-style: solid;
|
|
971
1548
|
}
|
|
972
1549
|
|
|
973
1550
|
.ftds--family-success.ft-button--secondary[disabled] {
|
|
974
|
-
opacity: ${
|
|
1551
|
+
opacity: ${S.secondarySuccessDisabledComponentOpacity};
|
|
975
1552
|
}
|
|
976
1553
|
|
|
977
1554
|
.ftds--family-success.ft-button--secondary ft-icon {
|
|
978
|
-
color: ${
|
|
1555
|
+
color: ${S.secondarySuccessIconColor};
|
|
979
1556
|
}
|
|
980
1557
|
|
|
981
1558
|
/** Success Tertiary styles **/
|
|
982
1559
|
|
|
983
1560
|
.ftds--family-success.ft-button--tertiary {
|
|
984
|
-
${
|
|
1561
|
+
${R(ce.color,S.tertiarySuccessIconColor)};
|
|
985
1562
|
|
|
986
|
-
${
|
|
987
|
-
${
|
|
988
|
-
${
|
|
989
|
-
${
|
|
990
|
-
${
|
|
1563
|
+
${R(k.backgroundColor,S.tertiarySuccessStateLayerColor)};
|
|
1564
|
+
${R(k.opacityContentOnSurfaceHover,S.tertiarySuccessHoverStateLayerOpacity)};
|
|
1565
|
+
${R(k.opacityContentOnSurfaceFocused,S.tertiarySuccessFocusStateLayerOpacity)};
|
|
1566
|
+
${R(k.opacityContentOnSurfaceSelected,S.tertiarySuccessActiveStateLayerOpacity)};
|
|
1567
|
+
${R(k.opacityContentOnSurfacePressed,S.tertiarySuccessActiveStateLayerOpacity)};
|
|
991
1568
|
|
|
992
|
-
background-color: ${
|
|
993
|
-
color: ${
|
|
1569
|
+
background-color: ${S.tertiarySuccessBackgroundColor};
|
|
1570
|
+
color: ${S.tertiarySuccessColor};
|
|
994
1571
|
border-style: none;
|
|
995
1572
|
}
|
|
996
1573
|
|
|
997
1574
|
.ftds--family-success.ft-button--tertiary[disabled] {
|
|
998
|
-
opacity: ${
|
|
1575
|
+
opacity: ${S.tertiarySuccessDisabledComponentOpacity};
|
|
999
1576
|
}
|
|
1000
1577
|
|
|
1001
1578
|
.ftds--family-success.ft-button--tertiary ft-icon {
|
|
1002
|
-
color: ${
|
|
1579
|
+
color: ${S.tertiarySuccessIconColor};
|
|
1003
1580
|
}
|
|
1004
1581
|
|
|
1005
1582
|
/** Warning Secondary styles **/
|
|
1006
1583
|
|
|
1007
1584
|
.ftds--family-warning.ft-button--secondary {
|
|
1008
|
-
${
|
|
1585
|
+
${R(ce.color,S.secondaryWarningIconColor)};
|
|
1009
1586
|
|
|
1010
|
-
${
|
|
1011
|
-
${
|
|
1012
|
-
${
|
|
1013
|
-
${
|
|
1014
|
-
${
|
|
1587
|
+
${R(k.backgroundColor,S.secondaryWarningStateLayerColor)};
|
|
1588
|
+
${R(k.opacityContentOnSurfaceHover,S.secondaryWarningHoverStateLayerOpacity)};
|
|
1589
|
+
${R(k.opacityContentOnSurfaceFocused,S.secondaryWarningFocusStateLayerOpacity)};
|
|
1590
|
+
${R(k.opacityContentOnSurfaceSelected,S.secondaryWarningActiveStateLayerOpacity)};
|
|
1591
|
+
${R(k.opacityContentOnSurfacePressed,S.secondaryWarningActiveStateLayerOpacity)};
|
|
1015
1592
|
|
|
1016
|
-
background-color: ${
|
|
1017
|
-
color: ${
|
|
1018
|
-
border-color: ${
|
|
1593
|
+
background-color: ${S.secondaryWarningBackgroundColor};
|
|
1594
|
+
color: ${S.secondaryWarningColor};
|
|
1595
|
+
border-color: ${S.secondaryWarningBorderColor};
|
|
1019
1596
|
border-style: solid;
|
|
1020
1597
|
}
|
|
1021
1598
|
|
|
1022
1599
|
.ftds--family-warning.ft-button--secondary[disabled] {
|
|
1023
|
-
opacity: ${
|
|
1600
|
+
opacity: ${S.secondaryWarningDisabledComponentOpacity};
|
|
1024
1601
|
}
|
|
1025
1602
|
|
|
1026
1603
|
.ftds--family-warning.ft-button--secondary ft-icon {
|
|
1027
|
-
color: ${
|
|
1604
|
+
color: ${S.secondaryWarningIconColor};
|
|
1028
1605
|
}
|
|
1029
1606
|
|
|
1030
1607
|
/** Warning Tertiary styles **/
|
|
1031
1608
|
|
|
1032
1609
|
.ftds--family-warning.ft-button--tertiary {
|
|
1033
|
-
${
|
|
1610
|
+
${R(ce.color,S.tertiaryWarningIconColor)};
|
|
1034
1611
|
|
|
1035
|
-
${
|
|
1036
|
-
${
|
|
1037
|
-
${
|
|
1038
|
-
${
|
|
1039
|
-
${
|
|
1612
|
+
${R(k.backgroundColor,S.tertiaryWarningStateLayerColor)};
|
|
1613
|
+
${R(k.opacityContentOnSurfaceHover,S.tertiaryWarningHoverStateLayerOpacity)};
|
|
1614
|
+
${R(k.opacityContentOnSurfaceFocused,S.tertiaryWarningFocusStateLayerOpacity)};
|
|
1615
|
+
${R(k.opacityContentOnSurfaceSelected,S.tertiaryWarningActiveStateLayerOpacity)};
|
|
1616
|
+
${R(k.opacityContentOnSurfacePressed,S.tertiaryWarningActiveStateLayerOpacity)};
|
|
1040
1617
|
|
|
1041
|
-
background-color: ${
|
|
1042
|
-
color: ${
|
|
1618
|
+
background-color: ${S.tertiaryWarningBackgroundColor};
|
|
1619
|
+
color: ${S.tertiaryWarningColor};
|
|
1043
1620
|
border-style: none;
|
|
1044
1621
|
}
|
|
1045
1622
|
|
|
1046
1623
|
.ftds--family-warning.ft-button--tertiary[disabled] {
|
|
1047
|
-
opacity: ${
|
|
1624
|
+
opacity: ${S.tertiaryWarningDisabledComponentOpacity};
|
|
1048
1625
|
}
|
|
1049
1626
|
|
|
1050
1627
|
.ftds--family-warning.ft-button--tertiary ft-icon {
|
|
1051
|
-
color: ${
|
|
1628
|
+
color: ${S.tertiaryWarningIconColor};
|
|
1052
1629
|
}
|
|
1053
1630
|
|
|
1054
1631
|
/** Error Secondary styles **/
|
|
1055
1632
|
|
|
1056
1633
|
.ftds--family-error.ft-button--secondary {
|
|
1057
|
-
${
|
|
1634
|
+
${R(ce.color,S.secondaryErrorIconColor)};
|
|
1058
1635
|
|
|
1059
|
-
${
|
|
1060
|
-
${
|
|
1061
|
-
${
|
|
1062
|
-
${
|
|
1063
|
-
${
|
|
1636
|
+
${R(k.backgroundColor,S.secondaryErrorStateLayerColor)};
|
|
1637
|
+
${R(k.opacityContentOnSurfaceHover,S.secondaryErrorHoverStateLayerOpacity)};
|
|
1638
|
+
${R(k.opacityContentOnSurfaceFocused,S.secondaryErrorFocusStateLayerOpacity)};
|
|
1639
|
+
${R(k.opacityContentOnSurfaceSelected,S.secondaryErrorActiveStateLayerOpacity)};
|
|
1640
|
+
${R(k.opacityContentOnSurfacePressed,S.secondaryErrorActiveStateLayerOpacity)};
|
|
1064
1641
|
|
|
1065
|
-
background-color: ${
|
|
1066
|
-
color: ${
|
|
1067
|
-
border-color: ${
|
|
1642
|
+
background-color: ${S.secondaryErrorBackgroundColor};
|
|
1643
|
+
color: ${S.secondaryErrorColor};
|
|
1644
|
+
border-color: ${S.secondaryErrorBorderColor};
|
|
1068
1645
|
border-style: solid;
|
|
1069
1646
|
}
|
|
1070
1647
|
|
|
1071
1648
|
.ftds--family-error.ft-button--secondary[disabled] {
|
|
1072
|
-
opacity: ${
|
|
1649
|
+
opacity: ${S.secondaryErrorDisabledComponentOpacity};
|
|
1073
1650
|
}
|
|
1074
1651
|
|
|
1075
1652
|
.ftds--family-error.ft-button--secondary ft-icon {
|
|
1076
|
-
color: ${
|
|
1653
|
+
color: ${S.secondaryErrorIconColor};
|
|
1077
1654
|
}
|
|
1078
1655
|
|
|
1079
1656
|
/** Error Tertiary styles **/
|
|
1080
1657
|
|
|
1081
1658
|
.ftds--family-error.ft-button--tertiary {
|
|
1082
|
-
${
|
|
1659
|
+
${R(ce.color,S.tertiaryErrorIconColor)};
|
|
1083
1660
|
|
|
1084
|
-
${
|
|
1085
|
-
${
|
|
1086
|
-
${
|
|
1087
|
-
${
|
|
1088
|
-
${
|
|
1661
|
+
${R(k.backgroundColor,S.tertiaryErrorStateLayerColor)};
|
|
1662
|
+
${R(k.opacityContentOnSurfaceHover,S.tertiaryErrorHoverStateLayerOpacity)};
|
|
1663
|
+
${R(k.opacityContentOnSurfaceFocused,S.tertiaryErrorFocusStateLayerOpacity)};
|
|
1664
|
+
${R(k.opacityContentOnSurfaceSelected,S.tertiaryErrorActiveStateLayerOpacity)};
|
|
1665
|
+
${R(k.opacityContentOnSurfacePressed,S.tertiaryErrorActiveStateLayerOpacity)};
|
|
1089
1666
|
|
|
1090
|
-
background-color: ${
|
|
1091
|
-
color: ${
|
|
1667
|
+
background-color: ${S.tertiaryErrorBackgroundColor};
|
|
1668
|
+
color: ${S.tertiaryErrorColor};
|
|
1092
1669
|
border-style: none;
|
|
1093
1670
|
}
|
|
1094
1671
|
|
|
1095
1672
|
.ftds--family-error.ft-button--tertiary[disabled] {
|
|
1096
|
-
opacity: ${
|
|
1673
|
+
opacity: ${S.tertiaryErrorDisabledComponentOpacity};
|
|
1097
1674
|
}
|
|
1098
1675
|
|
|
1099
1676
|
.ftds--family-error.ft-button--tertiary ft-icon {
|
|
1100
|
-
color: ${
|
|
1677
|
+
color: ${S.tertiaryErrorIconColor};
|
|
1101
1678
|
}
|
|
1102
1679
|
|
|
1103
1680
|
/** Large styles **/
|
|
1104
1681
|
|
|
1105
1682
|
.ftds--size-large {
|
|
1106
|
-
${
|
|
1107
|
-
${
|
|
1683
|
+
${R(Ee.size,S.largeIconSize)};
|
|
1684
|
+
${R(ce.size,S.largeIconSize)};
|
|
1108
1685
|
|
|
1109
|
-
height: ${
|
|
1110
|
-
padding: 0 ${
|
|
1111
|
-
gap: ${
|
|
1112
|
-
border-radius: ${
|
|
1113
|
-
border-width: ${
|
|
1686
|
+
height: ${S.largeHeight};
|
|
1687
|
+
padding: 0 ${S.largeHorizontalPadding};
|
|
1688
|
+
gap: ${S.largeGap};
|
|
1689
|
+
border-radius: ${S.largeBorderRadius};
|
|
1690
|
+
border-width: ${S.largeBorderWidth};
|
|
1114
1691
|
}
|
|
1115
1692
|
|
|
1116
1693
|
.ftds--size-large:focus-visible {
|
|
1117
|
-
outline-width: ${
|
|
1118
|
-
outline-offset: ${
|
|
1694
|
+
outline-width: ${S.largeFocusOutlineWidth};
|
|
1695
|
+
outline-offset: ${S.largeFocusOutlineOffset};
|
|
1119
1696
|
}
|
|
1120
1697
|
|
|
1121
1698
|
.ftds--size-large.ft-button--icon-only {
|
|
1122
|
-
width: ${
|
|
1699
|
+
width: ${S.largeIconOnlyWidth};
|
|
1123
1700
|
}
|
|
1124
1701
|
|
|
1125
1702
|
/** Small styles **/
|
|
1126
1703
|
|
|
1127
1704
|
.ftds--size-medium {
|
|
1128
|
-
${
|
|
1129
|
-
${
|
|
1705
|
+
${R(Ee.size,S.mediumIconSize)};
|
|
1706
|
+
${R(ce.size,S.mediumIconSize)};
|
|
1130
1707
|
|
|
1131
|
-
height: ${
|
|
1132
|
-
padding: 0 ${
|
|
1133
|
-
gap: ${
|
|
1134
|
-
border-radius: ${
|
|
1135
|
-
border-width: ${
|
|
1708
|
+
height: ${S.mediumHeight};
|
|
1709
|
+
padding: 0 ${S.mediumHorizontalPadding};
|
|
1710
|
+
gap: ${S.mediumGap};
|
|
1711
|
+
border-radius: ${S.mediumBorderRadius};
|
|
1712
|
+
border-width: ${S.mediumBorderWidth};
|
|
1136
1713
|
}
|
|
1137
1714
|
|
|
1138
1715
|
.ftds--size-medium:focus-visible {
|
|
1139
|
-
outline-width: ${
|
|
1140
|
-
outline-offset: ${
|
|
1716
|
+
outline-width: ${S.mediumFocusOutlineWidth};
|
|
1717
|
+
outline-offset: ${S.mediumFocusOutlineOffset};
|
|
1141
1718
|
}
|
|
1142
1719
|
|
|
1143
1720
|
.ftds--size-medium.ft-button--icon-only {
|
|
1144
|
-
width: ${
|
|
1721
|
+
width: ${S.mediumIconOnlyWidth};
|
|
1145
1722
|
}
|
|
1146
1723
|
|
|
1147
1724
|
|
|
1148
1725
|
/** Small styles **/
|
|
1149
1726
|
|
|
1150
1727
|
.ftds--size-small {
|
|
1151
|
-
${
|
|
1152
|
-
${
|
|
1728
|
+
${R(Ee.size,S.smallIconSize)};
|
|
1729
|
+
${R(ce.size,S.smallIconSize)};
|
|
1153
1730
|
|
|
1154
|
-
height: ${
|
|
1155
|
-
padding: 0 ${
|
|
1156
|
-
gap: ${
|
|
1157
|
-
border-radius: ${
|
|
1158
|
-
border-width: ${
|
|
1731
|
+
height: ${S.smallHeight};
|
|
1732
|
+
padding: 0 ${S.smallHorizontalPadding};
|
|
1733
|
+
gap: ${S.smallGap};
|
|
1734
|
+
border-radius: ${S.smallBorderRadius};
|
|
1735
|
+
border-width: ${S.smallBorderWidth};
|
|
1159
1736
|
}
|
|
1160
1737
|
|
|
1161
1738
|
.ftds--size-small:focus-visible {
|
|
1162
|
-
outline-width: ${
|
|
1163
|
-
outline-offset: ${
|
|
1739
|
+
outline-width: ${S.smallFocusOutlineWidth};
|
|
1740
|
+
outline-offset: ${S.smallFocusOutlineOffset};
|
|
1164
1741
|
}
|
|
1165
1742
|
|
|
1166
1743
|
.ftds--size-small.ft-button--icon-only {
|
|
1167
|
-
width: ${
|
|
1744
|
+
width: ${S.smallIconOnlyWidth};
|
|
1168
1745
|
}
|
|
1169
|
-
`,
|
|
1746
|
+
`,St];var Un=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},mt=class extends qa(te){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=er.brand,this.iconVariant=ut.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 vt.large:return Ut.body2medium;case vt.medium:return Ut.caption1medium;case vt.small:return Ut.caption2medium}}};mt.elementDefinitions={...te.elementDefinitions,"ft-or-ftds-typography":Ot};mt.styles=[No,fu];Un([L({type:Boolean})],mt.prototype,"primary",void 0);Un([L({type:Boolean})],mt.prototype,"secondary",void 0);Un([L({type:Boolean})],mt.prototype,"tertiary",void 0);Un([L({type:Boolean})],mt.prototype,"round",void 0);ie("ft-button")(je);ie("ftds-button")(mt);var Ve={expandButtonColor:a.extend("--ft-tree-selector-expand-button-color","Color of the expand button",j.colorOnSurfaceMedium),expandButtonBackgroundColor:a.create("--ft-tree-selector-expand-button-background-color","Background color of the expand button","COLOR","transparent"),treeLinesColor:a.extend("--ft-tree-selector-line-color","Color of the tree lines",j.colorOutline),levelPadding:a.create("--ft-tree-selector-level-padding","","SIZE","16px"),labelColor:a.extend("--ft-tree-selector-label-color","",j.colorOnSurface),labelFontSize:a.extend("--ft-tree-selector-label-font-size","",B.fontSize,"16px"),buttonColor:a.extend("--ft-search-facet-button-color","",j.colorPrimary),checkboxColor:a.extend("--ft-search-facet-checkbox-color","",j.colorPrimary)},uu=D`
|
|
1170
1747
|
|
|
1171
1748
|
[part="header"] {
|
|
1172
1749
|
display: flex;
|
|
@@ -1179,19 +1756,19 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1179
1756
|
[part="clear-button"] {
|
|
1180
1757
|
flex-shrink: 0;
|
|
1181
1758
|
margin-left: auto;
|
|
1182
|
-
${
|
|
1759
|
+
${R(oe.iconSize,"18px")};
|
|
1183
1760
|
}
|
|
1184
1761
|
|
|
1185
1762
|
[part="expand-button"] {
|
|
1186
1763
|
flex-shrink: 0;
|
|
1187
|
-
${
|
|
1764
|
+
${R(oe.iconSize,"18px")};
|
|
1188
1765
|
}
|
|
1189
1766
|
|
|
1190
1767
|
[part="label"] {
|
|
1191
|
-
${
|
|
1192
|
-
${
|
|
1193
|
-
color: ${
|
|
1194
|
-
font-size: ${
|
|
1768
|
+
${R(B.lineHeight,"22px")};
|
|
1769
|
+
${R(B.fontWeight,"bold")};
|
|
1770
|
+
color: ${Ve.labelColor};
|
|
1771
|
+
font-size: ${Ve.labelFontSize};
|
|
1195
1772
|
word-break: break-word;
|
|
1196
1773
|
}
|
|
1197
1774
|
|
|
@@ -1208,11 +1785,11 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1208
1785
|
}
|
|
1209
1786
|
|
|
1210
1787
|
[part="children"] [part="children"] {
|
|
1211
|
-
padding-left: calc(14px + ${
|
|
1788
|
+
padding-left: calc(14px + ${Ve.levelPadding})
|
|
1212
1789
|
}
|
|
1213
1790
|
|
|
1214
1791
|
[part="children"] > [part="level"] > [part="actions"] {
|
|
1215
|
-
padding-left: ${
|
|
1792
|
+
padding-left: ${Ve.levelPadding}
|
|
1216
1793
|
}
|
|
1217
1794
|
|
|
1218
1795
|
.with-expandable [part="expand"] {
|
|
@@ -1220,11 +1797,11 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1220
1797
|
}
|
|
1221
1798
|
|
|
1222
1799
|
[part="expand"] {
|
|
1223
|
-
${
|
|
1224
|
-
${
|
|
1800
|
+
${R(oe.iconSize,"24px")};
|
|
1801
|
+
${R(oe.horizontalPadding,"4px")};
|
|
1225
1802
|
display: block;
|
|
1226
|
-
${
|
|
1227
|
-
${
|
|
1803
|
+
${R(oe.color,Ve.expandButtonColor)};
|
|
1804
|
+
${R(oe.backgroundColor,Ve.expandButtonBackgroundColor)};
|
|
1228
1805
|
flex-shrink: 0;
|
|
1229
1806
|
}
|
|
1230
1807
|
|
|
@@ -1251,7 +1828,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1251
1828
|
|
|
1252
1829
|
/* For all level except the last one, the vertical line is on the left of all the "[part="level"]" container to auto-scale with the content*/
|
|
1253
1830
|
[part="children"] > [part="level"]:after {
|
|
1254
|
-
border-left: 1px solid ${
|
|
1831
|
+
border-left: 1px solid ${Ve.treeLinesColor};
|
|
1255
1832
|
height: 100%;
|
|
1256
1833
|
top: 0;
|
|
1257
1834
|
}
|
|
@@ -1263,7 +1840,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1263
1840
|
/* For the last level of a tree, the line should stop at the middle of the parent node. So we need to move it to "actions". Moving it allow the label
|
|
1264
1841
|
to be longer than one line and the tree line to remain aline */
|
|
1265
1842
|
[part="children"] > [part="level"]:last-child > [part="actions"]:after {
|
|
1266
|
-
border-left: 1px solid ${
|
|
1843
|
+
border-left: 1px solid ${Ve.treeLinesColor};
|
|
1267
1844
|
height: 50%;
|
|
1268
1845
|
bottom: 50%;
|
|
1269
1846
|
}
|
|
@@ -1273,29 +1850,29 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1273
1850
|
|
|
1274
1851
|
/*The actions support the horizontal line, this allow the label to be longer than one line and the tree lien to remain aline */
|
|
1275
1852
|
[part="children"] > [part="level"] > [part="actions"]:before {
|
|
1276
|
-
border-top: 1px solid ${
|
|
1277
|
-
width: calc(${
|
|
1853
|
+
border-top: 1px solid ${Ve.treeLinesColor};
|
|
1854
|
+
width: calc(${Ve.levelPadding} - 2px);
|
|
1278
1855
|
height: 50%;
|
|
1279
1856
|
top: 50%;
|
|
1280
1857
|
}
|
|
1281
1858
|
|
|
1282
1859
|
[part="children"] > [part="level"].leaf > [part="actions"]:before {
|
|
1283
|
-
border-top: 1px solid ${
|
|
1284
|
-
width: calc(${
|
|
1860
|
+
border-top: 1px solid ${Ve.treeLinesColor};
|
|
1861
|
+
width: calc(${Ve.levelPadding} + 26px);
|
|
1285
1862
|
height: 50%;
|
|
1286
1863
|
top: 50%
|
|
1287
1864
|
}
|
|
1288
1865
|
|
|
1289
1866
|
|
|
1290
|
-
`;var
|
|
1867
|
+
`;var ze={textColor:a.extend("--ft-checkbox-text-color","",j.colorOnSurfaceHigh),fontSize:a.extend("--ft-checkbox-font-size","",B.fontSize),activeColor:a.extend("--ft-checkbox-active-color","",j.colorPrimary),checkColor:a.extend("--ft-checkbox-check-color","",j.colorOnPrimary),borderColor:a.extend("--ft-checkbox-border-color","",j.colorOnSurfaceMedium),disabledColor:a.extend("--ft-checkbox-disabled-color","",j.colorOnSurfaceDisabled),errorColor:a.extend("--ft-checkbox-error-color","",j.colorError)},pu=D`
|
|
1291
1868
|
* {
|
|
1292
1869
|
box-sizing: border-box;
|
|
1293
1870
|
}
|
|
1294
1871
|
|
|
1295
1872
|
.ft-checkbox {
|
|
1296
1873
|
box-sizing: border-box;
|
|
1297
|
-
color: ${
|
|
1298
|
-
font-size: ${
|
|
1874
|
+
color: ${ze.textColor};
|
|
1875
|
+
font-size: ${ze.fontSize};
|
|
1299
1876
|
|
|
1300
1877
|
display: inline-flex;
|
|
1301
1878
|
align-items: center;
|
|
@@ -1303,7 +1880,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1303
1880
|
}
|
|
1304
1881
|
|
|
1305
1882
|
.ft-checkbox--disabled {
|
|
1306
|
-
color: ${
|
|
1883
|
+
color: ${ze.disabledColor};
|
|
1307
1884
|
}
|
|
1308
1885
|
|
|
1309
1886
|
input {
|
|
@@ -1327,26 +1904,26 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1327
1904
|
|
|
1328
1905
|
.ft-checkbox--box {
|
|
1329
1906
|
display: flex;
|
|
1330
|
-
border: 2px solid ${
|
|
1907
|
+
border: 2px solid ${ze.borderColor};
|
|
1331
1908
|
border-radius: 2px;
|
|
1332
1909
|
|
|
1333
1910
|
width: 18px;
|
|
1334
1911
|
height: 18px;
|
|
1335
1912
|
|
|
1336
|
-
color: ${
|
|
1913
|
+
color: ${ze.checkColor};
|
|
1337
1914
|
}
|
|
1338
1915
|
|
|
1339
1916
|
|
|
1340
1917
|
.ft-checkbox--checked .ft-checkbox--box,
|
|
1341
1918
|
.ft-checkbox--indeterminate .ft-checkbox--box {
|
|
1342
|
-
border-color: ${
|
|
1343
|
-
background-color: ${
|
|
1919
|
+
border-color: ${ze.activeColor};
|
|
1920
|
+
background-color: ${ze.activeColor};
|
|
1344
1921
|
}
|
|
1345
1922
|
|
|
1346
1923
|
.ft-checkbox--disabled .ft-checkbox--box {
|
|
1347
|
-
border-color: ${
|
|
1924
|
+
border-color: ${ze.disabledColor};
|
|
1348
1925
|
background-color: transparent;
|
|
1349
|
-
color: ${
|
|
1926
|
+
color: ${ze.disabledColor};
|
|
1350
1927
|
}
|
|
1351
1928
|
|
|
1352
1929
|
.ft-checkbox--checkmark {
|
|
@@ -1367,21 +1944,21 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1367
1944
|
}
|
|
1368
1945
|
|
|
1369
1946
|
.ft-checkbox.ft-checkbox--error {
|
|
1370
|
-
color: ${
|
|
1371
|
-
${
|
|
1947
|
+
color: ${ze.errorColor};
|
|
1948
|
+
${R(k.color,ze.errorColor)};
|
|
1372
1949
|
|
|
1373
1950
|
.ft-checkbox--box {
|
|
1374
|
-
border-color: ${
|
|
1951
|
+
border-color: ${ze.errorColor};
|
|
1375
1952
|
}
|
|
1376
1953
|
|
|
1377
1954
|
&.ft-checkbox--checked, &.ft-checkbox--indeterminate {
|
|
1378
1955
|
.ft-checkbox--box {
|
|
1379
|
-
background-color: ${
|
|
1956
|
+
background-color: ${ze.errorColor};
|
|
1380
1957
|
}
|
|
1381
1958
|
}
|
|
1382
1959
|
}
|
|
1383
|
-
`;var
|
|
1384
|
-
<label class="${
|
|
1960
|
+
`;var Gt=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},Ce=class extends q{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1,this.error=!1}render(){let t={"ft-checkbox":!0,"ft-checkbox--error":this.error,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return W`
|
|
1961
|
+
<label class="${Ue(t)}" for="checkbox-input" part="checkbox-label">
|
|
1385
1962
|
<div class="ft-checkbox--box-container" part="checkbox-box-container">
|
|
1386
1963
|
<ft-ripple part="checkbox-ripple"
|
|
1387
1964
|
?disabled=${this.disabled}
|
|
@@ -1407,15 +1984,15 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1407
1984
|
<slot></slot>
|
|
1408
1985
|
</ft-typography>
|
|
1409
1986
|
</label>
|
|
1410
|
-
`}onChange(
|
|
1411
|
-
<div class="ft-tree-selector ${
|
|
1987
|
+
`}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var r;super.contentAvailableCallback(t),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}click(){this.input.click()}focus(){this.input.focus(),setTimeout(()=>{var t;(t=this.ripple)===null||t===void 0||t.forceFocusUpdate()},0)}};Ce.elementDefinitions={"ft-ripple":le,"ft-typography":Oe};Ce.styles=pu;Gt([L()],Ce.prototype,"name",void 0);Gt([L({type:Boolean,reflect:!0})],Ce.prototype,"checked",void 0);Gt([L({type:Boolean})],Ce.prototype,"indeterminate",void 0);Gt([L({type:Boolean})],Ce.prototype,"disabled",void 0);Gt([L({type:Boolean})],Ce.prototype,"error",void 0);Gt([me(".ft-checkbox")],Ce.prototype,"container",void 0);Gt([me("ft-ripple")],Ce.prototype,"ripple",void 0);Gt([me("input")],Ce.prototype,"input",void 0);ie("ft-checkbox")(Ce);var Wt;(function(e){e.manual="manual",e.auto="auto",e.downward="downward"})(Wt||(Wt={}));var Ae=function(e,t,r,o){var n=arguments.length,i=n<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(n<3?s(i):n>3?s(t,r,i):s(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i},ta=class extends CustomEvent{constructor(t){super("tree-change",{detail:Qt(t)})}},Jc=class extends CustomEvent{constructor(t){super("treenode-change",{detail:t})}},Qc=class extends CustomEvent{constructor(){super("treenode-clear-all")}},de=class extends q{constructor(){super(...arguments),this.mode=Wt.auto,this.userOpenedNodes=new Set,this.userClosedNodes=new Set,this.currentExpandButtonFocusedIndex=0,this.label="",this.expandLabel="Expand",this.collapseLabel="Collapse",this.expandParametrizedLabel="Expand {0}",this.collapseParametrizedLabel="Collapse {0}",this.expandAllLabel="Expand all",this.collapseAllLabel="Collapse all",this.clearLabel="Clear"}willUpdate(t){super.willUpdate(t),this.data&&this.isTreeSelectorCollapsed==null&&(this.isTreeSelectorCollapsed=this.data.rootNodes.every(r=>!this.isNodeExpanded(r)))}render(){var t;let r=this.data.rootNodes.some(o=>o.children.length>0);return W`
|
|
1988
|
+
<div class="ft-tree-selector ${r?"with-expandable":""}">
|
|
1412
1989
|
<div part="header">
|
|
1413
|
-
${this.label.length>0?
|
|
1414
|
-
<ft-typography variant="${
|
|
1990
|
+
${this.label.length>0?W`
|
|
1991
|
+
<ft-typography variant="${ft.overline}" part="label">
|
|
1415
1992
|
${this.label}
|
|
1416
1993
|
</ft-typography>
|
|
1417
|
-
`:
|
|
1418
|
-
${
|
|
1994
|
+
`:Z}
|
|
1995
|
+
${r?W`
|
|
1419
1996
|
<ft-button dense
|
|
1420
1997
|
tooltipposition="bottom"
|
|
1421
1998
|
part="expand-button"
|
|
@@ -1424,48 +2001,48 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1424
2001
|
aria-expanded="${this.isTreeSelectorCollapsed}"
|
|
1425
2002
|
@click=${()=>this.toggleExpandAll()}>
|
|
1426
2003
|
</ft-button>
|
|
1427
|
-
`:
|
|
2004
|
+
`:Z}
|
|
1428
2005
|
|
|
1429
|
-
${!((
|
|
2006
|
+
${!((t=this.data)===null||t===void 0)&&t.rootNodes.some(o=>o.selected||o.indeterminate)?W`
|
|
1430
2007
|
<ft-button icon="close" dense @click=${()=>this.clear()} part="clear-button">
|
|
1431
2008
|
${this.clearLabel}
|
|
1432
2009
|
</ft-button>
|
|
1433
|
-
`:
|
|
2010
|
+
`:Z}
|
|
1434
2011
|
</div>
|
|
1435
|
-
${
|
|
2012
|
+
${Xt(this.data.rootNodes,o=>o.value,o=>this.renderNode([],o))}
|
|
1436
2013
|
</div>
|
|
1437
2014
|
</div>
|
|
1438
|
-
`}renderNode(
|
|
1439
|
-
<div part="level" class="${
|
|
1440
|
-
data-value="${
|
|
2015
|
+
`}renderNode(t,r){let o=this.isNodeExpanded(r),n={expanded:o,collapsed:o,"with-expandable":this.hasExpandableChildren(r)};return W`
|
|
2016
|
+
<div part="level" class="${r.children.length!=0?"expandable":"leaf"}"
|
|
2017
|
+
data-value="${r.value}">
|
|
1441
2018
|
<div part="actions">
|
|
1442
|
-
${this.renderOpenCloseButton(
|
|
2019
|
+
${this.renderOpenCloseButton(r)}
|
|
1443
2020
|
<ft-checkbox part="checkbox"
|
|
1444
|
-
name="${
|
|
1445
|
-
?checked=${
|
|
1446
|
-
?indeterminate=${
|
|
1447
|
-
@change=${i=>this.toggleNode(
|
|
1448
|
-
${
|
|
2021
|
+
name="${r.label}"
|
|
2022
|
+
?checked=${r.selected}
|
|
2023
|
+
?indeterminate=${r.indeterminate}
|
|
2024
|
+
@change=${i=>this.toggleNode(t,r,i)}>
|
|
2025
|
+
${r.label}
|
|
1449
2026
|
</ft-checkbox>
|
|
1450
2027
|
</div>
|
|
1451
|
-
${
|
|
1452
|
-
<div part="children" class="${
|
|
1453
|
-
${
|
|
1454
|
-
</div>`:
|
|
2028
|
+
${r.children.length!=0&&this.isNodeExpanded(r)?W`
|
|
2029
|
+
<div part="children" class="${Ue(n)}" id="${this.getAriaControlId(r)}">
|
|
2030
|
+
${sn(o,()=>Xt(r.children,i=>i.value,i=>this.renderNode([...t,r],i)))}
|
|
2031
|
+
</div>`:Z}
|
|
1455
2032
|
</div>
|
|
1456
|
-
`}clear(){switch(
|
|
2033
|
+
`}clear(){switch(vo(this.data.rootNodes,t=>t.children).forEach(t=>{t.selected=!1,t.indeterminate=!1}),this.requestUpdate(),this.mode){case Wt.auto:case Wt.downward:this.dispatchEvent(new ta(this.data));break;default:this.dispatchEvent(new Qc);break}}toggleNode(t,r,o){let n=s=>{s.selected=o.detail,s.indeterminate=!1};n(r);let i=[...t].reverse();switch(this.mode){case Wt.auto:xo(r.children,s=>s.children,n),i.forEach(s=>{s.selected=s.children.every(c=>c.selected),s.indeterminate=!s.selected&&s.children.some(c=>c.selected||c.indeterminate)}),this.requestUpdate(),this.dispatchEvent(new ta(this.data));break;case Wt.downward:xo(r.children,s=>s.children,n),this.requestUpdate(),this.dispatchEvent(new ta(this.data));break;default:this.requestUpdate(),this.dispatchEvent(new Jc({value:r.value,selected:o.detail}));break}}renderOpenCloseButton(t){if(t.children.length===0)return W`
|
|
1457
2034
|
<div part="expand"></div>
|
|
1458
|
-
`;let
|
|
2035
|
+
`;let r=this.isNodeExpanded(t);return W`
|
|
1459
2036
|
<ft-button dense part="expand" tooltipposition="bottom"
|
|
1460
|
-
icon="${
|
|
1461
|
-
label="${
|
|
1462
|
-
aria-label="${
|
|
1463
|
-
aria-expanded="${
|
|
1464
|
-
aria-controls="${this.getAriaControlId(
|
|
1465
|
-
@keydown=${
|
|
1466
|
-
@click=${()=>this.userChangeNodeExpandStatus(!
|
|
2037
|
+
icon="${r?"TRIANGLE_BOTTOM":"TRIANGLE_RIGHT"}"
|
|
2038
|
+
label="${r?this.collapseLabel:this.expandLabel}"
|
|
2039
|
+
aria-label="${cr.replaceParameters(r?this.collapseParametrizedLabel:this.expandParametrizedLabel,t.label)}"
|
|
2040
|
+
aria-expanded="${r}"
|
|
2041
|
+
aria-controls="${this.getAriaControlId(t)}"
|
|
2042
|
+
@keydown=${o=>this.onKeydown(o,t)}
|
|
2043
|
+
@click=${()=>this.userChangeNodeExpandStatus(!r,t.value)}>
|
|
1467
2044
|
</ft-button>
|
|
1468
|
-
`}userChangeNodeExpandStatus(
|
|
2045
|
+
`}userChangeNodeExpandStatus(t,r){t?this.userClosedNodes.has(r)?this.userClosedNodes.delete(r):this.userOpenedNodes.add(r):this.userOpenedNodes.has(r)?this.userOpenedNodes.delete(r):this.userClosedNodes.add(r),this.requestUpdate()}onKeydown(t,r){let o=!1;switch(t.key){case"ArrowDown":this.focusNextButton(t.target),o=!0;break;case"ArrowUp":this.focusPreviousButton(t.target),o=!0;break;case"ArrowRight":this.isNodeExpanded(r)||this.userChangeNodeExpandStatus(!0,r.value),o=!0;break;case"ArrowLeft":this.isNodeExpanded(r)&&this.userChangeNodeExpandStatus(!1,r.value),o=!0;break}o&&(t.stopPropagation(),t.preventDefault())}focusPreviousButton(t){let r=this.currentLevelExpandButtons.indexOf(t);this.currentLevelExpandButtons[r==0?this.currentLevelExpandButtons.length-1:r-1].focus()}focusNextButton(t){let r=[...this.currentLevelExpandButtons],o=r.indexOf(t);r[o==r.length-1?0:o+1].focus()}isNodeExpanded(t){return!this.userClosedNodes.has(t.value)&&(t.expanded||this.userOpenedNodes.has(t.value))}hasExpandableChildren(t){return t.children.some(r=>r.children.length>0)}toggleExpandAll(){this.isTreeSelectorCollapsed?this.expandAll():this.collapseAll()}expandAll(){this.userClosedNodes=new Set,this.userOpenedNodes=new Set(this.getAllClosedNodes()),this.isTreeSelectorCollapsed=!1}getAllClosedNodes(){return vo(this.data.rootNodes,t=>t.children).filter(t=>!t.expanded).map(t=>t.value)}collapseAll(){this.userOpenedNodes=new Set,this.userClosedNodes=new Set(this.data.rootNodes.filter(t=>t.expanded).map(t=>t.value)),this.isTreeSelectorCollapsed=!0}getAriaControlId(t){return t.value.replace(" ","").replace("|","-")+"-children"}};de.elementDefinitions={"ft-checkbox":Ce,"ft-typography":Oe,"ft-button":je};de.styles=uu;Ae([L()],de.prototype,"mode",void 0);Ae([L()],de.prototype,"data",void 0);Ae([ee({hasChanged:Be})],de.prototype,"userOpenedNodes",void 0);Ae([ee({hasChanged:Be})],de.prototype,"userClosedNodes",void 0);Ae([ei("[part='expand']")],de.prototype,"currentLevelExpandButtons",void 0);Ae([ee()],de.prototype,"currentExpandButtonFocusedIndex",void 0);Ae([ee()],de.prototype,"isTreeSelectorCollapsed",void 0);Ae([L()],de.prototype,"label",void 0);Ae([L()],de.prototype,"expandLabel",void 0);Ae([L()],de.prototype,"collapseLabel",void 0);Ae([L()],de.prototype,"expandParametrizedLabel",void 0);Ae([L()],de.prototype,"collapseParametrizedLabel",void 0);Ae([L()],de.prototype,"expandAllLabel",void 0);Ae([L()],de.prototype,"collapseAllLabel",void 0);Ae([L()],de.prototype,"clearLabel",void 0);ie("ft-tree-selector")(de);})();
|
|
1469
2046
|
/*! Bundled license information:
|
|
1470
2047
|
|
|
1471
2048
|
@webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
|
|
@@ -1651,6 +2228,13 @@ lit-html/static.js:
|
|
|
1651
2228
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1652
2229
|
*)
|
|
1653
2230
|
|
|
2231
|
+
@fortawesome/fontawesome-svg-core/index.mjs:
|
|
2232
|
+
(*!
|
|
2233
|
+
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
|
|
2234
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
2235
|
+
* Copyright 2026 Fonticons, Inc.
|
|
2236
|
+
*)
|
|
2237
|
+
|
|
1654
2238
|
lit-html/directives/if-defined.js:
|
|
1655
2239
|
(**
|
|
1656
2240
|
* @license
|