@fluid-topics/ft-tree-selector 2.0.37 → 2.1.0
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 +584 -2217
- package/build/ft-tree-selector.min.js +592 -2230
- package/build/ft-tree-selector.styles.d.ts +8 -8
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
1
|
+
"use strict";(()=>{var Fl=Object.create;var Li=Object.defineProperty;var Vl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var Wl=Object.getPrototypeOf,Kl=Object.prototype.hasOwnProperty;var Et=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}};var Gl=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of zl(t))!Kl.call(e,i)&&i!==r&&Li(e,i,{get:()=>t[i],enumerable:!(n=Vl(t,i))||n.enumerable});return e};var y=(e,t,r)=>(r=e!=null?Fl(Wl(e)):{},Gl(t||!e||!e.__esModule?Li(r,"default",{value:e,enumerable:!0}):r,e));var O=Et((vu,Pi)=>{Pi.exports=ftGlobals.wcUtils});var I=Et((gu,Ni)=>{Ni.exports=ftGlobals.lit});var Xt=Et((bu,ki)=>{ki.exports=ftGlobals.litClassMap});var X=Et((xu,Di)=>{Di.exports=ftGlobals.litDecorators});var dl=Et((Py,ul)=>{ul.exports=ftGlobals.litUnsafeHTML});var Ul=Et((qv,Il)=>{Il.exports=ftGlobals.litRepeat});var jl=y(O());var ne=y(I()),Bl=y(Xt()),Q=y(O());var _l=y(I()),k=y(O());var Ee=y(O());var Fi=y(I()),W=y(X()),Vi=y(Xt()),Jt=y(O());var Hi=y(I()),B=y(O()),Mi=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorContent),pe={color:Mi,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",Mi),opacityContentOnSurfacePressed:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:B.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ii=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorPrimary),Ui={color:Ii,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ii)},$i=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorSecondary),Bi={color:$i,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",$i)},ji=Hi.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
13
13
|
overflow: hidden;
|
|
14
|
-
border-radius: ${
|
|
14
|
+
border-radius: ${pe.borderRadius};
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.ft-ripple .ft-ripple--background,
|
|
@@ -45,27 +45,27 @@
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.ft-ripple .ft-ripple--background {
|
|
48
|
-
background-color: ${
|
|
48
|
+
background-color: ${pe.backgroundColor};
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.ft-ripple .ft-ripple--effect {
|
|
52
|
-
background-color: ${
|
|
52
|
+
background-color: ${pe.color};
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
56
|
-
background-color: ${
|
|
56
|
+
background-color: ${Bi.backgroundColor};
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
60
|
-
background-color: ${
|
|
60
|
+
background-color: ${Bi.color};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
64
|
-
background-color: ${
|
|
64
|
+
background-color: ${Ui.backgroundColor};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
68
|
-
background-color: ${
|
|
68
|
+
background-color: ${Ui.color};
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.ft-ripple .ft-ripple--background {
|
|
@@ -95,117 +95,245 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
98
|
-
opacity: ${
|
|
98
|
+
opacity: ${pe.opacityContentOnSurfaceHover};
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
102
|
-
opacity: ${
|
|
102
|
+
opacity: ${pe.opacityContentOnSurfaceSelected};
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${pe.opacityContentOnSurfaceFocused};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${pe.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`;var
|
|
113
|
+
`;var te=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},P=class extends Jt.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new Jt.Debouncer(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 Jt.Debouncer(10),this.moveRipple=t=>{var r,n;let{x:i,y:o}=this.getCoordinates(t),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(o!=null?o-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 Fi.html`
|
|
114
|
+
<style>
|
|
115
|
+
.ft-ripple .ft-ripple--effect {
|
|
116
|
+
left: ${this.originX}px;
|
|
117
|
+
top: ${this.originY}px;
|
|
118
|
+
}
|
|
119
|
+
</style>
|
|
120
|
+
<div class="${(0,Vi.classMap)(t)}">
|
|
121
|
+
<div class="ft-ripple--background"></div>
|
|
122
|
+
<div class="ft-ripple--effect"></div>
|
|
123
|
+
</div>
|
|
124
|
+
`}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,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,r;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}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=(...a)=>l=>{a.forEach(c=>window.addEventListener(c,this.endPress,{once:!0})),this.startPress(l)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),o=a=>{["Enter"," "].includes(a.key)&&r("keyup")(a)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",n,s),t.addEventListener("touchstart",i,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",o,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",n,s),t.removeEventListener("touchstart",i,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",o,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,n=t,i,o;return r.x!=null?{x:i,y:o}=r:n.touches!=null&&(i=n.touches[0].clientX,o=n.touches[0].clientY),{x:i,y:o}}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()}};P.elementDefinitions={};P.styles=ji;te([(0,W.property)({type:Boolean})],P.prototype,"primary",void 0);te([(0,W.property)({type:Boolean})],P.prototype,"secondary",void 0);te([(0,W.property)({type:Boolean})],P.prototype,"unbounded",void 0);te([(0,W.property)({type:Boolean})],P.prototype,"activated",void 0);te([(0,W.property)({type:Boolean})],P.prototype,"selected",void 0);te([(0,W.property)({type:Boolean})],P.prototype,"disabled",void 0);te([(0,W.state)()],P.prototype,"hovered",void 0);te([(0,W.state)()],P.prototype,"focused",void 0);te([(0,W.state)()],P.prototype,"pressed",void 0);te([(0,W.state)()],P.prototype,"rippling",void 0);te([(0,W.state)()],P.prototype,"originX",void 0);te([(0,W.state)()],P.prototype,"originY",void 0);te([(0,W.query)(".ft-ripple")],P.prototype,"ripple",void 0);te([(0,W.query)(".ft-ripple--effect")],P.prototype,"rippleEffect",void 0);var Wi=y(O());var zi={"ft-ripple":P};(0,Wi.customElements)(zi);var ol=y(I()),Ae=y(X()),xe=y(O());var En=globalThis,Or=En.trustedTypes,Ki=Or?Or.createPolicy("lit-html",{createHTML:e=>e}):void 0,Zi="$lit$",ze=`lit$${Math.random().toFixed(9).slice(2)}$`,Qi="?"+ze,ql=`<${Qi}>`,st=document,wr=()=>st.createComment(""),Qt=e=>e===null||typeof e!="object"&&typeof e!="function",Sn=Array.isArray,Yl=e=>Sn(e)||typeof e?.[Symbol.iterator]=="function",yn=`[
|
|
125
|
+
\f\r]`,Zt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Gi=/-->/g,qi=/>/g,it=RegExp(`>|${yn}(?:([^\\s"'>=/]+)(${yn}*=${yn}*(?:[^
|
|
126
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Yi=/'/g,Xi=/"/g,eo=/^(?:script|style|textarea|title)$/i,Cn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),to=Cn(1),ro=Cn(2),no=Cn(3),er=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),Ji=new WeakMap,ot=st.createTreeWalker(st,129);function io(e,t){if(!Sn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ki!==void 0?Ki.createHTML(t):t}var Xl=(e,t)=>{let r=e.length-1,n=[],i,o=t===2?"<svg>":t===3?"<math>":"",s=Zt;for(let a=0;a<r;a++){let l=e[a],c,u,d=-1,p=0;for(;p<l.length&&(s.lastIndex=p,u=s.exec(l),u!==null);)p=s.lastIndex,s===Zt?u[1]==="!--"?s=Gi:u[1]!==void 0?s=qi:u[2]!==void 0?(eo.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=it):u[3]!==void 0&&(s=it):s===it?u[0]===">"?(s=i??Zt,d=-1):u[1]===void 0?d=-2:(d=s.lastIndex-u[2].length,c=u[1],s=u[3]===void 0?it:u[3]==='"'?Xi:Yi):s===Xi||s===Yi?s=it:s===Gi||s===qi?s=Zt:(s=it,i=void 0);let f=s===it&&e[a+1].startsWith("/>")?" ":"";o+=s===Zt?l+ql:d>=0?(n.push(c),l.slice(0,d)+Zi+l.slice(d)+ze+f):l+ze+(d===-2?a:f)}return[io(e,o+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},tr=class e{constructor({strings:t,_$litType$:r},n){let i;this.parts=[];let o=0,s=0,a=t.length-1,l=this.parts,[c,u]=Xl(t,r);if(this.el=e.createElement(c,n),ot.currentNode=this.el.content,r===2||r===3){let d=this.el.content.firstChild;d.replaceWith(...d.childNodes)}for(;(i=ot.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(let d of i.getAttributeNames())if(d.endsWith(Zi)){let p=u[s++],f=i.getAttribute(d).split(ze),h=/([.?@])?(.*)/.exec(p);l.push({type:1,index:o,name:h[2],strings:f,ctor:h[1]==="."?gn:h[1]==="?"?bn:h[1]==="@"?xn:Ct}),i.removeAttribute(d)}else d.startsWith(ze)&&(l.push({type:6,index:o}),i.removeAttribute(d));if(eo.test(i.tagName)){let d=i.textContent.split(ze),p=d.length-1;if(p>0){i.textContent=Or?Or.emptyScript:"";for(let f=0;f<p;f++)i.append(d[f],wr()),ot.nextNode(),l.push({type:2,index:++o});i.append(d[p],wr())}}}else if(i.nodeType===8)if(i.data===Qi)l.push({type:2,index:o});else{let d=-1;for(;(d=i.data.indexOf(ze,d+1))!==-1;)l.push({type:7,index:o}),d+=ze.length-1}o++}}static createElement(t,r){let n=st.createElement("template");return n.innerHTML=t,n}};function St(e,t,r=e,n){if(t===er)return t;let i=n!==void 0?r._$Co?.[n]:r._$Cl,o=Qt(t)?void 0:t._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),o===void 0?i=void 0:(i=new o(e),i._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(t=St(e,i._$AS(e,t.values),i,n)),t}var vn=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:n}=this._$AD,i=(t?.creationScope??st).importNode(r,!0);ot.currentNode=i;let o=ot.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let c;l.type===2?c=new Tr(o,o.nextSibling,this,t):l.type===1?c=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(c=new An(o,this,t)),this._$AV.push(c),l=n[++a]}s!==l?.index&&(o=ot.nextNode(),s++)}return ot.currentNode=st,i}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Tr=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,i){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.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=St(this,t,r),Qt(t)?t===H||t==null||t===""?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==er&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Yl(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!==H&&Qt(this._$AH)?this._$AA.nextSibling.data=t:this.T(st.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=tr.createElement(io(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let o=new vn(i,this),s=o.u(this.options);o.p(r),this.T(s),this._$AH=o}}_$AC(t){let r=Ji.get(t.strings);return r===void 0&&Ji.set(t.strings,r=new tr(t)),r}k(t){Sn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let o of t)i===r.length?r.push(n=new e(this.O(wr()),this.O(wr()),this,this.options)):n=r[i],n._$AI(o),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Ct=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,i,o){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=r,this._$AM=i,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=H}_$AI(t,r=this,n,i){let o=this.strings,s=!1;if(o===void 0)t=St(this,t,r,0),s=!Qt(t)||t!==this._$AH&&t!==er,s&&(this._$AH=t);else{let a=t,l,c;for(t=o[0],l=0;l<o.length-1;l++)c=St(this,a[n+l],r,l),c===er&&(c=this._$AH[l]),s||=!Qt(c)||c!==this._$AH[l],c===H?t=H:t!==H&&(t+=(c??"")+o[l+1]),this._$AH[l]=c}s&&!i&&this.j(t)}j(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},gn=class extends Ct{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===H?void 0:t}},bn=class extends Ct{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==H)}},xn=class extends Ct{constructor(t,r,n,i,o){super(t,r,n,i,o),this.type=5}_$AI(t,r=this){if((t=St(this,t,r,0)??H)===er)return;let n=this._$AH,i=t===H&&n!==H||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,o=t!==H&&(n===H||i);i&&this.element.removeEventListener(this.name,this,n),o&&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)}},An=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){St(this,t)}};var Jl=En.litHtmlPolyfillSupport;Jl?.(tr,Tr),(En.litHtmlVersions??=[]).push("3.3.0");var so=Symbol.for(""),Zl=e=>{if(e?.r===so)return e?._$litStatic$},On=e=>({_$litStatic$:e,r:so});var oo=new Map,wn=e=>(t,...r)=>{let n=r.length,i,o,s=[],a=[],l,c=0,u=!1;for(;c<n;){for(l=t[c];c<n&&(o=r[c],(i=Zl(o))!==void 0);)l+=i+t[++c],u=!0;c!==n&&a.push(o),s.push(l),c++}if(c===n&&s.push(t[n]),u){let d=s.join("$$lit$$");(t=oo.get(d))===void 0&&(s.raw=s,oo.set(d,t=s)),r=a}return e(t,...r)},Tn=wn(to),Du=wn(ro),Mu=wn(no);var _n=y(X()),Ao=y(O());var fe;(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"})(fe||(fe={}));var he=y(I()),g=y(O()),ao=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),Ue=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),A={fontFamily:Ue,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ot={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",ao),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",A.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",A.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",A.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",A.textTransform,"inherit")},wt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",ao),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",A.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",A.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",A.textTransform,"inherit")},Tt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",A.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",A.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",A.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",A.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",A.textTransform,"inherit")},_t={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",A.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",A.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",A.textTransform,"inherit")},Rt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",A.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",A.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",A.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",A.textTransform,"inherit")},Lt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",A.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",A.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",A.textTransform,"inherit")},Pt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",A.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",A.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",A.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",A.textTransform,"inherit")},Nt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",A.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",A.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",A.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",A.textTransform,"inherit")},kt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",A.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",A.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",A.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",A.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",A.textTransform,"uppercase")},Pe={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Ue),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",A.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",A.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",A.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",A.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",A.textTransform,"uppercase")},lo=he.css`
|
|
114
127
|
.ft-typography--title {
|
|
115
|
-
font-family: ${
|
|
116
|
-
font-size: ${
|
|
117
|
-
font-weight: ${
|
|
118
|
-
letter-spacing: ${
|
|
119
|
-
line-height: ${
|
|
120
|
-
text-transform: ${
|
|
121
|
-
}
|
|
122
|
-
`,
|
|
128
|
+
font-family: ${Ot.fontFamily};
|
|
129
|
+
font-size: ${Ot.fontSize};
|
|
130
|
+
font-weight: ${Ot.fontWeight};
|
|
131
|
+
letter-spacing: ${Ot.letterSpacing};
|
|
132
|
+
line-height: ${Ot.lineHeight};
|
|
133
|
+
text-transform: ${Ot.textTransform};
|
|
134
|
+
}
|
|
135
|
+
`,co=he.css`
|
|
123
136
|
.ft-typography--title-dense {
|
|
124
|
-
font-family: ${
|
|
125
|
-
font-size: ${
|
|
126
|
-
font-weight: ${
|
|
127
|
-
letter-spacing: ${
|
|
128
|
-
line-height: ${
|
|
129
|
-
text-transform: ${
|
|
130
|
-
}
|
|
131
|
-
`,
|
|
137
|
+
font-family: ${wt.fontFamily};
|
|
138
|
+
font-size: ${wt.fontSize};
|
|
139
|
+
font-weight: ${wt.fontWeight};
|
|
140
|
+
letter-spacing: ${wt.letterSpacing};
|
|
141
|
+
line-height: ${wt.lineHeight};
|
|
142
|
+
text-transform: ${wt.textTransform};
|
|
143
|
+
}
|
|
144
|
+
`,uo=he.css`
|
|
132
145
|
.ft-typography--subtitle1 {
|
|
133
|
-
font-family: ${
|
|
134
|
-
font-size: ${
|
|
135
|
-
font-weight: ${
|
|
136
|
-
letter-spacing: ${
|
|
137
|
-
line-height: ${
|
|
138
|
-
text-transform: ${
|
|
139
|
-
}
|
|
140
|
-
`,
|
|
146
|
+
font-family: ${Tt.fontFamily};
|
|
147
|
+
font-size: ${Tt.fontSize};
|
|
148
|
+
font-weight: ${Tt.fontWeight};
|
|
149
|
+
letter-spacing: ${Tt.letterSpacing};
|
|
150
|
+
line-height: ${Tt.lineHeight};
|
|
151
|
+
text-transform: ${Tt.textTransform};
|
|
152
|
+
}
|
|
153
|
+
`,po=he.css`
|
|
141
154
|
.ft-typography--subtitle2 {
|
|
142
|
-
font-family: ${
|
|
143
|
-
font-size: ${
|
|
144
|
-
font-weight: ${
|
|
145
|
-
letter-spacing: ${
|
|
146
|
-
line-height: ${
|
|
147
|
-
text-transform: ${
|
|
155
|
+
font-family: ${_t.fontFamily};
|
|
156
|
+
font-size: ${_t.fontSize};
|
|
157
|
+
font-weight: ${_t.fontWeight};
|
|
158
|
+
letter-spacing: ${_t.letterSpacing};
|
|
159
|
+
line-height: ${_t.lineHeight};
|
|
160
|
+
text-transform: ${_t.textTransform};
|
|
148
161
|
}
|
|
149
162
|
|
|
150
|
-
`,
|
|
163
|
+
`,fo=he.css`
|
|
151
164
|
.ft-typography--body1 {
|
|
152
|
-
font-family: ${
|
|
153
|
-
font-size: ${
|
|
154
|
-
font-weight: ${
|
|
155
|
-
letter-spacing: ${
|
|
156
|
-
line-height: ${
|
|
157
|
-
text-transform: ${
|
|
158
|
-
}
|
|
159
|
-
`,
|
|
165
|
+
font-family: ${Rt.fontFamily};
|
|
166
|
+
font-size: ${Rt.fontSize};
|
|
167
|
+
font-weight: ${Rt.fontWeight};
|
|
168
|
+
letter-spacing: ${Rt.letterSpacing};
|
|
169
|
+
line-height: ${Rt.lineHeight};
|
|
170
|
+
text-transform: ${Rt.textTransform};
|
|
171
|
+
}
|
|
172
|
+
`,ho=he.css`
|
|
160
173
|
.ft-typography--body2 {
|
|
161
|
-
font-family: ${
|
|
162
|
-
font-size: ${
|
|
163
|
-
font-weight: ${
|
|
164
|
-
letter-spacing: ${
|
|
165
|
-
line-height: ${
|
|
166
|
-
text-transform: ${
|
|
167
|
-
}
|
|
168
|
-
`,
|
|
174
|
+
font-family: ${Lt.fontFamily};
|
|
175
|
+
font-size: ${Lt.fontSize};
|
|
176
|
+
font-weight: ${Lt.fontWeight};
|
|
177
|
+
letter-spacing: ${Lt.letterSpacing};
|
|
178
|
+
line-height: ${Lt.lineHeight};
|
|
179
|
+
text-transform: ${Lt.textTransform};
|
|
180
|
+
}
|
|
181
|
+
`,mo=he.css`
|
|
169
182
|
.ft-typography--caption {
|
|
170
|
-
font-family: ${
|
|
171
|
-
font-size: ${
|
|
172
|
-
font-weight: ${
|
|
173
|
-
letter-spacing: ${
|
|
174
|
-
line-height: ${
|
|
175
|
-
text-transform: ${
|
|
176
|
-
}
|
|
177
|
-
`,
|
|
183
|
+
font-family: ${Pt.fontFamily};
|
|
184
|
+
font-size: ${Pt.fontSize};
|
|
185
|
+
font-weight: ${Pt.fontWeight};
|
|
186
|
+
letter-spacing: ${Pt.letterSpacing};
|
|
187
|
+
line-height: ${Pt.lineHeight};
|
|
188
|
+
text-transform: ${Pt.textTransform};
|
|
189
|
+
}
|
|
190
|
+
`,yo=he.css`
|
|
178
191
|
.ft-typography--breadcrumb {
|
|
179
|
-
font-family: ${
|
|
180
|
-
font-size: ${
|
|
181
|
-
font-weight: ${
|
|
182
|
-
letter-spacing: ${
|
|
183
|
-
line-height: ${
|
|
184
|
-
text-transform: ${
|
|
185
|
-
}
|
|
186
|
-
`,
|
|
192
|
+
font-family: ${Nt.fontFamily};
|
|
193
|
+
font-size: ${Nt.fontSize};
|
|
194
|
+
font-weight: ${Nt.fontWeight};
|
|
195
|
+
letter-spacing: ${Nt.letterSpacing};
|
|
196
|
+
line-height: ${Nt.lineHeight};
|
|
197
|
+
text-transform: ${Nt.textTransform};
|
|
198
|
+
}
|
|
199
|
+
`,vo=he.css`
|
|
187
200
|
.ft-typography--overline {
|
|
188
|
-
font-family: ${
|
|
189
|
-
font-size: ${
|
|
190
|
-
font-weight: ${
|
|
191
|
-
letter-spacing: ${
|
|
192
|
-
line-height: ${
|
|
193
|
-
text-transform: ${
|
|
194
|
-
}
|
|
195
|
-
`,
|
|
201
|
+
font-family: ${kt.fontFamily};
|
|
202
|
+
font-size: ${kt.fontSize};
|
|
203
|
+
font-weight: ${kt.fontWeight};
|
|
204
|
+
letter-spacing: ${kt.letterSpacing};
|
|
205
|
+
line-height: ${kt.lineHeight};
|
|
206
|
+
text-transform: ${kt.textTransform};
|
|
207
|
+
}
|
|
208
|
+
`,go=he.css`
|
|
196
209
|
.ft-typography--button {
|
|
197
|
-
font-family: ${
|
|
198
|
-
font-size: ${
|
|
199
|
-
font-weight: ${
|
|
200
|
-
letter-spacing: ${
|
|
201
|
-
line-height: ${
|
|
202
|
-
text-transform: ${
|
|
203
|
-
}
|
|
204
|
-
`,
|
|
210
|
+
font-family: ${Pe.fontFamily};
|
|
211
|
+
font-size: ${Pe.fontSize};
|
|
212
|
+
font-weight: ${Pe.fontWeight};
|
|
213
|
+
letter-spacing: ${Pe.letterSpacing};
|
|
214
|
+
line-height: ${Pe.lineHeight};
|
|
215
|
+
text-transform: ${Pe.textTransform};
|
|
216
|
+
}
|
|
217
|
+
`,bo=he.css`
|
|
205
218
|
.ft-typography {
|
|
206
219
|
vertical-align: inherit;
|
|
207
220
|
}
|
|
208
|
-
`;var
|
|
221
|
+
`;var xo=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},J=class extends Ao.FtLitElement{constructor(){super(...arguments),this.variant=fe.body1}render(){return this.element?Tn`
|
|
222
|
+
<${On(this.element)}
|
|
223
|
+
part="text"
|
|
224
|
+
class="ft-typography ft-typography--${this.variant}">
|
|
225
|
+
<slot></slot>
|
|
226
|
+
</${On(this.element)}>
|
|
227
|
+
`:Tn`
|
|
228
|
+
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
229
|
+
`}};J.styles=[lo,co,uo,po,fo,ho,mo,yo,vo,go,bo];xo([(0,_n.property)()],J.prototype,"element",void 0);xo([(0,_n.property)()],J.prototype,"variant",void 0);var So=y(O());var Eo={"ft-typography":J};(0,So.customElements)(Eo);var Co=y(I()),We=y(O()),rr={distance:We.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:We.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:We.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:We.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",We.designSystemVariables.borderRadiusS),maxWidth:We.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Oo=Co.css`
|
|
230
|
+
.ft-tooltip--container {
|
|
231
|
+
display: block;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.ft-tooltip--inline {
|
|
235
|
+
display: inline-block;
|
|
236
|
+
max-width: 100%;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.ft-tooltip {
|
|
240
|
+
inset: 0;
|
|
241
|
+
margin: 0;
|
|
242
|
+
border: none;
|
|
243
|
+
background: transparent;
|
|
244
|
+
box-sizing: border-box;
|
|
245
|
+
overflow: hidden;
|
|
246
|
+
width: max-content;
|
|
247
|
+
max-width: ${rr.maxWidth};
|
|
248
|
+
text-align: center;
|
|
249
|
+
padding: ${rr.distance};
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.ft-tooltip--content {
|
|
253
|
+
padding: 4px 8px;
|
|
254
|
+
border-radius: ${rr.borderRadiusS};
|
|
255
|
+
background-color: ${rr.backgroundColor};
|
|
256
|
+
color: ${rr.color};
|
|
257
|
+
position: relative;
|
|
258
|
+
word-break: break-word;
|
|
259
|
+
}
|
|
260
|
+
`;var To=["top","right","bottom","left"],wo=["start","end"],Ln=To.reduce((e,t)=>e.concat(t,t+"-"+wo[0],t+"-"+wo[1]),[]),nr=Math.min,Ke=Math.max,ir=Math.round;var Ce=e=>({x:e,y:e}),Ql={left:"right",right:"left",bottom:"top",top:"bottom"};function Pn(e,t,r){return Ke(e,nr(t,r))}function _r(e,t){return typeof e=="function"?e(t):e}function Dt(e){return e.split("-")[0]}function Ge(e){return e.split("-")[1]}function Nn(e){return e==="x"?"y":"x"}function kn(e){return e==="y"?"height":"width"}function Rr(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Dn(e){return Nn(Rr(e))}function _o(e,t,r){r===void 0&&(r=!1);let n=Ge(e),i=Dn(e),o=kn(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Rn(s)),[s,Rn(s)]}function Ro(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Rn(e){let t=Dt(e);return Ql[t]+e.slice(t.length)}function ec(e){return{top:0,right:0,bottom:0,left:0,...e}}function Lo(e){return typeof e!="number"?ec(e):{top:e,right:e,bottom:e,left:e}}function at(e){let{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function Po(e,t,r){let{reference:n,floating:i}=e,o=Rr(t),s=Dn(t),a=kn(s),l=Dt(t),c=o==="y",u=n.x+n.width/2-i.width/2,d=n.y+n.height/2-i.height/2,p=n[a]/2-i[a]/2,f;switch(l){case"top":f={x:u,y:n.y-i.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-i.width,y:d};break;default:f={x:n.x,y:n.y}}switch(Ge(t)){case"start":f[s]-=p*(r&&c?-1:1);break;case"end":f[s]+=p*(r&&c?-1:1);break}return f}async function No(e,t){var r;t===void 0&&(t={});let{x:n,y:i,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=_r(t,e),h=Lo(f),b=a[p?d==="floating"?"reference":"floating":d],x=at(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(b)))==null||r?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),E=d==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),C=await(o.isElement==null?void 0:o.isElement(S))?await(o.getScale==null?void 0:o.getScale(S))||{x:1,y:1}:{x:1,y:1},F=at(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:E,offsetParent:S,strategy:l}):E);return{top:(x.top-F.top+h.top)/C.y,bottom:(F.bottom-x.bottom+h.bottom)/C.y,left:(x.left-F.left+h.left)/C.x,right:(F.right-x.right+h.right)/C.x}}var tc=50,ko=async(e,t,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=r,a=s.detectOverflow?s:{...s,detectOverflow:No},l=await(s.isRTL==null?void 0:s.isRTL(t)),c=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Po(c,n,l),p=n,f=0,h={};for(let m=0;m<o.length;m++){let b=o[m];if(!b)continue;let{name:x,fn:E}=b,{x:S,y:C,data:F,reset:$}=await E({x:u,y:d,initialPlacement:n,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=S??u,d=C??d,h[x]={...h[x],...F},$&&f<tc&&(f++,typeof $=="object"&&($.placement&&(p=$.placement),$.rects&&(c=$.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):$.rects),{x:u,y:d}=Po(c,p,l)),m=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}};function rc(e,t,r){return(e?[...r.filter(i=>Ge(i)===e),...r.filter(i=>Ge(i)!==e)]:r.filter(i=>Dt(i)===i)).filter(i=>e?Ge(i)===e||(t?Ro(i)!==i:!1):!0)}var Do=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,i;let{rects:o,middlewareData:s,placement:a,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=Ln,autoAlignment:f=!0,...h}=_r(e,t),m=d!==void 0||p===Ln?rc(d||null,f,p):p,b=await l.detectOverflow(t,h),x=((r=s.autoPlacement)==null?void 0:r.index)||0,E=m[x];if(E==null)return{};let S=_o(E,o,await(l.isRTL==null?void 0:l.isRTL(c.floating)));if(a!==E)return{reset:{placement:m[0]}};let C=[b[Dt(E)],b[S[0]],b[S[1]]],F=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:E,overflows:C}],$=m[x+1];if($)return{data:{index:x+1,overflows:F},reset:{placement:$}};let Fe=F.map(ie=>{let de=Ge(ie.placement);return[ie.placement,de&&u?ie.overflows.slice(0,2).reduce((oe,nt)=>oe+nt,0):ie.overflows[0],ie.overflows]}).sort((ie,de)=>ie[1]-de[1]),Ve=((i=Fe.filter(ie=>ie[2].slice(0,Ge(ie[0])?2:3).every(de=>de<=0))[0])==null?void 0:i[0])||Fe[0][0];return Ve!==a?{data:{index:x+1,overflows:F},reset:{placement:Ve}}:{}}}};var Mo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:i,platform:o}=t,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:x=>{let{x:E,y:S}=x;return{x:E,y:S}}},...c}=_r(e,t),u={x:r,y:n},d=await o.detectOverflow(t,c),p=Rr(Dt(i)),f=Nn(p),h=u[f],m=u[p];if(s){let x=f==="y"?"top":"left",E=f==="y"?"bottom":"right",S=h+d[x],C=h-d[E];h=Pn(S,h,C)}if(a){let x=p==="y"?"top":"left",E=p==="y"?"bottom":"right",S=m+d[x],C=m-d[E];m=Pn(S,m,C)}let b=l.fn({...t,[f]:h,[p]:m});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[f]:s,[p]:a}}}}}};function Pr(){return typeof window<"u"}function ct(e){return Uo(e)?(e.nodeName||"").toLowerCase():"#document"}function re(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ne(e){var t;return(t=(Uo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Uo(e){return Pr()?e instanceof Node||e instanceof re(e).Node:!1}function me(e){return Pr()?e instanceof Element||e instanceof re(e).Element:!1}function ke(e){return Pr()?e instanceof HTMLElement||e instanceof re(e).HTMLElement:!1}function Io(e){return!Pr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof re(e).ShadowRoot}function Mt(e){let{overflow:t,overflowX:r,overflowY:n,display:i}=ye(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function $o(e){return/^(table|td|th)$/.test(ct(e))}function or(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var nc=/transform|translate|scale|rotate|perspective|filter/,ic=/paint|layout|strict|content/,lt=e=>!!e&&e!=="none",Mn;function It(e){let t=me(e)?ye(e):e;return lt(t.transform)||lt(t.translate)||lt(t.scale)||lt(t.rotate)||lt(t.perspective)||!Nr()&&(lt(t.backdropFilter)||lt(t.filter))||nc.test(t.willChange||"")||ic.test(t.contain||"")}function Bo(e){let t=$e(e);for(;ke(t)&&!ut(t);){if(It(t))return t;if(or(t))return null;t=$e(t)}return null}function Nr(){return Mn==null&&(Mn=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Mn}function ut(e){return/^(html|body|#document)$/.test(ct(e))}function ye(e){return re(e).getComputedStyle(e)}function sr(e){return me(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function $e(e){if(ct(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Io(e)&&e.host||Ne(e);return Io(t)?t.host:t}function Ho(e){let t=$e(e);return ut(t)?e.ownerDocument?e.ownerDocument.body:e.body:ke(t)&&Mt(t)?t:Ho(t)}function Lr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=Ho(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),s=re(i);if(o){let a=kr(s);return t.concat(s,s.visualViewport||[],Mt(i)?i:[],a&&r?Lr(a):[])}else return t.concat(i,Lr(i,[],r))}function kr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zo(e){let t=ye(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=ke(e),o=i?e.offsetWidth:r,s=i?e.offsetHeight:n,a=ir(r)!==o||ir(n)!==s;return a&&(r=o,n=s),{width:r,height:n,$:a}}function Wo(e){return me(e)?e:e.contextElement}function Ut(e){let t=Wo(e);if(!ke(t))return Ce(1);let r=t.getBoundingClientRect(),{width:n,height:i,$:o}=zo(t),s=(o?ir(r.width):r.width)/n,a=(o?ir(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var oc=Ce(0);function Ko(e){let t=re(e);return!Nr()||!t.visualViewport?oc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function sc(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==re(e)?!1:t}function ar(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),o=Wo(e),s=Ce(1);t&&(n?me(n)&&(s=Ut(n)):s=Ut(e));let a=sc(o,r,n)?Ko(o):Ce(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,u=i.width/s.x,d=i.height/s.y;if(o){let p=re(o),f=n&&me(n)?re(n):n,h=p,m=kr(h);for(;m&&n&&f!==h;){let b=Ut(m),x=m.getBoundingClientRect(),E=ye(m),S=x.left+(m.clientLeft+parseFloat(E.paddingLeft))*b.x,C=x.top+(m.clientTop+parseFloat(E.paddingTop))*b.y;l*=b.x,c*=b.y,u*=b.x,d*=b.y,l+=S,c+=C,h=re(m),m=kr(h)}}return at({width:u,height:d,x:l,y:c})}function Dr(e,t){let r=sr(e).scrollLeft;return t?t.left+r:ar(Ne(e)).left+r}function Go(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Dr(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function ac(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e,o=i==="fixed",s=Ne(n),a=t?or(t.floating):!1;if(n===s||a&&o)return r;let l={scrollLeft:0,scrollTop:0},c=Ce(1),u=Ce(0),d=ke(n);if((d||!d&&!o)&&((ct(n)!=="body"||Mt(s))&&(l=sr(n)),d)){let f=ar(n);c=Ut(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}let p=s&&!d&&!o?Go(s,l):Ce(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function lc(e){return Array.from(e.getClientRects())}function cc(e){let t=Ne(e),r=sr(e),n=e.ownerDocument.body,i=Ke(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=Ke(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+Dr(e),a=-r.scrollTop;return ye(n).direction==="rtl"&&(s+=Ke(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:s,y:a}}var jo=25;function uc(e,t){let r=re(e),n=Ne(e),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;let u=Nr();(!u||u&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=Dr(n);if(c<=0){let u=n.ownerDocument,d=u.body,p=getComputedStyle(d),f=u.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,h=Math.abs(n.clientWidth-d.clientWidth-f);h<=jo&&(o-=h)}else c<=jo&&(o+=c);return{width:o,height:s,x:a,y:l}}function dc(e,t){let r=ar(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=ke(e)?Ut(e):Ce(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=i*o.x,c=n*o.y;return{width:s,height:a,x:l,y:c}}function Fo(e,t,r){let n;if(t==="viewport")n=uc(e,r);else if(t==="document")n=cc(Ne(e));else if(me(t))n=dc(t,r);else{let i=Ko(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return at(n)}function qo(e,t){let r=$e(e);return r===t||!me(r)||ut(r)?!1:ye(r).position==="fixed"||qo(r,t)}function pc(e,t){let r=t.get(e);if(r)return r;let n=Lr(e,[],!1).filter(a=>me(a)&&ct(a)!=="body"),i=null,o=ye(e).position==="fixed",s=o?$e(e):e;for(;me(s)&&!ut(s);){let a=ye(s),l=It(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||Mt(s)&&!l&&qo(e,s))?n=n.filter(u=>u!==s):i=a,s=$e(s)}return t.set(e,n),n}function fc(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e,s=[...r==="clippingAncestors"?or(t)?[]:pc(t,this._c):[].concat(r),n],a=Fo(t,s[0],i),l=a.top,c=a.right,u=a.bottom,d=a.left;for(let p=1;p<s.length;p++){let f=Fo(t,s[p],i);l=Ke(f.top,l),c=nr(f.right,c),u=nr(f.bottom,u),d=Ke(f.left,d)}return{width:c-d,height:u-l,x:d,y:l}}function hc(e){let{width:t,height:r}=zo(e);return{width:t,height:r}}function mc(e,t,r){let n=ke(t),i=Ne(t),o=r==="fixed",s=ar(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=Ce(0);function c(){l.x=Dr(i)}if(n||!n&&!o)if((ct(t)!=="body"||Mt(i))&&(a=sr(t)),n){let f=ar(t,!0,o,t);l.x=f.x+t.clientLeft,l.y=f.y+t.clientTop}else i&&c();o&&!n&&i&&c();let u=i&&!n&&!o?Go(i,a):Ce(0),d=s.left+a.scrollLeft-l.x-u.x,p=s.top+a.scrollTop-l.y-u.y;return{x:d,y:p,width:s.width,height:s.height}}function In(e){return ye(e).position==="static"}function Vo(e,t){if(!ke(e)||ye(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Ne(e)===r&&(r=r.ownerDocument.body),r}function Yo(e,t){let r=re(e);if(or(e))return r;if(!ke(e)){let i=$e(e);for(;i&&!ut(i);){if(me(i)&&!In(i))return i;i=$e(i)}return r}let n=Vo(e,t);for(;n&&$o(n)&&In(n);)n=Vo(n,t);return n&&ut(n)&&In(n)&&!It(n)?r:n||Bo(e)||r}var yc=async function(e){let t=this.getOffsetParent||Yo,r=this.getDimensions,n=await r(e.floating);return{reference:mc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function vc(e){return ye(e).direction==="rtl"}var Mr={convertOffsetParentRelativeRectToViewportRelativeRect:ac,getDocumentElement:Ne,getClippingRect:fc,getOffsetParent:Yo,getElementRects:yc,getClientRects:lc,getDimensions:hc,getScale:Ut,isElement:me,isRTL:vc};var Xo=Do,Jo=Mo;var Zo=(e,t,r)=>{let n=new Map,i={platform:Mr,...r},o={...i.platform,_c:n};return ko(e,t,{...i,platform:o})};function Qo(e){return gc(e)}function Un(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function gc(e){for(let t=e;t;t=Un(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Un(e);t;t=Un(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||It(r)||t.tagName==="BODY"))return t}return null}async function es(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Zo(e,t,{strategy:n.strategy,platform:{...Mr,getOffsetParent:i=>Mr.getOffsetParent(i,Qo)},middleware:[Jo({crossAxis:!0}),Xo({allowedPlacements:[n.placement]})]})}var Yt=y(O());var ci=y(X());var ts=y(X(),1);var $n=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function rs(e,t){return(0,ts.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return lr(e);try{return JSON.parse(r)}catch{return lr(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:cr,...t??{}})}function bc(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,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Ir(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ir(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[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(a=>s[a]!=null),o=i(e);if(r=o.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){let s=o[n];if(!Ir(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Ir(e,t){try{return bc(e,t)}catch{return!1}}function cr(e,t){return!Ir(e,t)}function lr(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function Ur(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let i=t(n);return i[e]=!0,i}}var ns=y(X(),1);var Bn=e=>{let t=e??{};return(r,n)=>{var i;let o={hasChanged:cr,attribute:!1,...t};(0,ns.property)(o)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:(a=>a[n]),store:t.store})}};var $r=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==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))}};var dt=y(X(),1);var Br=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,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:(()=>null),o=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of n)try{await s()}catch(a){i(a);return}o(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var os=y(I(),1);var Hr=globalThis,xc=Hr.ShadowRoot&&(Hr.ShadyCSS===void 0||Hr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var is=(e,t)=>{if(xc)e.adoptedStyleSheets=t.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of t){let n=document.createElement("style"),i=Hr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,e.appendChild(n)}};var jr=class extends os.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return is(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){$n(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function ss(e,t,...r){var n;let i=e.querySelector(t);for(let o of r)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(o);return i}var Bt=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},us,as=Symbol("constructorPrototype"),ls=Symbol("constructorName"),ds=Symbol("exportpartsDebouncer"),cs=Symbol("dynamicDependenciesLoaded"),$t=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};$t.eventName="exportparts-updated";var De=class extends jr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[us]=new Br(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[ds].run(()=>{var i,o;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[ls]=this.constructor.name,this[as]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ls]&&Object.setPrototypeOf(this,this[as])}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(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[cs]||(r[cs]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener($t.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener($t.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 $t)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:i}=this.elementToFocus;if(n!=null){let o=[...i??[],n];r=ss(this.shadowRoot,...o)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,i;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(o=>o.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(o){console.error(o,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let o=document.createElement("style");o.classList.add("ft-lit-element--custom-stylesheet"),o.innerHTML=this.customStylesheet,this.shadowRoot.append(o)}}setExportpartsAttribute(t){var r,n,i,o,s,a;let l=p=>p!=null&&p.trim().length>0,c=t.filter(l).map(p=>p.trim());if(c.length===0){this.exportparts=void 0;return}let u=new Set;for(let p of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let f=(o=(i=p.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&o!==void 0?o:[],h=(a=(s=p.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(b=>b.split(":")[1]))!==null&&a!==void 0?a:[],m=[...f,...h].filter(l).map(b=>b.trim());for(let b of m)u.add(b)}if(u.size===0){this.exportparts=void 0;return}let d=[...u.values()].flatMap(p=>c.map(f=>`${p}:${f}--${p}`));this.exportparts=[...this.part,...d].join(", ")}};us=ds;Bt([(0,dt.property)()],De.prototype,"exportpartsPrefix",void 0);Bt([rs([])],De.prototype,"exportpartsPrefixes",void 0);Bt([(0,dt.property)({reflect:!0})],De.prototype,"exportparts",void 0);Bt([(0,dt.property)()],De.prototype,"customStylesheet",void 0);Bt([(0,dt.property)()],De.prototype,"elementToFocus",void 0);Bt([(0,dt.state)()],De.prototype,"useAdoptedStyleSheets",void 0);function Fr(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var ur=Symbol("internalReduxEventsUnsubscribers"),qe=Symbol("internalStoresUnsubscribers"),pt=Symbol("internalStores"),Ac=Ur(Symbol("withRedux"),function(e){var t,r,n;class i extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(a=>s.has(a))&&this.updateFromStores()}getUnnamedStore(){if(this[pt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[pt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[pt].get(s)}addStore(s,a){var l;a=(l=a??s.name)!==null&&l!==void 0?l:"default-store",this.unsubscribeFromStore(a),this[pt].set(a,s),this.subscribeToStore(a,s),this.updateFromStores()}removeStore(s){let a=typeof s=="string"?s:s.name;this.unsubscribeFromStore(a),this[pt].delete(a)}setupStores(){this.unsubscribeFromStores(),this[pt].forEach((s,a)=>this.subscribeToStore(a,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,a)=>{let l=this.constructor.getPropertyOptions(a);if(!l?.attribute||!this.hasAttribute(typeof l?.attribute=="string"?l.attribute:a)){let c=this.getStore(s.store);c&&(s.store?this[qe].has(s.store):this[qe].size>0)&&(this[a]=s.selector(c.getState(),this))}})}subscribeToStore(s,a){var l;this[qe].set(s,a.subscribe(()=>this.updateFromStores())),this[ur].set(s,[]),Fr(a)&&a.eventBus&&((l=this.reduxConstructor.reduxEventListeners)===null||l===void 0||l.forEach((c,u)=>{if(typeof this[u]=="function"&&(!c.store||a.name===c.store)){let d=p=>this[u](p);a.addEventListener(c.eventName,d),this[ur].get(s).push(()=>a.removeEventListener(c.eventName,d))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[qe].forEach((s,a)=>this.unsubscribeFromStore(a))}unsubscribeFromStore(s){var a;this[qe].has(s)&&this[qe].get(s)(),this[qe].delete(s),(a=this[ur].get(s))===null||a===void 0||a.forEach(l=>l()),this[ur].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=qe,r=pt,n=ur,i.reduxProperties=new Map,i.reduxReactiveProperties=new Set,i.reduxEventListeners=new Map,i}),ps=class extends Ac(De){};function ve(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var i,o;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 Be(e){return!!e&&!!e[N]}function Oe(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Rc})(e)||Array.isArray(e)||!!e[bs]||!!(!((t=e.constructor)===null||t===void 0)&&t[bs])||qn(e)||Yn(e))}function ft(e,t,r){r===void 0&&(r=!1),Ft(e)===0?(r?Object.keys:jt)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,i){return t(i,n,e)}))}function Ft(e){var t=e[N];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:qn(e)?2:Yn(e)?3:0}function Ht(e,t){return Ft(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ec(e,t){return Ft(e)===2?e.get(t):e[t]}function xs(e,t,r){var n=Ft(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function As(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function qn(e){return Tc&&e instanceof Map}function Yn(e){return _c&&e instanceof Set}function Ye(e){return e.o||e.t}function Xn(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Cs(e);delete t[N];for(var r=jt(t),n=0;n<r.length;n++){var i=r[n],o=t[i];o.writable===!1&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Jn(e,t){return t===void 0&&(t=!1),Zn(e)||Be(e)||!Oe(e)||(Ft(e)>1&&(e.set=e.add=e.clear=e.delete=Sc),Object.freeze(e),t&&ft(e,(function(r,n){return Jn(n,!0)}),!0)),e}function Sc(){ve(2)}function Zn(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Me(e){var t=Gn[e];return t||ve(18,e),t}function Cc(e,t){Gn[e]||(Gn[e]=t)}function zn(){return pr}function Hn(e,t){t&&(Me("Patches"),e.u=[],e.s=[],e.v=t)}function Vr(e){Wn(e),e.p.forEach(Oc),e.p=null}function Wn(e){e===pr&&(pr=e.l)}function fs(e){return pr={p:[],l:pr,h:e,m:!0,_:0}}function Oc(e){var t=e[N];t.i===0||t.i===1?t.j():t.g=!0}function jn(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Me("ES5").S(t,e,n),n?(r[N].P&&(Vr(t),ve(4)),Oe(e)&&(e=zr(t,e),t.l||Wr(t,e)),t.u&&Me("Patches").M(r[N].t,e,t.u,t.s)):e=zr(t,r,[]),Vr(t),t.u&&t.v(t.u,t.s),e!==Ss?e:void 0}function zr(e,t,r){if(Zn(t))return t;var n=t[N];if(!n)return ft(t,(function(a,l){return hs(e,n,t,a,l,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return Wr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Xn(n.k):n.o,o=i,s=!1;n.i===3&&(o=new Set(i),i.clear(),s=!0),ft(o,(function(a,l){return hs(e,n,i,a,l,r,s)})),Wr(e,i,!1),r&&e.u&&Me("Patches").N(n,r,e.u,e.s)}return n.o}function hs(e,t,r,n,i,o,s){if(Be(i)){var a=zr(e,i,o&&t&&t.i!==3&&!Ht(t.R,n)?o.concat(n):void 0);if(xs(r,n,a),!Be(a))return;e.m=!1}else s&&r.add(i);if(Oe(i)&&!Zn(i)){if(!e.h.D&&e._<1)return;zr(e,i),t&&t.A.l||Wr(e,i)}}function Wr(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Jn(t,r)}function Fn(e,t){var r=e[N];return(r?Ye(r):e)[t]}function ms(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Xe(e){e.P||(e.P=!0,e.l&&Xe(e.l))}function Vn(e){e.o||(e.o=Xn(e.t))}function Kn(e,t,r){var n=qn(t)?Me("MapSet").F(t,r):Yn(t)?Me("MapSet").T(t,r):e.O?(function(i,o){var s=Array.isArray(i),a={i:s?1:0,A:o?o.A:zn(),P:!1,I:!1,R:{},l:o,t:i,k:null,o:null,j:null,C:!1},l=a,c=fr;s&&(l=[a],c=dr);var u=Proxy.revocable(l,c),d=u.revoke,p=u.proxy;return a.k=p,a.j=d,p})(t,r):Me("ES5").J(t,r);return(r?r.A:zn()).p.push(n),n}function wc(e){return Be(e)||ve(22,e),(function t(r){if(!Oe(r))return r;var n,i=r[N],o=Ft(r);if(i){if(!i.P&&(i.i<4||!Me("ES5").K(i)))return i.t;i.I=!0,n=ys(r,o),i.I=!1}else n=ys(r,o);return ft(n,(function(s,a){i&&Ec(i.t,s)===a||xs(n,s,t(a))})),o===3?new Set(n):n})(e)}function ys(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Xn(e)}function Es(){function e(s,a){var l=o[s];return l?l.enumerable=a:o[s]=l={configurable:!0,enumerable:a,get:function(){var c=this[N];return fr.get(c,s)},set:function(c){var u=this[N];fr.set(u,s,c)}},l}function t(s){for(var a=s.length-1;a>=0;a--){var l=s[a][N];if(!l.P)switch(l.i){case 5:n(l)&&Xe(l);break;case 4:r(l)&&Xe(l)}}}function r(s){for(var a=s.t,l=s.k,c=jt(l),u=c.length-1;u>=0;u--){var d=c[u];if(d!==N){var p=a[d];if(p===void 0&&!Ht(a,d))return!0;var f=l[d],h=f&&f[N];if(h?h.t!==p:!As(f,p))return!0}}var m=!!a[N];return c.length!==jt(a).length+(m?0:1)}function n(s){var a=s.k;if(a.length!==s.t.length)return!0;var l=Object.getOwnPropertyDescriptor(a,a.length-1);if(l&&!l.get)return!0;for(var c=0;c<a.length;c++)if(!a.hasOwnProperty(c))return!0;return!1}function i(s){s.g&&ve(3,JSON.stringify(Ye(s)))}var o={};Cc("ES5",{J:function(s,a){var l=Array.isArray(s),c=(function(d,p){if(d){for(var f=Array(p.length),h=0;h<p.length;h++)Object.defineProperty(f,""+h,e(h,!0));return f}var m=Cs(p);delete m[N];for(var b=jt(m),x=0;x<b.length;x++){var E=b[x];m[E]=e(E,d||!!m[E].enumerable)}return Object.create(Object.getPrototypeOf(p),m)})(l,s),u={i:l?5:4,A:a?a.A:zn(),P:!1,I:!1,R:{},l:a,t:s,k:c,o:null,g:!1,C:!1};return Object.defineProperty(c,N,{value:u,writable:!0}),c},S:function(s,a,l){l?Be(a)&&a[N].A===s&&t(s.p):(s.u&&(function c(u){if(u&&typeof u=="object"){var d=u[N];if(d){var p=d.t,f=d.k,h=d.R,m=d.i;if(m===4)ft(f,(function(C){C!==N&&(p[C]!==void 0||Ht(p,C)?h[C]||c(f[C]):(h[C]=!0,Xe(d)))})),ft(p,(function(C){f[C]!==void 0||Ht(f,C)||(h[C]=!1,Xe(d))}));else if(m===5){if(n(d)&&(Xe(d),h.length=!0),f.length<p.length)for(var b=f.length;b<p.length;b++)h[b]=!1;else for(var x=p.length;x<f.length;x++)h[x]=!0;for(var E=Math.min(f.length,p.length),S=0;S<E;S++)f.hasOwnProperty(S)||(h[S]=!0),h[S]===void 0&&c(f[S])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var vs,pr,Qn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Tc=typeof Map<"u",_c=typeof Set<"u",gs=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ss=Qn?Symbol.for("immer-nothing"):((vs={})["immer-nothing"]=!0,vs),bs=Qn?Symbol.for("immer-draftable"):"__$immer_draftable",N=Qn?Symbol.for("immer-state"):"__$immer_state";var Rc=""+Object.prototype.constructor,jt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Cs=Object.getOwnPropertyDescriptors||function(e){var t={};return jt(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},Gn={},fr={get:function(e,t){if(t===N)return e;var r=Ye(e);if(!Ht(r,t))return(function(i,o,s){var a,l=ms(o,s);return l?"value"in l?l.value:(a=l.get)===null||a===void 0?void 0:a.call(i.k):void 0})(e,r,t);var n=r[t];return e.I||!Oe(n)?n:n===Fn(e.t,t)?(Vn(e),e.o[t]=Kn(e.A.h,n,e)):n},has:function(e,t){return t in Ye(e)},ownKeys:function(e){return Reflect.ownKeys(Ye(e))},set:function(e,t,r){var n=ms(Ye(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var i=Fn(Ye(e),t),o=i?.[N];if(o&&o.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(As(r,i)&&(r!==void 0||Ht(e.t,t)))return!0;Vn(e),Xe(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 Fn(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Vn(e),Xe(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Ye(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){ve(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ve(12)}},dr={};ft(fr,(function(e,t){dr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),dr.deleteProperty=function(e,t){return dr.set.call(this,e,t,void 0)},dr.set=function(e,t,r){return fr.set.call(this,e[0],t,r,e[0])};var Lc=(function(){function e(r){var n=this;this.O=gs,this.D=!0,this.produce=function(i,o,s){if(typeof i=="function"&&typeof o!="function"){var a=o;o=i;var l=n;return function(m){var b=this;m===void 0&&(m=a);for(var x=arguments.length,E=Array(x>1?x-1:0),S=1;S<x;S++)E[S-1]=arguments[S];return l.produce(m,(function(C){var F;return(F=o).call.apply(F,[b,C].concat(E))}))}}var c;if(typeof o!="function"&&ve(6),s!==void 0&&typeof s!="function"&&ve(7),Oe(i)){var u=fs(n),d=Kn(n,i,void 0),p=!0;try{c=o(d),p=!1}finally{p?Vr(u):Wn(u)}return typeof Promise<"u"&&c instanceof Promise?c.then((function(m){return Hn(u,s),jn(m,u)}),(function(m){throw Vr(u),m})):(Hn(u,s),jn(c,u))}if(!i||typeof i!="object"){if((c=o(i))===void 0&&(c=i),c===Ss&&(c=void 0),n.D&&Jn(c,!0),s){var f=[],h=[];Me("Patches").M(i,c,f,h),s(f,h)}return c}ve(21,i)},this.produceWithPatches=function(i,o){if(typeof i=="function")return function(c){for(var u=arguments.length,d=Array(u>1?u-1:0),p=1;p<u;p++)d[p-1]=arguments[p];return n.produceWithPatches(c,(function(f){return i.apply(void 0,[f].concat(d))}))};var s,a,l=n.produce(i,o,(function(c,u){s=c,a=u}));return typeof Promise<"u"&&l instanceof Promise?l.then((function(c){return[c,s,a]})):[l,s,a]},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){Oe(r)||ve(8),Be(r)&&(r=wc(r));var n=fs(this),i=Kn(this,r,void 0);return i[N].C=!0,Wn(n),i},t.finishDraft=function(r,n){var i=r&&r[N],o=i.A;return Hn(o,n),jn(void 0,o)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!gs&&ve(20),this.O=r},t.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var o=n[i];if(o.path.length===0&&o.op==="replace"){r=o.value;break}}i>-1&&(n=n.slice(i+1));var s=Me("Patches").$;return Be(r)?s(r,n):this.produce(r,(function(a){return s(a,n)}))},e})(),se=new Lc,Pc=se.produce,Xd=se.produceWithPatches.bind(se),Jd=se.setAutoFreeze.bind(se),Zd=se.setUseProxies.bind(se),Qd=se.applyPatches.bind(se),ep=se.createDraft.bind(se),tp=se.finishDraft.bind(se),Kr=Pc;function ht(e){"@babel/helpers - typeof";return ht=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},ht(e)}function Os(e,t){if(ht(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ht(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ws(e){var t=Os(e,"string");return ht(t)=="symbol"?t:t+""}function Ts(e,t,r){return(t=ws(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ei(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_s(Object(r),!0).forEach(function(n){Ts(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_s(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function q(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 Rs=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),ti=function(){return Math.random().toString(36).substring(7).split("").join(".")},Gr={INIT:"@@redux/INIT"+ti(),REPLACE:"@@redux/REPLACE"+ti(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ti()}};function Nc(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 ri(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(q(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(q(1));return r(ri)(e,t)}if(typeof e!="function")throw new Error(q(2));var i=e,o=t,s=[],a=s,l=!1;function c(){a===s&&(a=s.slice())}function u(){if(l)throw new Error(q(3));return o}function d(m){if(typeof m!="function")throw new Error(q(4));if(l)throw new Error(q(5));var b=!0;return c(),a.push(m),function(){if(b){if(l)throw new Error(q(6));b=!1,c();var E=a.indexOf(m);a.splice(E,1),s=null}}}function p(m){if(!Nc(m))throw new Error(q(7));if(typeof m.type>"u")throw new Error(q(8));if(l)throw new Error(q(9));try{l=!0,o=i(o,m)}finally{l=!1}for(var b=s=a,x=0;x<b.length;x++){var E=b[x];E()}return m}function f(m){if(typeof m!="function")throw new Error(q(10));i=m,p({type:Gr.REPLACE})}function h(){var m,b=d;return m={subscribe:function(E){if(typeof E!="object"||E===null)throw new Error(q(11));function S(){E.next&&E.next(u())}S();var C=b(S);return{unsubscribe:C}}},m[Rs]=function(){return this},m}return p({type:Gr.INIT}),n={dispatch:p,subscribe:d,getState:u,replaceReducer:f},n[Rs]=h,n}function kc(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Gr.INIT});if(typeof n>"u")throw new Error(q(12));if(typeof r(void 0,{type:Gr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(q(13))})}function Ls(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(r[i]=e[i])}var o=Object.keys(r),s,a;try{kc(r)}catch(l){a=l}return function(c,u){if(c===void 0&&(c={}),a)throw a;if(0)var d;for(var p=!1,f={},h=0;h<o.length;h++){var m=o[h],b=r[m],x=c[m],E=b(x,u);if(typeof E>"u"){var S=u&&u.type;throw new Error(q(14))}f[m]=E,p=p||E!==x}return p=p||o.length!==Object.keys(c).length,p?f:c}}function Vt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Ps(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),o=function(){throw new Error(q(15))},s={getState:i.getState,dispatch:function(){return o.apply(void 0,arguments)}},a=t.map(function(l){return l(s)});return o=Vt.apply(void 0,a)(i.dispatch),ei(ei({},i),{},{dispatch:o})}}}function Ns(e){var t=function(n){var i=n.dispatch,o=n.getState;return function(s){return function(a){return typeof a=="function"?a(i,o,e):s(a)}}};return t}var ks=Ns();ks.withExtraArgument=Ns;var ni=ks;var $s=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])},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 n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}})(),Dc=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(c){return function(u){return l([c,u])}}function l(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=c[0]&2?i.return:c[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,c[1])).done)return o;switch(i=0,o&&(c=[c[0]&2,o.value]),c[0]){case 0:case 1:o=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){r.label=c[1];break}if(c[0]===6&&r.label<o[1]){r.label=o[1],o=c;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(c);break}o[2]&&r.ops.pop(),r.trys.pop();continue}c=t.call(e,r)}catch(u){c=[6,u],i=0}finally{n=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},zt=function(e,t){for(var r=0,n=t.length,i=e.length;r<n;r++,i++)e[i]=t[r];return e},Mc=Object.defineProperty,Ic=Object.defineProperties,Uc=Object.getOwnPropertyDescriptors,Ds=Object.getOwnPropertySymbols,$c=Object.prototype.hasOwnProperty,Bc=Object.prototype.propertyIsEnumerable,Ms=function(e,t,r){return t in e?Mc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},Je=function(e,t){for(var r in t||(t={}))$c.call(t,r)&&Ms(e,r,t[r]);if(Ds)for(var n=0,i=Ds(t);n<i.length;n++){var r=i[n];Bc.call(t,r)&&Ms(e,r,t[r])}return e},ii=function(e,t){return Ic(e,Uc(t))},Hc=function(e,t,r){return new Promise(function(n,i){var o=function(l){try{a(r.next(l))}catch(c){i(c)}},s=function(l){try{a(r.throw(l))}catch(c){i(c)}},a=function(l){return l.done?n(l.value):Promise.resolve(l.value).then(o,s)};a((r=r.apply(e,t)).next())})};var jc=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Vt:Vt.apply(null,arguments)},bp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Fc(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}function Ze(e,t){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var o=t.apply(void 0,n);if(!o)throw new Error("prepareAction did not return an object");return Je(Je({type:e,payload:o.payload},"meta"in o&&{meta:o.meta}),"error"in o&&{error:o.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}var Vc=(function(e){$s(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,zt([void 0],r[0].concat(this)))):new(t.bind.apply(t,zt([void 0],r.concat(this))))},t})(Array),zc=(function(e){$s(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=e.apply(this,r)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,zt([void 0],r[0].concat(this)))):new(t.bind.apply(t,zt([void 0],r.concat(this))))},t})(Array);function ai(e){return Oe(e)?Kr(e,function(){}):e}function Wc(e){return typeof e=="boolean"}function Kc(){return function(t){return Gc(t)}}function Gc(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,o=e.serializableCheck,s=o===void 0?!0:o,a=e.actionCreatorCheck,l=a===void 0?!0:a,c=new Vc;if(r&&(Wc(r)?c.push(ni):c.push(ni.withExtraArgument(r.extraArgument))),0){if(i)var u;if(s)var d;if(l)var p}return c}var oi=!0;function Bs(e){var t=Kc(),r=e||{},n=r.reducer,i=n===void 0?void 0:n,o=r.middleware,s=o===void 0?t():o,a=r.devTools,l=a===void 0?!0:a,c=r.preloadedState,u=c===void 0?void 0:c,d=r.enhancers,p=d===void 0?void 0:d,f;if(typeof i=="function")f=i;else if(Fc(i))f=Ls(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var h=s;if(typeof h=="function"&&(h=h(t),!oi&&!Array.isArray(h)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!oi&&h.some(function(C){return typeof C!="function"}))throw new Error("each middleware provided to configureStore must be a function");var m=Ps.apply(void 0,h),b=Vt;l&&(b=jc(Je({trace:!oi},typeof l=="object"&&l)));var x=new zc(m),E=x;Array.isArray(p)?E=zt([m],p):typeof p=="function"&&(E=p(x));var S=b.apply(void 0,E);return ri(f,u,S)}function Hs(e){var t={},r=[],n,i={addCase:function(o,s){var a=typeof o=="string"?o:o.type;if(!a)throw new Error("`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[a]=s,i},addMatcher:function(o,s){return r.push({matcher:o,reducer:s}),i},addDefaultCase:function(o){return n=o,i}};return e(i),[t,r,n]}function qc(e){return typeof e=="function"}function Yc(e,t,r,n){r===void 0&&(r=[]);var i=typeof t=="function"?Hs(t):[t,r,n],o=i[0],s=i[1],a=i[2],l;if(qc(e))l=function(){return ai(e())};else{var c=ai(e);l=function(){return c}}function u(d,p){d===void 0&&(d=l());var f=zt([o[p.type]],s.filter(function(h){var m=h.matcher;return m(p)}).map(function(h){var m=h.reducer;return m}));return f.filter(function(h){return!!h}).length===0&&(f=[a]),f.reduce(function(h,m){if(m)if(Be(h)){var b=h,x=m(b,p);return x===void 0?h:x}else{if(Oe(h))return Kr(h,function(E){return m(E,p)});var x=m(h,p);if(x===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return x}return h},d)}return u.getInitialState=l,u}function Xc(e,t){return e+"/"+t}function js(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:ai(e.initialState),n=e.reducers||{},i=Object.keys(n),o={},s={},a={};i.forEach(function(u){var d=n[u],p=Xc(t,u),f,h;"reducer"in d?(f=d.reducer,h=d.prepare):f=d,o[u]=f,s[p]=f,a[u]=h?Ze(p,h):Ze(p)});function l(){var u=typeof e.extraReducers=="function"?Hs(e.extraReducers):[e.extraReducers],d=u[0],p=d===void 0?{}:d,f=u[1],h=f===void 0?[]:f,m=u[2],b=m===void 0?void 0:m,x=Je(Je({},p),s);return Yc(r,function(E){for(var S in x)E.addCase(S,x[S]);for(var C=0,F=h;C<F.length;C++){var $=F[C];E.addMatcher($.matcher,$.reducer)}b&&E.addDefaultCase(b)})}var c;return{name:t,reducer:function(u,d){return c||(c=l()),c(u,d)},actions:a,caseReducers:o,getInitialState:function(){return c||(c=l()),c.getInitialState()}}}var Jc="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Zc=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Jc[Math.random()*64|0];return t},Qc=["name","message","stack","code"],si=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Is=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),eu=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=Qc;r<n.length;r++){var i=n[r];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Sp=(function(){function e(t,r,n){var i=Ze(t+"/fulfilled",function(u,d,p,f){return{payload:u,meta:ii(Je({},f||{}),{arg:p,requestId:d,requestStatus:"fulfilled"})}}),o=Ze(t+"/pending",function(u,d,p){return{payload:void 0,meta:ii(Je({},p||{}),{arg:d,requestId:u,requestStatus:"pending"})}}),s=Ze(t+"/rejected",function(u,d,p,f,h){return{payload:f,error:(n&&n.serializeError||eu)(u||"Rejected"),meta:ii(Je({},h||{}),{arg:p,requestId:d,rejectedWithValue:!!f,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),a=!1,l=typeof AbortController<"u"?AbortController:(function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u})();function c(u){return function(d,p,f){var h=n?.idGenerator?n.idGenerator(u):Zc(),m=new l,b,x=!1;function E(C){b=C,m.abort()}var S=(function(){return Hc(this,null,function(){var C,F,$,Fe,mn,Ve,ie;return Dc(this,function(de){switch(de.label){case 0:return de.trys.push([0,4,,5]),Fe=(C=n?.condition)==null?void 0:C.call(n,u,{getState:p,extra:f}),ru(Fe)?[4,Fe]:[3,2];case 1:Fe=de.sent(),de.label=2;case 2:if(Fe===!1||m.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return x=!0,mn=new Promise(function(oe,nt){return m.signal.addEventListener("abort",function(){return nt({name:"AbortError",message:b||"Aborted"})})}),d(o(h,u,(F=n?.getPendingMeta)==null?void 0:F.call(n,{requestId:h,arg:u},{getState:p,extra:f}))),[4,Promise.race([mn,Promise.resolve(r(u,{dispatch:d,getState:p,extra:f,requestId:h,signal:m.signal,abort:E,rejectWithValue:function(oe,nt){return new si(oe,nt)},fulfillWithValue:function(oe,nt){return new Is(oe,nt)}})).then(function(oe){if(oe instanceof si)throw oe;return oe instanceof Is?i(oe.payload,h,u,oe.meta):i(oe,h,u)})])];case 3:return $=de.sent(),[3,5];case 4:return Ve=de.sent(),$=Ve instanceof si?s(null,h,u,Ve.payload,Ve.meta):s(Ve,h,u),[3,5];case 5:return ie=n&&!n.dispatchConditionRejection&&s.match($)&&$.meta.condition,ie||d($),[2,$]}})})})();return Object.assign(S,{abort:E,requestId:h,arg:u,unwrap:function(){return S.then(tu)}})}}return Object.assign(c,{pending:o,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e})();function tu(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function ru(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Fs="listener",Vs="completed",zs="cancelled",Cp="task-"+zs,Op="task-"+Vs,wp=Fs+"-"+zs,Tp=Fs+"-"+Vs;var li="listenerMiddleware";var _p=Ze(li+"/add"),Rp=Ze(li+"/removeAll"),Lp=Ze(li+"/remove");var Us,Pp=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Us||(Us=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},nu=function(e){return function(t){setTimeout(t,e)}},Np=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:nu(10);Es();var iu=Ur(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,i){this.eventBus.addEventListener(r,n,i)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,i){this.eventBus.removeEventListener(r,n,i)}}}),qr=class extends iu(Object){};window.ftReduxStores||(window.ftReduxStores={});var Ws=class e extends qr{static get(t){var r;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,o=window.ftReduxStores[n];if(Fr(o))return o;if(i==null)return;let s=js({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),a=Bs({reducer:(l,c)=>{if(c.type==="CLEAR_FT_REDUX_STORE"){let u=lr(s.getInitialState());for(let d of c.keeping)u[d]=(l??u)[d];return u}else if(typeof c.type=="string"&&c.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...l,...c.overwrites};return s.reducer(l,c)}});return window.ftReduxStores[i.name]=new e(s,a,i.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new $r;let i=o=>o!=null?JSON.parse(JSON.stringify(o)):o;this.actions=new Proxy(this.reduxSlice.actions,{get:(o,s,a)=>{let l=s,c=o[l];return c?(...u)=>{let d=c(...u.map(i));return this.reduxStore.dispatch(d),d}:u=>{this.setState({[l]:i(u)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}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()}};var Yr=class{static format(t,r,n,i,o){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,i,!!o)):this.getIntlDateTime(t,r,n,i,!!o)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,i,o){let s=typeof t=="string"?new Date(t):t,a=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(s),l=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return o?l:i?`${a} ${l}`:a}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Xr=y(O()),ou="ft-app-info",Wt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Wt.eventName="authentication-change";var hr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};hr.eventName="ui-locale-changed";var su={session:(e,t)=>{(0,Xr.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>w.dispatchEvent(new Wt(t.payload)),0))}},w=Xr.FtReduxStore.get({name:ou,reducers:su,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!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 Ks=y(O()),Jr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},af=(0,Ks.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(w)}dateFormatOptionsChanged(n){return n.has("metadataDescriptors")||n.has("useLongDateFormat")||n.has("useDateTimeFormat")||n.has("uiLocale")}getDateFormatter(n){var i,o;return((o=(i=this.metadataDescriptors.find(a=>a.key===n))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1)?a=>Yr.format(a,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Jr([(0,ci.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Jr([(0,ci.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Jr([Bn({store:w.name,selector:r=>{var n,i;return(i=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&i!==void 0?i:[]}})],t.prototype,"metadataDescriptors",void 0),Jr([Bn({store:w.name})],t.prototype,"uiLocale",void 0),t});var Gs;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Gs||(Gs={}));var qs;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(qs||(qs={}));var Ys;(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"})(Ys||(Ys={}));var Xs;(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"})(Xs||(Xs={}));var Js;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Js||(Js={}));var Zs;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Zs||(Zs={}));var Qs;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(Qs||(Qs={}));var ea;(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__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",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__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"})(ea||(ea={}));var ta;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(ta||(ta={}));var ra;(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"})(ra||(ra={}));var na;(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",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(na||(na={}));var ia;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(ia||(ia={}));var oa;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(oa||(oa={}));var sa;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(sa||(sa={}));var aa;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(aa||(aa={}));var la;(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"})(la||(la={}));var ca;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(ca||(ca={}));var ua;(function(e){e.ASC="ASC",e.DESC="DESC"})(ua||(ua={}));var da;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(da||(da={}));var pa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(pa||(pa={}));var fa;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(fa||(fa={}));var ha;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(ha||(ha={}));var ma;(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"})(ma||(ma={}));var ya;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(ya||(ya={}));var va;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(va||(va={}));var ga;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(ga||(ga={}));var ba;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(ba||(ba={}));var j;(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.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.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(j||(j={}));var ge;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ge||(ge={}));var xa;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(xa||(xa={}));var Aa;(function(e){e.UNREACHABLE="UNREACHABLE",e.UNAUTHORIZED="UNAUTHORIZED",e.FORBIDDEN="FORBIDDEN",e.INCOMPATIBLE="INCOMPATIBLE",e.FAILED="FAILED",e.OK="OK"})(Aa||(Aa={}));var Ea;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(Ea||(Ea={}));var Sa;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.OTHER="OTHER"})(Sa||(Sa={}));var Ca;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(Ca||(Ca={}));var Oa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(Oa||(Oa={}));var wa;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(wa||(wa={}));var Ta;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(Ta||(Ta={}));var _a;(function(e){e.IN_PROGRESS="IN_PROGRESS",e.ERROR="ERROR",e.DONE="DONE"})(_a||(_a={}));var Ra;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(Ra||(Ra={}));var La;(function(e){e.SOURCES="SOURCES",e.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",e.VOCABULARIES="VOCABULARIES",e.METADATA="METADATA",e.PRETTY_URL="PRETTY_URL",e.ACCESS_RULE="ACCESS_RULE",e.DESIGNED_PAGES="DESIGNED_PAGES",e.THEME_STUDIO="THEME_STUDIO",e.PORTAL_GENERAL="PORTAL_GENERAL",e.ASSETS="ASSETS",e.CODE_LIBRARY="CODE_LIBRARY",e.THEME="THEME",e.CONTENT_STYLES="CONTENT_STYLES",e.HOMEPAGE="HOMEPAGE",e.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",e.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",e.PORTAL_METADATA="PORTAL_METADATA",e.LANGUAGES="LANGUAGES",e.PRINT_TEMPLATES="PRINT_TEMPLATES",e.OFFLINE="OFFLINE",e.CUSTOM_JS="CUSTOM_JS",e.CONFIDENTIALITY="CONFIDENTIALITY",e.NOTIFICATIONS="NOTIFICATIONS"})(La||(La={}));var Pa;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(Pa||(Pa={}));var au={[j.PERSONAL_BOOK_SHARE_USER]:[j.PERSONAL_BOOK_USER],[j.HTML_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.PDF_EXPORT_USER]:[j.PERSONAL_BOOK_USER],[j.KHUB_ADMIN]:[j.CONTENT_PUBLISHER],[j.ADMIN]:[j.KHUB_ADMIN,j.USERS_ADMIN,j.PORTAL_ADMIN,j.BEHAVIOR_DATA_USER],[j.GENERATIVE_AI_EXPORT_USER]:[j.GENERATIVE_AI_USER]};function Na(e,t){return e===t||(au[e]??[]).some(r=>Na(r,t))}function ka(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(n=>Na(n,t))}var rn=y(O());var ui=y(O());var mt=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=w.getState(),i=t??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let i=w.subscribe(()=>{n=e.get(t),n&&(i(),r(n))})}})}};var Kt=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:mt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):mt.await()}};var ae=class extends Kt{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(o,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([a],[l])=>a.localeCompare(l)));let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new ui.CacheRegistry,this.cache=t?i.commonCache:new ui.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var Zr=class extends ae{async listMySearches(){let{session:t}=w.getState();return ka(t,j.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var Qr=class extends ae{async listMyBookmarks(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var en=class extends ae{constructor(){super(...arguments),this.CACHE_DURATION=180*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=w.getState().session;return!!t?.sessionAuthenticated}};var tn=class extends ae{constructor(){super(...arguments),this.CACHE_DURATION=180*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=w.getState().session;return!!t?.sessionAuthenticated}};var lu="ft-user-assets",cu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(ge).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:n,asset:i}=t.payload;pi(e,r,[...di(e,r),i]),Da(e,r,1,n),Ma(e,i)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;pi(e,r,di(e,r).map(i=>i.id===n.id?n:i)),Ma(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:i}=t.payload;pi(e,r,di(e,r).filter(o=>o.id!==i)),Da(e,r,-1,n)}},Ia={[ge.SEARCHES]:"savedSearches",[ge.BOOKMARKS]:"bookmarks",[ge.BOOKS]:void 0,[ge.COLLECTIONS]:void 0},di=(e,t)=>{var r;let n=Ia[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},pi=(e,t,r)=>{let n=Ia[t];n&&(e[n]=r)},Da=(e,t,r,n)=>{let i=e.assetCounts.allAsset[t];if(i!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,i+r),t===ge.BOOKMARKS&&n)){let o=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,o+r)}},Ma=(e,t)=>{let r=e.assetLabels.map(i=>i.title),n=t.labels.filter(i=>!r.includes(i)).map(i=>({title:i}));e.assetLabels.push(...n)},Z=rn.FtReduxStore.get({name:lu,reducers:cu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ge).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),fi=class{constructor(t=new en,r=new tn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Qr,this.savedSearchesService=new Zr,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=w.getState();(0,rn.deepEqual)((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(),Z.actions.clearAssetCount(),Z.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Z.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Z.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Z.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Z.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Z.getState().assetCounts.allAsset[t]!==r.count&&Z.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Z.getState().assetCounts.bookmarkByMap[t]!==r.count&&Z.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Z.getState().assetCounts.bookmarkByMap).length!==0;t===ge.BOOKMARKS&&r&&Z.actions.clearBookmarkCountByMap(),Z.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;Z.actions.bookmarks(r)}}},uu=new fi;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=uu);var hi=class{addCommand(t,r=!1){w.commands.add(t,r)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new hi;var be=y(O());var Ua,Gt=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},du=Symbol("clearAfterUnitTest"),nn=class extends(0,be.withEventBus)(ae){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ua]=()=>{this.defaultMessages={},this.cache=new be.CacheRegistry,this.listeners={}},this.currentUiLocale=w.getState().uiLocale,w.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=w.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 n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let i={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,be.deepEqual)(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var i;let o=t.toLowerCase(),s=this.resolveContext(o);return new be.ParametrizedLabelResolver((i=this.defaultMessages[o])!==null&&i!==void 0?i:{},s).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(i){!(i instanceof be.CanceledPromiseError)&&r&&console.error(i)}return n}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var i;return(i=this.listeners[t])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new Gt({loadedContexts:t})),this.dispatchEvent(new Gt({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new Gt({loadedContexts:[t]})),this.dispatchEvent(new Gt({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,be.delay)(0).then(()=>n()).catch(()=>null)))}};Ua=du;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends nn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends nn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var mr=window.FluidTopicsI18nService,mi=window.FluidTopicsCustomI18nService;var $a=y(O()),yi=class{highlightHtml(t,r,n){(0,$a.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new yi;var Ba=y(O());var vi=class{isDate(t){var r,n,i,o;return(o=(i=((n=(r=w.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(a=>a.key===t))===null||i===void 0?void 0:i.date)!==null&&o!==void 0?o:!1}format(t,r){var n,i,o,s;if(t==null)return"";try{return Ba.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:w.getState().uiLocale,(i=r?.longFormat)!==null&&i!==void 0?i:!1,(o=r?.withTime)!==null&&o!==void 0?o:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(a){throw console.error(`Date ${JSON.stringify(t)} is not valid`,a),a}}};window.FluidTopicsDateService=new vi;var Ha=y(O());var yr=class{static get(t,r){var n,i;let o=w.getState(),{lang:s,region:a}=(i=(n=o.defaultLocales)===null||n===void 0?void 0:n.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Ha.SearchPlaceConverter(o.baseUrl,t??20,o.searchInAllLanguagesAllowed,r??`${s}-${a}`)}};var gi=class{urlToSearchRequest(t){return yr.get().parse(t)}searchRequestToUrl(t){return yr.get().serialize(t)}};window.FluidTopicsUrlService=new gi;var He=y(O());var yt=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};yt.eventName="change";var bi=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))}},ja=new bi;var on=class e extends He.WithEventBus{static build(){return new e(window.history,ja,()=>window.location,!1)}constructor(t,r,n,i){var o,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,this.states=[],this.realPushState=t.pushState,this.realReplaceState=t.replaceState,this.initialIndex=(s=(o=t.state)===null||o===void 0?void 0:o.index)!==null&&s!==void 0?s:t.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(i)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},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),(0,He.deepEqual)(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 t=r=>(n,i,[o,s,a])=>{let l=r(),c={...l===this.currentIndex?this.currentState:void 0,...o,index:l,href:typeof a=="string"?a:(a??this.windowLocation()).href};n.apply(i,[c,s,a]),this.setCurrentState(c,!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 n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(yt.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(yt.eventName,t)}currentItem(){return(0,He.deepCopy)(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(0,He.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,He.deepCopy)(r.find(n=>t(n)))}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(0,He.deepCopy)(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 n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let i=t,o=t+1;for(;this.states.length>o&&!this.isDifferentMajorState(o,n);)this.hasState(o)&&(i=o),o++;return i}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 n;if(!this.hasState(t))return!1;let i=r??this.currentState.majorStateId,o=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return o==null||o!=i}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=on.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var Fa=y(I());var Va=Fa.css`
|
|
261
|
+
`;var Ka=y(I()),le=y(X()),bt=y(O());var vt=y(O());function za(e,t){let{authenticationRequired:r,session:n}=w.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var sn=class extends Kt{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var xi=class e extends vt.FtStateManager{static build(t){return new e(w,t)}constructor(t,r){super(),this.store=t,this.cache=new vt.CacheRegistry,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new sn,this.cleanSessionDebouncer=new vt.Debouncer,this.reloadDebouncer=new vt.Debouncer(500),this.apiProvider=r??(()=>mt.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Wt.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>za(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){var r,n,i,o,s;this.localesConfiguration=t,this.store.actions.defaultLocales(this.localesConfiguration.defaultLocales),this.store.actions.availableUiLocales((r=this.localesConfiguration.availableUiLocales)!==null&&r!==void 0?r:[]),this.store.actions.searchInAllLanguagesAllowed((n=this.localesConfiguration.allLanguagesAllowed)!==null&&n!==void 0?n:!1),this.store.actions.searchLanguageSetsUiLanguage((i=this.localesConfiguration.searchLanguageSetsUiLanguage)!==null&&i!==void 0?i:!1),this.store.actions.uiLanguageSetsSearchLanguage((o=this.localesConfiguration.uiLanguageSetsSearchLanguage)!==null&&o!==void 0?o:!1),this.store.actions.uiLanguageSetsReaderLanguage((s=this.localesConfiguration.uiLanguageSetsReaderLanguage)!==null&&s!==void 0?s:!1),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t){this.userLocaleService.updateUiLocale({uiLocale:t}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new hr(r)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},Wa=xi.build();var gt=class extends Event{constructor(t,r,n,i){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.contextTarget=r,this.callback=n,this.subscribe=i??!1}};var vr=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=t=>{let r=this.pendingContextRequests.get(t.context);if(r===void 0)return;this.pendingContextRequests.delete(t.context);let{requests:n}=r;for(let{elementRef:i,callbackRef:o}of n){let s=i.deref(),a=o.deref();s===void 0||a===void 0||s.dispatchEvent(new gt(t.context,s,a,!0))}},this.onContextRequest=t=>{if(t.subscribe!==!0)return;let r=t.contextTarget??t.composedPath()[0],n=t.callback,i=this.pendingContextRequests.get(t.context);i===void 0&&this.pendingContextRequests.set(t.context,i={callbacks:new WeakMap,requests:[]});let o=i.callbacks.get(r);o===void 0&&i.callbacks.set(r,o=new WeakSet),o.has(n)||(o.add(n),i.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(n)}))}}attach(t){t.addEventListener("context-request",this.onContextRequest),t.addEventListener("context-provider",this.onContextProvider)}detach(t){t.removeEventListener("context-request",this.onContextRequest),t.removeEventListener("context-provider",this.onContextProvider)}};var Y=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},M=class extends bt.FtLitElementRedux{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.authenticationRequired=!1,this.messageContexts=[],this.stateManager=Wa,this.contextRoot=new vr}render(){return Ka.html`
|
|
262
|
+
<slot></slot>
|
|
263
|
+
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>mr.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};M.elementDefinitions={};M.styles=Va;Y([(0,le.property)()],M.prototype,"baseUrl",void 0);Y([(0,le.property)()],M.prototype,"apiIntegrationIdentifier",void 0);Y([(0,le.property)()],M.prototype,"apiIntegrationAppVersion",void 0);Y([(0,le.property)()],M.prototype,"uiLocale",void 0);Y([(0,bt.jsonProperty)(null)],M.prototype,"availableUiLocales",void 0);Y([(0,bt.jsonProperty)(null)],M.prototype,"metadataConfiguration",void 0);Y([(0,le.property)({type:Boolean})],M.prototype,"editorMode",void 0);Y([(0,le.property)({type:Boolean})],M.prototype,"noCustom",void 0);Y([(0,le.property)({type:Boolean})],M.prototype,"openExternalDocumentInNewTab",void 0);Y([(0,le.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],M.prototype,"noCustomComponent",void 0);Y([(0,le.property)({type:Boolean})],M.prototype,"withManualResources",void 0);Y([(0,le.property)({type:Boolean})],M.prototype,"navigatorOnline",void 0);Y([(0,le.property)({type:Boolean})],M.prototype,"forcedOffline",void 0);Y([(0,le.property)({type:Boolean})],M.prototype,"authenticationRequired",void 0);Y([(0,bt.jsonProperty)([])],M.prototype,"messageContexts",void 0);Y([(0,bt.jsonProperty)(void 0)],M.prototype,"session",void 0);var qa=y(O());var Ga={"ft-app-context":M};(0,qa.customElements)(Ga);var Ya=y(X());var Ai=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,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},qt=new Ai;var hu=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},br=Symbol("i18nAttributes"),Xa=Symbol("i18nListAttributes"),Ja=Symbol("i18nProperties"),an=Symbol("i18nContexts"),gr=Symbol("i18nUnsubs"),Za=(0,Yt.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(o){return o??this.useCustomMessageContexts?mi:mr}i18n(o){let{context:s,key:a,message:l}=o,{custom:c,args:u,argsProvider:d}=o;if(s&&a){this.hasI18nContext(s)||this.addI18nContext(s,void 0,c);let p=u??(d?d(this):[]);return this.getI18nService(c).resolveMessage(s,a,...p)}return l}async awaitI18n(o){let{context:s,custom:a}=o;return s&&await this.getI18nService(a).prepareContext(s),this.i18n(o)}customI18n(o,s){if(qt.isI18nKey(o)){let[a,l]=o.split(".");return this.i18n({custom:!0,context:a,key:l,...s})||o}return o}firstUpdated(o){super.firstUpdated(o),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(o){super.update(o),this.updateI18nAttributes((s,a,l)=>o.has(a)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(o){this.updateI18nAttributes((s,a,l)=>{var c;return((c=l?.context)===null||c===void 0?void 0:c.toLowerCase())===o}),this.updateI18nProperties(s=>s.context.toLowerCase()===o),this.requestUpdate()}updateI18nAttributes(o){var s,a;let l=this,c=(u,d,p)=>p?.context&&p.key&&o(u,d,p)?{...p,message:this.i18n({context:p.context,key:p.key,custom:p.custom,...u})}:p;(s=this[br])===null||s===void 0||s.forEach((u,d)=>l[d]=c(u,d,l[d])),(a=this[Xa])===null||a===void 0||a.forEach((u,d)=>{var p;return l[d]=(p=l[d])===null||p===void 0?void 0:p.map(f=>c(u,d,f))})}updateI18nProperties(o){var s;(s=this[Ja])===null||s===void 0||s.forEach((a,l)=>{o(a,l)&&(this[l]=this.i18n(a))})}addI18nMessages(o,s,a){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(o,s,a)}addI18nContext(o,s,a){let l=(typeof o=="string"?o:o.name).toLowerCase();a=typeof o=="string"?a:o.custom,this[an].set(l,{isCustomContext:a}),this[gr].has(l)||this[gr].set(l,this.getI18nService(a).subscribe(l,()=>this.onI18nUpdate(l))),this.getI18nService(a).prepareContext(l,s)}hasI18nContext(o){return this[an].has(o.toLowerCase())}connectedCallback(){super.connectedCallback(),this[an].forEach((o,s)=>this.addI18nContext(s,void 0,o.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[gr].forEach(o=>o()),this[gr].clear()}}return t=an,r=gr,hu([(0,Ya.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),ln=class extends Za(Yt.FtLitElement){},cn=class extends Za(Yt.FtLitElementRedux){};var Qa=y(O());var Ei=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?qt.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},mu=new Ei;var el=(e,t)=>(r,n)=>{var i;r.constructor.createProperty(n,{type:Object,hasChanged:Qa.hasChanged,converter:qt,...t}),r[br]=(i=r[br])!==null&&i!==void 0?i:new Map,r[br].set(n,e??{})};var tl=y(I());var rl=tl.css`
|
|
264
|
+
`;var un=y(I()),dn=y(X()),pn=y(O());var xr=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},we=class extends cn{constructor(){super(),this.editorMode=!1,this.addStore(w)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":un.nothing:un.html`
|
|
265
|
+
<span class="ft-i18n">
|
|
266
|
+
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
267
|
+
</span>
|
|
268
|
+
`}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};we.elementDefinitions={};we.styles=rl;xr([(0,pn.redux)()],we.prototype,"editorMode",void 0);xr([(0,dn.property)()],we.prototype,"context",void 0);xr([(0,dn.property)()],we.prototype,"key",void 0);xr([(0,pn.jsonProperty)([])],we.prototype,"args",void 0);xr([(0,dn.property)()],we.prototype,"defaultMessage",void 0);var il=y(O());var nl={"ft-i18n":we};(0,il.customElements)(nl);var Te=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},V=class extends ln{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 xe.Debouncer,this.revealDebouncer=new xe.Debouncer,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 ol.html`
|
|
269
|
+
<div part="container"
|
|
270
|
+
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
271
|
+
<slot part="slot"></slot>
|
|
272
|
+
<div part="tooltip" role="tooltip" inert
|
|
273
|
+
class="ft-tooltip ft-tooltip--${this.validPosition}"
|
|
274
|
+
popover="manual">
|
|
275
|
+
<div part="tooltip-content" class="ft-tooltip--content">
|
|
276
|
+
<slot name="text"></slot>
|
|
277
|
+
<ft-typography variant="${fe.caption}" ?hidden=${!(!((t=this.text)===null||t===void 0)&&t.message)}>
|
|
278
|
+
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
279
|
+
</ft-typography>
|
|
280
|
+
</div>
|
|
281
|
+
</div>
|
|
282
|
+
</div>
|
|
283
|
+
`}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseover",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("mouseover",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,n;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(n=this.tooltip)===null||n===void 0||n.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 n=this.manual;this.manual=!0;let i=this.text;this.text={message:t},await this.show(r),this.text=i,this.manual=n}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&&es(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 ${xe.designSystemVariables.transitionDuration}, left ${xe.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(t){return this.manual||(0,xe.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}};V.elementDefinitions={"ft-typography":J};V.styles=Oo;Te([el()],V.prototype,"text",void 0);Te([(0,Ae.property)({type:Boolean})],V.prototype,"manual",void 0);Te([(0,Ae.property)({type:Boolean})],V.prototype,"inline",void 0);Te([(0,xe.numberProperty)()],V.prototype,"delay",void 0);Te([(0,Ae.property)()],V.prototype,"position",void 0);Te([(0,xe.jsonProperty)([])],V.prototype,"ignoreMatchingElements",void 0);Te([(0,Ae.queryAssignedNodes)()],V.prototype,"slotNodes",void 0);Te([(0,Ae.query)(".ft-tooltip--container")],V.prototype,"container",void 0);Te([(0,Ae.query)(".ft-tooltip")],V.prototype,"tooltip",void 0);Te([(0,Ae.query)(".ft-tooltip--content")],V.prototype,"tooltipContent",void 0);Te([(0,Ae.state)()],V.prototype,"visible",void 0);var al=y(O());var sl={"ft-tooltip":V};(0,al.customElements)(sl);var ll=y(I()),Re=y(O()),_e={size:Re.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:Re.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",Re.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:Re.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",Re.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:Re.FtCssVariableFactory.extend("--ft-icon-material-font-family","",Re.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:Re.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},cl=[ll.css`
|
|
284
|
+
:host, i.ft-icon {
|
|
285
|
+
display: inline-flex;
|
|
286
|
+
align-items: center;
|
|
287
|
+
flex-shrink: 0;
|
|
288
|
+
flex-grow: 0;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
:host {
|
|
292
|
+
width: ${_e.size};
|
|
293
|
+
height: ${_e.size};
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
i.ft-icon {
|
|
297
|
+
width: 100%;
|
|
298
|
+
height: 100%;
|
|
299
|
+
font-size: ${_e.size};
|
|
300
|
+
line-height: 1;
|
|
301
|
+
font-weight: normal;
|
|
302
|
+
text-transform: none;
|
|
303
|
+
font-style: normal;
|
|
304
|
+
font-variant: normal;
|
|
305
|
+
speak: none;
|
|
306
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
|
|
307
|
+
text-rendering: auto;
|
|
308
|
+
-webkit-font-smoothing: antialiased;
|
|
309
|
+
-moz-osx-font-smoothing: grayscale;
|
|
310
|
+
vertical-align: ${_e.verticalAlign};
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
i.ft-icon.ft-icon--fluid-topics {
|
|
314
|
+
font-family: ${_e.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
315
|
+
|
|
316
|
+
/* Ugly fix because font is broken */
|
|
317
|
+
font-size: calc(0.75 * ${_e.size});
|
|
318
|
+
line-height: ${_e.size};
|
|
319
|
+
position: relative;
|
|
320
|
+
top: -4%;
|
|
321
|
+
justify-content: center;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.ft-icon--file-format {
|
|
325
|
+
font-family: ${_e.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.ft-icon--material {
|
|
329
|
+
font-family: ${_e.materialFontFamily}, "Material Icons", sans-serif;
|
|
330
|
+
}
|
|
331
|
+
`,Re.noTextSelect];var Qe;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Qe||(Qe={}));var Ar=y(I()),et=y(X()),pl=y(O()),fl=y(dl());var fn;(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.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.CIRCLE_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="",e.HYPHEN_SOLID="",e.CROSSHAIRS="",e.PERSON_CHALKBOARD="",e.CIRCLE_ARROW_DOWN_SLASH="",e.BOOK_OPEN_COVER="",e.LIGHTBULB="",e.MESSAGE_BOT_AGENTIC_SOLID="",e.CHART_LINE_USER="",e.SERVER_CIRCLE_ARROW_DOWN="",e.EYE="",e.SHARE="󨃱"})(fn||(fn={}));var v;(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=""})(v||(v={}));var Ny=new Map([...["abw"].map(e=>[e,v.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,v.AUDIO]),...["avi"].map(e=>[e,v.AVI]),...["chm","xhs"].map(e=>[e,v.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,v.CODE]),...["csv"].map(e=>[e,v.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,v.DITA]),...["epub"].map(e=>[e,v.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,v.EXCEL]),...["flac"].map(e=>[e,v.FLAC]),...["gif"].map(e=>[e,v.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,v.GZIP]),...["html","htm","xhtml"].map(e=>[e,v.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,v.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,v.JPEG]),...["json"].map(e=>[e,v.JSON]),...["m4a","m4p"].map(e=>[e,v.M4A]),...["mov","qt"].map(e=>[e,v.MOV]),...["mp3"].map(e=>[e,v.MP3]),...["mp4","m4v"].map(e=>[e,v.MP4]),...["ogg","oga"].map(e=>[e,v.OGG]),...["pdf","ps"].map(e=>[e,v.PDF]),...["png"].map(e=>[e,v.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,v.POWERPOINT]),...["rar"].map(e=>[e,v.RAR]),...["stp"].map(e=>[e,v.STP]),...["txt","rtf","md","mdown"].map(e=>[e,v.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,v.VIDEO]),...["wav"].map(e=>[e,v.WAV]),...["wma"].map(e=>[e,v.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,v.WORD]),...["xml","xsl","rdf"].map(e=>[e,v.XML]),...["yaml","yml","x-yaml"].map(e=>[e,v.YAML]),...["zip"].map(e=>[e,v.ZIP])]);var ky={[v.ABW]:"#91ABC6",[v.AUDIO]:"#1795E3",[v.AVI]:"#E63324",[v.CHM]:"#71C3EB",[v.CODE]:"#71C3EB",[v.CSV]:"#1F7345",[v.DITA]:"#71C3EB",[v.EPUB]:"#85B926",[v.EXCEL]:"#1F7345",[v.FLAC]:"#1795E3",[v.GIF]:"#59B031",[v.GZIP]:"#F8AB36",[v.HTML]:"#71C3EB",[v.IMAGE]:"#59B031",[v.JPEG]:"#59B031",[v.JSON]:"#71C3EB",[v.M4A]:"#1795E3",[v.MOV]:"#E63324",[v.MP3]:"#1795E3",[v.MP4]:"#E63324",[v.OGG]:"#1795E3",[v.PDF]:"#E44948",[v.PNG]:"#59B031",[v.POWERPOINT]:"#B54A2B",[v.RAR]:"#F8AB36",[v.STP]:"#3764B1",[v.TEXT]:"#3162AB",[v.UNKNOWN]:"#999999",[v.VIDEO]:"#E63324",[v.WAV]:"#1795E3",[v.WMA]:"#1795E3",[v.WORD]:"#3162AB",[v.XML]:"#71C3EB",[v.YAML]:"#71C3EB",[v.ZIP]:"#F8AB36"};var Er=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},ce=class extends pl.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Ar.nothing}render(){let t=this.variant&&Object.values(Qe).includes(this.variant)?this.variant:Qe.fluid_topics,r=t!==Qe.material||!!this.value;return Ar.html`
|
|
332
|
+
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
333
|
+
${(0,fl.unsafeHTML)(this.resolvedIcon)}
|
|
334
|
+
<slot ?hidden=${r}></slot>
|
|
335
|
+
</i>
|
|
336
|
+
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.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 n=this.value||this.getTextContent();switch(this.variant){case Qe.file_format:this.resolvedIcon=(t=v[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Qe.material:this.resolvedIcon=this.value||Ar.nothing;break;default:this.resolvedIcon=(r=fn[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};ce.elementDefinitions={};ce.styles=cl;Er([(0,et.property)()],ce.prototype,"variant",void 0);Er([(0,et.property)()],ce.prototype,"value",void 0);Er([(0,et.property)({reflect:!0,attribute:"aria-hidden"})],ce.prototype,"ariaHidden",void 0);Er([(0,et.state)()],ce.prototype,"resolvedIcon",void 0);Er([(0,et.query)("slot")],ce.prototype,"slottedContent",void 0);var ml=y(O());var hl={"ft-icon":ce};(0,ml.customElements)(hl);var yl=y(I()),Sr=y(O()),xt={color:Sr.FtCssVariableFactory.extend("--ft-loader-color","",Sr.designSystemVariables.colorPrimary),size:Sr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},vl=yl.css`
|
|
209
337
|
:host {
|
|
210
338
|
line-height: 0;
|
|
211
339
|
}
|
|
@@ -214,8 +342,8 @@
|
|
|
214
342
|
display: inline-block;
|
|
215
343
|
position: relative;
|
|
216
344
|
|
|
217
|
-
width: ${
|
|
218
|
-
height: ${
|
|
345
|
+
width: ${xt.size};
|
|
346
|
+
height: ${xt.size};
|
|
219
347
|
}
|
|
220
348
|
|
|
221
349
|
.ft-loader div {
|
|
@@ -224,7 +352,7 @@
|
|
|
224
352
|
width: 25%;
|
|
225
353
|
height: 25%;
|
|
226
354
|
border-radius: 50%;
|
|
227
|
-
background: ${
|
|
355
|
+
background: ${xt.color};
|
|
228
356
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
229
357
|
}
|
|
230
358
|
|
|
@@ -271,2220 +399,452 @@
|
|
|
271
399
|
transform: translate(0, 0);
|
|
272
400
|
}
|
|
273
401
|
100% {
|
|
274
|
-
transform: translate(calc(0.35 * ${
|
|
402
|
+
transform: translate(calc(0.35 * ${xt.size}), 0);
|
|
275
403
|
}
|
|
276
404
|
}
|
|
277
|
-
`;var
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
:host {
|
|
286
|
-
width: ${J.size};
|
|
287
|
-
height: ${J.size};
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
i.ft-icon {
|
|
291
|
-
width: 100%;
|
|
292
|
-
height: 100%;
|
|
293
|
-
font-size: ${J.size};
|
|
294
|
-
line-height: 1;
|
|
295
|
-
font-weight: normal;
|
|
296
|
-
text-transform: none;
|
|
297
|
-
font-style: normal;
|
|
298
|
-
font-variant: normal;
|
|
299
|
-
speak: none;
|
|
300
|
-
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
|
|
301
|
-
text-rendering: auto;
|
|
302
|
-
-webkit-font-smoothing: antialiased;
|
|
303
|
-
-moz-osx-font-smoothing: grayscale;
|
|
304
|
-
vertical-align: ${J.verticalAlign};
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
i.ft-icon.ft-icon--fluid-topics {
|
|
308
|
-
font-family: ${J.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
309
|
-
|
|
310
|
-
/* Ugly fix because font is broken */
|
|
311
|
-
font-size: calc(0.75 * ${J.size});
|
|
312
|
-
line-height: ${J.size};
|
|
313
|
-
position: relative;
|
|
314
|
-
top: -4%;
|
|
315
|
-
justify-content: center;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.ft-icon--file-format {
|
|
319
|
-
font-family: ${J.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.ft-icon--material {
|
|
323
|
-
font-family: ${J.materialFontFamily}, "Material Icons", sans-serif;
|
|
324
|
-
}
|
|
325
|
-
`,tt.noTextSelect];var Is=U.FtCssVariableFactory.extend("--ft-button-color","",U.designSystemVariables.colorPrimary),F={backgroundColor:U.FtCssVariableFactory.extend("--ft-button-background-color","",U.designSystemVariables.colorSurface),borderRadius:U.FtCssVariableFactory.extend("--ft-button-border-radius","",U.designSystemVariables.borderRadiusL),color:Is,fontSize:U.FtCssVariableFactory.extend("--ft-button-font-size","",pt.fontSize),iconSize:U.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:U.FtCssVariableFactory.extend("--ft-button-ripple-color","",Is),verticalPadding:U.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:U.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:U.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:U.FtCssVariableFactory.external(U.designSystemVariables.colorOpacityDisabled,"Design system")},zs=U.FtCssVariableFactory.extend("--ft-button-primary-color","",U.FtCssVariableFactory.extend("--ft-button-color","",U.designSystemVariables.colorOnPrimary)),ca={backgroundColor:U.FtCssVariableFactory.extend("--ft-button-primary-background-color","",U.FtCssVariableFactory.extend("--ft-button-background-color","",U.designSystemVariables.colorPrimary)),color:zs,rippleColor:U.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",zs)},ht={borderRadius:U.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",U.FtCssVariableFactory.extend("--ft-button-border-radius","",U.designSystemVariables.borderRadiusM)),verticalPadding:U.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:U.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:U.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Us=[Ds.css`
|
|
326
|
-
:host {
|
|
327
|
-
display: inline-block;
|
|
328
|
-
max-width: 100%;
|
|
329
|
-
pointer-events: none;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.ft-button {
|
|
333
|
-
box-shadow: 0px 0px 0px transparent;
|
|
334
|
-
border: 0px solid transparent;
|
|
335
|
-
text-shadow: 0px 0px 0px transparent;
|
|
336
|
-
font-size: ${F.fontSize};
|
|
337
|
-
text-decoration: none;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.ft-button:hover {
|
|
341
|
-
box-shadow: 0px 0px 0px transparent;
|
|
342
|
-
border: 0px solid transparent;
|
|
343
|
-
text-shadow: 0px 0px 0px transparent;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.ft-button:active {
|
|
347
|
-
outline: none;
|
|
348
|
-
border: none;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.ft-button:focus {
|
|
352
|
-
outline: 0;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.ft-button {
|
|
356
|
-
position: relative;
|
|
357
|
-
display: flex;
|
|
358
|
-
justify-content: center;
|
|
359
|
-
align-items: center;
|
|
360
|
-
width: 100%;
|
|
361
|
-
overflow: hidden;
|
|
362
|
-
box-sizing: border-box;
|
|
363
|
-
border: none;
|
|
364
|
-
pointer-events: auto;
|
|
365
|
-
|
|
366
|
-
--button-internal-line-height: max(calc(${F.fontSize} + 2px), ${F.iconSize});
|
|
367
|
-
--button-internal-color: ${F.color};
|
|
368
|
-
${(0,U.setVariable)(J.size,F.iconSize)};
|
|
369
|
-
${(0,U.setVariable)(L.color,F.rippleColor)};
|
|
370
|
-
|
|
371
|
-
border-radius: ${F.borderRadius};
|
|
372
|
-
padding: ${F.verticalPadding} ${F.horizontalPadding};
|
|
373
|
-
background-color: ${F.backgroundColor};
|
|
374
|
-
color: var(--button-internal-color);
|
|
375
|
-
-webkit-mask-image: radial-gradient(white, black);
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.ft-button.ft-button--outlined {
|
|
379
|
-
border: 1px solid var(--button-internal-color);
|
|
380
|
-
padding: calc(${F.verticalPadding} - 1px) calc(${F.horizontalPadding} - 1px);
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.ft-button.ft-button--dense {
|
|
384
|
-
padding: ${ht.verticalPadding} ${ht.horizontalPadding};
|
|
385
|
-
border-radius: ${ht.borderRadius};
|
|
386
|
-
gap: ${ht.iconPadding};
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.ft-button.ft-button--dense.ft-button--outlined {
|
|
390
|
-
padding: calc(${ht.verticalPadding} - 1px) calc(${ht.horizontalPadding} - 1px);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.ft-button:not([disabled]):hover {
|
|
394
|
-
cursor: pointer;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.ft-button--round {
|
|
398
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${F.verticalPadding});
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.ft-button--round.ft-button--dense {
|
|
402
|
-
border-radius: calc(var(--button-internal-line-height) / 2 + ${ht.verticalPadding});
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.ft-button[disabled] {
|
|
406
|
-
filter: grayscale(1);
|
|
407
|
-
opacity: ${F.opacityDisabled};
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.ft-button.ft-button--primary {
|
|
411
|
-
background-color: ${ca.backgroundColor};
|
|
412
|
-
--button-internal-color: ${ca.color};
|
|
413
|
-
${(0,U.setVariable)(L.color,ca.rippleColor)};
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.ft-button:focus {
|
|
417
|
-
outline: none;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.ft-button--label {
|
|
421
|
-
position: relative;
|
|
422
|
-
overflow: hidden;
|
|
423
|
-
white-space: nowrap;
|
|
424
|
-
text-overflow: ellipsis;
|
|
425
|
-
display: block;
|
|
426
|
-
margin: 0 ${F.iconPadding};
|
|
427
|
-
${(0,U.setVariable)(pt.fontSize,"1em")};
|
|
428
|
-
${(0,U.setVariable)(pt.lineHeight,"var(--button-internal-line-height)")};
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.ft-button--dense .ft-button--label {
|
|
432
|
-
margin: 0 ${ht.iconPadding};
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.ft-button--label[hidden] {
|
|
436
|
-
display: none;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
[part="icon"] {
|
|
440
|
-
flex-shrink: 0;
|
|
441
|
-
position: relative;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.ft-button--label[hidden] + [part="icon"] {
|
|
445
|
-
margin: 0 calc(${F.horizontalPadding} * -1);
|
|
446
|
-
padding: 0 ${F.verticalPadding};
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
450
|
-
margin: 0 calc(${ht.horizontalPadding} * -1);
|
|
451
|
-
padding: 0 ${ht.verticalPadding};
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
455
|
-
order: 2;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
ft-loader {
|
|
459
|
-
${(0,U.setVariable)(Z.size,F.iconSize)};
|
|
460
|
-
${(0,U.setVariable)(Z.color,"var(--button-internal-color)")};
|
|
461
|
-
}
|
|
462
|
-
`,U.noTextSelect];var Zt=x(k());var Bs=x($()),fe=x(K()),$s=x(Ct()),so=x(k());var Ae=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},q=class extends so.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new so.Debouncer(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 so.Debouncer(10),this.moveRipple=t=>{var r,n;let{x:a,y:i}=this.getCoordinates(t),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(a!=null?a-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 Bs.html`
|
|
463
|
-
<style>
|
|
464
|
-
.ft-ripple .ft-ripple--effect {
|
|
465
|
-
left: ${this.originX}px;
|
|
466
|
-
top: ${this.originY}px;
|
|
467
|
-
}
|
|
468
|
-
</style>
|
|
469
|
-
<div class="${(0,$s.classMap)(t)}">
|
|
470
|
-
<div class="ft-ripple--background"></div>
|
|
471
|
-
<div class="ft-ripple--effect"></div>
|
|
405
|
+
`;var gl=y(I()),bl=y(O());var At=class extends bl.FtLitElement{render(){return gl.html`
|
|
406
|
+
<div class="ft-loader">
|
|
407
|
+
<div></div>
|
|
408
|
+
<div></div>
|
|
409
|
+
<div></div>
|
|
410
|
+
<div></div>
|
|
472
411
|
</div>
|
|
473
|
-
`}
|
|
474
|
-
|
|
475
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Vs=/'/g,Ks=/"/g,Xs=/^(?:script|style|textarea|title)$/i,ga=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Qs=ga(1),Js=ga(2),ec=ga(3),uo=Symbol.for("lit-noChange"),ne=Symbol.for("lit-nothing"),Zs=new WeakMap,er=tr.createTreeWalker(tr,129);function tc(e,t){if(!ya(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Fs!==void 0?Fs.createHTML(t):t}var J0=(e,t)=>{let r=e.length-1,n=[],a,i=t===2?"<svg>":t===3?"<math>":"",s=co;for(let l=0;l<r;l++){let u=e[l],f,m,y=-1,g=0;for(;g<u.length&&(s.lastIndex=g,m=s.exec(u),m!==null);)g=s.lastIndex,s===co?m[1]==="!--"?s=Ws:m[1]!==void 0?s=js:m[2]!==void 0?(Xs.test(m[2])&&(a=RegExp("</"+m[2],"g")),s=Jt):m[3]!==void 0&&(s=Jt):s===Jt?m[0]===">"?(s=a??co,y=-1):m[1]===void 0?y=-2:(y=s.lastIndex-m[2].length,f=m[1],s=m[3]===void 0?Jt:m[3]==='"'?Ks:Vs):s===Ks||s===Vs?s=Jt:s===Ws||s===js?s=co:(s=Jt,a=void 0);let v=s===Jt&&e[l+1].startsWith("/>")?" ":"";i+=s===co?u+X0:y>=0?(n.push(f),u.slice(0,y)+qs+u.slice(y)+Tt+v):u+Tt+(y===-2?l:v)}return[tc(e,i+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},fo=class e{constructor({strings:t,_$litType$:r},n){let a;this.parts=[];let i=0,s=0,l=t.length-1,u=this.parts,[f,m]=J0(t,r);if(this.el=e.createElement(f,n),er.currentNode=this.el.content,r===2||r===3){let y=this.el.content.firstChild;y.replaceWith(...y.childNodes)}for(;(a=er.nextNode())!==null&&u.length<l;){if(a.nodeType===1){if(a.hasAttributes())for(let y of a.getAttributeNames())if(y.endsWith(qs)){let g=m[s++],v=a.getAttribute(y).split(Tt),S=/([.?@])?(.*)/.exec(g);u.push({type:1,index:i,name:S[2],strings:v,ctor:S[1]==="."?ua:S[1]==="?"?fa:S[1]==="@"?pa:Tr}),a.removeAttribute(y)}else y.startsWith(Tt)&&(u.push({type:6,index:i}),a.removeAttribute(y));if(Xs.test(a.tagName)){let y=a.textContent.split(Tt),g=y.length-1;if(g>0){a.textContent=Yo?Yo.emptyScript:"";for(let v=0;v<g;v++)a.append(y[v],Xo()),er.nextNode(),u.push({type:2,index:++i});a.append(y[g],Xo())}}}else if(a.nodeType===8)if(a.data===Ys)u.push({type:2,index:i});else{let y=-1;for(;(y=a.data.indexOf(Tt,y+1))!==-1;)u.push({type:7,index:i}),y+=Tt.length-1}i++}}static createElement(t,r){let n=tr.createElement("template");return n.innerHTML=t,n}};function kr(e,t,r=e,n){if(t===uo)return t;let a=n!==void 0?r._$Co?.[n]:r._$Cl,i=lo(t)?void 0:t._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(e),a._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=a:r._$Cl=a),a!==void 0&&(t=kr(e,a._$AS(e,t.values),a,n)),t}var da=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:n}=this._$AD,a=(t?.creationScope??tr).importNode(r,!0);er.currentNode=a;let i=er.nextNode(),s=0,l=0,u=n[0];for(;u!==void 0;){if(s===u.index){let f;u.type===2?f=new Qo(i,i.nextSibling,this,t):u.type===1?f=new u.ctor(i,u.name,u.strings,this,t):u.type===6&&(f=new ha(i,this,t)),this._$AV.push(f),u=n[++l]}s!==u?.index&&(i=er.nextNode(),s++)}return er.currentNode=tr,a}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Qo=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,a){this.type=2,this._$AH=ne,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=a,this._$Cv=a?.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=kr(this,t,r),lo(t)?t===ne||t==null||t===""?(this._$AH!==ne&&this._$AR(),this._$AH=ne):t!==this._$AH&&t!==uo&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Q0(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!==ne&&lo(this._$AH)?this._$AA.nextSibling.data=t:this.T(tr.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,a=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=fo.createElement(tc(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===a)this._$AH.p(r);else{let i=new da(a,this),s=i.u(this.options);i.p(r),this.T(s),this._$AH=i}}_$AC(t){let r=Zs.get(t.strings);return r===void 0&&Zs.set(t.strings,r=new fo(t)),r}k(t){ya(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,a=0;for(let i of t)a===r.length?r.push(n=new e(this.O(Xo()),this.O(Xo()),this,this.options)):n=r[a],n._$AI(i),a++;a<r.length&&(this._$AR(n&&n._$AB.nextSibling,a),r.length=a)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Tr=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,a,i){this.type=1,this._$AH=ne,this._$AN=void 0,this.element=t,this.name=r,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=ne}_$AI(t,r=this,n,a){let i=this.strings,s=!1;if(i===void 0)t=kr(this,t,r,0),s=!lo(t)||t!==this._$AH&&t!==uo,s&&(this._$AH=t);else{let l=t,u,f;for(t=i[0],u=0;u<i.length-1;u++)f=kr(this,l[n+u],r,u),f===uo&&(f=this._$AH[u]),s||=!lo(f)||f!==this._$AH[u],f===ne?t=ne:t!==ne&&(t+=(f??"")+i[u+1]),this._$AH[u]=f}s&&!a&&this.j(t)}j(t){t===ne?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},ua=class extends Tr{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===ne?void 0:t}},fa=class extends Tr{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==ne)}},pa=class extends Tr{constructor(t,r,n,a,i){super(t,r,n,a,i),this.type=5}_$AI(t,r=this){if((t=kr(this,t,r,0)??ne)===uo)return;let n=this._$AH,a=t===ne&&n!==ne||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,i=t!==ne&&(n===ne||a);a&&this.element.removeEventListener(this.name,this,n),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)}},ha=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){kr(this,t)}};var e4=ma.litHtmlPolyfillSupport;e4?.(fo,Qo),(ma.litHtmlVersions??=[]).push("3.3.0");var oc=Symbol.for(""),t4=e=>{if(e?.r===oc)return e?._$litStatic$},Mr=e=>({_$litStatic$:e,r:oc});var rc=new Map,ba=e=>(t,...r)=>{let n=r.length,a,i,s=[],l=[],u,f=0,m=!1;for(;f<n;){for(u=t[f];f<n&&(i=r[f],(a=t4(i))!==void 0);)u+=a+t[++f],m=!0;f!==n&&l.push(i),s.push(u),f++}if(f===n&&s.push(t[n]),m){let y=s.join("$$lit$$");(t=rc.get(y))===void 0&&(s.raw=s,rc.set(y,t=s)),r=l}return e(t,...r)},Pr=ba(Qs),l6=ba(Js),d6=ba(ec);var va=x(K()),ac=x(k());var ve;(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"})(ve||(ve={}));var nc=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},pe=class extends ac.FtLitElement{constructor(){super(...arguments),this.variant=ve.body1}render(){return this.element?Pr`
|
|
476
|
-
<${Mr(this.element)}
|
|
477
|
-
part="text"
|
|
478
|
-
class="ft-typography ft-typography--${this.variant}">
|
|
479
|
-
<slot></slot>
|
|
480
|
-
</${Mr(this.element)}>
|
|
481
|
-
`:Pr`
|
|
482
|
-
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
483
|
-
`}};pe.styles=[xs,Ss,Cs,Ls,Es,As,Os,Rs,ws,Ns,_s];nc([(0,va.property)()],pe.prototype,"element",void 0);nc([(0,va.property)()],pe.prototype,"variant",void 0);var Sa=x(K()),Ec=x(k());var ee;(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.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(ee||(ee={}));var Et=x($(),1),Mt=e=>typeof e=="string"?(0,Et.unsafeCSS)(e):e,o=class{static create(t,r,n,a){let i=l=>Mt(l??a),s=Et.css`var(${Mt(t)}, ${i(a)})`;return s.name=t,s.description=r,s.category=n,s.defaultValue=a,s.defaultCssValue=i,s.set=l=>ic(s,l??i(a)),s.get=l=>Et.css`var(${Mt(t)}, ${i(l)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>a,s}static extend(t,r,n,a){let i=l=>n.get(l??a),s=Et.css`var(${Mt(t)}, ${i(a)})`;return s.name=t,s.description=r,s.category=n.category,s.fallbackVariable=n,s.defaultValue=a,s.defaultCssValue=i,s.set=l=>ic(s,l??i(a)),s.get=l=>Et.css`var(${Mt(t)}, ${i(l)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>a??n.lastResortDefaultValue(),s}static external(t,r){let n=i=>t.defaultCssValue(i),a=Et.css`var(${Mt(t.name)}, ${n(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=r,a.defaultCssValue=n,a.set=i=>t.set(i),a.get=i=>Et.css`var(${Mt(t.name)}, ${n(i)})`,a.breadcrumb=()=>t.breadcrumb(),a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}};function ic(e,t){return Mt(`${e.name}: ${t}`)}var c={colorWhite:o.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:o.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:o.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:o.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:o.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:o.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:o.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:o.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:o.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:o.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:o.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:o.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:o.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:o.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:o.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:o.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:o.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:o.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:o.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:o.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:o.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:o.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:o.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:o.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:o.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:o.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:o.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:o.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:o.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:o.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:o.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:o.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:o.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:o.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:o.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:o.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:o.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:o.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:o.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:o.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:o.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:o.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:o.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:o.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:o.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:o.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:o.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:o.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:o.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:o.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:o.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:o.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:o.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:o.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:o.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:o.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:o.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:o.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:o.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:o.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:o.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:o.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:o.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:o.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:o.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:o.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:o.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:o.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:o.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:o.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:o.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:o.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:o.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:o.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:o.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:o.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:o.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:o.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:o.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:o.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:o.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:o.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:o.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:o.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:o.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:o.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:o.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:o.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:o.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:o.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:o.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:o.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:o.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:o.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:o.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:o.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:o.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:o.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:o.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:o.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:o.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:o.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:o.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:o.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:o.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:o.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:o.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:o.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:o.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:o.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:o.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:o.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:o.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:o.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:o.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:o.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:o.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:o.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:o.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:o.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:o.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:o.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:o.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:o.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:o.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:o.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:o.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:o.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:o.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:o.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:o.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:o.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:o.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:o.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:o.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:o.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:o.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:o.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:o.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:o.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:o.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:o.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:o.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:o.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:o.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:o.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:o.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:o.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:o.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:o.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:o.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:o.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:o.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:o.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:o.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:o.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:o.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:o.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:o.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:o.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:o.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:o.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:o.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:o.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:o.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:o.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:o.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:o.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:o.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:o.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:o.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:o.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:o.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:o.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:o.create("--ftds-icon-size-1","","SIZE","0.75rem"),iconSize2:o.create("--ftds-icon-size-2","","SIZE","1rem"),iconSize3:o.create("--ftds-icon-size-3","","SIZE","1.25rem"),iconSize4:o.create("--ftds-icon-size-4","","SIZE","1.5rem"),iconSize5:o.create("--ftds-icon-size-5","","SIZE","2rem"),iconSize6:o.create("--ftds-icon-size-6","","SIZE","3rem"),opacity0:o.create("--ftds-opacity-0","","NUMBER","0"),opacity4:o.create("--ftds-opacity-4","","NUMBER","0.04"),opacity6:o.create("--ftds-opacity-6","","NUMBER","0.06"),opacity8:o.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:o.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:o.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:o.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:o.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:o.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:o.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:o.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:o.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:o.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:o.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:o.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:o.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:o.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:o.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:o.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:o.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)")},sc={fontFamily:o.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:o.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-display-text-case","","UNKNOWN","none")},cc={fontFamily:o.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:o.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},lc={fontFamily:o.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:o.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},dc={fontFamily:o.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:o.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:o.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},uc={fontFamily:o.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:o.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},fc={fontFamily:o.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},pc={fontFamily:o.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},hc={fontFamily:o.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:o.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},mc={fontFamily:o.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},r4={fontFamily:o.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:o.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:o.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},yc={fontFamily:o.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},gc={fontFamily:o.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:o.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},bc={fontFamily:o.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:o.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},vc={fontFamily:o.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},xc={fontFamily:o.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},Sc={fontFamily:o.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:o.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},xa={display:sc,"title-1":cc,"title-2":lc,"title-3":dc,"body-1-regular":uc,"body-1-medium":fc,"body-1-semibold":pc,"body-2-regular":hc,"body-2-medium":mc,"body-2-medium-underline":r4,"body-2-semibold":yc,"caption-1-medium":gc,"caption-1-semibold":bc,"caption-2-medium":vc,"caption-2-semibold":xc,"caption-2-bold":Sc};var d={backgroundActionPrimary:o.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",c.colorBrand0),backgroundErrorSubtle:o.extend("--ftds-background-error-subtle","Used as background of subtle error components.",c.colorRed10),backgroundInfoSubtle:o.extend("--ftds-background-info-subtle","Used as background of subtle information components.",c.colorCyan10),backgroundWarningSubtle:o.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",c.colorOrange10),backgroundSuccessSubtle:o.extend("--ftds-background-success-subtle","Used as background of subtle success components.",c.colorGreen10),backgroundGlobalSurface:o.extend("--ftds-background-global-surface","Used as app background.",c.colorWhite),backgroundGlobalOnSurface:o.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",c.colorGray10),backgroundGlobalOnSurfaceDark:o.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",c.colorGray30),contentActionPrimary:o.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",c.colorBrand0),contentWarningPrimary:o.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",c.colorOrange200),contentWarningIconOnly:o.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",c.colorOrange0),contentErrorPrimary:o.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",c.colorRed0),contentErrorIconOnly:o.extend("--ftds-content-error-icon-only","Used on error status icons alone",c.colorRed70),contentInfoPrimary:o.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",c.colorCyan200),contentInfoIconOnly:o.extend("--ftds-content-info-icon-only","Used on info status icons alone",c.colorCyan0),contentSuccessPrimary:o.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",c.colorGreen200),contentSuccessIconOnly:o.extend("--ftds-content-success-icon-only","Used on success status icons alone",c.colorGreen0),contentGlobalPrimary:o.extend("--ftds-content-global-primary","Used for main content on the page.",c.colorGray500),contentGlobalSecondary:o.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
484
|
-
Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",c.colorGray0),contentGlobalOnColor:o.extend("--ftds-content-global-on-color","Used for content on a dominant color.",c.colorWhite),borderActionPrimary:o.extend("--ftds-border-action-primary","Used as border for primary action components.",c.colorBrand0),borderActionFocusRing:o.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",c.colorCyan0),borderWarningPrimary:o.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",c.colorOrange200),borderWarningSubtle:o.extend("--ftds-border-warning-subtle","Used as border for warning components.",c.colorOrange30),borderSuccessPrimary:o.extend("--ftds-border-success-primary","Used as border for success buttons.",c.colorGreen200),borderSuccessSubtle:o.extend("--ftds-border-success-subtle","Used as border for success components.",c.colorGreen30),borderErrorPrimary:o.extend("--ftds-border-error-primary","Used as border for text fields in error states.",c.colorRed0),borderErrorSubtle:o.extend("--ftds-border-error-subtle","Used as border for error components.",c.colorRed30),borderInfoPrimary:o.extend("--ftds-border-info-primary","Used as border for buttons in info color.",c.colorCyan200),borderInfoSubtle:o.extend("--ftds-border-info-subtle","Used as border for information components.",c.colorCyan30),borderGlobalPrimary:o.extend("--ftds-border-global-primary","Used as border for elements/areas filled with background.global.on-surface-dark",c.colorGray50),borderGlobalSecondary:o.extend("--ftds-border-global-secondary","Used as border for elements/areas filled with background.global.on-surface",c.colorGray40),borderGlobalSubtle:o.extend("--ftds-border-global-subtle","Used as border to deliminate an area/element filled with background.global.surface and separators.",c.colorGray30),borderInputPrimary:o.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",c.colorGray80),borderNeutralPrimary:o.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",c.colorGray200)};var b={largeHeight:o.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:o.extend("--ftds-button-large-horizontal-padding","",c.spacing4),largeGap:o.extend("--ftds-button-large-gap","",c.spacing2),largeBorderRadius:o.extend("--ftds-button-large-border-radius","",c.borderRadiusS),largeIconSize:o.extend("--ftds-button-large-icon-size","",c.iconSize3),largeBorderWidth:o.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:o.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:o.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:o.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:o.extend("--ftds-button-medium-horizontal-padding","",c.spacing3),mediumGap:o.extend("--ftds-button-medium-gap","",c.spacing2),mediumBorderRadius:o.extend("--ftds-button-medium-border-radius","",c.borderRadiusS),mediumIconSize:o.extend("--ftds-button-medium-icon-size","",c.iconSize2),mediumBorderWidth:o.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:o.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:o.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:o.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:o.extend("--ftds-button-small-horizontal-padding","",c.spacing2),smallGap:o.extend("--ftds-button-small-gap","",c.spacing1),smallBorderRadius:o.extend("--ftds-button-small-border-radius","",c.borderRadiusS),smallIconSize:o.extend("--ftds-button-small-icon-size","",c.iconSize1),smallBorderWidth:o.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:o.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:o.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:o.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:o.extend("--ftds-button-x-small-icon-size","",c.iconSize1),xSmallFocusOutlineOffset:o.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:o.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:o.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:o.extend("--ftds-button-round-border-radius","",c.borderRadiusPill),primaryBrandBackgroundColor:o.extend("--ftds-button-primary-brand-background-color","",d.backgroundActionPrimary),primaryBrandColor:o.extend("--ftds-button-primary-brand-color","",d.contentGlobalOnColor),primaryBrandIconColor:o.extend("--ftds-button-primary-brand-icon-color","",d.contentGlobalOnColor),primaryBrandStateLayerColor:o.extend("--ftds-button-primary-brand-state-layer-color","",d.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",c.opacity16),primaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",c.opacity16),primaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-primary-brand-active-state-layer-opacity","",c.opacity24),primaryBrandDisabledComponentOpacity:o.extend("--ftds-button-primary-brand-disabled-component-opacity","",c.opacity40),focusFocusRingColor:o.extend("--ftds-button-focus-focus-ring-color","",d.borderActionFocusRing),tertiaryBrandBackgroundColor:o.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:o.extend("--ftds-button-tertiary-brand-color","",d.contentActionPrimary),tertiaryBrandIconColor:o.extend("--ftds-button-tertiary-brand-icon-color","",d.contentActionPrimary),tertiaryBrandStateLayerColor:o.extend("--ftds-button-tertiary-brand-state-layer-color","",d.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",c.opacity8),tertiaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",c.opacity8),tertiaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",c.opacity16),tertiaryBrandDisabledComponentOpacity:o.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",c.opacity40),tertiaryInfoBackgroundColor:o.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:o.extend("--ftds-button-tertiary-info-color","",d.contentInfoPrimary),tertiaryInfoIconColor:o.extend("--ftds-button-tertiary-info-icon-color","",d.contentInfoPrimary),tertiaryInfoStateLayerColor:o.extend("--ftds-button-tertiary-info-state-layer-color","",d.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",c.opacity8),tertiaryInfoHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",c.opacity8),tertiaryInfoActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",c.opacity16),tertiaryInfoDisabledComponentOpacity:o.extend("--ftds-button-tertiary-info-disabled-component-opacity","",c.opacity40),tertiarySuccessBackgroundColor:o.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:o.extend("--ftds-button-tertiary-success-color","",d.contentSuccessPrimary),tertiarySuccessIconColor:o.extend("--ftds-button-tertiary-success-icon-color","",d.contentSuccessPrimary),tertiarySuccessStateLayerColor:o.extend("--ftds-button-tertiary-success-state-layer-color","",d.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",c.opacity8),tertiarySuccessFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",c.opacity8),tertiarySuccessActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",c.opacity16),tertiarySuccessDisabledComponentOpacity:o.extend("--ftds-button-tertiary-success-disabled-component-opacity","",c.opacity40),tertiaryWarningBackgroundColor:o.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:o.extend("--ftds-button-tertiary-warning-color","",d.contentWarningPrimary),tertiaryWarningIconColor:o.extend("--ftds-button-tertiary-warning-icon-color","",d.contentWarningPrimary),tertiaryWarningStateLayerColor:o.extend("--ftds-button-tertiary-warning-state-layer-color","",d.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",c.opacity8),tertiaryWarningFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",c.opacity8),tertiaryWarningActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",c.opacity16),tertiaryWarningDisabledComponentOpacity:o.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",c.opacity40),tertiaryErrorBackgroundColor:o.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:o.extend("--ftds-button-tertiary-error-color","",d.contentErrorPrimary),tertiaryErrorIconColor:o.extend("--ftds-button-tertiary-error-icon-color","",d.contentErrorPrimary),tertiaryErrorStateLayerColor:o.extend("--ftds-button-tertiary-error-state-layer-color","",d.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",c.opacity8),tertiaryErrorFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",c.opacity8),tertiaryErrorActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",c.opacity16),tertiaryErrorDisabledComponentOpacity:o.extend("--ftds-button-tertiary-error-disabled-component-opacity","",c.opacity40),tertiaryNeutralBackgroundColor:o.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:o.extend("--ftds-button-tertiary-neutral-icon-color","",d.contentGlobalSecondary),tertiaryNeutralColor:o.extend("--ftds-button-tertiary-neutral-color","",d.contentGlobalSecondary),tertiaryNeutralStateLayerColor:o.extend("--ftds-button-tertiary-neutral-state-layer-color","",d.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",c.opacity8),tertiaryNeutralFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",c.opacity8),tertiaryNeutralActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",c.opacity16),tertiaryNeutralDisabledComponentOpacity:o.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",c.opacity40),secondaryBrandBackgroundColor:o.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:o.extend("--ftds-button-secondary-brand-color","",d.contentActionPrimary),secondaryBrandIconColor:o.extend("--ftds-button-secondary-brand-icon-color","",d.contentActionPrimary),secondaryBrandStateLayerColor:o.extend("--ftds-button-secondary-brand-state-layer-color","",d.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",c.opacity8),secondaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",c.opacity8),secondaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",c.opacity16),secondaryBrandDisabledComponentOpacity:o.extend("--ftds-button-secondary-brand-disabled-component-opacity","",c.opacity40),secondaryBrandBorderColor:o.extend("--ftds-button-secondary-brand-border-color","",d.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",c.opacity8),secondaryNeutralFocusStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",c.opacity8),secondaryNeutralActiveStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",c.opacity16),secondaryNeutralDisabledComponentOpacity:o.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",c.opacity40),secondaryNeutralBackgroundColor:o.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:o.extend("--ftds-button-secondary-neutral-color","",d.contentGlobalSecondary),secondaryNeutralIconColor:o.extend("--ftds-button-secondary-neutral-icon-color","",d.contentGlobalSecondary),secondaryNeutralStateLayerColor:o.extend("--ftds-button-secondary-neutral-state-layer-color","",d.contentGlobalSecondary),secondaryNeutralBorderColor:o.extend("--ftds-button-secondary-neutral-border-color","",d.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:o.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",c.opacity8),secondaryInfoFocusStateLayerOpacity:o.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",c.opacity8),secondaryInfoActiveStateLayerOpacity:o.extend("--ftds-button-secondary-info-active-state-layer-opacity","",c.opacity16),secondaryInfoDisabledComponentOpacity:o.extend("--ftds-button-secondary-info-disabled-component-opacity","",c.opacity40),secondaryInfoBackgroundColor:o.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:o.extend("--ftds-button-secondary-info-border-color","",d.borderInfoPrimary),secondaryInfoColor:o.extend("--ftds-button-secondary-info-color","",d.contentInfoPrimary),secondaryInfoIconColor:o.extend("--ftds-button-secondary-info-icon-color","",d.contentInfoPrimary),secondaryInfoStateLayerColor:o.extend("--ftds-button-secondary-info-state-layer-color","",d.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:o.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",c.opacity8),secondarySuccessFocusStateLayerOpacity:o.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",c.opacity8),secondarySuccessActiveStateLayerOpacity:o.extend("--ftds-button-secondary-success-active-state-layer-opacity","",c.opacity16),secondarySuccessDisabledComponentOpacity:o.extend("--ftds-button-secondary-success-disabled-component-opacity","",c.opacity40),secondarySuccessBackgroundColor:o.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:o.extend("--ftds-button-secondary-success-border-color","",d.borderSuccessPrimary),secondarySuccessColor:o.extend("--ftds-button-secondary-success-color","",d.contentSuccessPrimary),secondarySuccessIconColor:o.extend("--ftds-button-secondary-success-icon-color","",d.contentSuccessPrimary),secondarySuccessStateLayerColor:o.extend("--ftds-button-secondary-success-state-layer-color","",d.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:o.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",c.opacity8),secondaryWarningFocusStateLayerOpacity:o.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",c.opacity8),secondaryWarningActiveStateLayerOpacity:o.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",c.opacity16),secondaryWarningDisabledComponentOpacity:o.extend("--ftds-button-secondary-warning-disabled-component-opacity","",c.opacity40),secondaryWarningBackgroundColor:o.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:o.extend("--ftds-button-secondary-warning-border-color","",d.borderWarningPrimary),secondaryWarningColor:o.extend("--ftds-button-secondary-warning-color","",d.contentWarningPrimary),secondaryWarningIconColor:o.extend("--ftds-button-secondary-warning-icon-color","",d.contentWarningPrimary),secondaryWarningStateLayerColor:o.extend("--ftds-button-secondary-warning-state-layer-color","",d.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:o.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",c.opacity8),secondaryErrorFocusStateLayerOpacity:o.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",c.opacity8),secondaryErrorActiveStateLayerOpacity:o.extend("--ftds-button-secondary-error-active-state-layer-opacity","",c.opacity16),secondaryErrorDisabledComponentOpacity:o.extend("--ftds-button-secondary-error-disabled-component-opacity","",c.opacity40),secondaryErrorBackgroundColor:o.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:o.extend("--ftds-button-secondary-error-border-color","",d.contentErrorPrimary),secondaryErrorColor:o.extend("--ftds-button-secondary-error-color","",d.contentErrorPrimary),secondaryErrorIconColor:o.extend("--ftds-button-secondary-error-icon-color","",d.contentErrorPrimary),secondaryErrorStateLayerColor:o.extend("--ftds-button-secondary-error-state-layer-color","",d.contentErrorPrimary)};var M6={borderRadius:o.extend("--ftds-card-border-radius","",c.borderRadiusS),focusFocusRingColor:o.extend("--ftds-card-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:o.create("--ftds-card-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ftds-card-focus-outline-offset","","SIZE","2px"),headerTitleHorizontalPadding:o.extend("--ftds-card-header-title-horizontal-padding","",c.spacing4),headerTitleVerticalPadding:o.extend("--ftds-card-header-title-vertical-padding","",c.spacing3),headerActionHorizontalPadding:o.extend("--ftds-card-header-action-horizontal-padding","",c.spacing2),headerActionVerticalPadding:o.extend("--ftds-card-header-action-vertical-padding","",c.spacing2),headerActionGap:o.extend("--ftds-card-header-action-gap","",c.spacing1),bodyHorizontalPadding:o.extend("--ftds-card-body-horizontal-padding","",c.spacing4),bodyVerticalPadding:o.extend("--ftds-card-body-vertical-padding","",c.spacing4),footerActionHorizontalPadding:o.extend("--ftds-card-footer-action-horizontal-padding","",c.spacing2),footerActionVerticalPadding:o.extend("--ftds-card-footer-action-vertical-padding","",c.spacing2),footerActionGap:o.extend("--ftds-card-footer-action-gap","",c.spacing1),footerContentHorizontalPadding:o.extend("--ftds-card-footer-content-horizontal-padding","",c.spacing4),footerContentVerticalPadding:o.extend("--ftds-card-footer-content-vertical-padding","",c.spacing3),sideBarHorizontalPadding:o.extend("--ftds-card-side-bar-horizontal-padding","",c.spacing1),sideBarVerticalPadding:o.extend("--ftds-card-side-bar-vertical-padding","",c.spacing1),sideBarGap:o.extend("--ftds-card-side-bar-gap","",c.spacing1),nonSelectableBorderWidth:o.create("--ftds-card-non-selectable-border-width","","SIZE","1px"),nonSelectableStateLayerColor:o.extend("--ftds-card-non-selectable-state-layer-color","",d.contentGlobalPrimary),nonSelectableDefaultBackgroundColor:o.extend("--ftds-card-non-selectable-default-background-color","",d.backgroundGlobalOnSurface),nonSelectableDefaultBorderColor:o.extend("--ftds-card-non-selectable-default-border-color","",d.borderGlobalSecondary),nonSelectableHoverBorderColor:o.extend("--ftds-card-non-selectable-hover-border-color","",d.borderGlobalPrimary),nonSelectableHoverStateLayerOpacity:o.extend("--ftds-card-non-selectable-hover-state-layer-opacity","",c.opacity4),nonSelectableFocusBorderColor:o.extend("--ftds-card-non-selectable-focus-border-color","",d.borderGlobalPrimary),nonSelectableFocusStateLayerOpacity:o.extend("--ftds-card-non-selectable-focus-state-layer-opacity","",c.opacity4),internalBorderColor:o.extend("--ftds-card-internal-border-color","",d.borderGlobalSecondary),selectableUnselectedBorderWidth:o.create("--ftds-card-selectable-unselected-border-width","","SIZE","1px"),selectableUnselectedStateLayerColor:o.extend("--ftds-card-selectable-unselected-state-layer-color","",d.contentGlobalPrimary),selectableUnselectedDefaultBackgroundColor:o.extend("--ftds-card-selectable-unselected-default-background-color","",d.backgroundGlobalOnSurface),selectableUnselectedDefaultBorderColor:o.extend("--ftds-card-selectable-unselected-default-border-color","",d.borderGlobalSecondary),selectableUnselectedHoverBorderColor:o.extend("--ftds-card-selectable-unselected-hover-border-color","",d.borderGlobalPrimary),selectableUnselectedHoverStateLayerOpacity:o.extend("--ftds-card-selectable-unselected-hover-state-layer-opacity","",c.opacity4),selectableUnselectedFocusBorderColor:o.extend("--ftds-card-selectable-unselected-focus-border-color","",d.borderGlobalPrimary),selectableUnselectedFocusStateLayerOpacity:o.extend("--ftds-card-selectable-unselected-focus-state-layer-opacity","",c.opacity4),selectableSelectedBorderColor:o.extend("--ftds-card-selectable-selected-border-color","",d.borderActionPrimary),selectableSelectedBorderWidth:o.create("--ftds-card-selectable-selected-border-width","","SIZE","2px"),selectableSelectedStateLayerColor:o.extend("--ftds-card-selectable-selected-state-layer-color","",d.contentActionPrimary),selectableSelectedBackgroundColor:o.extend("--ftds-card-selectable-selected-background-color","",d.backgroundGlobalSurface),selectableSelectedDefaultStateLayerOpacity:o.extend("--ftds-card-selectable-selected-default-state-layer-opacity","",c.opacity4),selectableSelectedHoverStateLayerOpacity:o.extend("--ftds-card-selectable-selected-hover-state-layer-opacity","",c.opacity4),selectableSelectedFocusStateLayerOpacity:o.extend("--ftds-card-selectable-selected-focus-state-layer-opacity","",c.opacity4),internalBorderWidth:o.create("--ftds-card-internal-border-width","","SIZE","1px")};var U6={loadMoreIconSize:o.extend("--ftds-tree-list-load-more-icon-size","",c.iconSize2),loadMorePaddingLeft:o.extend("--ftds-tree-list-load-more-padding-left","",c.spacing6),loadMoreUnselectedDefaultBorderColor:o.extend("--ftds-tree-list-load-more-unselected-default-border-color","",d.borderGlobalSubtle),loadMoreIconColor:o.extend("--ftds-tree-list-load-more-icon-color","",d.contentActionPrimary),loadMoreLabelColor:o.extend("--ftds-tree-list-load-more-label-color","",d.contentActionPrimary),loadMoreHoverBorderColor:o.extend("--ftds-tree-list-load-more-hover-border-color","",c.colorBrand20),loadMoreHoverBackgroundColor:o.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:o.extend("--ftds-tree-list-load-more-active-border-color","",c.colorBrand20),loadMoreActiveBackgroundColor:o.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:o.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:o.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:o.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",d.borderGlobalPrimary),loadMoreLabelMarginLeft:o.extend("--ftds-tree-list-load-more-label-margin-left","",c.spacing1),nodeIconSize:o.extend("--ftds-tree-list-node-icon-size","",c.iconSize2),nodeHeight:o.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:o.extend("--ftds-tree-list-node-parent-label-margin-left","",c.spacing2),nodeParentLabelMarginRight:o.extend("--ftds-tree-list-node-parent-label-margin-right","",c.spacing2),nodeRootPaddingLeft:o.extend("--ftds-tree-list-node-root-padding-left","",c.spacing6),nodeChildPaddingLeft:o.extend("--ftds-tree-list-node-child-padding-left","",c.spacing5),nodeLeafPaddingLeft:o.extend("--ftds-tree-list-node-leaf-padding-left","",c.spacing6),nodeUnselectedDefaultBorderColor:o.extend("--ftds-tree-list-node-unselected-default-border-color","",d.borderGlobalSubtle),nodeUnselectedIconColor:o.extend("--ftds-tree-list-node-unselected-icon-color","",d.contentGlobalSecondary),nodeUnselectedLabelColor:o.extend("--ftds-tree-list-node-unselected-label-color","",d.contentGlobalSecondary),nodeUnselectedCounterColor:o.extend("--ftds-tree-list-node-unselected-counter-color","",d.contentGlobalSecondary),nodeHoverBorderColor:o.extend("--ftds-tree-list-node-hover-border-color","",d.borderActionPrimary),nodeFocusFocusRingColor:o.extend("--ftds-tree-list-node-focus-focus-ring-color","",d.borderActionFocusRing),nodeFocusOutlineWidth:o.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:o.extend("--ftds-tree-list-node-selected-default-border-color","",d.borderGlobalPrimary),nodeSelectedIconColor:o.extend("--ftds-tree-list-node-selected-icon-color","",d.contentGlobalSecondary),nodeSelectedLabelColor:o.extend("--ftds-tree-list-node-selected-label-color","",d.contentGlobalPrimary),nodeSelectedCounterColor:o.extend("--ftds-tree-list-node-selected-counter-color","",d.contentGlobalSecondary),nodeSelectedBackgroundColor:o.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:o.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",d.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:o.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",d.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:o.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",d.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:o.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",d.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:o.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:o.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:o.extend("--ftds-tree-list-header-section-padding-left","",c.spacing6),headerSectionPaddingRight:o.extend("--ftds-tree-list-header-section-padding-right","",c.spacing3),headerSectionHorizontalGap:o.extend("--ftds-tree-list-header-section-horizontal-gap","",c.spacing2),headerSectionMarginBottom:o.extend("--ftds-tree-list-header-section-margin-bottom","",c.spacing2),headerSectionColor:o.extend("--ftds-tree-list-header-section-color","",d.contentGlobalPrimary),headerSectionCounterColor:o.extend("--ftds-tree-list-header-section-counter-color","",d.contentGlobalSecondary),listContainerBorderWidth:o.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:o.extend("--ftds-tree-list-list-container-background-color","",d.backgroundGlobalSurface),listContainerBorderColor:o.extend("--ftds-tree-list-list-container-border-color","",d.borderGlobalSubtle),emptyStateIllustrationWidth:o.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:o.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:o.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",c.spacing10),emptyStateContainerPaddingTop:o.extend("--ftds-tree-list-empty-state-container-padding-top","",c.spacing10),emptyStateContainerPaddingBottom:o.extend("--ftds-tree-list-empty-state-container-padding-bottom","",c.spacing10),emptyStateTitleMarginBottom:o.extend("--ftds-tree-list-empty-state-title-margin-bottom","",c.spacing2),emptyStateTitleLabelColor:o.extend("--ftds-tree-list-empty-state-title-label-color","",d.contentGlobalSecondary),emptyStateDescriptionLabelColor:o.extend("--ftds-tree-list-empty-state-description-label-color","",d.contentGlobalSecondary)};var F6={iconSize:o.extend("--ftds-checkbox-icon-size","",c.iconSize2),boxSize:o.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:o.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:o.create("--ftds-checkbox-border-radius","","SIZE","1px"),labelHorizontalGap:o.extend("--ftds-checkbox-label-horizontal-gap","",c.spacing1),color:o.extend("--ftds-checkbox-color","",d.contentGlobalPrimary),checkedBackgroundColor:o.extend("--ftds-checkbox-checked-background-color","",d.contentActionPrimary),checkedStateLayerColor:o.extend("--ftds-checkbox-checked-state-layer-color","",d.contentActionPrimary),checkedIconColor:o.extend("--ftds-checkbox-checked-icon-color","",d.contentGlobalOnColor),checkedHoverStateLayerOpacity:o.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",c.opacity16),checkedFocusStateLayerOpacity:o.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",c.opacity16),checkedActiveStateLayerOpacity:o.extend("--ftds-checkbox-checked-active-state-layer-opacity","",c.opacity24),checkedDisabledComponentOpacity:o.extend("--ftds-checkbox-checked-disabled-component-opacity","",c.opacity40),uncheckedBorderColor:o.extend("--ftds-checkbox-unchecked-border-color","",c.colorGray80),uncheckedStateLayerColor:o.extend("--ftds-checkbox-unchecked-state-layer-color","",c.colorGray80),uncheckedHoverStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",c.opacity16),uncheckedFocusStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",c.opacity16),uncheckedActiveStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",c.opacity24),uncheckedDisabledComponentOpacity:o.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",c.opacity40),focusFocusRingColor:o.extend("--ftds-checkbox-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),focusOutlineBorderRadius:o.create("--ftds-checkbox-focus-outline-border-radius","","SIZE","2px"),borderWidth:o.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:o.extend("--ftds-checkbox-horizontal-gap","",c.spacing3),helperPaddingTop:o.create("--ftds-checkbox-helper-padding-top","","SIZE","0px"),helperIconSize:o.extend("--ftds-checkbox-helper-icon-size","",c.iconSize2),helperHorizontalGap:o.extend("--ftds-checkbox-helper-horizontal-gap","",c.spacing1),errorUncheckedBorderColor:o.extend("--ftds-checkbox-error-unchecked-border-color","",d.borderErrorPrimary),errorStateLayerColor:o.extend("--ftds-checkbox-error-state-layer-color","",d.contentErrorPrimary),errorHelperTextColor:o.extend("--ftds-checkbox-error-helper-text-color","",d.borderErrorPrimary),errorCheckedBackgroundColor:o.extend("--ftds-checkbox-error-checked-background-color","",d.contentErrorPrimary),helperTextColor:o.extend("--ftds-checkbox-helper-text-color","",d.contentGlobalSubtle),groupVerticalGap:o.extend("--ftds-checkbox-group-vertical-gap","",c.spacing3)};var Z6={circleSize:o.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:o.create("--ftds-radio-border-width","","SIZE","2px"),color:o.extend("--ftds-radio-color","",d.contentGlobalPrimary),selectedRadioColor:o.extend("--ftds-radio-selected-radio-color","",d.contentActionPrimary),selectedStateLayerColor:o.extend("--ftds-radio-selected-state-layer-color","",d.contentActionPrimary),selectedHoverStateLayerOpacity:o.extend("--ftds-radio-selected-hover-state-layer-opacity","",c.opacity16),selectedFocusStateLayerOpacity:o.extend("--ftds-radio-selected-focus-state-layer-opacity","",c.opacity16),selectedActiveStateLayerOpacity:o.extend("--ftds-radio-selected-active-state-layer-opacity","",c.opacity24),selectedDisabledComponentOpacity:o.extend("--ftds-radio-selected-disabled-component-opacity","",c.opacity40),unselectedStateLayerColor:o.extend("--ftds-radio-unselected-state-layer-color","",d.borderInputPrimary),unselectedBorderColor:o.extend("--ftds-radio-unselected-border-color","",d.borderInputPrimary),unselectedHoverStateLayerOpacity:o.extend("--ftds-radio-unselected-hover-state-layer-opacity","",c.opacity16),unselectedFocusStateLayerOpacity:o.extend("--ftds-radio-unselected-focus-state-layer-opacity","",c.opacity16),unselectedActiveStateLayerOpacity:o.extend("--ftds-radio-unselected-active-state-layer-opacity","",c.opacity24),unselectedDisabledComponentOpacity:o.extend("--ftds-radio-unselected-disabled-component-opacity","",c.opacity40),focusFocusRingColor:o.extend("--ftds-radio-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:o.extend("--ftds-radio-vertical-gap","",c.spacing3),horizontalGap:o.extend("--ftds-radio-horizontal-gap","",c.spacing3)};var J6={headerRowBorderWidth:o.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:o.extend("--ftds-table-header-row-background-color","",d.backgroundGlobalOnSurfaceDark),headerRowBorderColor:o.extend("--ftds-table-header-row-border-color","",d.borderGlobalPrimary),headerRowColor:o.extend("--ftds-table-header-row-color","",d.contentGlobalPrimary),dataRowBorderWidth:o.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:o.extend("--ftds-table-data-row-background-color","",d.backgroundGlobalOnSurface),dataRowBorderColor:o.extend("--ftds-table-data-row-border-color","",d.borderGlobalSubtle),dataRowColor:o.extend("--ftds-table-data-row-color","",d.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:o.extend("--ftds-table-data-row-default-hover-background-color","",c.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:o.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",c.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:o.extend("--ftds-table-data-row-selectable-selected-default-background-color","",c.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:o.extend("--ftds-table-data-row-selectable-selected-default-border-color","",c.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:o.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",c.colorBrand20),dataRowSelectableSelectedHoverBorderColor:o.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",c.colorBrand30),dataRowSelectableSelectedColor:o.extend("--ftds-table-data-row-selectable-selected-color","",d.contentActionPrimary),dataRowClickableHoverBackgroundColor:o.extend("--ftds-table-data-row-clickable-hover-background-color","",c.colorGray30),dataRowClickableFocusBorderColor:o.extend("--ftds-table-data-row-clickable-focus-border-color","",d.borderActionFocusRing),dataRowClickableFocusBackgroundColor:o.extend("--ftds-table-data-row-clickable-focus-background-color","",c.colorGray30),dataRowClickableActiveBackgroundColor:o.extend("--ftds-table-data-row-clickable-active-background-color","",c.colorGray40),headerCellHorizontalGap:o.extend("--ftds-table-header-cell-horizontal-gap","",c.spacing1),headerCellVerticalPadding:o.extend("--ftds-table-header-cell-vertical-padding","",c.spacing2),headerCellHorizontalPadding:o.extend("--ftds-table-header-cell-horizontal-padding","",c.spacing3),dataCellVerticalPadding:o.extend("--ftds-table-data-cell-vertical-padding","",c.spacing2),dataCellHorizontalPadding:o.extend("--ftds-table-data-cell-horizontal-padding","",c.spacing3),dataCellVerticalGap:o.extend("--ftds-table-data-cell-vertical-gap","",c.spacing1)};var nh={neutralOffHoverStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",c.opacity8),neutralOffFocusStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",c.opacity8),neutralOffFocusFocusRingColor:o.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",d.borderActionFocusRing),neutralOffActiveStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",c.opacity16),neutralOffBackgroundColor:o.extend("--ftds-chip-choice-neutral-off-background-color","",d.backgroundGlobalOnSurface),neutralOffBorderColor:o.extend("--ftds-chip-choice-neutral-off-border-color","",d.borderGlobalPrimary),neutralOffColor:o.extend("--ftds-chip-choice-neutral-off-color","",d.contentGlobalSecondary),neutralOffStateLayerColor:o.extend("--ftds-chip-choice-neutral-off-state-layer-color","",d.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",c.opacity16),neutralOnHoverStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",c.opacity24),neutralOnFocusStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",c.opacity24),neutralOnFocusFocusRingColor:o.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",d.borderActionFocusRing),neutralOnActiveStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",c.opacity32),neutralOnBackgroundColor:o.extend("--ftds-chip-choice-neutral-on-background-color","",d.backgroundGlobalOnSurface),neutralOnBorderColor:o.extend("--ftds-chip-choice-neutral-on-border-color","",d.borderGlobalPrimary),neutralOnColor:o.extend("--ftds-chip-choice-neutral-on-color","",d.contentGlobalPrimary),neutralOnIconColor:o.extend("--ftds-chip-choice-neutral-on-icon-color","",d.contentGlobalPrimary),neutralOnStateLayerColor:o.extend("--ftds-chip-choice-neutral-on-state-layer-color","",d.contentGlobalPrimary),largeMinHeight:o.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:o.extend("--ftds-chip-choice-large-horizontal-padding","",c.spacing3),largeGap:o.extend("--ftds-chip-choice-large-gap","",c.spacing1),largeBorderRadius:o.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:o.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ftds-chip-choice-large-icon-size","",c.iconSize3),mediumMinHeight:o.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:o.extend("--ftds-chip-choice-medium-horizontal-padding","",c.spacing2),mediumGap:o.extend("--ftds-chip-choice-medium-gap","",c.spacing1),mediumBorderRadius:o.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:o.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ftds-chip-choice-medium-icon-size","",c.iconSize2)};var lh={largeMinHeight:o.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:o.extend("--ftds-chip-large-horizontal-padding","",c.spacing3),largeButtonRightPadding:o.extend("--ftds-chip-large-button-right-padding","",c.spacing1),largeGap:o.extend("--ftds-chip-large-gap","",c.spacing1),largeFocusOutlineOffset:o.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:o.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:o.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ftds-chip-large-icon-size","",c.iconSize3),mediumMinHeight:o.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:o.extend("--ftds-chip-medium-horizontal-padding","",c.spacing2),mediumButtonRightPadding:o.extend("--ftds-chip-medium-button-right-padding","",c.spacing05),mediumGap:o.extend("--ftds-chip-medium-gap","",c.spacing1),mediumFocusOutlineOffset:o.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:o.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:o.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ftds-chip-medium-icon-size","",c.iconSize2),smallMinHeight:o.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:o.extend("--ftds-chip-small-horizontal-padding","",c.spacing1),smallButtonRightPadding:o.extend("--ftds-chip-small-button-right-padding","",c.spacing05),smallGap:o.extend("--ftds-chip-small-gap","",c.spacing1),smallFocusOutlineOffset:o.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:o.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:o.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:o.extend("--ftds-chip-small-icon-size","",c.iconSize1),neutralBackgroundColor:o.extend("--ftds-chip-neutral-background-color","",d.backgroundGlobalOnSurface),neutralColor:o.extend("--ftds-chip-neutral-color","",d.contentGlobalSecondary),neutralIconColor:o.extend("--ftds-chip-neutral-icon-color","",d.contentGlobalSecondary),neutralBorderColor:o.extend("--ftds-chip-neutral-border-color","",d.borderGlobalSecondary),infoBackgroundColor:o.extend("--ftds-chip-info-background-color","",d.backgroundInfoSubtle),infoColor:o.extend("--ftds-chip-info-color","",d.contentInfoPrimary),infoIconColor:o.extend("--ftds-chip-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-chip-info-border-color","",d.borderInfoSubtle),successBackgroundColor:o.extend("--ftds-chip-success-background-color","",d.backgroundSuccessSubtle),successColor:o.extend("--ftds-chip-success-color","",d.contentSuccessPrimary),successIconColor:o.extend("--ftds-chip-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:o.extend("--ftds-chip-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:o.extend("--ftds-chip-warning-background-color","",d.backgroundWarningSubtle),warningColor:o.extend("--ftds-chip-warning-color","",d.contentWarningPrimary),warningIconColor:o.extend("--ftds-chip-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:o.extend("--ftds-chip-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:o.extend("--ftds-chip-error-background-color","",d.backgroundErrorSubtle),errorColor:o.extend("--ftds-chip-error-color","",d.contentErrorPrimary),errorIconColor:o.extend("--ftds-chip-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:o.extend("--ftds-chip-error-border-color","",d.borderErrorSubtle)};var hh={horizontalGap:o.extend("--ftds-chip-group-horizontal-gap","",c.spacing2),verticalGap:o.extend("--ftds-chip-group-vertical-gap","",c.spacing2),countChipDefaultBackgroundColor:o.extend("--ftds-chip-group-count-chip-default-background-color","",c.colorBrand10),countChipDefaultBorderColor:o.extend("--ftds-chip-group-count-chip-default-border-color","",c.colorBrand60),countChipDefaultContentColor:o.extend("--ftds-chip-group-count-chip-default-content-color","",d.contentActionPrimary),countChipHoverBackgroundColor:o.extend("--ftds-chip-group-count-chip-hover-background-color","",c.colorBrand20),countChipHoverBorderColor:o.extend("--ftds-chip-group-count-chip-hover-border-color","",c.colorBrand70),countChipHoverContentColor:o.extend("--ftds-chip-group-count-chip-hover-content-color","",d.contentActionPrimary),countChipFocusedBackgroundColor:o.extend("--ftds-chip-group-count-chip-focused-background-color","",c.colorBrand20),countChipFocusedBorderColor:o.extend("--ftds-chip-group-count-chip-focused-border-color","",c.colorBrand70),countChipFocusedContentColor:o.extend("--ftds-chip-group-count-chip-focused-content-color","",d.contentActionPrimary)};var se={brandHoverOpacity:o.extend("--ftds-link-brand-hover-opacity","",c.opacity80),brandHoverColor:o.extend("--ftds-link-brand-hover-color","",d.contentActionPrimary),brandFocusFocusRingColor:o.extend("--ftds-link-brand-focus-focus-ring-color","",d.borderActionFocusRing),brandFocusColor:o.extend("--ftds-link-brand-focus-color","",d.contentActionPrimary),brandDefaultColor:o.extend("--ftds-link-brand-default-color","",d.contentActionPrimary),brandActiveColor:o.extend("--ftds-link-brand-active-color","",d.contentActionPrimary),infoHoverOpacity:o.extend("--ftds-link-info-hover-opacity","",c.opacity80),infoHoverColor:o.extend("--ftds-link-info-hover-color","",d.contentInfoPrimary),infoFocusFocusRingColor:o.extend("--ftds-link-info-focus-focus-ring-color","",d.borderActionFocusRing),infoFocusColor:o.extend("--ftds-link-info-focus-color","",d.contentInfoPrimary),infoDefaultColor:o.extend("--ftds-link-info-default-color","",d.contentInfoPrimary),infoActiveColor:o.extend("--ftds-link-info-active-color","",d.contentInfoPrimary),neutralFocusFocusRingColor:o.extend("--ftds-link-neutral-focus-focus-ring-color","",d.borderActionFocusRing),neutralFocusColor:o.extend("--ftds-link-neutral-focus-color","",d.contentActionPrimary),neutralDefaultColor:o.extend("--ftds-link-neutral-default-color","",d.contentGlobalPrimary),neutralHoverColor:o.extend("--ftds-link-neutral-hover-color","",d.contentActionPrimary),neutralActiveColor:o.extend("--ftds-link-neutral-active-color","",d.contentActionPrimary),neutralVisitedColor:o.extend("--ftds-link-neutral-visited-color","",c.colorBrand100)};var Lh={iconSize:o.extend("--ftds-banner-icon-size","",c.iconSize5),borderWidth:o.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:o.extend("--ftds-banner-left-padding","",c.spacing6),rightPadding:o.extend("--ftds-banner-right-padding","",c.spacing6),verticalPadding:o.extend("--ftds-banner-vertical-padding","",c.spacing6),horizontalSideGap:o.extend("--ftds-banner-horizontal-side-gap","",c.spacing6),horizontalMobileGap:o.extend("--ftds-banner-horizontal-mobile-gap","",c.spacing4),verticalMobileGap:o.extend("--ftds-banner-vertical-mobile-gap","",c.spacing6),horizontalMiddleGap:o.extend("--ftds-banner-horizontal-middle-gap","",c.spacing20),infoBackgroundColor:o.extend("--ftds-banner-info-background-color","",d.backgroundInfoSubtle),infoColor:o.extend("--ftds-banner-info-color","",d.contentInfoPrimary),infoIconColor:o.extend("--ftds-banner-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-banner-info-border-color","",d.borderInfoSubtle)};var wh={horizontalPadding:o.extend("--ftds-badge-horizontal-padding","",c.spacing1),verticalPadding:o.extend("--ftds-badge-vertical-padding","",c.spacing1),borderRadius:o.extend("--ftds-badge-border-radius","",c.borderRadiusPill),color:o.extend("--ftds-badge-color","",d.contentGlobalOnColor),backgroundColor:o.extend("--ftds-badge-background-color","",d.contentActionPrimary)};var Mh={horizontalGap:o.extend("--ftds-title-breadcrumb-horizontal-gap","",c.spacing1),currentColor:o.extend("--ftds-title-breadcrumb-current-color","",d.contentGlobalPrimary),previousNonClickableColor:o.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",d.contentGlobalSecondary),iconColor:o.extend("--ftds-title-breadcrumb-icon-color","",d.contentGlobalSubtle)};var Uh={parentHorizontalPadding:o.extend("--ftds-page-header-parent-horizontal-padding","",c.spacing6),parentTopPadding:o.extend("--ftds-page-header-parent-top-padding","",c.spacing4),parentBottomPadding:o.extend("--ftds-page-header-parent-bottom-padding","",c.spacing6),parentHelpLeftMargin:o.extend("--ftds-page-header-parent-help-left-margin","",c.spacing1),parentTitleColor:o.extend("--ftds-page-header-parent-title-color","",d.contentGlobalPrimary),parentSubtitleColor:o.extend("--ftds-page-header-parent-subtitle-color","",d.contentGlobalSecondary),parentChipLeftMargin:o.extend("--ftds-page-header-parent-chip-left-margin","",c.spacing4),parentVerticalGap:o.extend("--ftds-page-header-parent-vertical-gap","",c.spacing2),parentButtonsGroupHorizontalGap:o.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",c.spacing4),parentButtonsGroupVerticalGap:o.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",c.spacing4),parentChipsGroupHorizontalGap:o.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",c.spacing2),parentChipsGroupVerticalGap:o.extend("--ftds-page-header-parent-chips-group-vertical-gap","",c.spacing2),childHorizontalPadding:o.extend("--ftds-page-header-child-horizontal-padding","",c.spacing6),childTopPadding:o.extend("--ftds-page-header-child-top-padding","",c.spacing2),childBottomPadding:o.extend("--ftds-page-header-child-bottom-padding","",c.spacing2),childHelpLeftMargin:o.extend("--ftds-page-header-child-help-left-margin","",c.spacing1),childChipLeftMargin:o.extend("--ftds-page-header-child-chip-left-margin","",c.spacing4),childVerticalGap:o.extend("--ftds-page-header-child-vertical-gap","",c.spacing2),childMinHeight:o.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:o.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",c.spacing4),childButtonsGroupVerticalGap:o.extend("--ftds-page-header-child-buttons-group-vertical-gap","",c.spacing4),childChipsGroupHorizontalGap:o.extend("--ftds-page-header-child-chips-group-horizontal-gap","",c.spacing2),childChipsGroupVerticalGap:o.extend("--ftds-page-header-child-chips-group-vertical-gap","",c.spacing2),backgroundColor:o.extend("--ftds-page-header-background-color","",c.colorWhite),bottomBorderColor:o.extend("--ftds-page-header-bottom-border-color","",d.borderGlobalSubtle),bottomBorderWidth:o.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var Fh={horizontalPadding:o.extend("--ftds-page-footer-horizontal-padding","",c.spacing6),verticalPadding:o.extend("--ftds-page-footer-vertical-padding","",c.spacing2),verticalGap:o.extend("--ftds-page-footer-vertical-gap","",c.spacing2),minHeight:o.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:o.extend("--ftds-page-footer-background-color","",c.colorWhite),topBorderColor:o.extend("--ftds-page-footer-top-border-color","",d.borderGlobalSubtle),topBorderWidth:o.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:o.extend("--ftds-page-footer-buttons-group-gap","",c.spacing4)};var Kh={contentHorizontalPadding:o.extend("--ftds-page-layout-content-horizontal-padding","",c.spacing6),contentVerticalPadding:o.extend("--ftds-page-layout-content-vertical-padding","",c.spacing6)};var Qh={smallContainerTargetWidth:o.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:o.extend("--ftds-modal-small-container-margin","",c.spacing6),mediumContainerTargetWidth:o.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:o.extend("--ftds-modal-medium-container-margin","",c.spacing6),largeContainerTargetWidth:o.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:o.extend("--ftds-modal-large-container-margin","",c.spacing6),overlayBackgroundColor:o.extend("--ftds-modal-overlay-background-color","",c.colorGray700),overlayOpacity:o.extend("--ftds-modal-overlay-opacity","",c.opacity40),shadow:o.extend("--ftds-modal-shadow","",c.shadowElevation03),bodyBackgroundColor:o.extend("--ftds-modal-body-background-color","",c.colorWhite),bodyColor:o.extend("--ftds-modal-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ftds-modal-body-horizontal-padding","",c.spacing6),bodyVerticalPadding:o.extend("--ftds-modal-body-vertical-padding","",c.spacing6),bodyVerticalGap:o.extend("--ftds-modal-body-vertical-gap","",c.spacing6),headerBackgroundColor:o.extend("--ftds-modal-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ftds-modal-header-border-color","",d.borderGlobalSubtle),headerColor:o.extend("--ftds-modal-header-color","",d.contentGlobalPrimary),headerLeadingIconColor:o.extend("--ftds-modal-header-leading-icon-color","",d.contentGlobalPrimary),headerVerticalPadding:o.extend("--ftds-modal-header-vertical-padding","",c.spacing1),headerRightPadding:o.extend("--ftds-modal-header-right-padding","",c.spacing1),headerLeftPadding:o.extend("--ftds-modal-header-left-padding","",c.spacing6),headerGap:o.extend("--ftds-modal-header-gap","",c.spacing2),headerBorderBottomWidth:o.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:o.extend("--ftds-modal-border-radius","",c.borderRadiusM)};var o8={overlayOpacity:o.extend("--ftds-drawer-overlay-opacity","",c.opacity40),shadow:o.extend("--ftds-drawer-shadow","",c.shadowElevation03),bodyColor:o.extend("--ftds-drawer-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ftds-drawer-body-horizontal-padding","",c.spacing6),bodyVerticalPadding:o.extend("--ftds-drawer-body-vertical-padding","",c.spacing6),bodyGap:o.extend("--ftds-drawer-body-gap","",c.spacing6),bodyBackgroundColor:o.extend("--ftds-drawer-body-background-color","",c.colorWhite),headerBackgroundColor:o.extend("--ftds-drawer-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ftds-drawer-header-border-color","",d.borderGlobalSubtle),headerColor:o.extend("--ftds-drawer-header-color","",d.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ftds-drawer-header-trailing-icon-color","",d.contentGlobalSecondary),headerHeight:o.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:o.extend("--ftds-drawer-header-horizontal-padding","",c.spacing2),headerBorderWidth:o.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:o.extend("--ftds-drawer-header-gap","",c.spacing3),buttonsBarBackgroundColor:o.extend("--ftds-drawer-buttons-bar-background-color","",d.backgroundGlobalOnSurface),buttonsBarBorderColor:o.extend("--ftds-drawer-buttons-bar-border-color","",d.borderGlobalSubtle),buttonsBarColor:o.extend("--ftds-drawer-buttons-bar-color","",d.contentGlobalPrimary),buttonsBarHorizontalPadding:o.extend("--ftds-drawer-buttons-bar-horizontal-padding","",c.spacing6),buttonsBarVerticalPadding:o.extend("--ftds-drawer-buttons-bar-vertical-padding","",c.spacing4),buttonsBarGap:o.extend("--ftds-drawer-buttons-bar-gap","",c.spacing3),buttonsBarBorderWidth:o.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:o.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:o.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:o.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:o.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:o.extend("--ftds-drawer-overlay-background-color","",c.colorGray700)};var c8={offBorderBottomWidth:o.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:o.extend("--ftds-tabs-off-hover-state-layer-opacity","",c.opacity8),offDefaultStateLayerOpacity:o.extend("--ftds-tabs-off-default-state-layer-opacity","",c.opacity0),offFocusStateLayerOpacity:o.extend("--ftds-tabs-off-focus-state-layer-opacity","",c.opacity8),offDisabledComponentOpacity:o.extend("--ftds-tabs-off-disabled-component-opacity","",c.opacity40),offColor:o.extend("--ftds-tabs-off-color","",d.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-tabs-off-state-layer-color","",d.contentGlobalSubtle),offBorderBottomColor:o.extend("--ftds-tabs-off-border-bottom-color","",d.borderGlobalSubtle),activeTabIndicatorHeight:o.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:o.extend("--ftds-tabs-top-left-border-radius","",c.borderRadiusS),topRightBorderRadius:o.extend("--ftds-tabs-top-right-border-radius","",c.borderRadiusS),withLabelHorizontalPadding:o.extend("--ftds-tabs-with-label-horizontal-padding","",c.spacing4),withLabelVerticalPadding:o.extend("--ftds-tabs-with-label-vertical-padding","",c.spacing3),horizontalGap:o.extend("--ftds-tabs-horizontal-gap","",c.spacing1),verticalGap:o.extend("--ftds-tabs-vertical-gap","",c.spacing1),onHoverStateLayerOpacity:o.extend("--ftds-tabs-on-hover-state-layer-opacity","",c.opacity16),onDefaultStateLayerOpacity:o.extend("--ftds-tabs-on-default-state-layer-opacity","",c.opacity8),onFocusStateLayerOpacity:o.extend("--ftds-tabs-on-focus-state-layer-opacity","",c.opacity16),onActiveStateLayerOpacity:o.extend("--ftds-tabs-on-active-state-layer-opacity","",c.opacity24),onColor:o.extend("--ftds-tabs-on-color","",d.contentActionPrimary),onStateLayerColor:o.extend("--ftds-tabs-on-state-layer-color","",d.contentActionPrimary),onActiveTabIndicatorColor:o.extend("--ftds-tabs-on-active-tab-indicator-color","",d.contentActionPrimary),iconOnlyHorizontalPadding:o.extend("--ftds-tabs-icon-only-horizontal-padding","",c.spacing4),iconOnlyVerticalPadding:o.extend("--ftds-tabs-icon-only-vertical-padding","",c.spacing4),alertTopPadding:o.extend("--ftds-tabs-alert-top-padding","",c.spacing1),alertRightPadding:o.extend("--ftds-tabs-alert-right-padding","",c.spacing05),focusOutlineWidth:o.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-tabs-focus-focus-ring-color","",d.borderActionFocusRing)};var p8={largeFieldHorizontalPadding:o.extend("--ftds-text-input-large-field-horizontal-padding","",c.spacing4),largeFieldHorizontalGap:o.extend("--ftds-text-input-large-field-horizontal-gap","",c.spacing3),largeFieldVerticalGap:o.extend("--ftds-text-input-large-field-vertical-gap","",c.spacing05),largeFieldHeight:o.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:o.extend("--ftds-text-input-large-field-icon-size","",c.iconSize3),mediumFieldHorizontalPadding:o.extend("--ftds-text-input-medium-field-horizontal-padding","",c.spacing4),mediumFieldHorizontalGap:o.extend("--ftds-text-input-medium-field-horizontal-gap","",c.spacing3),mediumFieldVerticalGap:o.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:o.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:o.extend("--ftds-text-input-medium-field-icon-size","",c.iconSize3),helperHorizontalPadding:o.extend("--ftds-text-input-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:o.extend("--ftds-text-input-helper-horizontal-gap","",c.spacing1),helperIconSize:o.extend("--ftds-text-input-helper-icon-size","",c.iconSize2),borderRadius:o.extend("--ftds-text-input-border-radius","",c.borderRadiusS),backgroundColor:o.extend("--ftds-text-input-background-color","",c.colorWhite),contentValueColor:o.extend("--ftds-text-input-content-value-color","",d.contentGlobalPrimary),trailingIconColor:o.extend("--ftds-text-input-trailing-icon-color","",d.contentGlobalSubtle),labelColor:o.extend("--ftds-text-input-label-color","",d.contentGlobalSubtle),defaultBorderColor:o.extend("--ftds-text-input-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:o.extend("--ftds-text-input-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:o.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ftds-text-input-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:o.extend("--ftds-text-input-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:o.extend("--ftds-text-input-error-helper-icon-color","",d.contentErrorIconOnly),warningBorderColor:o.extend("--ftds-text-input-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:o.extend("--ftds-text-input-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:o.extend("--ftds-text-input-warning-helper-icon-color","",d.contentWarningIconOnly),warningBorderWidth:o.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:o.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-text-input-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ftds-text-input-disabled-component-opacity","",c.opacity40)};var b8={backgroundColor:o.extend("--ftds-text-area-background-color","",c.colorWhite),contentValueColor:o.extend("--ftds-text-area-content-value-color","",d.contentGlobalPrimary),labelColor:o.extend("--ftds-text-area-label-color","",d.contentGlobalSubtle),defaultBorderColor:o.extend("--ftds-text-area-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:o.extend("--ftds-text-area-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:o.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ftds-text-area-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:o.extend("--ftds-text-area-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:o.extend("--ftds-text-area-error-helper-icon-color","",d.contentErrorIconOnly),focusFocusRingColor:o.extend("--ftds-text-area-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:o.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ftds-text-area-disabled-component-opacity","",c.opacity40),fieldHorizontalLeftPadding:o.extend("--ftds-text-area-field-horizontal-left-padding","",c.spacing4),fieldHorizontalGap:o.extend("--ftds-text-area-field-horizontal-gap","",c.spacing3),fieldVerticalGap:o.extend("--ftds-text-area-field-vertical-gap","",c.spacing05),fieldMinHeight:o.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:o.extend("--ftds-text-area-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:o.extend("--ftds-text-area-helper-horizontal-gap","",c.spacing1),helperIconSize:o.extend("--ftds-text-area-helper-icon-size","",c.iconSize2),borderRadius:o.extend("--ftds-text-area-border-radius","",c.borderRadiusS)};var L8={height:o.create("--ftds-floating-menu-height","","SIZE","52px"),horizontalPadding:o.extend("--ftds-floating-menu-horizontal-padding","",c.spacing4),verticalPadding:o.extend("--ftds-floating-menu-vertical-padding","",c.spacing2),offIconColor:o.extend("--ftds-floating-menu-off-icon-color","",d.contentGlobalPrimary),offColor:o.extend("--ftds-floating-menu-off-color","",d.contentGlobalPrimary),onColor:o.extend("--ftds-floating-menu-on-color","",d.contentActionPrimary),onStateLayerColor:o.extend("--ftds-floating-menu-on-state-layer-color","",d.contentActionPrimary),gap:o.extend("--ftds-floating-menu-gap","",c.spacing3),focusFocusRingColor:o.extend("--ftds-floating-menu-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:o.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:o.extend("--ftds-floating-menu-focus-state-layer-opacity","",c.opacity24),hoverStateLayerOpacity:o.extend("--ftds-floating-menu-hover-state-layer-opacity","",c.opacity8),activeStateLayerOpacity:o.extend("--ftds-floating-menu-active-state-layer-opacity","",c.opacity16),disabledComponentOpacity:o.extend("--ftds-floating-menu-disabled-component-opacity","",c.opacity40),iconSize:o.extend("--ftds-floating-menu-icon-size","",c.iconSize3),backgroundColor:o.extend("--ftds-floating-menu-background-color","",d.backgroundGlobalOnSurface),shadow:o.extend("--ftds-floating-menu-shadow","",c.shadowElevation02),multiselectCheckedStateLayerColor:o.extend("--ftds-floating-menu-multiselect-checked-state-layer-color","",d.contentActionPrimary),multiselectCheckedColor:o.extend("--ftds-floating-menu-multiselect-checked-color","",d.contentGlobalPrimary),multiselectCheckedIconColor:o.extend("--ftds-floating-menu-multiselect-checked-icon-color","",d.contentActionPrimary),multiselectCheckedDefaultStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-checked-default-state-layer-opacity","",c.opacity8),multiselectCheckedHoverStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-checked-hover-state-layer-opacity","",c.opacity16),multiselectCheckedFocusStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-checked-focus-state-layer-opacity","",c.opacity24),multiselectIndeterminatedStateLayerColor:o.extend("--ftds-floating-menu-multiselect-indeterminated-state-layer-color","",d.contentActionPrimary),multiselectIndeterminatedColor:o.extend("--ftds-floating-menu-multiselect-indeterminated-color","",d.contentGlobalPrimary),multiselectIndeterminatedIconColor:o.extend("--ftds-floating-menu-multiselect-indeterminated-icon-color","",d.contentActionPrimary),multiselectIndeterminatedDefaultStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-indeterminated-default-state-layer-opacity","",c.opacity8),multiselectIndeterminatedHoverStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-indeterminated-hover-state-layer-opacity","",c.opacity16),multiselectIndeterminatedFocusStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-indeterminated-focus-state-layer-opacity","",c.opacity24),multiselectUncheckedStateLayerColor:o.extend("--ftds-floating-menu-multiselect-unchecked-state-layer-color","",d.contentGlobalPrimary),multiselectUncheckedColor:o.extend("--ftds-floating-menu-multiselect-unchecked-color","",d.contentGlobalPrimary),multiselectUncheckedIconColor:o.extend("--ftds-floating-menu-multiselect-unchecked-icon-color","",d.contentGlobalSubtle),multiselectUncheckedDefaultStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-unchecked-default-state-layer-opacity","",c.opacity0),multiselectUncheckedHoverStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-unchecked-hover-state-layer-opacity","",c.opacity8),multiselectUncheckedFocusStateLayerOpacity:o.extend("--ftds-floating-menu-multiselect-unchecked-focus-state-layer-opacity","",c.opacity16),selectAllCheckedStateLayerColor:o.extend("--ftds-floating-menu-select-all-checked-state-layer-color","",d.contentActionPrimary),selectAllCheckedColor:o.extend("--ftds-floating-menu-select-all-checked-color","",d.contentGlobalPrimary),selectAllCheckedIconColor:o.extend("--ftds-floating-menu-select-all-checked-icon-color","",d.contentActionPrimary),selectAllCheckedDefaultStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-checked-default-state-layer-opacity","",c.opacity0),selectAllCheckedHoverStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-checked-hover-state-layer-opacity","",c.opacity16),selectAllCheckedFocusStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-checked-focus-state-layer-opacity","",c.opacity24),selectAllIndeterminatedStateLayerColor:o.extend("--ftds-floating-menu-select-all-indeterminated-state-layer-color","",d.contentGlobalPrimary),selectAllIndeterminatedColor:o.extend("--ftds-floating-menu-select-all-indeterminated-color","",d.contentGlobalPrimary),selectAllIndeterminatedIconColor:o.extend("--ftds-floating-menu-select-all-indeterminated-icon-color","",d.contentActionPrimary),selectAllIndeterminatedDefaultStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-indeterminated-default-state-layer-opacity","",c.opacity0),selectAllIndeterminatedHoverStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-indeterminated-hover-state-layer-opacity","",c.opacity8),selectAllIndeterminatedFocusStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-indeterminated-focus-state-layer-opacity","",c.opacity16),selectAllUncheckedStateLayerColor:o.extend("--ftds-floating-menu-select-all-unchecked-state-layer-color","",d.contentGlobalPrimary),selectAllUncheckedColor:o.extend("--ftds-floating-menu-select-all-unchecked-color","",d.contentGlobalPrimary),selectAllUncheckedIconColor:o.extend("--ftds-floating-menu-select-all-unchecked-icon-color","",d.contentGlobalSubtle),selectAllUncheckedDefaultStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-unchecked-default-state-layer-opacity","",c.opacity0),selectAllUncheckedHoverStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-unchecked-hover-state-layer-opacity","",c.opacity8),selectAllUncheckedFocusStateLayerOpacity:o.extend("--ftds-floating-menu-select-all-unchecked-focus-state-layer-opacity","",c.opacity16),defaultUncheckedStateLayerColor:o.extend("--ftds-floating-menu-default-unchecked-state-layer-color","",d.contentGlobalPrimary),defaultUncheckedColor:o.extend("--ftds-floating-menu-default-unchecked-color","",d.contentGlobalPrimary),defaultUncheckedIconColor:o.extend("--ftds-floating-menu-default-unchecked-icon-color","",d.contentGlobalSubtle),defaultUncheckedDefaultStateLayerOpacity:o.extend("--ftds-floating-menu-default-unchecked-default-state-layer-opacity","",c.opacity0),defaultUncheckedHoverStateLayerOpacity:o.extend("--ftds-floating-menu-default-unchecked-hover-state-layer-opacity","",c.opacity8),defaultUncheckedFocusStateLayerOpacity:o.extend("--ftds-floating-menu-default-unchecked-focus-state-layer-opacity","",c.opacity16),defaultCheckedStateLayerColor:o.extend("--ftds-floating-menu-default-checked-state-layer-color","",d.contentActionPrimary),defaultCheckedColor:o.extend("--ftds-floating-menu-default-checked-color","",d.contentActionPrimary),defaultCheckedIconColor:o.extend("--ftds-floating-menu-default-checked-icon-color","",d.contentActionPrimary),defaultCheckedDefaultStateLayerOpacity:o.extend("--ftds-floating-menu-default-checked-default-state-layer-opacity","",c.opacity8),defaultCheckedHoverStateLayerOpacity:o.extend("--ftds-floating-menu-default-checked-hover-state-layer-opacity","",c.opacity16),defaultCheckedFocusStateLayerOpacity:o.extend("--ftds-floating-menu-default-checked-focus-state-layer-opacity","",c.opacity24)};var w8={menuVerticalGap:o.extend("--ftds-combobox-menu-vertical-gap","",c.spacing2),menuNewValuePaddingTop:o.extend("--ftds-combobox-menu-new-value-padding-top","",c.spacing4),menuNewValuePaddingBottom:o.extend("--ftds-combobox-menu-new-value-padding-bottom","",c.spacing1),menuNewValueHorizontalPadding:o.extend("--ftds-combobox-menu-new-value-horizontal-padding","",c.spacing4),menuNewValueLabelColor:o.extend("--ftds-combobox-menu-new-value-label-color","",d.contentGlobalSubtle),menuNewValueBorderColor:o.extend("--ftds-combobox-menu-new-value-border-color","",d.borderGlobalPrimary),menuNewValueBorderWidth:o.create("--ftds-combobox-menu-new-value-border-width","","SIZE","1px"),menuNewValueErrorBackgroundColor:o.extend("--ftds-combobox-menu-new-value-error-background-color","",d.backgroundErrorSubtle),menuNewValueErrorBorderColor:o.extend("--ftds-combobox-menu-new-value-error-border-color","",d.borderErrorPrimary),menuNewValueErrorStateLayerColor:o.extend("--ftds-combobox-menu-new-value-error-state-layer-color","",d.contentActionPrimary),menuNewValueErrorHoverStateLayerOpacity:o.extend("--ftds-combobox-menu-new-value-error-hover-state-layer-opacity","",c.opacity4),menuNewValueErrorActiveStateLayerOpacity:o.extend("--ftds-combobox-menu-new-value-error-active-state-layer-opacity","",c.opacity6),menuMessagePaddingTop:o.extend("--ftds-combobox-menu-message-padding-top","",c.spacing2),menuMessagePaddingBottom:o.extend("--ftds-combobox-menu-message-padding-bottom","",c.spacing2),menuMessageHorizontalPadding:o.extend("--ftds-combobox-menu-message-horizontal-padding","",c.spacing4),menuMessageLabelColor:o.extend("--ftds-combobox-menu-message-label-color","",d.contentGlobalSubtle),valuesChipBackgroundColor:o.extend("--ftds-combobox-values-chip-background-color","",d.backgroundGlobalOnSurface),valuesChipBorderColor:o.extend("--ftds-combobox-values-chip-border-color","",d.borderInputPrimary)};var W={backgroundColor:o.extend("--ftds-popover-background-color","",d.backgroundGlobalOnSurface),titleColor:o.extend("--ftds-popover-title-color","",d.contentGlobalPrimary),bodyColor:o.extend("--ftds-popover-body-color","",d.contentGlobalSecondary),gap:o.extend("--ftds-popover-gap","",c.spacing2),borderRadius:o.extend("--ftds-popover-border-radius","",c.borderRadiusM),shadow:o.extend("--ftds-popover-shadow","",c.shadowElevation02),maxWidth:o.create("--ftds-popover-max-width","","SIZE","440px"),minWidth:o.create("--ftds-popover-min-width","","SIZE","160px"),maxHeight:o.create("--ftds-popover-max-height","","SIZE","0.16vh"),contentSectionVerticalGap:o.extend("--ftds-popover-content-section-vertical-gap","",c.spacing2),multiSectionVerticalGap:o.extend("--ftds-popover-multi-section-vertical-gap","",c.spacing6),defaultHorizontalPadding:o.extend("--ftds-popover-default-horizontal-padding","",c.spacing6),defaultVerticalPadding:o.extend("--ftds-popover-default-vertical-padding","",c.spacing6),denseHorizontalPadding:o.extend("--ftds-popover-dense-horizontal-padding","",c.spacing3),denseVerticalPadding:o.extend("--ftds-popover-dense-vertical-padding","",c.spacing3)};var D8={hoverStateLayerOpacity:o.extend("--ftds-collapsible-hover-state-layer-opacity","",c.opacity8),focusStateLayerOpacity:o.extend("--ftds-collapsible-focus-state-layer-opacity","",c.opacity8),focusOutlineWidth:o.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:o.extend("--ftds-collapsible-focus-focus-ring-color","",d.borderActionFocusRing),activeStateLayerOpacity:o.extend("--ftds-collapsible-active-state-layer-opacity","",c.opacity16),disabledComponentOpacity:o.extend("--ftds-collapsible-disabled-component-opacity","",c.opacity40),horizontalPadding:o.extend("--ftds-collapsible-horizontal-padding","",c.spacing4),verticalPadding:o.extend("--ftds-collapsible-vertical-padding","",c.spacing3),color:o.extend("--ftds-collapsible-color","",d.contentGlobalPrimary),stateLayerColor:o.extend("--ftds-collapsible-state-layer-color","",d.contentGlobalPrimary),backgroundColor:o.extend("--ftds-collapsible-background-color","",d.backgroundGlobalOnSurface),borderColor:o.extend("--ftds-collapsible-border-color","",d.borderGlobalSubtle),iconSize:o.extend("--ftds-collapsible-icon-size","",c.iconSize3)};var G8={groupHorizontalPadding:o.extend("--ftds-switch-group-horizontal-padding","",c.spacing1),groupVerticalPadding:o.extend("--ftds-switch-group-vertical-padding","",c.spacing1),groupGap:o.extend("--ftds-switch-group-gap","",c.spacing1),groupBackgroundColor:o.extend("--ftds-switch-group-background-color","",d.backgroundGlobalSurface),groupBorderColor:o.extend("--ftds-switch-group-border-color","",d.borderGlobalSubtle),groupBorderRadius:o.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:o.extend("--ftds-switch-label-horizontal-padding","",c.spacing2),labelVerticalPadding:o.extend("--ftds-switch-label-vertical-padding","",c.spacing1),offHoverStateLayerOpacity:o.extend("--ftds-switch-off-hover-state-layer-opacity","",c.opacity8),offFocusStateLayerOpacity:o.extend("--ftds-switch-off-focus-state-layer-opacity","",c.opacity8),offActiveStateLayerOpacity:o.extend("--ftds-switch-off-active-state-layer-opacity","",c.opacity16),offDisabledComponentOpacity:o.extend("--ftds-switch-off-disabled-component-opacity","",c.opacity40),offColor:o.extend("--ftds-switch-off-color","",d.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-switch-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ftds-switch-on-hover-state-layer-opacity","",c.opacity8),onFocusStateLayerOpacity:o.extend("--ftds-switch-on-focus-state-layer-opacity","",c.opacity8),onActiveStateLayerOpacity:o.extend("--ftds-switch-on-active-state-layer-opacity","",c.opacity16),onDisabledComponentOpacity:o.extend("--ftds-switch-on-disabled-component-opacity","",c.opacity40),onColor:o.extend("--ftds-switch-on-color","",d.contentActionPrimary),onStateLayerColor:o.extend("--ftds-switch-on-state-layer-color","",d.contentActionPrimary),iconHorizontalPadding:o.extend("--ftds-switch-icon-horizontal-padding","",c.spacing1),iconVerticalPadding:o.extend("--ftds-switch-icon-vertical-padding","",c.spacing1),focusOutlineWidth:o.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-switch-focus-focus-ring-color","",d.borderActionFocusRing),optionBorderRadius:o.extend("--ftds-switch-option-border-radius","",c.borderRadiusS)};var V8={color1Light:o.extend("--ftds-chart-1-light","for area color charts",c.colorBrand40),color1Base:o.extend("--ftds-chart-1-base","for line charts",c.colorBrand0),color2Light:o.extend("--ftds-chart-2-light","for area color charts",c.colorYellow60),color2Base:o.extend("--ftds-chart-2-base","for line charts",c.colorYellow100),color3Light:o.extend("--ftds-chart-3-light","",c.colorUltramarine40),color3Base:o.extend("--ftds-chart-3-base","",c.colorUltramarine70),color4Light:o.extend("--ftds-chart-4-light","",c.colorCyan50),color4Base:o.extend("--ftds-chart-4-base","",c.colorCyan100),color5Light:o.extend("--ftds-chart-5-light","",c.colorRed40),color5Base:o.extend("--ftds-chart-5-base","",c.colorRed60),color6Light:o.extend("--ftds-chart-6-light","",c.colorGreen40),color6Base:o.extend("--ftds-chart-6-base","",c.colorGreen70),color7Light:o.extend("--ftds-chart-7-light","",c.colorOrange70),color7Base:o.extend("--ftds-chart-7-base","",c.colorOrange100),color8Light:o.extend("--ftds-chart-8-light","",c.colorAvocado70),color8Base:o.extend("--ftds-chart-8-base","",c.colorAvocado200),color9Light:o.extend("--ftds-chart-9-light","",c.colorBrown50),color9Base:o.extend("--ftds-chart-9-base","",c.colorBrown200),color10Light:o.extend("--ftds-chart-10-light","",c.colorGray50),color10Base:o.extend("--ftds-chart-10-base","",c.colorGray80),monochrome10:o.extend("--ftds-chart-monochrome-10","",c.colorBrand10),monochrome20:o.extend("--ftds-chart-monochrome-20","",c.colorBrand20),monochrome30:o.extend("--ftds-chart-monochrome-30","",c.colorBrand40),monochrome40:o.extend("--ftds-chart-monochrome-40","",c.colorBrand60),monochrome50:o.extend("--ftds-chart-monochrome-50","",c.colorBrand0),monochrome60:o.extend("--ftds-chart-monochrome-60","",c.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",c.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",c.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",c.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",c.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",c.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:o.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",c.opacity48),scatterplotDatapointInitialHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",c.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",c.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",c.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",c.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:o.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",c.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",c.colorGray70),scatterplotDatapointHoverHoverRingColor:o.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",c.colorCyan200)};var Y8={color1IconColor:o.extend("--ftds-page-designer-1-icon-color","for area color charts",c.colorCyan0),color1ToolbarColor:o.extend("--ftds-page-designer-1-toolbar-color","for area color charts",c.colorCyan0),color2IconColor:o.extend("--ftds-page-designer-2-icon-color","for area color charts",c.colorBrand0),color2ToolbarColor:o.extend("--ftds-page-designer-2-toolbar-color","for area color charts",c.colorBrand0),color3IconColor:o.extend("--ftds-page-designer-3-icon-color","for area color charts",c.colorYellow200),color3ToolbarColor:o.extend("--ftds-page-designer-3-toolbar-color","for area color charts",c.colorYellow200),color4IconColor:o.extend("--ftds-page-designer-4-icon-color","for area color charts",c.colorUltramarine50),color4ToolbarColor:o.extend("--ftds-page-designer-4-toolbar-color","for area color charts",c.colorUltramarine50),color5IconColor:o.extend("--ftds-page-designer-5-icon-color","for area color charts",c.colorGreen0),color5ToolbarColor:o.extend("--ftds-page-designer-5-toolbar-color","for area color charts",c.colorGreen0),color6IconColor:o.extend("--ftds-page-designer-6-icon-color","for area color charts",c.colorOrange0),color6ToolbarColor:o.extend("--ftds-page-designer-6-toolbar-color","for area color charts",c.colorOrange0),color7IconColor:o.extend("--ftds-page-designer-7-icon-color","for area color charts",c.colorAvocado200),color7ToolbarColor:o.extend("--ftds-page-designer-7-toolbar-color","for area color charts",c.colorAvocado200),color8IconColor:o.extend("--ftds-page-designer-8-icon-color","for area color charts",c.colorBrown0),color8ToolbarColor:o.extend("--ftds-page-designer-8-toolbar-color","for area color charts",c.colorBrown0)};var tm={borderWidth:o.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ftds-notice-horizontal-padding","",c.spacing3),verticalPadding:o.extend("--ftds-notice-vertical-padding","",c.spacing2),borderRadius:o.extend("--ftds-notice-border-radius","",c.borderRadiusS),gap:o.extend("--ftds-notice-gap","",c.spacing2),iconSize:o.extend("--ftds-notice-icon-size","",c.iconSize3),infoBackgroundColor:o.extend("--ftds-notice-info-background-color","",d.backgroundInfoSubtle),infoBorderColor:o.extend("--ftds-notice-info-border-color","",d.borderInfoSubtle),infoColor:o.extend("--ftds-notice-info-color","",d.contentInfoPrimary),infoIconColor:o.extend("--ftds-notice-info-icon-color","",d.contentInfoIconOnly),warningBackgroundColor:o.extend("--ftds-notice-warning-background-color","",d.backgroundWarningSubtle),warningBorderColor:o.extend("--ftds-notice-warning-border-color","",d.borderWarningSubtle),warningColor:o.extend("--ftds-notice-warning-color","",d.contentWarningPrimary),warningIconColor:o.extend("--ftds-notice-warning-icon-color","",d.contentWarningIconOnly),errorBackgroundColor:o.extend("--ftds-notice-error-background-color","",d.backgroundErrorSubtle),errorBorderColor:o.extend("--ftds-notice-error-border-color","",d.borderErrorSubtle),errorColor:o.extend("--ftds-notice-error-color","",d.contentErrorPrimary),errorIconColor:o.extend("--ftds-notice-error-icon-color","",d.contentErrorIconOnly),successBackgroundColor:o.extend("--ftds-notice-success-background-color","",d.backgroundSuccessSubtle),successBorderColor:o.extend("--ftds-notice-success-border-color","",d.borderSuccessSubtle),successColor:o.extend("--ftds-notice-success-color","",d.contentSuccessPrimary),successIconColor:o.extend("--ftds-notice-success-icon-color","",d.contentSuccessIconOnly),denseHorizontalPadding:o.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:o.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:o.extend("--ftds-notice-dense-gap","",c.spacing1),denseIconSize:o.extend("--ftds-notice-dense-icon-size","",c.iconSize2),denseBorderWidth:o.create("--ftds-notice-dense-border-width","","SIZE","0")};var im={offHoverStateLayerOpacity:o.extend("--ftds-toggle-off-hover-state-layer-opacity","",c.opacity16),offFocusStateLayerOpacity:o.extend("--ftds-toggle-off-focus-state-layer-opacity","",c.opacity16),offActiveStateLayerOpacity:o.extend("--ftds-toggle-off-active-state-layer-opacity","",c.opacity24),offDisabledComponentOpacity:o.extend("--ftds-toggle-off-disabled-component-opacity","",c.opacity40),offBackgroundColor:o.extend("--ftds-toggle-off-background-color","",d.contentGlobalSubtle),offIconColor:o.extend("--ftds-toggle-off-icon-color","",d.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-toggle-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ftds-toggle-on-hover-state-layer-opacity","",c.opacity16),onFocusStateLayerOpacity:o.extend("--ftds-toggle-on-focus-state-layer-opacity","",c.opacity16),onActiveStateLayerOpacity:o.extend("--ftds-toggle-on-active-state-layer-opacity","",c.opacity24),onDisabledComponentOpacity:o.extend("--ftds-toggle-on-disabled-component-opacity","",c.opacity40),onBackgroundColor:o.extend("--ftds-toggle-on-background-color","",d.contentActionPrimary),onStateLayerColor:o.extend("--ftds-toggle-on-state-layer-color","",d.contentActionPrimary),onIconColor:o.extend("--ftds-toggle-on-icon-color","",d.contentActionPrimary),color:o.extend("--ftds-toggle-color","",d.contentGlobalPrimary),focusFocusRingColor:o.extend("--ftds-toggle-focus-focus-ring-color","",d.borderActionFocusRing),gap:o.extend("--ftds-toggle-gap","",c.spacing3)};var um={iconSize:o.extend("--ftds-notification-icon-size","",c.iconSize4),leftPadding:o.extend("--ftds-notification-left-padding","",c.spacing5),rightPadding:o.extend("--ftds-notification-right-padding","",c.spacing4),verticalPadding:o.extend("--ftds-notification-vertical-padding","",c.spacing3),infoBackgroundColor:o.extend("--ftds-notification-info-background-color","",d.backgroundInfoSubtle),infoColor:o.extend("--ftds-notification-info-color","",d.contentInfoPrimary),infoIconColor:o.extend("--ftds-notification-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-notification-info-border-color","",d.borderInfoSubtle),successBackgroundColor:o.extend("--ftds-notification-success-background-color","",d.backgroundSuccessSubtle),successColor:o.extend("--ftds-notification-success-color","",d.contentSuccessPrimary),successIconColor:o.extend("--ftds-notification-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:o.extend("--ftds-notification-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:o.extend("--ftds-notification-warning-background-color","",d.backgroundWarningSubtle),warningColor:o.extend("--ftds-notification-warning-color","",d.contentWarningPrimary),warningIconColor:o.extend("--ftds-notification-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:o.extend("--ftds-notification-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:o.extend("--ftds-notification-error-background-color","",d.backgroundErrorSubtle),errorColor:o.extend("--ftds-notification-error-color","",d.contentErrorPrimary),errorIconColor:o.extend("--ftds-notification-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:o.extend("--ftds-notification-error-border-color","",d.borderErrorSubtle),borderRadius:o.extend("--ftds-notification-border-radius","",c.borderRadiusPill),borderWidth:o.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:o.extend("--ftds-notification-leading-gap","",c.spacing2),trailingGap:o.extend("--ftds-notification-trailing-gap","",c.spacing8)};var ym={horizontalPadding:o.extend("--ftds-tooltip-horizontal-padding","",c.spacing2),verticalPadding:o.extend("--ftds-tooltip-vertical-padding","",c.spacing2),borderRadius:o.extend("--ftds-tooltip-border-radius","",c.borderRadiusS),color:o.extend("--ftds-tooltip-color","",d.contentGlobalOnColor),backgroundColor:o.extend("--ftds-tooltip-background-color","",d.contentGlobalPrimary),backgroundOpacity:o.extend("--ftds-tooltip-background-opacity","",c.opacity80),shadow:o.extend("--ftds-tooltip-shadow","",c.shadowElevation02),maxWidth:o.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:o.extend("--ftds-tooltip-gap","",c.spacing05)};var Sm={verticalPadding:o.extend("--ftds-reorderable-list-vertical-padding","",c.spacing4),gap:o.extend("--ftds-reorderable-list-gap","",c.spacing1),borderRadius:o.extend("--ftds-reorderable-list-border-radius","",c.borderRadiusM),reorderableItemTitleMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",c.spacing6),reorderableItemTitleColor:o.extend("--ftds-reorderable-list-reorderable-item-title-color","",d.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",c.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:o.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",c.spacing2),reorderableItemRightButtonsGroupHorizontalGap:o.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",c.spacing2),reorderableItemUsersCountColor:o.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",d.contentGlobalPrimary),reorderableItemUsersCountMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",c.spacing6),reorderableItemBackgroundColor:o.extend("--ftds-reorderable-list-reorderable-item-background-color","",d.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",c.spacing1),reorderableItemWarningMessageColor:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",d.contentWarningPrimary),reorderableItemWarningMessageIconColor:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",d.contentWarningIconOnly),reorderableItemGripColor:o.extend("--ftds-reorderable-list-reorderable-item-grip-color","",d.contentGlobalSecondary),reorderableItemGripOpacity:o.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",c.opacity48),boxShadow:o.extend("--ftds-reorderable-list-box-shadow","",c.shadowElevation01),borderWidth:o.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:o.extend("--ftds-reorderable-list-reorderable-items-gap","",c.spacing2),leftPadding:o.extend("--ftds-reorderable-list-left-padding","",c.spacing2),rightPadding:o.extend("--ftds-reorderable-list-right-padding","",c.spacing6),borderColor:o.extend("--ftds-reorderable-list-border-color","",d.borderGlobalPrimary),backgroundColor:o.extend("--ftds-reorderable-list-background-color","",d.backgroundGlobalOnSurfaceDark)};var Am={menuHorizontalPadding:o.extend("--ftds-date-range-picker-menu-horizontal-padding","",c.spacing4),menuVerticalPadding:o.extend("--ftds-date-range-picker-menu-vertical-padding","",c.spacing4),menuVerticalGap:o.extend("--ftds-date-range-picker-menu-vertical-gap","",c.spacing4),menuButtonsVerticalGap:o.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",c.spacing2)};var rt;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(rt||(rt={}));var ot;(function(e){e.large="large",e.medium="medium",e.small="small"})(ot||(ot={}));var Ir=x($());function o4(e,t){let r=xa[e];return Ir.css`
|
|
485
|
-
${t?(0,Ir.unsafeCSS)(t):Ir.css`.ftds-typography--${(0,Ir.unsafeCSS)(e)}`} {
|
|
486
|
-
font-family: ${r.fontFamily};
|
|
487
|
-
font-size: ${r.fontSize};
|
|
488
|
-
font-weight: ${r.fontWeight};
|
|
489
|
-
letter-spacing: ${r.letterSpacing};
|
|
490
|
-
line-height: ${r.lineHeight};
|
|
491
|
-
text-decoration: ${r.textDecoration};
|
|
492
|
-
text-transform: ${r.textCase};
|
|
493
|
-
}
|
|
494
|
-
`}var Cc=[Object.keys(xa).map(e=>o4(e))];var Lc=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},he=class extends Ec.FtLitElement{constructor(){super(...arguments),this.variant=ee.body2medium}render(){return this.element?Pr`
|
|
495
|
-
<${Mr(this.element)}
|
|
496
|
-
part="text"
|
|
497
|
-
class="ftds-typography ftds-typography--${this.variant}">
|
|
498
|
-
<slot></slot>
|
|
499
|
-
</${Mr(this.element)}>
|
|
500
|
-
`:Pr`
|
|
501
|
-
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
502
|
-
`}};he.styles=[...Cc];Lc([(0,Sa.property)()],he.prototype,"element",void 0);Lc([(0,Sa.property)()],he.prototype,"variant",void 0);var Oc=x(k());var Ac={"ft-typography":pe,"ftds-typography":he};(0,Oc.customElements)(Ac);var Rc=x($()),Pt=x(k()),po={distance:Pt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Pt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Pt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:Pt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Pt.designSystemVariables.borderRadiusS),maxWidth:Pt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},wc=Rc.css`
|
|
503
|
-
.ft-tooltip--container {
|
|
504
|
-
display: block;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
.ft-tooltip--inline {
|
|
412
|
+
`}};At.styles=vl;var Al=y(O());var xl={"ft-loader":At};(0,Al.customElements)(xl);var tt=y(I()),Oi=y(Xt()),L=y(X());var Si=e=>e??H;var Cl=y(I()),T=y(O());var El=T.FtCssVariableFactory.extend("--ft-button-color","",T.designSystemVariables.colorPrimary),R={backgroundColor:T.FtCssVariableFactory.extend("--ft-button-background-color","",T.designSystemVariables.colorSurface),borderRadius:T.FtCssVariableFactory.extend("--ft-button-border-radius","",T.designSystemVariables.borderRadiusL),color:El,fontSize:T.FtCssVariableFactory.extend("--ft-button-font-size","",Pe.fontSize),iconSize:T.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:T.FtCssVariableFactory.extend("--ft-button-ripple-color","",El),verticalPadding:T.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:T.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:T.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:T.FtCssVariableFactory.external(T.designSystemVariables.colorOpacityDisabled,"Design system")},Sl=T.FtCssVariableFactory.extend("--ft-button-primary-color","",T.FtCssVariableFactory.extend("--ft-button-color","",T.designSystemVariables.colorOnPrimary)),Ci={backgroundColor:T.FtCssVariableFactory.extend("--ft-button-primary-background-color","",T.FtCssVariableFactory.extend("--ft-button-background-color","",T.designSystemVariables.colorPrimary)),color:Sl,rippleColor:T.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Sl)},Ie={borderRadius:T.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",T.FtCssVariableFactory.extend("--ft-button-border-radius","",T.designSystemVariables.borderRadiusM)),verticalPadding:T.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:T.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:T.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Ol=Cl.css`
|
|
413
|
+
:host {
|
|
508
414
|
display: inline-block;
|
|
509
415
|
max-width: 100%;
|
|
416
|
+
pointer-events: none;
|
|
510
417
|
}
|
|
511
418
|
|
|
512
|
-
.ft-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
overflow: hidden;
|
|
519
|
-
width: max-content;
|
|
520
|
-
max-width: ${po.maxWidth};
|
|
521
|
-
text-align: center;
|
|
522
|
-
padding: ${po.distance};
|
|
419
|
+
.ft-button {
|
|
420
|
+
box-shadow: 0px 0px 0px transparent;
|
|
421
|
+
border: 0px solid transparent;
|
|
422
|
+
text-shadow: 0px 0px 0px transparent;
|
|
423
|
+
font-size: ${R.fontSize};
|
|
424
|
+
text-decoration: none;
|
|
523
425
|
}
|
|
524
426
|
|
|
525
|
-
.ft-
|
|
526
|
-
|
|
527
|
-
border
|
|
528
|
-
|
|
529
|
-
color: ${po.color};
|
|
530
|
-
position: relative;
|
|
531
|
-
word-break: break-word;
|
|
427
|
+
.ft-button:hover {
|
|
428
|
+
box-shadow: 0px 0px 0px transparent;
|
|
429
|
+
border: 0px solid transparent;
|
|
430
|
+
text-shadow: 0px 0px 0px transparent;
|
|
532
431
|
}
|
|
533
|
-
`;var _c=["top","right","bottom","left"],Nc=["start","end"],La=_c.reduce((e,t)=>e.concat(t,t+"-"+Nc[0],t+"-"+Nc[1]),[]),ho=Math.min,It=Math.max,mo=Math.round;var nt=e=>({x:e,y:e}),n4={left:"right",right:"left",bottom:"top",top:"bottom"};function Ea(e,t,r){return It(e,ho(t,r))}function Jo(e,t){return typeof e=="function"?e(t):e}function zr(e){return e.split("-")[0]}function zt(e){return e.split("-")[1]}function Aa(e){return e==="x"?"y":"x"}function Oa(e){return e==="y"?"height":"width"}function en(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Ra(e){return Aa(en(e))}function kc(e,t,r){r===void 0&&(r=!1);let n=zt(e),a=Ra(e),i=Oa(a),s=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=Ca(s)),[s,Ca(s)]}function Tc(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Ca(e){let t=zr(e);return n4[t]+e.slice(t.length)}function a4(e){return{top:0,right:0,bottom:0,left:0,...e}}function Mc(e){return typeof e!="number"?a4(e):{top:e,right:e,bottom:e,left:e}}function rr(e){let{x:t,y:r,width:n,height:a}=e;return{width:n,height:a,top:r,left:t,right:t+n,bottom:r+a,x:t,y:r}}function Pc(e,t,r){let{reference:n,floating:a}=e,i=en(t),s=Ra(t),l=Oa(s),u=zr(t),f=i==="y",m=n.x+n.width/2-a.width/2,y=n.y+n.height/2-a.height/2,g=n[l]/2-a[l]/2,v;switch(u){case"top":v={x:m,y:n.y-a.height};break;case"bottom":v={x:m,y:n.y+n.height};break;case"right":v={x:n.x+n.width,y};break;case"left":v={x:n.x-a.width,y};break;default:v={x:n.x,y:n.y}}switch(zt(t)){case"start":v[s]-=g*(r&&f?-1:1);break;case"end":v[s]+=g*(r&&f?-1:1);break}return v}async function Ic(e,t){var r;t===void 0&&(t={});let{x:n,y:a,platform:i,rects:s,elements:l,strategy:u}=e,{boundary:f="clippingAncestors",rootBoundary:m="viewport",elementContext:y="floating",altBoundary:g=!1,padding:v=0}=Jo(t,e),S=Mc(v),R=l[g?y==="floating"?"reference":"floating":y],O=rr(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(R)))==null||r?R:R.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:f,rootBoundary:m,strategy:u})),_=y==="floating"?{x:n,y:a,width:s.floating.width,height:s.floating.height}:s.reference,I=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),z=await(i.isElement==null?void 0:i.isElement(I))?await(i.getScale==null?void 0:i.getScale(I))||{x:1,y:1}:{x:1,y:1},G=rr(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:_,offsetParent:I,strategy:u}):_);return{top:(O.top-G.top+S.top)/z.y,bottom:(G.bottom-O.bottom+S.bottom)/z.y,left:(O.left-G.left+S.left)/z.x,right:(G.right-O.right+S.right)/z.x}}var i4=50,zc=async(e,t,r)=>{let{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,l=s.detectOverflow?s:{...s,detectOverflow:Ic},u=await(s.isRTL==null?void 0:s.isRTL(t)),f=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:m,y}=Pc(f,n,u),g=n,v=0,S={};for(let C=0;C<i.length;C++){let R=i[C];if(!R)continue;let{name:O,fn:_}=R,{x:I,y:z,data:G,reset:V}=await _({x:m,y,initialPlacement:n,placement:g,strategy:a,middlewareData:S,rects:f,platform:l,elements:{reference:e,floating:t}});m=I??m,y=z??y,S[O]={...S[O],...G},V&&v<i4&&(v++,typeof V=="object"&&(V.placement&&(g=V.placement),V.rects&&(f=V.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:a}):V.rects),{x:m,y}=Pc(f,g,u)),C=-1)}return{x:m,y,placement:g,strategy:a,middlewareData:S}};function s4(e,t,r){return(e?[...r.filter(a=>zt(a)===e),...r.filter(a=>zt(a)!==e)]:r.filter(a=>zr(a)===a)).filter(a=>e?zt(a)===e||(t?Tc(a)!==a:!1):!0)}var Dc=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,a;let{rects:i,middlewareData:s,placement:l,platform:u,elements:f}=t,{crossAxis:m=!1,alignment:y,allowedPlacements:g=La,autoAlignment:v=!0,...S}=Jo(e,t),C=y!==void 0||g===La?s4(y||null,v,g):g,R=await u.detectOverflow(t,S),O=((r=s.autoPlacement)==null?void 0:r.index)||0,_=C[O];if(_==null)return{};let I=kc(_,i,await(u.isRTL==null?void 0:u.isRTL(f.floating)));if(l!==_)return{reset:{placement:C[0]}};let z=[R[zr(_)],R[I[0]],R[I[1]]],G=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:_,overflows:z}],V=C[O+1];if(V)return{data:{index:O+1,overflows:G},reset:{placement:V}};let ut=G.map(ke=>{let He=zt(ke.placement);return[ke.placement,He&&m?ke.overflows.slice(0,2).reduce((Te,Qt)=>Te+Qt,0):ke.overflows[0],ke.overflows]}).sort((ke,He)=>ke[1]-He[1]),ft=((a=ut.filter(ke=>ke[2].slice(0,zt(ke[0])?2:3).every(He=>He<=0))[0])==null?void 0:a[0])||ut[0][0];return ft!==l?{data:{index:O+1,overflows:G},reset:{placement:ft}}:{}}}};var Uc=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:a,platform:i}=t,{mainAxis:s=!0,crossAxis:l=!1,limiter:u={fn:O=>{let{x:_,y:I}=O;return{x:_,y:I}}},...f}=Jo(e,t),m={x:r,y:n},y=await i.detectOverflow(t,f),g=en(zr(a)),v=Aa(g),S=m[v],C=m[g];if(s){let O=v==="y"?"top":"left",_=v==="y"?"bottom":"right",I=S+y[O],z=S-y[_];S=Ea(I,S,z)}if(l){let O=g==="y"?"top":"left",_=g==="y"?"bottom":"right",I=C+y[O],z=C-y[_];C=Ea(I,C,z)}let R=u.fn({...t,[v]:S,[g]:C});return{...R,data:{x:R.x-r,y:R.y-n,enabled:{[v]:s,[g]:l}}}}}};function rn(){return typeof window<"u"}function nr(e){return $c(e)?(e.nodeName||"").toLowerCase():"#document"}function Oe(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function mt(e){var t;return(t=($c(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function $c(e){return rn()?e instanceof Node||e instanceof Oe(e).Node:!1}function Fe(e){return rn()?e instanceof Element||e instanceof Oe(e).Element:!1}function yt(e){return rn()?e instanceof HTMLElement||e instanceof Oe(e).HTMLElement:!1}function Bc(e){return!rn()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Oe(e).ShadowRoot}function Dr(e){let{overflow:t,overflowX:r,overflowY:n,display:a}=We(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&a!=="inline"&&a!=="contents"}function Hc(e){return/^(table|td|th)$/.test(nr(e))}function yo(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var c4=/transform|translate|scale|rotate|perspective|filter/,l4=/paint|layout|strict|content/,or=e=>!!e&&e!=="none",wa;function Ur(e){let t=Fe(e)?We(e):e;return or(t.transform)||or(t.translate)||or(t.scale)||or(t.rotate)||or(t.perspective)||!on()&&(or(t.backdropFilter)||or(t.filter))||c4.test(t.willChange||"")||l4.test(t.contain||"")}function Gc(e){let t=At(e);for(;yt(t)&&!ar(t);){if(Ur(t))return t;if(yo(t))return null;t=At(t)}return null}function on(){return wa==null&&(wa=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),wa}function ar(e){return/^(html|body|#document)$/.test(nr(e))}function We(e){return Oe(e).getComputedStyle(e)}function go(e){return Fe(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function At(e){if(nr(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Bc(e)&&e.host||mt(e);return Bc(t)?t.host:t}function Fc(e){let t=At(e);return ar(t)?e.ownerDocument?e.ownerDocument.body:e.body:yt(t)&&Dr(t)?t:Fc(t)}function tn(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let a=Fc(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),s=Oe(a);if(i){let l=nn(s);return t.concat(s,s.visualViewport||[],Dr(a)?a:[],l&&r?tn(l):[])}else return t.concat(a,tn(a,[],r))}function nn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Kc(e){let t=We(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,a=yt(e),i=a?e.offsetWidth:r,s=a?e.offsetHeight:n,l=mo(r)!==i||mo(n)!==s;return l&&(r=i,n=s),{width:r,height:n,$:l}}function Zc(e){return Fe(e)?e:e.contextElement}function Br(e){let t=Zc(e);if(!yt(t))return nt(1);let r=t.getBoundingClientRect(),{width:n,height:a,$:i}=Kc(t),s=(i?mo(r.width):r.width)/n,l=(i?mo(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var d4=nt(0);function qc(e){let t=Oe(e);return!on()||!t.visualViewport?d4:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function u4(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Oe(e)?!1:t}function bo(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let a=e.getBoundingClientRect(),i=Zc(e),s=nt(1);t&&(n?Fe(n)&&(s=Br(n)):s=Br(e));let l=u4(i,r,n)?qc(i):nt(0),u=(a.left+l.x)/s.x,f=(a.top+l.y)/s.y,m=a.width/s.x,y=a.height/s.y;if(i){let g=Oe(i),v=n&&Fe(n)?Oe(n):n,S=g,C=nn(S);for(;C&&n&&v!==S;){let R=Br(C),O=C.getBoundingClientRect(),_=We(C),I=O.left+(C.clientLeft+parseFloat(_.paddingLeft))*R.x,z=O.top+(C.clientTop+parseFloat(_.paddingTop))*R.y;u*=R.x,f*=R.y,m*=R.x,y*=R.y,u+=I,f+=z,S=Oe(C),C=nn(S)}}return rr({width:m,height:y,x:u,y:f})}function an(e,t){let r=go(e).scrollLeft;return t?t.left+r:bo(mt(e)).left+r}function Yc(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-an(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function f4(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e,i=a==="fixed",s=mt(n),l=t?yo(t.floating):!1;if(n===s||l&&i)return r;let u={scrollLeft:0,scrollTop:0},f=nt(1),m=nt(0),y=yt(n);if((y||!y&&!i)&&((nr(n)!=="body"||Dr(s))&&(u=go(n)),y)){let v=bo(n);f=Br(n),m.x=v.x+n.clientLeft,m.y=v.y+n.clientTop}let g=s&&!y&&!i?Yc(s,u):nt(0);return{width:r.width*f.x,height:r.height*f.y,x:r.x*f.x-u.scrollLeft*f.x+m.x+g.x,y:r.y*f.y-u.scrollTop*f.y+m.y+g.y}}function p4(e){return Array.from(e.getClientRects())}function h4(e){let t=mt(e),r=go(e),n=e.ownerDocument.body,a=It(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=It(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+an(e),l=-r.scrollTop;return We(n).direction==="rtl"&&(s+=It(t.clientWidth,n.clientWidth)-a),{width:a,height:i,x:s,y:l}}var Wc=25;function m4(e,t){let r=Oe(e),n=mt(e),a=r.visualViewport,i=n.clientWidth,s=n.clientHeight,l=0,u=0;if(a){i=a.width,s=a.height;let m=on();(!m||m&&t==="fixed")&&(l=a.offsetLeft,u=a.offsetTop)}let f=an(n);if(f<=0){let m=n.ownerDocument,y=m.body,g=getComputedStyle(y),v=m.compatMode==="CSS1Compat"&&parseFloat(g.marginLeft)+parseFloat(g.marginRight)||0,S=Math.abs(n.clientWidth-y.clientWidth-v);S<=Wc&&(i-=S)}else f<=Wc&&(i+=f);return{width:i,height:s,x:l,y:u}}function y4(e,t){let r=bo(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,i=yt(e)?Br(e):nt(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,u=a*i.x,f=n*i.y;return{width:s,height:l,x:u,y:f}}function jc(e,t,r){let n;if(t==="viewport")n=m4(e,r);else if(t==="document")n=h4(mt(e));else if(Fe(t))n=y4(t,r);else{let a=qc(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return rr(n)}function Xc(e,t){let r=At(e);return r===t||!Fe(r)||ar(r)?!1:We(r).position==="fixed"||Xc(r,t)}function g4(e,t){let r=t.get(e);if(r)return r;let n=tn(e,[],!1).filter(l=>Fe(l)&&nr(l)!=="body"),a=null,i=We(e).position==="fixed",s=i?At(e):e;for(;Fe(s)&&!ar(s);){let l=We(s),u=Ur(s);!u&&l.position==="fixed"&&(a=null),(i?!u&&!a:!u&&l.position==="static"&&!!a&&(a.position==="absolute"||a.position==="fixed")||Dr(s)&&!u&&Xc(e,s))?n=n.filter(m=>m!==s):a=l,s=At(s)}return t.set(e,n),n}function b4(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e,s=[...r==="clippingAncestors"?yo(t)?[]:g4(t,this._c):[].concat(r),n],l=jc(t,s[0],a),u=l.top,f=l.right,m=l.bottom,y=l.left;for(let g=1;g<s.length;g++){let v=jc(t,s[g],a);u=It(v.top,u),f=ho(v.right,f),m=ho(v.bottom,m),y=It(v.left,y)}return{width:f-y,height:m-u,x:y,y:u}}function v4(e){let{width:t,height:r}=Kc(e);return{width:t,height:r}}function x4(e,t,r){let n=yt(t),a=mt(t),i=r==="fixed",s=bo(e,!0,i,t),l={scrollLeft:0,scrollTop:0},u=nt(0);function f(){u.x=an(a)}if(n||!n&&!i)if((nr(t)!=="body"||Dr(a))&&(l=go(t)),n){let v=bo(t,!0,i,t);u.x=v.x+t.clientLeft,u.y=v.y+t.clientTop}else a&&f();i&&!n&&a&&f();let m=a&&!n&&!i?Yc(a,l):nt(0),y=s.left+l.scrollLeft-u.x-m.x,g=s.top+l.scrollTop-u.y-m.y;return{x:y,y:g,width:s.width,height:s.height}}function Na(e){return We(e).position==="static"}function Vc(e,t){if(!yt(e)||We(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return mt(e)===r&&(r=r.ownerDocument.body),r}function Qc(e,t){let r=Oe(e);if(yo(e))return r;if(!yt(e)){let a=At(e);for(;a&&!ar(a);){if(Fe(a)&&!Na(a))return a;a=At(a)}return r}let n=Vc(e,t);for(;n&&Hc(n)&&Na(n);)n=Vc(n,t);return n&&ar(n)&&Na(n)&&!Ur(n)?r:n||Gc(e)||r}var S4=async function(e){let t=this.getOffsetParent||Qc,r=this.getDimensions,n=await r(e.floating);return{reference:x4(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function C4(e){return We(e).direction==="rtl"}var sn={convertOffsetParentRelativeRectToViewportRelativeRect:f4,getDocumentElement:mt,getClippingRect:b4,getOffsetParent:Qc,getElementRects:S4,getClientRects:p4,getDimensions:v4,getScale:Br,isElement:Fe,isRTL:C4};var Jc=Dc,el=Uc;var tl=(e,t,r)=>{let n=new Map,a={platform:sn,...r},i={...a.platform,_c:n};return zc(e,t,{...a,platform:i})};function rl(e){return L4(e)}function _a(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function L4(e){for(let t=e;t;t=_a(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=_a(e);t;t=_a(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||Ur(r)||t.tagName==="BODY"))return t}return null}async function ol(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},tl(e,t,{strategy:n.strategy,platform:{...sn,getOffsetParent:a=>sn.getOffsetParent(a,rl)},middleware:[el({crossAxis:!0}),Jc({allowedPlacements:[n.placement]})]})}var Xr=x(k());var ri=x(K());var nl=x(K(),1);var ka=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function al(e,t){return(0,nl.property)({type:Object,converter:{fromAttribute:r=>{if(r==null)return vo(e);try{return JSON.parse(r)}catch{return vo(e)}},toAttribute:r=>JSON.stringify(r)},hasChanged:xo,...t??{}})}function E4(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,n;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!cn(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!cn(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[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 a=s=>Object.keys(s).filter(l=>s[l]!=null),i=a(e);if(r=i.length,r!==a(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,i[n]))return!1;for(n=r;n--!==0;){let s=i[n];if(!cn(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function cn(e,t){try{return E4(e,t)}catch{return!1}}function xo(e,t){return!cn(e,t)}function vo(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function ln(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let a=t(n);return a[e]=!0,a}}var il=x(K(),1);var Ta=e=>{let t=e??{};return(r,n)=>{var a;let i={hasChanged:xo,attribute:!1,...t};(0,il.property)(i)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(a=t.selector)!==null&&a!==void 0?a:(l=>l[n]),store:t.store})}};var dn=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==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))}};var ir=x(K(),1);var un=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,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let a=(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 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 cl=x($(),1);var fn=globalThis,A4=fn.ShadowRoot&&(fn.ShadyCSS===void 0||fn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;var sl=(e,t)=>{if(A4)e.adoptedStyleSheets=t.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of t){let n=document.createElement("style"),a=fn.litNonce;a!==void 0&&n.setAttribute("nonce",a),n.textContent=r.cssText,e.appendChild(n)}};var pn=class extends cl.LitElement{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let t=this.scopedRegistryConstructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,t.defineScopedElements(t.elementDefinitions));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return sl(n,t.elementStyles),n}static canDefineScopedElement(t){return!!this.registry&&!this.registry.get(t)}static defineScopedElements(t){Object.entries(t).forEach(([r,n])=>this.defineScopedElement(r,n))}static defineScopedElement(t,r){ka(t)(r),this.canDefineScopedElement(t)&&this.registry.define(t,r)}canDefineScopedElement(t){return this.scopedRegistryConstructor.canDefineScopedElement(t)}defineScopedElements(t){this.scopedRegistryConstructor.defineScopedElements(t)}defineScopedElement(t,r){this.scopedRegistryConstructor.defineScopedElement(t,r)}};function ll(e,t,...r){var n;let a=e.querySelector(t);for(let i of r)a=(n=a?.shadowRoot)===null||n===void 0?void 0:n.querySelector(i);return a}var Hr=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},pl,dl=Symbol("constructorPrototype"),ul=Symbol("constructorName"),hl=Symbol("exportpartsDebouncer"),fl=Symbol("dynamicDependenciesLoaded"),$r=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};$r.eventName="exportparts-updated";var gt=class extends pn{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[pl]=new un(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[hl].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[ul]=this.constructor.name,this[dl]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ul]&&Object.setPrototypeOf(this,this[dl])}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(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[fl]||(r[fl]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener($r.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener($r.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 $r)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:a}=this.elementToFocus;if(n!=null){let i=[...a??[],n];r=ll(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,a;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.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(t){var r,n,a,i,s,l;let u=g=>g!=null&&g.trim().length>0,f=t.filter(u).map(g=>g.trim());if(f.length===0){this.exportparts=void 0;return}let m=new Set;for(let g of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let v=(i=(a=g.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],S=(l=(s=g.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(R=>R.split(":")[1]))!==null&&l!==void 0?l:[],C=[...v,...S].filter(u).map(R=>R.trim());for(let R of C)m.add(R)}if(m.size===0){this.exportparts=void 0;return}let y=[...m.values()].flatMap(g=>f.map(v=>`${g}:${v}--${g}`));this.exportparts=[...this.part,...y].join(", ")}};pl=hl;Hr([(0,ir.property)()],gt.prototype,"exportpartsPrefix",void 0);Hr([al([])],gt.prototype,"exportpartsPrefixes",void 0);Hr([(0,ir.property)({reflect:!0})],gt.prototype,"exportparts",void 0);Hr([(0,ir.property)()],gt.prototype,"customStylesheet",void 0);Hr([(0,ir.property)()],gt.prototype,"elementToFocus",void 0);Hr([(0,ir.state)()],gt.prototype,"useAdoptedStyleSheets",void 0);function hn(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var So=Symbol("internalReduxEventsUnsubscribers"),Dt=Symbol("internalStoresUnsubscribers"),sr=Symbol("internalStores"),O4=ln(Symbol("withRedux"),function(e){var t,r,n;class a extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=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[sr].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[sr].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[sr].get(s)}addStore(s,l){var u;l=(u=l??s.name)!==null&&u!==void 0?u:"default-store",this.unsubscribeFromStore(l),this[sr].set(l,s),this.subscribeToStore(l,s),this.updateFromStores()}removeStore(s){let l=typeof s=="string"?s:s.name;this.unsubscribeFromStore(l),this[sr].delete(l)}setupStores(){this.unsubscribeFromStores(),this[sr].forEach((s,l)=>this.subscribeToStore(l,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,l)=>{let u=this.constructor.getPropertyOptions(l);if(!u?.attribute||!this.hasAttribute(typeof u?.attribute=="string"?u.attribute:l)){let f=this.getStore(s.store);f&&(s.store?this[Dt].has(s.store):this[Dt].size>0)&&(this[l]=s.selector(f.getState(),this))}})}subscribeToStore(s,l){var u;this[Dt].set(s,l.subscribe(()=>this.updateFromStores())),this[So].set(s,[]),hn(l)&&l.eventBus&&((u=this.reduxConstructor.reduxEventListeners)===null||u===void 0||u.forEach((f,m)=>{if(typeof this[m]=="function"&&(!f.store||l.name===f.store)){let y=g=>this[m](g);l.addEventListener(f.eventName,y),this[So].get(s).push(()=>l.removeEventListener(f.eventName,y))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[Dt].forEach((s,l)=>this.unsubscribeFromStore(l))}unsubscribeFromStore(s){var l;this[Dt].has(s)&&this[Dt].get(s)(),this[Dt].delete(s),(l=this[So].get(s))===null||l===void 0||l.forEach(u=>u()),this[So].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=Dt,r=sr,n=So,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),ml=class extends O4(gt){};function je(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var a,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 Ot(e){return!!e&&!!e[Y]}function at(e){var t;return!!e&&((function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===P4})(e)||Array.isArray(e)||!!e[Cl]||!!(!((t=e.constructor)===null||t===void 0)&&t[Cl])||Ha(e)||Ga(e))}function cr(e,t,r){r===void 0&&(r=!1),Wr(e)===0?(r?Object.keys:Fr)(e).forEach((function(n){r&&typeof n=="symbol"||t(n,e[n],e)})):e.forEach((function(n,a){return t(a,n,e)}))}function Wr(e){var t=e[Y];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Ha(e)?2:Ga(e)?3:0}function Gr(e,t){return Wr(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function R4(e,t){return Wr(e)===2?e.get(t):e[t]}function Ll(e,t,r){var n=Wr(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function El(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Ha(e){return T4&&e instanceof Map}function Ga(e){return M4&&e instanceof Set}function Ut(e){return e.o||e.t}function Fa(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Rl(e);delete t[Y];for(var r=Fr(t),n=0;n<r.length;n++){var a=r[n],i=t[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),t)}function Wa(e,t){return t===void 0&&(t=!1),ja(e)||Ot(e)||!at(e)||(Wr(e)>1&&(e.set=e.add=e.clear=e.delete=w4),Object.freeze(e),t&&cr(e,(function(r,n){return Wa(n,!0)}),!0)),e}function w4(){je(2)}function ja(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function bt(e){var t=$a[e];return t||je(18,e),t}function N4(e,t){$a[e]||($a[e]=t)}function Da(){return Lo}function Ma(e,t){t&&(bt("Patches"),e.u=[],e.s=[],e.v=t)}function mn(e){Ua(e),e.p.forEach(_4),e.p=null}function Ua(e){e===Lo&&(Lo=e.l)}function yl(e){return Lo={p:[],l:Lo,h:e,m:!0,_:0}}function _4(e){var t=e[Y];t.i===0||t.i===1?t.j():t.g=!0}function Pa(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||bt("ES5").S(t,e,n),n?(r[Y].P&&(mn(t),je(4)),at(e)&&(e=yn(t,e),t.l||gn(t,e)),t.u&&bt("Patches").M(r[Y].t,e,t.u,t.s)):e=yn(t,r,[]),mn(t),t.u&&t.v(t.u,t.s),e!==Ol?e:void 0}function yn(e,t,r){if(ja(t))return t;var n=t[Y];if(!n)return cr(t,(function(l,u){return gl(e,n,t,l,u,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return gn(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=Fa(n.k):n.o,i=a,s=!1;n.i===3&&(i=new Set(a),a.clear(),s=!0),cr(i,(function(l,u){return gl(e,n,a,l,u,r,s)})),gn(e,a,!1),r&&e.u&&bt("Patches").N(n,r,e.u,e.s)}return n.o}function gl(e,t,r,n,a,i,s){if(Ot(a)){var l=yn(e,a,i&&t&&t.i!==3&&!Gr(t.R,n)?i.concat(n):void 0);if(Ll(r,n,l),!Ot(l))return;e.m=!1}else s&&r.add(a);if(at(a)&&!ja(a)){if(!e.h.D&&e._<1)return;yn(e,a),t&&t.A.l||gn(e,a)}}function gn(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&Wa(t,r)}function Ia(e,t){var r=e[Y];return(r?Ut(r):e)[t]}function bl(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function Bt(e){e.P||(e.P=!0,e.l&&Bt(e.l))}function za(e){e.o||(e.o=Fa(e.t))}function Ba(e,t,r){var n=Ha(t)?bt("MapSet").F(t,r):Ga(t)?bt("MapSet").T(t,r):e.O?(function(a,i){var s=Array.isArray(a),l={i:s?1:0,A:i?i.A:Da(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},u=l,f=Eo;s&&(u=[l],f=Co);var m=Proxy.revocable(u,f),y=m.revoke,g=m.proxy;return l.k=g,l.j=y,g})(t,r):bt("ES5").J(t,r);return(r?r.A:Da()).p.push(n),n}function k4(e){return Ot(e)||je(22,e),(function t(r){if(!at(r))return r;var n,a=r[Y],i=Wr(r);if(a){if(!a.P&&(a.i<4||!bt("ES5").K(a)))return a.t;a.I=!0,n=vl(r,i),a.I=!1}else n=vl(r,i);return cr(n,(function(s,l){a&&R4(a.t,s)===l||Ll(n,s,t(l))})),i===3?new Set(n):n})(e)}function vl(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Fa(e)}function Al(){function e(s,l){var u=i[s];return u?u.enumerable=l:i[s]=u={configurable:!0,enumerable:l,get:function(){var f=this[Y];return Eo.get(f,s)},set:function(f){var m=this[Y];Eo.set(m,s,f)}},u}function t(s){for(var l=s.length-1;l>=0;l--){var u=s[l][Y];if(!u.P)switch(u.i){case 5:n(u)&&Bt(u);break;case 4:r(u)&&Bt(u)}}}function r(s){for(var l=s.t,u=s.k,f=Fr(u),m=f.length-1;m>=0;m--){var y=f[m];if(y!==Y){var g=l[y];if(g===void 0&&!Gr(l,y))return!0;var v=u[y],S=v&&v[Y];if(S?S.t!==g:!El(v,g))return!0}}var C=!!l[Y];return f.length!==Fr(l).length+(C?0:1)}function n(s){var l=s.k;if(l.length!==s.t.length)return!0;var u=Object.getOwnPropertyDescriptor(l,l.length-1);if(u&&!u.get)return!0;for(var f=0;f<l.length;f++)if(!l.hasOwnProperty(f))return!0;return!1}function a(s){s.g&&je(3,JSON.stringify(Ut(s)))}var i={};N4("ES5",{J:function(s,l){var u=Array.isArray(s),f=(function(y,g){if(y){for(var v=Array(g.length),S=0;S<g.length;S++)Object.defineProperty(v,""+S,e(S,!0));return v}var C=Rl(g);delete C[Y];for(var R=Fr(C),O=0;O<R.length;O++){var _=R[O];C[_]=e(_,y||!!C[_].enumerable)}return Object.create(Object.getPrototypeOf(g),C)})(u,s),m={i:u?5:4,A:l?l.A:Da(),P:!1,I:!1,R:{},l,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,Y,{value:m,writable:!0}),f},S:function(s,l,u){u?Ot(l)&&l[Y].A===s&&t(s.p):(s.u&&(function f(m){if(m&&typeof m=="object"){var y=m[Y];if(y){var g=y.t,v=y.k,S=y.R,C=y.i;if(C===4)cr(v,(function(z){z!==Y&&(g[z]!==void 0||Gr(g,z)?S[z]||f(v[z]):(S[z]=!0,Bt(y)))})),cr(g,(function(z){v[z]!==void 0||Gr(v,z)||(S[z]=!1,Bt(y))}));else if(C===5){if(n(y)&&(Bt(y),S.length=!0),v.length<g.length)for(var R=v.length;R<g.length;R++)S[R]=!1;else for(var O=g.length;O<v.length;O++)S[O]=!0;for(var _=Math.min(v.length,g.length),I=0;I<_;I++)v.hasOwnProperty(I)||(S[I]=!0),S[I]===void 0&&f(v[I])}}}})(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var xl,Lo,Va=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",T4=typeof Map<"u",M4=typeof Set<"u",Sl=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ol=Va?Symbol.for("immer-nothing"):((xl={})["immer-nothing"]=!0,xl),Cl=Va?Symbol.for("immer-draftable"):"__$immer_draftable",Y=Va?Symbol.for("immer-state"):"__$immer_state";var P4=""+Object.prototype.constructor,Fr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Rl=Object.getOwnPropertyDescriptors||function(e){var t={};return Fr(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},$a={},Eo={get:function(e,t){if(t===Y)return e;var r=Ut(e);if(!Gr(r,t))return(function(a,i,s){var l,u=bl(i,s);return u?"value"in u?u.value:(l=u.get)===null||l===void 0?void 0:l.call(a.k):void 0})(e,r,t);var n=r[t];return e.I||!at(n)?n:n===Ia(e.t,t)?(za(e),e.o[t]=Ba(e.A.h,n,e)):n},has:function(e,t){return t in Ut(e)},ownKeys:function(e){return Reflect.ownKeys(Ut(e))},set:function(e,t,r){var n=bl(Ut(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var a=Ia(Ut(e),t),i=a?.[Y];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(El(r,a)&&(r!==void 0||Gr(e.t,t)))return!0;za(e),Bt(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 Ia(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,za(e),Bt(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=Ut(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){je(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){je(12)}},Co={};cr(Eo,(function(e,t){Co[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Co.deleteProperty=function(e,t){return Co.set.call(this,e,t,void 0)},Co.set=function(e,t,r){return Eo.set.call(this,e[0],t,r,e[0])};var I4=(function(){function e(r){var n=this;this.O=Sl,this.D=!0,this.produce=function(a,i,s){if(typeof a=="function"&&typeof i!="function"){var l=i;i=a;var u=n;return function(C){var R=this;C===void 0&&(C=l);for(var O=arguments.length,_=Array(O>1?O-1:0),I=1;I<O;I++)_[I-1]=arguments[I];return u.produce(C,(function(z){var G;return(G=i).call.apply(G,[R,z].concat(_))}))}}var f;if(typeof i!="function"&&je(6),s!==void 0&&typeof s!="function"&&je(7),at(a)){var m=yl(n),y=Ba(n,a,void 0),g=!0;try{f=i(y),g=!1}finally{g?mn(m):Ua(m)}return typeof Promise<"u"&&f instanceof Promise?f.then((function(C){return Ma(m,s),Pa(C,m)}),(function(C){throw mn(m),C})):(Ma(m,s),Pa(f,m))}if(!a||typeof a!="object"){if((f=i(a))===void 0&&(f=a),f===Ol&&(f=void 0),n.D&&Wa(f,!0),s){var v=[],S=[];bt("Patches").M(a,f,v,S),s(v,S)}return f}je(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(f){for(var m=arguments.length,y=Array(m>1?m-1:0),g=1;g<m;g++)y[g-1]=arguments[g];return n.produceWithPatches(f,(function(v){return a.apply(void 0,[v].concat(y))}))};var s,l,u=n.produce(a,i,(function(f,m){s=f,l=m}));return typeof Promise<"u"&&u instanceof Promise?u.then((function(f){return[f,s,l]})):[u,s,l]},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){at(r)||je(8),Ot(r)&&(r=k4(r));var n=yl(this),a=Ba(this,r,void 0);return a[Y].C=!0,Ua(n),a},t.finishDraft=function(r,n){var a=r&&r[Y],i=a.A;return Ma(i,n),Pa(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Sl&&je(20),this.O=r},t.applyPatches=function(r,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}a>-1&&(n=n.slice(a+1));var s=bt("Patches").$;return Ot(r)?s(r,n):this.produce(r,(function(l){return s(l,n)}))},e})(),Me=new I4,z4=Me.produce,j5=Me.produceWithPatches.bind(Me),V5=Me.setAutoFreeze.bind(Me),K5=Me.setUseProxies.bind(Me),Z5=Me.applyPatches.bind(Me),q5=Me.createDraft.bind(Me),Y5=Me.finishDraft.bind(Me),bn=z4;function lr(e){"@babel/helpers - typeof";return lr=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},lr(e)}function wl(e,t){if(lr(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(lr(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Nl(e){var t=wl(e,"string");return lr(t)=="symbol"?t:t+""}function _l(e,t,r){return(t=Nl(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function kl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ka(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?kl(Object(r),!0).forEach(function(n){_l(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):kl(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function xe(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 Tl=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Za=function(){return Math.random().toString(36).substring(7).split("").join(".")},vn={INIT:"@@redux/INIT"+Za(),REPLACE:"@@redux/REPLACE"+Za(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Za()}};function D4(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 qa(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(xe(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(xe(1));return r(qa)(e,t)}if(typeof e!="function")throw new Error(xe(2));var a=e,i=t,s=[],l=s,u=!1;function f(){l===s&&(l=s.slice())}function m(){if(u)throw new Error(xe(3));return i}function y(C){if(typeof C!="function")throw new Error(xe(4));if(u)throw new Error(xe(5));var R=!0;return f(),l.push(C),function(){if(R){if(u)throw new Error(xe(6));R=!1,f();var _=l.indexOf(C);l.splice(_,1),s=null}}}function g(C){if(!D4(C))throw new Error(xe(7));if(typeof C.type>"u")throw new Error(xe(8));if(u)throw new Error(xe(9));try{u=!0,i=a(i,C)}finally{u=!1}for(var R=s=l,O=0;O<R.length;O++){var _=R[O];_()}return C}function v(C){if(typeof C!="function")throw new Error(xe(10));a=C,g({type:vn.REPLACE})}function S(){var C,R=y;return C={subscribe:function(_){if(typeof _!="object"||_===null)throw new Error(xe(11));function I(){_.next&&_.next(m())}I();var z=R(I);return{unsubscribe:z}}},C[Tl]=function(){return this},C}return g({type:vn.INIT}),n={dispatch:g,subscribe:y,getState:m,replaceReducer:v},n[Tl]=S,n}function U4(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:vn.INIT});if(typeof n>"u")throw new Error(xe(12));if(typeof r(void 0,{type:vn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(xe(13))})}function Ml(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var a=t[n];typeof e[a]=="function"&&(r[a]=e[a])}var i=Object.keys(r),s,l;try{U4(r)}catch(u){l=u}return function(f,m){if(f===void 0&&(f={}),l)throw l;if(0)var y;for(var g=!1,v={},S=0;S<i.length;S++){var C=i[S],R=r[C],O=f[C],_=R(O,m);if(typeof _>"u"){var I=m&&m.type;throw new Error(xe(14))}v[C]=_,g=g||_!==O}return g=g||i.length!==Object.keys(f).length,g?v:f}}function jr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function Pl(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(xe(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},l=t.map(function(u){return u(s)});return i=jr.apply(void 0,l)(a.dispatch),Ka(Ka({},a),{},{dispatch:i})}}}function Il(e){var t=function(n){var a=n.dispatch,i=n.getState;return function(s){return function(l){return typeof l=="function"?l(a,i,e):s(l)}}};return t}var zl=Il();zl.withExtraArgument=Il;var Ya=zl;var Hl=(function(){var e=function(t,r){return e=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])},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 n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}})(),B4=function(e,t){var r={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(f){return function(m){return u([f,m])}}function u(f){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,a&&(i=f[0]&2?a.return:f[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,f[1])).done)return i;switch(a=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++,a=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(m){f=[6,m],a=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},Vr=function(e,t){for(var r=0,n=t.length,a=e.length;r<n;r++,a++)e[a]=t[r];return e},$4=Object.defineProperty,H4=Object.defineProperties,G4=Object.getOwnPropertyDescriptors,Dl=Object.getOwnPropertySymbols,F4=Object.prototype.hasOwnProperty,W4=Object.prototype.propertyIsEnumerable,Ul=function(e,t,r){return t in e?$4(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},$t=function(e,t){for(var r in t||(t={}))F4.call(t,r)&&Ul(e,r,t[r]);if(Dl)for(var n=0,a=Dl(t);n<a.length;n++){var r=a[n];W4.call(t,r)&&Ul(e,r,t[r])}return e},Xa=function(e,t){return H4(e,G4(t))},j4=function(e,t,r){return new Promise(function(n,a){var i=function(u){try{l(r.next(u))}catch(f){a(f)}},s=function(u){try{l(r.throw(u))}catch(f){a(f)}},l=function(u){return u.done?n(u.value):Promise.resolve(u.value).then(i,s)};l((r=r.apply(e,t)).next())})};var V4=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?jr:jr.apply(null,arguments)},hy=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function K4(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}function Ht(e,t){function r(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(t){var i=t.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return $t($t({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}var Z4=(function(e){Hl(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,Vr([void 0],r[0].concat(this)))):new(t.bind.apply(t,Vr([void 0],r.concat(this))))},t})(Array),q4=(function(e){Hl(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,Vr([void 0],r[0].concat(this)))):new(t.bind.apply(t,Vr([void 0],r.concat(this))))},t})(Array);function ei(e){return at(e)?bn(e,function(){}):e}function Y4(e){return typeof e=="boolean"}function X4(){return function(t){return Q4(t)}}function Q4(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,a=n===void 0?!0:n,i=e.serializableCheck,s=i===void 0?!0:i,l=e.actionCreatorCheck,u=l===void 0?!0:l,f=new Z4;if(r&&(Y4(r)?f.push(Ya):f.push(Ya.withExtraArgument(r.extraArgument))),0){if(a)var m;if(s)var y;if(u)var g}return f}var Qa=!0;function Gl(e){var t=X4(),r=e||{},n=r.reducer,a=n===void 0?void 0:n,i=r.middleware,s=i===void 0?t():i,l=r.devTools,u=l===void 0?!0:l,f=r.preloadedState,m=f===void 0?void 0:f,y=r.enhancers,g=y===void 0?void 0:y,v;if(typeof a=="function")v=a;else if(K4(a))v=Ml(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 S=s;if(typeof S=="function"&&(S=S(t),!Qa&&!Array.isArray(S)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Qa&&S.some(function(z){return typeof z!="function"}))throw new Error("each middleware provided to configureStore must be a function");var C=Pl.apply(void 0,S),R=jr;u&&(R=V4($t({trace:!Qa},typeof u=="object"&&u)));var O=new q4(C),_=O;Array.isArray(g)?_=Vr([C],g):typeof g=="function"&&(_=g(O));var I=R.apply(void 0,_);return qa(v,m,I)}function Fl(e){var t={},r=[],n,a={addCase:function(i,s){var l=typeof i=="string"?i:i.type;if(!l)throw new Error("`builder.addCase` cannot be called with an empty action type");if(l in t)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return t[l]=s,a},addMatcher:function(i,s){return r.push({matcher:i,reducer:s}),a},addDefaultCase:function(i){return n=i,a}};return e(a),[t,r,n]}function J4(e){return typeof e=="function"}function eu(e,t,r,n){r===void 0&&(r=[]);var a=typeof t=="function"?Fl(t):[t,r,n],i=a[0],s=a[1],l=a[2],u;if(J4(e))u=function(){return ei(e())};else{var f=ei(e);u=function(){return f}}function m(y,g){y===void 0&&(y=u());var v=Vr([i[g.type]],s.filter(function(S){var C=S.matcher;return C(g)}).map(function(S){var C=S.reducer;return C}));return v.filter(function(S){return!!S}).length===0&&(v=[l]),v.reduce(function(S,C){if(C)if(Ot(S)){var R=S,O=C(R,g);return O===void 0?S:O}else{if(at(S))return bn(S,function(_){return C(_,g)});var O=C(S,g);if(O===void 0){if(S===null)return S;throw Error("A case reducer on a non-draftable value must not return undefined")}return O}return S},y)}return m.getInitialState=u,m}function tu(e,t){return e+"/"+t}function Wl(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:ei(e.initialState),n=e.reducers||{},a=Object.keys(n),i={},s={},l={};a.forEach(function(m){var y=n[m],g=tu(t,m),v,S;"reducer"in y?(v=y.reducer,S=y.prepare):v=y,i[m]=v,s[g]=v,l[m]=S?Ht(g,S):Ht(g)});function u(){var m=typeof e.extraReducers=="function"?Fl(e.extraReducers):[e.extraReducers],y=m[0],g=y===void 0?{}:y,v=m[1],S=v===void 0?[]:v,C=m[2],R=C===void 0?void 0:C,O=$t($t({},g),s);return eu(r,function(_){for(var I in O)_.addCase(I,O[I]);for(var z=0,G=S;z<G.length;z++){var V=G[z];_.addMatcher(V.matcher,V.reducer)}R&&_.addDefaultCase(R)})}var f;return{name:t,reducer:function(m,y){return f||(f=u()),f(m,y)},actions:l,caseReducers:i,getInitialState:function(){return f||(f=u()),f.getInitialState()}}}var ru="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",ou=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=ru[Math.random()*64|0];return t},nu=["name","message","stack","code"],Ja=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),Bl=(function(){function e(t,r){this.payload=t,this.meta=r}return e})(),au=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=nu;r<n.length;r++){var a=n[r];typeof e[a]=="string"&&(t[a]=e[a])}return t}return{message:String(e)}},by=(function(){function e(t,r,n){var a=Ht(t+"/fulfilled",function(m,y,g,v){return{payload:m,meta:Xa($t({},v||{}),{arg:g,requestId:y,requestStatus:"fulfilled"})}}),i=Ht(t+"/pending",function(m,y,g){return{payload:void 0,meta:Xa($t({},g||{}),{arg:y,requestId:m,requestStatus:"pending"})}}),s=Ht(t+"/rejected",function(m,y,g,v,S){return{payload:v,error:(n&&n.serializeError||au)(m||"Rejected"),meta:Xa($t({},S||{}),{arg:g,requestId:y,rejectedWithValue:!!v,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"})}}),l=!1,u=typeof AbortController<"u"?AbortController:(function(){function m(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return m.prototype.abort=function(){},m})();function f(m){return function(y,g,v){var S=n?.idGenerator?n.idGenerator(m):ou(),C=new u,R,O=!1;function _(z){R=z,C.abort()}var I=(function(){return j4(this,null,function(){var z,G,V,ut,Xt,ft,ke;return B4(this,function(He){switch(He.label){case 0:return He.trys.push([0,4,,5]),ut=(z=n?.condition)==null?void 0:z.call(n,m,{getState:g,extra:v}),su(ut)?[4,ut]:[3,2];case 1:ut=He.sent(),He.label=2;case 2:if(ut===!1||C.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return O=!0,Xt=new Promise(function(Te,Qt){return C.signal.addEventListener("abort",function(){return Qt({name:"AbortError",message:R||"Aborted"})})}),y(i(S,m,(G=n?.getPendingMeta)==null?void 0:G.call(n,{requestId:S,arg:m},{getState:g,extra:v}))),[4,Promise.race([Xt,Promise.resolve(r(m,{dispatch:y,getState:g,extra:v,requestId:S,signal:C.signal,abort:_,rejectWithValue:function(Te,Qt){return new Ja(Te,Qt)},fulfillWithValue:function(Te,Qt){return new Bl(Te,Qt)}})).then(function(Te){if(Te instanceof Ja)throw Te;return Te instanceof Bl?a(Te.payload,S,m,Te.meta):a(Te,S,m)})])];case 3:return V=He.sent(),[3,5];case 4:return ft=He.sent(),V=ft instanceof Ja?s(null,S,m,ft.payload,ft.meta):s(ft,S,m),[3,5];case 5:return ke=n&&!n.dispatchConditionRejection&&s.match(V)&&V.meta.condition,ke||y(V),[2,V]}})})})();return Object.assign(I,{abort:_,requestId:S,arg:m,unwrap:function(){return I.then(iu)}})}}return Object.assign(f,{pending:i,rejected:s,fulfilled:a,typePrefix:t})}return e.withTypes=function(){return e},e})();function iu(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function su(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var jl="listener",Vl="completed",Kl="cancelled",vy="task-"+Kl,xy="task-"+Vl,Sy=jl+"-"+Kl,Cy=jl+"-"+Vl;var ti="listenerMiddleware";var Ly=Ht(ti+"/add"),Ey=Ht(ti+"/removeAll"),Ay=Ht(ti+"/remove");var $l,Oy=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return($l||($l=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},cu=function(e){return function(t){setTimeout(t,e)}},Ry=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:cu(10);Al();var lu=ln(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,a){this.eventBus.addEventListener(r,n,a)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,a){this.eventBus.removeEventListener(r,n,a)}}}),xn=class extends lu(Object){};window.ftReduxStores||(window.ftReduxStores={});var Zl=class e extends xn{static get(t){var r;let n=typeof t=="string"?t:t.name,a=typeof t=="string"?void 0:t,i=window.ftReduxStores[n];if(hn(i))return i;if(a==null)return;let s=Wl({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),l=Gl({reducer:(u,f)=>{if(f.type==="CLEAR_FT_REDUX_STORE"){let m=vo(s.getInitialState());for(let y of f.keeping)m[y]=(u??m)[y];return m}else if(typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...u,...f.overwrites};return s.reducer(u,f)}});return window.ftReduxStores[a.name]=new e(s,l,a.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new dn;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,l)=>{let u=s,f=i[u];return f?(...m)=>{let y=f(...m.map(a));return this.reduxStore.dispatch(y),y}:m=>{this.setState({[u]:a(m)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}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()}};var Sn=class{static format(t,r,n,a,i){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,a,!!i)):this.getIntlDateTime(t,r,n,a,!!i)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,a,i){let s=typeof t=="string"?new Date(t):t,l=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(s),u=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return i?u:a?`${l} ${u}`:l}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Cn=x(k()),du="ft-app-info",Kr=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Kr.eventName="authentication-change";var Ao=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:t})}};Ao.eventName="ui-locale-changed";var uu={session:(e,t)=>{(0,Cn.deepEqual)(e.session,t.payload)||(e.session=t.payload,setTimeout(()=>B.dispatchEvent(new Kr(t.payload)),0))}},B=Cn.FtReduxStore.get({name:du,reducers:uu,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!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 ql=x(k()),Ln=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},tg=(0,ql.applyMixinOnce)(Symbol("withDateFormat"),function(e){class t extends e{constructor(...n){super(n),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(B)}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=>Sn.format(l,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Ln([(0,ri.property)({type:Boolean})],t.prototype,"useLongDateFormat",void 0),Ln([(0,ri.property)({type:Boolean})],t.prototype,"useDateTimeFormat",void 0),Ln([Ta({store:B.name,selector:r=>{var n,a;return(a=(n=r.metadataConfiguration)===null||n===void 0?void 0:n.descriptors)!==null&&a!==void 0?a:[]}})],t.prototype,"metadataDescriptors",void 0),Ln([Ta({store:B.name})],t.prototype,"uiLocale",void 0),t});var Yl;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Yl||(Yl={}));var Xl;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(Xl||(Xl={}));var Ql;(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"})(Ql||(Ql={}));var Jl;(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"})(Jl||(Jl={}));var e1;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(e1||(e1={}));var t1;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(t1||(t1={}));var r1;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(r1||(r1={}));var o1;(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__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",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__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"})(o1||(o1={}));var n1;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(n1||(n1={}));var a1;(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"})(a1||(a1={}));var i1;(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",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(i1||(i1={}));var s1;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(s1||(s1={}));var c1;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(c1||(c1={}));var l1;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(l1||(l1={}));var d1;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(d1||(d1={}));var u1;(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"})(u1||(u1={}));var f1;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(f1||(f1={}));var p1;(function(e){e.ASC="ASC",e.DESC="DESC"})(p1||(p1={}));var h1;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(h1||(h1={}));var m1;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(m1||(m1={}));var y1;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(y1||(y1={}));var g1;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(g1||(g1={}));var b1;(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"})(b1||(b1={}));var v1;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(v1||(v1={}));var x1;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(x1||(x1={}));var S1;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(S1||(S1={}));var C1;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(C1||(C1={}));var ae;(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.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.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(ae||(ae={}));var Ve;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(Ve||(Ve={}));var L1;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(L1||(L1={}));var E1;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(E1||(E1={}));var A1;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.OTHER="OTHER"})(A1||(A1={}));var O1;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(O1||(O1={}));var R1;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(R1||(R1={}));var w1;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(w1||(w1={}));var N1;(function(e){e.USER="USER",e.ASSISTANT="ASSISTANT"})(N1||(N1={}));var _1;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(_1||(_1={}));var k1;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(k1||(k1={}));var T1;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(T1||(T1={}));var fu={[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.BEHAVIOR_DATA_USER],[ae.GENERATIVE_AI_EXPORT_USER]:[ae.GENERATIVE_AI_USER]};function M1(e,t){return e===t||(fu[e]??[]).some(r=>M1(r,t))}function P1(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(n=>M1(n,t))}var wn=x(k());var oi=x(k());var dr=class e{static get(t){let{baseUrl:r,apiIntegrationIdentifier:n}=B.getState(),a=t??n;if(r&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,a,!0)}static await(t){return new Promise(r=>{let n=e.get(t);if(n)r(n);else{let a=B.subscribe(()=>{n=e.get(t),n&&(a(),r(n))})}})}};var Zr=class{constructor(t){this.overrideApi=t}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:dr.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):dr.await()}};var Pe=class extends Zr{constructor(t=!0,r){var n;super(r),this.sortObjectFields=(i,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([l],[u])=>l.localeCompare(u)));let a=this.constructor;a.commonCache=(n=a.commonCache)!==null&&n!==void 0?n:new oi.CacheRegistry,this.cache=t?a.commonCache:new oi.CacheRegistry}clearCache(){this.cache.clearAll()}hash(t){return String(Array.from(JSON.stringify(t,this.sortObjectFields)).reduce((r,n)=>0|31*r+n.charCodeAt(0),0))}};var En=class extends Pe{async listMySearches(){let{session:t}=B.getState();return P1(t,ae.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),300*1e3):[]}};var An=class extends Pe{async listMyBookmarks(){let t=B.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),300*1e3):[]}};var On=class extends Pe{constructor(){super(...arguments),this.CACHE_DURATION=180*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=B.getState().session;return!!t?.sessionAuthenticated}};var Rn=class extends Pe{constructor(){super(...arguments),this.CACHE_DURATION=180*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=B.getState().session;return!!t?.sessionAuthenticated}};var pu="ft-user-assets",hu={setAssetCount:(e,t)=>{let{userAssetType:r,count:n}=t.payload.assetCount;e.assetCounts.allAsset[r]=n},clearAssetCount:e=>{Object.values(Ve).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:n,asset:a}=t.payload;ai(e,r,[...ni(e,r),a]),I1(e,r,1,n),z1(e,a)},editAsset:(e,t)=>{let{assetType:r,asset:n}=t.payload;ai(e,r,ni(e,r).map(a=>a.id===n.id?n:a)),z1(e,n)},removeAsset:(e,t)=>{let{assetType:r,mapId:n,assetId:a}=t.payload;ai(e,r,ni(e,r).filter(i=>i.id!==a)),I1(e,r,-1,n)}},D1={[Ve.SEARCHES]:"savedSearches",[Ve.BOOKMARKS]:"bookmarks",[Ve.BOOKS]:void 0,[Ve.COLLECTIONS]:void 0},ni=(e,t)=>{var r;let n=D1[t];return n?(r=e[n])!==null&&r!==void 0?r:[]:[]},ai=(e,t,r)=>{let n=D1[t];n&&(e[n]=r)},I1=(e,t,r,n)=>{let a=e.assetCounts.allAsset[t];if(a!==void 0&&(e.assetCounts.allAsset[t]=Math.max(0,a+r),t===Ve.BOOKMARKS&&n)){let i=e.assetCounts.bookmarkByMap[n];e.assetCounts.bookmarkByMap[n]=Math.max(0,i+r)}},z1=(e,t)=>{let r=e.assetLabels.map(a=>a.title),n=t.labels.filter(a=>!r.includes(a)).map(a=>({title:a}));e.assetLabels.push(...n)},Ce=wn.FtReduxStore.get({name:pu,reducers:hu,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Ve).map(e=>[e,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ii=class{constructor(t=new On,r=new Rn){this.assetCountsService=t,this.assetLabelsService=r,this.currentSession=B.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new An,this.savedSearchesService=new En,B.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=B.getState();(0,wn.deepEqual)((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(),Ce.actions.clearAssetCount(),Ce.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Ce.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Ce.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Ce.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let t=await this.assetLabelsService.getUserAssetLabels();Ce.actions.assetLabels(t)}async loadAssetCount(t){let r=await this.assetCountsService.getUserAssetCount(t);r&&Ce.getState().assetCounts.allAsset[t]!==r.count&&Ce.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(t){let r=await this.assetCountsService.getUserBookmarkCountByMap(t);r&&Ce.getState().assetCounts.bookmarkByMap[t]!==r.count&&Ce.actions.setBookmarkCountByMap({count:r.count,mapId:t})}async reloadAssetCount(t){this.assetCountsService.clearCache();let r=Object.keys(Ce.getState().assetCounts.bookmarkByMap).length!==0;t===Ve.BOOKMARKS&&r&&Ce.actions.clearBookmarkCountByMap(),Ce.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;Ce.actions.bookmarks(r)}}},mu=new ii;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=mu);var si=class{addCommand(t,r=!1){B.commands.add(t,r)}consumeCommand(t){return B.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new si;var Ke=x(k());var U1,qr=class extends CustomEvent{constructor(t){super("ft-i18n-context-loaded",{detail:t})}},yu=Symbol("clearAfterUnitTest"),Nn=class extends(0,Ke.withEventBus)(Pe){constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[U1]=()=>{this.defaultMessages={},this.cache=new Ke.CacheRegistry,this.listeners={}},this.currentUiLocale=B.getState().uiLocale,B.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=B.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 n;if(t=t.toLowerCase(),r&&Object.keys(r).length>0){let a={...(n=this.defaultMessages[t])!==null&&n!==void 0?n:{},...r};(0,Ke.deepEqual)(this.defaultMessages[t],a)||(this.defaultMessages[t]=a,await this.notify(t))}return this.fetchContext(t)}resolveContext(t){var r,n;return this.fetchContext(t),(n=(r=this.cache.getNow(t))===null||r===void 0?void 0:r.messages)!==null&&n!==void 0?n:{}}resolveRawMessage(t,r){let n=t.toLowerCase();return this.resolveContext(n)[r]}resolveMessage(t,r,...n){var a;let i=t.toLowerCase(),s=this.resolveContext(i);return new Ke.ParametrizedLabelResolver((a=this.defaultMessages[i])!==null&&a!==void 0?a:{},s).resolve(r,...n)}async fetchContext(t){let r=!this.cache.has(t),n;try{n=await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),r&&await this.notify(t)}catch(a){!(a instanceof Ke.CanceledPromiseError)&&r&&console.error(a)}return n}subscribe(t,r){var n;return t=t.toLowerCase(),this.listeners[t]=(n=this.listeners[t])!==null&&n!==void 0?n:new Set,this.listeners[t].add(r),()=>{var a;return(a=this.listeners[t])===null||a===void 0?void 0:a.delete(r)}}async notifyAll(){let t=Object.keys(this.listeners);document.body.dispatchEvent(new qr({loadedContexts:t})),this.dispatchEvent(new qr({loadedContexts:t})),await Promise.all(t.map(r=>this.notify(r,!1)))}async notify(t,r=!0){r&&(document.body.dispatchEvent(new qr({loadedContexts:[t]})),this.dispatchEvent(new qr({loadedContexts:[t]}))),this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(n=>(0,Ke.delay)(0).then(()=>n()).catch(()=>null)))}};U1=yu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Nn{constructor(){super(async(e,t)=>(await this.awaitApi).getFluidTopicsMessageContext(e,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Nn{constructor(){super(async(e,t)=>(await this.awaitApi).getCustomMessageContext(e,t))}});var Oo=window.FluidTopicsI18nService,ci=window.FluidTopicsCustomI18nService;var B1=x(k()),li=class{highlightHtml(t,r,n){(0,B1.highlightHtml)(t,r,n)}};window.FluidTopicsHighlightHtmlService=new li;var $1=x(k());var di=class{isDate(t){var r,n,a,i;return(i=(a=((n=(r=B.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&n!==void 0?n:[]).find(l=>l.key===t))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1}format(t,r){var n,a,i,s;if(t==null)return"";try{return $1.DateFormatter.format(t,(n=r?.locale)!==null&&n!==void 0?n:B.getState().uiLocale,(a=r?.longFormat)!==null&&a!==void 0?a:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(l){throw console.error(`Date ${JSON.stringify(t)} is not valid`,l),l}}};window.FluidTopicsDateService=new di;var H1=x(k());var Ro=class{static get(t,r){var n,a;let i=B.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 H1.SearchPlaceConverter(i.baseUrl,t??20,i.searchInAllLanguagesAllowed,r??`${s}-${l}`)}};var ui=class{urlToSearchRequest(t){return Ro.get().parse(t)}searchRequestToUrl(t){return Ro.get().serialize(t)}};window.FluidTopicsUrlService=new ui;var Rt=x(k());var ur=class e extends CustomEvent{constructor(t){super(e.eventName,{detail:{currentItem:t}})}};ur.eventName="change";var fi=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))}},G1=new fi;var _n=class e extends Rt.WithEventBus{static build(){return new e(window.history,G1,()=>window.location,!1)}constructor(t,r,n,a){var i,s;super(),this.history=t,this.historyStorage=r,this.windowLocation=n,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(a)}setCurrentState(t,r=!1){let n=r&&this.currentIndex===t.index-1;this.currentState={...this.buildCurrentState(),...t},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),(0,Rt.deepEqual)(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new ur(this.currentItem())),0)}installProxies(){let t=r=>(n,a,[i,s,l])=>{let u=r(),f={...u===this.currentIndex?this.currentState:void 0,...i,index:u,href:typeof l=="string"?l:(l??this.windowLocation()).href};n.apply(a,[f,s,l]),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 n={...this.buildCurrentState(),...t,index:this.currentIndex,title:(r=t?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(n)}addHistoryChangeListener(t){this.addEventListener(ur.eventName,t)}removeHistoryChangeListener(t){this.removeEventListener(ur.eventName,t)}currentItem(){return(0,Rt.deepCopy)(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(0,Rt.deepCopy)(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(t){let r=this.states.filter(n=>!!n).filter(n=>n.index<this.currentIndex).reverse();return(0,Rt.deepCopy)(r.find(n=>t(n)))}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(0,Rt.deepCopy)(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 n=(r=this.states[t])===null||r===void 0?void 0:r.majorStateId;if(!n)return t;let a=t,i=t+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,n);)this.hasState(i)&&(a=i),i++;return a}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 n;if(!this.hasState(t))return!1;let a=r??this.currentState.majorStateId,i=(n=this.states[t])===null||n===void 0?void 0:n.majorStateId;return i==null||i!=a}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=_n.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:e=>window.FluidTopicsInternalHistoryService.backwardItemMatching(e),addHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(e),removeHistoryChangeListener:e=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(e)});var F1=x($());var W1=F1.css`
|
|
534
|
-
`;var K1=x($()),Ie=x(K()),pr=x(k());var fr=x(k());function j1(e,t){let{authenticationRequired:r,session:n}=B.getState();return r&&!n?.sessionAuthenticated?Promise.resolve(t):e()}var kn=class extends Zr{async updateUiLocale(t){return(await this.awaitApi).updateUiLocale(t)}};var pi=class e extends fr.FtStateManager{static build(t){return new e(B,t)}constructor(t,r){super(),this.store=t,this.cache=new fr.CacheRegistry,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new kn,this.cleanSessionDebouncer=new fr.Debouncer,this.reloadDebouncer=new fr.Debouncer(500),this.apiProvider=r??(()=>dr.get())}setWithManualResources(t){this.withManualResources=t,this.updateIfNeeded()}async initService(){this.store.addEventListener(Kr.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let t=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(t)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var t;let r=await this.cache.get("availableContentLocales",()=>j1(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((t=r.contentLocales)!==null&&t!==void 0?t:[])}reloadConfiguration(){var t;(t=this.cache)===null||t===void 0||t.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(t){this.store.actions.baseUrl(t),window.fluidTopicsBaseUrl=t}setApiIntegrationIdentifier(t){this.store.actions.apiIntegrationIdentifier(t)}setApiIntegrationAppVersion(t){this.store.actions.apiIntegrationAppVersion(t)}setUiLocale(t){this.store.actions.uiLocale(t)}setLocalesConfiguration(t){var r,n,a,i,s;this.localesConfiguration=t,this.store.actions.defaultLocales(this.localesConfiguration.defaultLocales),this.store.actions.availableUiLocales((r=this.localesConfiguration.availableUiLocales)!==null&&r!==void 0?r:[]),this.store.actions.searchInAllLanguagesAllowed((n=this.localesConfiguration.allLanguagesAllowed)!==null&&n!==void 0?n:!1),this.store.actions.searchLanguageSetsUiLanguage((a=this.localesConfiguration.searchLanguageSetsUiLanguage)!==null&&a!==void 0?a:!1),this.store.actions.uiLanguageSetsSearchLanguage((i=this.localesConfiguration.uiLanguageSetsSearchLanguage)!==null&&i!==void 0?i:!1),this.store.actions.uiLanguageSetsReaderLanguage((s=this.localesConfiguration.uiLanguageSetsReaderLanguage)!==null&&s!==void 0?s:!1),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(t){this.store.actions.availableContentLocales(t),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(t){this.userLocaleService.updateUiLocale({uiLocale:t}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new Ao(r)))}).catch(()=>{})}setMetadataConfiguration(t){this.store.actions.metadataConfiguration(t),setTimeout(()=>this.updateIfNeeded())}setNoCustom(t){this.store.actions.noCustom(t)}setEditorMode(t){this.store.actions.editorMode(t)}setNoCustomComponent(t){this.store.actions.noCustomComponent(t)}setSession(t){this.store.actions.session(t),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(t){this.store.actions.openExternalDocumentInNewTab(t)}setNavigatorOnline(t){this.store.actions.navigatorOnline(t)}setForcedOffline(t){this.store.actions.forcedOffline(t)}setAuthenticationRequired(t){this.store.actions.authenticationRequired(t)}},V1=pi.build();var Se=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Q=class extends pr.FtLitElementRedux{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.authenticationRequired=!1,this.messageContexts=[],this.stateManager=V1}render(){return K1.html`
|
|
535
|
-
<slot></slot>
|
|
536
|
-
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService()}disconnectedCallback(){super.disconnectedCallback()}update(t){var r;super.update(t),t.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),t.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),t.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),t.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),t.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),t.has("session")&&this.stateManager.setSession(this.session),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>Oo.addContext(n)),t.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),t.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),t.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};Q.elementDefinitions={};Q.styles=W1;Se([(0,Ie.property)()],Q.prototype,"baseUrl",void 0);Se([(0,Ie.property)()],Q.prototype,"apiIntegrationIdentifier",void 0);Se([(0,Ie.property)()],Q.prototype,"apiIntegrationAppVersion",void 0);Se([(0,Ie.property)()],Q.prototype,"uiLocale",void 0);Se([(0,pr.jsonProperty)(null)],Q.prototype,"availableUiLocales",void 0);Se([(0,pr.jsonProperty)(null)],Q.prototype,"metadataConfiguration",void 0);Se([(0,Ie.property)({type:Boolean})],Q.prototype,"editorMode",void 0);Se([(0,Ie.property)({type:Boolean})],Q.prototype,"noCustom",void 0);Se([(0,Ie.property)({type:Boolean})],Q.prototype,"openExternalDocumentInNewTab",void 0);Se([(0,Ie.property)({converter:{fromAttribute(e){return e==="false"?!1:e==="true"||(e??!1)}}})],Q.prototype,"noCustomComponent",void 0);Se([(0,Ie.property)({type:Boolean})],Q.prototype,"withManualResources",void 0);Se([(0,Ie.property)({type:Boolean})],Q.prototype,"navigatorOnline",void 0);Se([(0,Ie.property)({type:Boolean})],Q.prototype,"forcedOffline",void 0);Se([(0,Ie.property)({type:Boolean})],Q.prototype,"authenticationRequired",void 0);Se([(0,pr.jsonProperty)([])],Q.prototype,"messageContexts",void 0);Se([(0,pr.jsonProperty)(void 0)],Q.prototype,"session",void 0);var q1=x(k());var Z1={"ft-app-context":Q};(0,q1.customElements)(Z1);var Y1=x(K());var hi=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,n]=t.split(".");return{context:r,key:n,custom:r!=="officialContext",message:""}}return{message:t}}}toAttribute(t){if(t!=null)return JSON.stringify(t)}isI18nKey(t){return t.match(/^[\w-]+\.[\w-]+$/)}},Yr=new hi;var gu=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},No=Symbol("i18nAttributes"),X1=Symbol("i18nListAttributes"),Q1=Symbol("i18nProperties"),Tn=Symbol("i18nContexts"),wo=Symbol("i18nUnsubs"),J1=(0,Xr.applyMixinOnce)(Symbol("withI18n"),function(e){var t,r;class n extends e{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map,this[r]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?ci:Oo}i18n(i){let{context:s,key:l,message:u}=i,{custom:f,args:m,argsProvider:y}=i;if(s&&l){this.hasI18nContext(s)||this.addI18nContext(s,void 0,f);let g=m??(y?y(this):[]);return this.getI18nService(f).resolveMessage(s,l,...g)}return u}async awaitI18n(i){let{context:s,custom:l}=i;return s&&await this.getI18nService(l).prepareContext(s),this.i18n(i)}customI18n(i,s){if(Yr.isI18nKey(i)){let[l,u]=i.split(".");return this.i18n({custom:!0,context:l,key:u,...s})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((s,l,u)=>i.has(l)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((s,l,u)=>{var f;return((f=u?.context)===null||f===void 0?void 0:f.toLowerCase())===i}),this.updateI18nProperties(s=>s.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var s,l;let u=this,f=(m,y,g)=>g?.context&&g.key&&i(m,y,g)?{...g,message:this.i18n({context:g.context,key:g.key,custom:g.custom,...m})}:g;(s=this[No])===null||s===void 0||s.forEach((m,y)=>u[y]=f(m,y,u[y])),(l=this[X1])===null||l===void 0||l.forEach((m,y)=>{var g;return u[y]=(g=u[y])===null||g===void 0?void 0:g.map(v=>f(m,y,v))})}updateI18nProperties(i){var s;(s=this[Q1])===null||s===void 0||s.forEach((l,u)=>{i(l,u)&&(this[u]=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 u=(typeof i=="string"?i:i.name).toLowerCase();l=typeof i=="string"?l:i.custom,this[Tn].set(u,{isCustomContext:l}),this[wo].has(u)||this[wo].set(u,this.getI18nService(l).subscribe(u,()=>this.onI18nUpdate(u))),this.getI18nService(l).prepareContext(u,s)}hasI18nContext(i){return this[Tn].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Tn].forEach((i,s)=>this.addI18nContext(s,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[wo].forEach(i=>i()),this[wo].clear()}}return t=Tn,r=wo,gu([(0,Y1.property)({type:Boolean})],n.prototype,"useCustomMessageContexts",void 0),n}),Mn=class extends J1(Xr.FtLitElement){},Pn=class extends J1(Xr.FtLitElementRedux){};var e2=x(k());var mi=class{fromAttribute(t){if(!t)return[];try{let r=JSON.parse(t);return Array.isArray(r)?r.map(n=>typeof n=="string"?Yr.fromAttribute(n):n):[]}catch{return[]}}toAttribute(t){if(t!=null)return JSON.stringify(t)}},bu=new mi;var t2=(e,t)=>(r,n)=>{var a;r.constructor.createProperty(n,{type:Object,hasChanged:e2.hasChanged,converter:Yr,...t}),r[No]=(a=r[No])!==null&&a!==void 0?a:new Map,r[No].set(n,e??{})};var r2=x($());var o2=r2.css`
|
|
537
|
-
`;var In=x($()),zn=x(K()),Dn=x(k());var _o=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},it=class extends Pn{constructor(){super(),this.editorMode=!1,this.addStore(B)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":In.nothing:In.html`
|
|
538
|
-
<span class="ft-i18n">
|
|
539
|
-
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
540
|
-
</span>
|
|
541
|
-
`}update(t){var r;super.update(t),["context","key","defaultMessage"].some(n=>t.has(n))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};it.elementDefinitions={};it.styles=o2;_o([(0,Dn.redux)()],it.prototype,"editorMode",void 0);_o([(0,zn.property)()],it.prototype,"context",void 0);_o([(0,zn.property)()],it.prototype,"key",void 0);_o([(0,Dn.jsonProperty)([])],it.prototype,"args",void 0);_o([(0,zn.property)()],it.prototype,"defaultMessage",void 0);var a2=x(k());var n2={"ft-i18n":it};(0,a2.customElements)(n2);var st=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},ce=class extends Mn{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 Ze.Debouncer,this.revealDebouncer=new Ze.Debouncer,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 i2.html`
|
|
542
|
-
<div part="container"
|
|
543
|
-
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
544
|
-
<slot part="slot"></slot>
|
|
545
|
-
<div part="tooltip" role="tooltip" inert
|
|
546
|
-
class="ft-tooltip ft-tooltip--${this.validPosition}"
|
|
547
|
-
popover="manual">
|
|
548
|
-
<div part="tooltip-content" class="ft-tooltip--content">
|
|
549
|
-
<slot name="text"></slot>
|
|
550
|
-
<ft-typography variant="${ve.caption}" ?hidden=${!(!((t=this.text)===null||t===void 0)&&t.message)}>
|
|
551
|
-
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
552
|
-
</ft-typography>
|
|
553
|
-
</div>
|
|
554
|
-
</div>
|
|
555
|
-
</div>
|
|
556
|
-
`}setupFor(t){this.eventsTarget!==t&&(this.removeHandlers(),this.eventsTarget=t,this.eventsTarget.addEventListener("mouseover",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("mouseover",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,n;t.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(n=this.tooltip)===null||n===void 0||n.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 n=this.manual;this.manual=!0;let a=this.text;this.text={message:t},await this.show(r),this.text=a,this.manual=n}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&&ol(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 ${Ze.designSystemVariables.transitionDuration}, left ${Ze.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(t){return this.manual||(0,Ze.eventPathContainsMatchingElement)(t,this.ignoreMatchingElements,this.eventsTarget)}};ce.elementDefinitions={"ft-typography":pe};ce.styles=wc;st([t2()],ce.prototype,"text",void 0);st([(0,qe.property)({type:Boolean})],ce.prototype,"manual",void 0);st([(0,qe.property)({type:Boolean})],ce.prototype,"inline",void 0);st([(0,Ze.numberProperty)()],ce.prototype,"delay",void 0);st([(0,qe.property)()],ce.prototype,"position",void 0);st([(0,Ze.jsonProperty)([])],ce.prototype,"ignoreMatchingElements",void 0);st([(0,qe.queryAssignedNodes)()],ce.prototype,"slotNodes",void 0);st([(0,qe.query)(".ft-tooltip--container")],ce.prototype,"container",void 0);st([(0,qe.query)(".ft-tooltip")],ce.prototype,"tooltip",void 0);st([(0,qe.query)(".ft-tooltip--content")],ce.prototype,"tooltipContent",void 0);st([(0,qe.state)()],ce.prototype,"visible",void 0);var c2=x(k());var s2={"ft-tooltip":ce};(0,c2.customElements)(s2);var Ye;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(Ye||(Ye={}));var ko=x($()),Gt=x(K()),d2=x(k()),u2=x(yi());var ze;(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.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.CIRCLE_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="",e.HYPHEN_SOLID="",e.CROSSHAIRS="",e.PERSON_CHALKBOARD="",e.CIRCLE_ARROW_DOWN_SLASH="",e.BOOK_OPEN_COVER="",e.LIGHTBULB="",e.MESSAGE_BOT_AGENTIC_SOLID="",e.CHART_LINE_USER="",e.SERVER_CIRCLE_ARROW_DOWN="",e.EYE="",e.SHARE="󨃱"})(ze||(ze={}));var w;(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=""})(w||(w={}));var Qb=new Map([...["abw"].map(e=>[e,w.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,w.AUDIO]),...["avi"].map(e=>[e,w.AVI]),...["chm","xhs"].map(e=>[e,w.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,w.CODE]),...["csv"].map(e=>[e,w.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,w.DITA]),...["epub"].map(e=>[e,w.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,w.EXCEL]),...["flac"].map(e=>[e,w.FLAC]),...["gif"].map(e=>[e,w.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,w.GZIP]),...["html","htm","xhtml"].map(e=>[e,w.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,w.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,w.JPEG]),...["json"].map(e=>[e,w.JSON]),...["m4a","m4p"].map(e=>[e,w.M4A]),...["mov","qt"].map(e=>[e,w.MOV]),...["mp3"].map(e=>[e,w.MP3]),...["mp4","m4v"].map(e=>[e,w.MP4]),...["ogg","oga"].map(e=>[e,w.OGG]),...["pdf","ps"].map(e=>[e,w.PDF]),...["png"].map(e=>[e,w.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,w.POWERPOINT]),...["rar"].map(e=>[e,w.RAR]),...["stp"].map(e=>[e,w.STP]),...["txt","rtf","md","mdown"].map(e=>[e,w.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,w.VIDEO]),...["wav"].map(e=>[e,w.WAV]),...["wma"].map(e=>[e,w.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,w.WORD]),...["xml","xsl","rdf"].map(e=>[e,w.XML]),...["yaml","yml","x-yaml"].map(e=>[e,w.YAML]),...["zip"].map(e=>[e,w.ZIP])]);var Jb={[w.ABW]:"#91ABC6",[w.AUDIO]:"#1795E3",[w.AVI]:"#E63324",[w.CHM]:"#71C3EB",[w.CODE]:"#71C3EB",[w.CSV]:"#1F7345",[w.DITA]:"#71C3EB",[w.EPUB]:"#85B926",[w.EXCEL]:"#1F7345",[w.FLAC]:"#1795E3",[w.GIF]:"#59B031",[w.GZIP]:"#F8AB36",[w.HTML]:"#71C3EB",[w.IMAGE]:"#59B031",[w.JPEG]:"#59B031",[w.JSON]:"#71C3EB",[w.M4A]:"#1795E3",[w.MOV]:"#E63324",[w.MP3]:"#1795E3",[w.MP4]:"#E63324",[w.OGG]:"#1795E3",[w.PDF]:"#E44948",[w.PNG]:"#59B031",[w.POWERPOINT]:"#B54A2B",[w.RAR]:"#F8AB36",[w.STP]:"#3764B1",[w.TEXT]:"#3162AB",[w.UNKNOWN]:"#999999",[w.VIDEO]:"#E63324",[w.WAV]:"#1795E3",[w.WMA]:"#1795E3",[w.WORD]:"#3162AB",[w.XML]:"#71C3EB",[w.YAML]:"#71C3EB",[w.ZIP]:"#F8AB36"};var To=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},me=class extends d2.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=ko.nothing}render(){let t=this.variant&&Object.values(Ye).includes(this.variant)?this.variant:Ye.fluid_topics,r=t!==Ye.material||!!this.value;return ko.html`
|
|
557
|
-
<i class="ft-icon ft-icon--${t} ft-no-text-select" part="icon icon-${t}">
|
|
558
|
-
${(0,u2.unsafeHTML)(this.resolvedIcon)}
|
|
559
|
-
<slot ?hidden=${r}></slot>
|
|
560
|
-
</i>
|
|
561
|
-
`}getTextContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.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 n=this.value||this.getTextContent();switch(this.variant){case Ye.file_format:this.resolvedIcon=(t=w[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Ye.material:this.resolvedIcon=this.value||ko.nothing;break;default:this.resolvedIcon=(r=ze[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};me.elementDefinitions={};me.styles=Ps;To([(0,Gt.property)()],me.prototype,"variant",void 0);To([(0,Gt.property)()],me.prototype,"value",void 0);To([(0,Gt.property)({reflect:!0,attribute:"aria-hidden"})],me.prototype,"ariaHidden",void 0);To([(0,Gt.state)()],me.prototype,"resolvedIcon",void 0);To([(0,Gt.query)("slot")],me.prototype,"slottedContent",void 0);var p2=x($()),Un=x(k()),f2={size:Un.FtCssVariableFactory.create("--ftds-icon-font-size","","SIZE","24px")},h2=[p2.css`
|
|
562
|
-
:host {
|
|
563
|
-
display: inline-flex;
|
|
564
|
-
}
|
|
565
432
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
433
|
+
.ft-button:active {
|
|
434
|
+
outline: none;
|
|
435
|
+
border: none;
|
|
436
|
+
}
|
|
569
437
|
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.ftds-icon--monospace svg {
|
|
575
|
-
width: ${f2.size};
|
|
576
|
-
}
|
|
577
|
-
`,Un.noTextSelect];var p;(function(e){e.regular="regular",e.solid="solid",e.custom="custom"})(p||(p={}));var Jd=x($()),$o=x(K()),e0=x(k()),t0=x(yi()),r0=x(Ct());var m2=[{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"square",icon:[448,512,[61590,9724,9723,9632],"f0c8","M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 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 32z"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"plus",icon:[448,512,[61543,10133,"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"star",icon:[576,512,[61446,11088],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"xmark",icon:[384,512,[215,10060,10006,10005,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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"check",icon:[448,512,[10004,10003],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"file",icon:[384,512,[61462,128459,128196],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"circle",icon:[512,512,[61915,61708,11044,9899,9898,9679,128996,128995,128994,128993,128992,128309,128308],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"print",icon:[512,512,[9113,128438,128424],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"folder-open",icon:[576,512,[61717,128449,128194],"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"]},{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"]},{prefix:"far",iconName:"heart",icon:[512,512,[61578,10084,9829,129505,129294,129293,128420,128156,128155,128154,128153],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"floppy-disk",icon:[448,512,[128426,128190,"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"far",iconName:"minus",icon:[448,512,[10134,8722,8211,"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fas",iconName:"anchor",icon:[576,512,[9875],"f13d","M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c88.4 0 160-71.6 160-160l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 53-43 96-96 96l-48 0 0-208 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0z"]},{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"]},{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"]},{prefix:"fas",iconName:"star",icon:[576,512,[61446,11088],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fas",iconName:"xmark",icon:[384,512,[215,10060,10006,10005,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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fas",iconName:"check",icon:[448,512,[10004,10003],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fas",iconName:"circle",icon:[512,512,[61915,61708,11044,9899,9898,9679,128996,128995,128994,128993,128992,128309,128308],"f111","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"]},{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"]},{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"]},{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"]},{prefix:"fas",iconName:"square-check",icon:[448,512,[61510,9989,9745,"check-square"],"f14a","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 32zM337 209L209 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 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fas",iconName:"heart",icon:[512,512,[61578,10084,9829,129505,129294,129293,128420,128156,128155,128154,128153],"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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fas",iconName:"circle-small",icon:[320,512,[],"e122","M0 256a160 160 0 1 1 320 0A160 160 0 1 1 0 256z"]},{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"]},{prefix:"fas",iconName:"minus",icon:[448,512,[10134,8722,8211,"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"]},{prefix:"fas",iconName:"square-minus",icon:[448,512,[61767,"minus-square"],"f146","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 32zm88 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fak",iconName:"regular-paper-plane-slash",icon:[640,512,[],"e051","M5.1 9.2C-3.1 19.6-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.7L522.2 384 575.6 36.8c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4L244.5 166.3 38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2zM285.2 198.3l188.5-107.7-134.3 150.1-54.1-42.4zm92 72.1L514.8 116.6 478.9 350 377.2 270.4zM154.5 217.7L80.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L224 376 224 479.3c0 18.1 14.6 32.7 32.7 32.7 9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c6.2 2.6 12.6 3 18.7 1.7l-123.7-97.4-62-25.9 12.1-13.5-37.8-29.8-20.9 23.3 1.2 1-123.1-51.3 62.9-36-40.7-32z"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fak",iconName:"solid-message-bot-circle-bolt",icon:[640,512,[],"e050","M160 0C124.7 0 96 28.7 96 64l0 112-36.3 0c-5.5-9.6-15.9-16-27.7-16-17.7 0-32 14.3-32 32s14.3 32 32 32l0 0 0 0c11.8 0 22.2-6.4 27.7-16l36.3 0 0 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.5l87.3-65.5c-10.8-22.8-16.9-48.4-16.9-75.3 0-28.8 6.9-56 19.2-80L192 288c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32l0 64.7c5.3-.5 10.6-.7 16-.7 26.2 0 51 5.7 73.4 16l10.9 0c5.5 9.6 15.9 16 27.7 16 17.7 0 32-14.3 32-32s-14.3-32-32-32t0 0 0 0c-11.8 0-22.2 6.4-27.7 16l-36.3 0 0-112c0-35.3-28.7-64-64-64L160 0zm64 160t0 0 0 0zm192 0t0 0 0 0zm-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 0 0 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0 0 0 0zm192 0c-17.7 0-32 14.3-32 32 0 12.1 6.7 22.6 16.6 28.1l0 0c14.3-9.2 30-16.4 46.7-21.2 .5-2.2 .7-4.5 .7-6.8 0-17.7-14.3-32-32-32l0 0 0 0zm80 64c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm32.8 62.4c4.5-3.4 10.8-3.2 15.1 .6s5.4 9.9 2.6 14.9L516.4 356 552 356c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9l30.1-54.2-35.6 0c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72z"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{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"]},{prefix:"fak",iconName:"light-message-bot-circle-bolt",icon:[640,512,[],"e04f","M160 0C124.7 0 96 28.7 96 64l0 112-36.3 0c-5.5-9.6-15.9-16-27.7-16-17.7 0-32 14.3-32 32s14.3 32 32 32l0 0c11.8 0 22.2-6.4 27.7-16l36.3 0 0 144c0 35.3 28.7 64 64 64l32 0 32 0 0 32 0 48c0 6.1 3.3 11.6 8.8 14.3s12 2.1 16.8-1.5l87.3-65.5c-4.7-10-8.6-20.5-11.4-31.5L256 464 256 416c0-17.7-14.3-32-32-32t0 0 0 0l-64 0c-17.7 0-32-14.3-32-32l0-160 0-128c0-17.7 14.3-32 32-32l320 0c17.7 0 32 14.3 32 32l0 128 0 .7c20.3 1.8 39.6 7.1 57.4 15.3l10.9 0c5.5 9.6 15.9 16 27.7 16 17.7 0 32-14.3 32-32s-14.3-32-32-32t0 0 0 0c-11.8 0-22.2 6.4-27.7 16l-36.3 0 0-112c0-35.3-28.7-64-64-64L160 0zm48 96c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l131.2 0c5.9-11.4 12.9-22.2 21-32L208 256c-8.8 0-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16l224 0 0 0c8.8 0 16 7.2 16 16l0 54.6c10.3-2.9 21-4.9 32-5.9l0-48.7c0-26.5-21.5-48-48-48L208 96zm40 64t0 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32t0 0zm144 0t0 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 0c1 0 2 0 3-.1 7.4-5.2 15.3-9.9 23.5-13.9 3.5-5.1 5.5-11.3 5.5-17.9 0-17.7-14.3-32-32-32t0 0zm104 64c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zM384 368c0-61.9 50.1-112 112-112s112 50.1 112 112-50.1 112-112 112-112-50.1-112-112zm144.8-81.6l-96 72c-4.1 3.1-5.8 8.5-4.2 13.4s6.2 8.2 11.4 8.2l35.6 0-30.1 54.2c-2.8 5-1.7 11.1 2.6 14.9s10.6 4 15.1 .6l96-72c4.1-3.1 5.8-8.5 4.2-13.4S557.2 356 552 356l-35.6 0 30.1-54.2c2.8-5 1.7-11.1-2.6-14.9s-10.6-4-15.1-.6z"]},{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"]}];function Ei(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function vu(e){if(Array.isArray(e))return e}function xu(e){if(Array.isArray(e))return Ei(e)}function Su(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function y2(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Z2(n.key),n)}}function Cu(e,t,r){return t&&y2(e.prototype,t),r&&y2(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function Hn(e,t){var r=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=Bi(e))||t&&e&&typeof e.length=="number"){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(u){throw u},f:a}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
578
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,s=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var u=r.next();return s=u.done,u},e:function(u){l=!0,i=u},f:function(){try{s||r.return==null||r.return()}finally{if(l)throw i}}}}function D(e,t,r){return(t=Z2(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Lu(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Eu(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,a,i,s,l=[],u=!0,f=!1;try{if(i=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=i.call(r)).done)&&(l.push(n.value),l.length!==t);u=!0);}catch(m){f=!0,a=m}finally{try{if(!u&&r.return!=null&&(s=r.return(),Object(s)!==s))return}finally{if(f)throw a}}return l}}function Au(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
579
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ou(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
580
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function g2(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function E(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?g2(Object(r),!0).forEach(function(n){D(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):g2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Kn(e,t){return vu(e)||Eu(e,t)||Bi(e,t)||Au()}function lt(e){return xu(e)||Lu(e)||Bi(e)||Ou()}function Ru(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Z2(e){var t=Ru(e,"string");return typeof t=="symbol"?t:t+""}function Wn(e){"@babel/helpers - typeof";return Wn=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},Wn(e)}function Bi(e,t){if(e){if(typeof e=="string")return Ei(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)?Ei(e,t):void 0}}var b2=function(){},$i={},q2={},Y2=null,X2={mark:b2,measure:b2};try{typeof window<"u"&&($i=window),typeof document<"u"&&(q2=document),typeof MutationObserver<"u"&&(Y2=MutationObserver),typeof performance<"u"&&(X2=performance)}catch{}var wu=$i.navigator||{},v2=wu.userAgent,x2=v2===void 0?"":v2,Wt=$i,j=q2,S2=Y2,Bn=X2,cv=!!Wt.document,_t=!!j.documentElement&&!!j.head&&typeof j.addEventListener=="function"&&typeof j.createElement=="function",Q2=~x2.indexOf("MSIE")||~x2.indexOf("Trident/"),gi,Nu=/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)?[\-\ ]/,_u=/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,J2={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"}},ku={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},ed=["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"],ye="classic",Do="duotone",td="sharp",rd="sharp-duotone",od="chisel",nd="etch",ad="graphite",id="jelly",sd="jelly-duo",cd="jelly-fill",ld="notdog",dd="notdog-duo",ud="slab",fd="slab-press",pd="thumbprint",hd="utility",md="utility-duo",yd="utility-fill",gd="whiteboard",Tu="Classic",Mu="Duotone",Pu="Sharp",Iu="Sharp Duotone",zu="Chisel",Du="Etch",Uu="Graphite",Bu="Jelly",$u="Jelly Duo",Hu="Jelly Fill",Gu="Notdog",Fu="Notdog Duo",Wu="Slab",ju="Slab Press",Vu="Thumbprint",Ku="Utility",Zu="Utility Duo",qu="Utility Fill",Yu="Whiteboard",bd=[ye,Do,td,rd,od,nd,ad,id,sd,cd,ld,dd,ud,fd,pd,hd,md,yd,gd],lv=(gi={},D(D(D(D(D(D(D(D(D(D(gi,ye,Tu),Do,Mu),td,Pu),rd,Iu),od,zu),nd,Du),ad,Uu),id,Bu),sd,$u),cd,Hu),D(D(D(D(D(D(D(D(D(gi,ld,Gu),dd,Fu),ud,Wu),fd,ju),pd,Vu),hd,Ku),md,Zu),yd,qu),gd,Yu)),Xu={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"}},Qu={"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"}},Ju=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}]]),ef={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"}},vd=["fak","fa-kit","fakd","fa-kit-duotone"],C2={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},tf=["kit"],rf="kit",of="kit-duotone",nf="Kit",af="Kit Duotone",dv=D(D({},rf,nf),of,af),sf={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},cf={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},lf={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},L2={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},bi,$n={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},df=["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"],uf="classic",ff="duotone",pf="sharp",hf="sharp-duotone",mf="chisel",yf="etch",gf="graphite",bf="jelly",vf="jelly-duo",xf="jelly-fill",Sf="notdog",Cf="notdog-duo",Lf="slab",Ef="slab-press",Af="thumbprint",Of="utility",Rf="utility-duo",wf="utility-fill",Nf="whiteboard",_f="Classic",kf="Duotone",Tf="Sharp",Mf="Sharp Duotone",Pf="Chisel",If="Etch",zf="Graphite",Df="Jelly",Uf="Jelly Duo",Bf="Jelly Fill",$f="Notdog",Hf="Notdog Duo",Gf="Slab",Ff="Slab Press",Wf="Thumbprint",jf="Utility",Vf="Utility Duo",Kf="Utility Fill",Zf="Whiteboard",uv=(bi={},D(D(D(D(D(D(D(D(D(D(bi,uf,_f),ff,kf),pf,Tf),hf,Mf),mf,Pf),yf,If),gf,zf),bf,Df),vf,Uf),xf,Bf),D(D(D(D(D(D(D(D(D(bi,Sf,$f),Cf,Hf),Lf,Gf),Ef,Ff),Af,Wf),Of,jf),Rf,Vf),wf,Kf),Nf,Zf)),qf="kit",Yf="kit-duotone",Xf="Kit",Qf="Kit Duotone",fv=D(D({},qf,Xf),Yf,Qf),Jf={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"}},ep={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"]},Ai={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"}},tp=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"],xd=["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(df,tp),rp=["solid","regular","light","thin","duotone","brands","semibold"],Sd=[1,2,3,4,5,6,7,8,9,10],op=Sd.concat([11,12,13,14,15,16,17,18,19,20]),np=["aw","fw","pull-left","pull-right"],ap=[].concat(lt(Object.keys(ep)),rp,np,["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",$n.GROUP,$n.SWAP_OPACITY,$n.PRIMARY,$n.SECONDARY]).concat(Sd.map(function(e){return"".concat(e,"x")})).concat(op.map(function(e){return"w-".concat(e)})),ip={"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"}},wt="___FONT_AWESOME___",Oi=16,Cd="fa",Ld="svg-inline--fa",mr="data-fa-i2svg",Ri="data-fa-pseudo-element",sp="data-fa-pseudo-element-pending",Hi="data-prefix",Gi="data-icon",E2="fontawesome-i2svg",cp="async",lp=["HTML","HEAD","STYLE","SCRIPT"],Ed=["::before","::after",":before",":after"],Ad=(function(){try{return!0}catch{return!1}})();function Uo(e){return new Proxy(e,{get:function(r,n){return n in r?r[n]:r[ye]}})}var Od=E({},J2);Od[ye]=E(E(E(E({},{"fa-duotone":"duotone"}),J2[ye]),C2.kit),C2["kit-duotone"]);var dp=Uo(Od),wi=E({},ef);wi[ye]=E(E(E(E({},{duotone:"fad"}),wi[ye]),L2.kit),L2["kit-duotone"]);var A2=Uo(wi),Ni=E({},Ai);Ni[ye]=E(E({},Ni[ye]),lf.kit);var Fi=Uo(Ni),_i=E({},Jf);_i[ye]=E(E({},_i[ye]),sf.kit);var pv=Uo(_i),up=Nu,Rd="fa-layers-text",fp=_u,pp=E({},Xu),hv=Uo(pp),hp=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],vi=ku,mp=[].concat(lt(tf),lt(ap)),Po=Wt.FontAwesomeConfig||{};function yp(e){var t=j.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function gp(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}j&&typeof j.querySelector=="function"&&(O2=[["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"]],O2.forEach(function(e){var t=Kn(e,2),r=t[0],n=t[1],a=gp(yp(r));a!=null&&(Po[n]=a)}));var O2,wd={styleDefault:"solid",familyDefault:ye,cssPrefix:Cd,replacementClass:Ld,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};Po.familyPrefix&&(Po.cssPrefix=Po.familyPrefix);var eo=E(E({},wd),Po);eo.autoReplaceSvg||(eo.observeMutations=!1);var M={};Object.keys(wd).forEach(function(e){Object.defineProperty(M,e,{enumerable:!0,set:function(r){eo[e]=r,Io.forEach(function(n){return n(M)})},get:function(){return eo[e]}})});Object.defineProperty(M,"familyPrefix",{enumerable:!0,set:function(t){eo.cssPrefix=t,Io.forEach(function(r){return r(M)})},get:function(){return eo.cssPrefix}});Wt.FontAwesomeConfig=M;var Io=[];function bp(e){return Io.push(e),function(){Io.splice(Io.indexOf(e),1)}}var Ft=Oi,vt={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function vp(e){if(!(!e||!_t)){var t=j.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var r=j.head.childNodes,n=null,a=r.length-1;a>-1;a--){var i=r[a],s=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(n=i)}return j.head.insertBefore(t,n),e}}var xp="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function R2(){for(var e=12,t="";e-- >0;)t+=xp[Math.random()*62|0];return t}function to(e){for(var t=[],r=(e||[]).length>>>0;r--;)t[r]=e[r];return t}function Wi(e){return e.classList?to(e.classList):(e.getAttribute("class")||"").split(" ").filter(function(t){return t})}function Nd(e){return"".concat(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function Sp(e){return Object.keys(e||{}).reduce(function(t,r){return t+"".concat(r,'="').concat(Nd(e[r]),'" ')},"").trim()}function Zn(e){return Object.keys(e||{}).reduce(function(t,r){return t+"".concat(r,": ").concat(e[r].trim(),";")},"")}function ji(e){return e.size!==vt.size||e.x!==vt.x||e.y!==vt.y||e.rotate!==vt.rotate||e.flipX||e.flipY}function Cp(e){var t=e.transform,r=e.containerWidth,n=e.iconWidth,a={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),") "),l="rotate(".concat(t.rotate," 0 0)"),u={transform:"".concat(i," ").concat(s," ").concat(l)},f={transform:"translate(".concat(n/2*-1," -256)")};return{outer:a,inner:u,path:f}}function Lp(e){var t=e.transform,r=e.width,n=r===void 0?Oi:r,a=e.height,i=a===void 0?Oi:a,s=e.startCentered,l=s===void 0?!1:s,u="";return l&&Q2?u+="translate(".concat(t.x/Ft-n/2,"em, ").concat(t.y/Ft-i/2,"em) "):l?u+="translate(calc(-50% + ".concat(t.x/Ft,"em), calc(-50% + ").concat(t.y/Ft,"em)) "):u+="translate(".concat(t.x/Ft,"em, ").concat(t.y/Ft,"em) "),u+="scale(".concat(t.size/Ft*(t.flipX?-1:1),", ").concat(t.size/Ft*(t.flipY?-1:1),") "),u+="rotate(".concat(t.rotate,"deg) "),u}var Ep=`:root, :host {
|
|
581
|
-
--fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
|
|
582
|
-
--fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
|
|
583
|
-
--fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
|
|
584
|
-
--fa-font-thin: normal 100 1em/1 'Font Awesome 7 Pro';
|
|
585
|
-
--fa-font-duotone: normal 900 1em/1 'Font Awesome 7 Duotone';
|
|
586
|
-
--fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 7 Duotone';
|
|
587
|
-
--fa-font-duotone-light: normal 300 1em/1 'Font Awesome 7 Duotone';
|
|
588
|
-
--fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 7 Duotone';
|
|
589
|
-
--fa-font-brands: normal 400 1em/1 'Font Awesome 7 Brands';
|
|
590
|
-
--fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 7 Sharp';
|
|
591
|
-
--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 7 Sharp';
|
|
592
|
-
--fa-font-sharp-light: normal 300 1em/1 'Font Awesome 7 Sharp';
|
|
593
|
-
--fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 7 Sharp';
|
|
594
|
-
--fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
595
|
-
--fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
596
|
-
--fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
597
|
-
--fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
598
|
-
--fa-font-slab-regular: normal 400 1em/1 'Font Awesome 7 Slab';
|
|
599
|
-
--fa-font-slab-press-regular: normal 400 1em/1 'Font Awesome 7 Slab Press';
|
|
600
|
-
--fa-font-whiteboard-semibold: normal 600 1em/1 'Font Awesome 7 Whiteboard';
|
|
601
|
-
--fa-font-thumbprint-light: normal 300 1em/1 'Font Awesome 7 Thumbprint';
|
|
602
|
-
--fa-font-notdog-solid: normal 900 1em/1 'Font Awesome 7 Notdog';
|
|
603
|
-
--fa-font-notdog-duo-solid: normal 900 1em/1 'Font Awesome 7 Notdog Duo';
|
|
604
|
-
--fa-font-etch-solid: normal 900 1em/1 'Font Awesome 7 Etch';
|
|
605
|
-
--fa-font-graphite-thin: normal 100 1em/1 'Font Awesome 7 Graphite';
|
|
606
|
-
--fa-font-jelly-regular: normal 400 1em/1 'Font Awesome 7 Jelly';
|
|
607
|
-
--fa-font-jelly-fill-regular: normal 400 1em/1 'Font Awesome 7 Jelly Fill';
|
|
608
|
-
--fa-font-jelly-duo-regular: normal 400 1em/1 'Font Awesome 7 Jelly Duo';
|
|
609
|
-
--fa-font-chisel-regular: normal 400 1em/1 'Font Awesome 7 Chisel';
|
|
610
|
-
--fa-font-utility-semibold: normal 600 1em/1 'Font Awesome 7 Utility';
|
|
611
|
-
--fa-font-utility-duo-semibold: normal 600 1em/1 'Font Awesome 7 Utility Duo';
|
|
612
|
-
--fa-font-utility-fill-semibold: normal 600 1em/1 'Font Awesome 7 Utility Fill';
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
.svg-inline--fa {
|
|
616
|
-
box-sizing: content-box;
|
|
617
|
-
display: var(--fa-display, inline-block);
|
|
618
|
-
height: 1em;
|
|
619
|
-
overflow: visible;
|
|
620
|
-
vertical-align: -0.125em;
|
|
621
|
-
width: var(--fa-width, 1.25em);
|
|
622
|
-
}
|
|
623
|
-
.svg-inline--fa.fa-2xs {
|
|
624
|
-
vertical-align: 0.1em;
|
|
625
|
-
}
|
|
626
|
-
.svg-inline--fa.fa-xs {
|
|
627
|
-
vertical-align: 0em;
|
|
628
|
-
}
|
|
629
|
-
.svg-inline--fa.fa-sm {
|
|
630
|
-
vertical-align: -0.0714285714em;
|
|
631
|
-
}
|
|
632
|
-
.svg-inline--fa.fa-lg {
|
|
633
|
-
vertical-align: -0.2em;
|
|
634
|
-
}
|
|
635
|
-
.svg-inline--fa.fa-xl {
|
|
636
|
-
vertical-align: -0.25em;
|
|
637
|
-
}
|
|
638
|
-
.svg-inline--fa.fa-2xl {
|
|
639
|
-
vertical-align: -0.3125em;
|
|
640
|
-
}
|
|
641
|
-
.svg-inline--fa.fa-pull-left,
|
|
642
|
-
.svg-inline--fa .fa-pull-start {
|
|
643
|
-
float: inline-start;
|
|
644
|
-
margin-inline-end: var(--fa-pull-margin, 0.3em);
|
|
645
|
-
}
|
|
646
|
-
.svg-inline--fa.fa-pull-right,
|
|
647
|
-
.svg-inline--fa .fa-pull-end {
|
|
648
|
-
float: inline-end;
|
|
649
|
-
margin-inline-start: var(--fa-pull-margin, 0.3em);
|
|
650
|
-
}
|
|
651
|
-
.svg-inline--fa.fa-li {
|
|
652
|
-
width: var(--fa-li-width, 2em);
|
|
653
|
-
inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
|
|
654
|
-
inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
.fa-layers-counter, .fa-layers-text {
|
|
658
|
-
display: inline-block;
|
|
659
|
-
position: absolute;
|
|
660
|
-
text-align: center;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.fa-layers {
|
|
664
|
-
display: inline-block;
|
|
665
|
-
height: 1em;
|
|
666
|
-
position: relative;
|
|
667
|
-
text-align: center;
|
|
668
|
-
vertical-align: -0.125em;
|
|
669
|
-
width: var(--fa-width, 1.25em);
|
|
670
|
-
}
|
|
671
|
-
.fa-layers .svg-inline--fa {
|
|
672
|
-
inset: 0;
|
|
673
|
-
margin: auto;
|
|
674
|
-
position: absolute;
|
|
675
|
-
transform-origin: center center;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.fa-layers-text {
|
|
679
|
-
left: 50%;
|
|
680
|
-
top: 50%;
|
|
681
|
-
transform: translate(-50%, -50%);
|
|
682
|
-
transform-origin: center center;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.fa-layers-counter {
|
|
686
|
-
background-color: var(--fa-counter-background-color, #ff253a);
|
|
687
|
-
border-radius: var(--fa-counter-border-radius, 1em);
|
|
688
|
-
box-sizing: border-box;
|
|
689
|
-
color: var(--fa-inverse, #fff);
|
|
690
|
-
line-height: var(--fa-counter-line-height, 1);
|
|
691
|
-
max-width: var(--fa-counter-max-width, 5em);
|
|
692
|
-
min-width: var(--fa-counter-min-width, 1.5em);
|
|
693
|
-
overflow: hidden;
|
|
694
|
-
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|
695
|
-
right: var(--fa-right, 0);
|
|
696
|
-
text-overflow: ellipsis;
|
|
697
|
-
top: var(--fa-top, 0);
|
|
698
|
-
transform: scale(var(--fa-counter-scale, 0.25));
|
|
699
|
-
transform-origin: top right;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
.fa-layers-bottom-right {
|
|
703
|
-
bottom: var(--fa-bottom, 0);
|
|
704
|
-
right: var(--fa-right, 0);
|
|
705
|
-
top: auto;
|
|
706
|
-
transform: scale(var(--fa-layers-scale, 0.25));
|
|
707
|
-
transform-origin: bottom right;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
.fa-layers-bottom-left {
|
|
711
|
-
bottom: var(--fa-bottom, 0);
|
|
712
|
-
left: var(--fa-left, 0);
|
|
713
|
-
right: auto;
|
|
714
|
-
top: auto;
|
|
715
|
-
transform: scale(var(--fa-layers-scale, 0.25));
|
|
716
|
-
transform-origin: bottom left;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
.fa-layers-top-right {
|
|
720
|
-
top: var(--fa-top, 0);
|
|
721
|
-
right: var(--fa-right, 0);
|
|
722
|
-
transform: scale(var(--fa-layers-scale, 0.25));
|
|
723
|
-
transform-origin: top right;
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
.fa-layers-top-left {
|
|
727
|
-
left: var(--fa-left, 0);
|
|
728
|
-
right: auto;
|
|
729
|
-
top: var(--fa-top, 0);
|
|
730
|
-
transform: scale(var(--fa-layers-scale, 0.25));
|
|
731
|
-
transform-origin: top left;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.fa-1x {
|
|
735
|
-
font-size: 1em;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
.fa-2x {
|
|
739
|
-
font-size: 2em;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.fa-3x {
|
|
743
|
-
font-size: 3em;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.fa-4x {
|
|
747
|
-
font-size: 4em;
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
.fa-5x {
|
|
751
|
-
font-size: 5em;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
.fa-6x {
|
|
755
|
-
font-size: 6em;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.fa-7x {
|
|
759
|
-
font-size: 7em;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
.fa-8x {
|
|
763
|
-
font-size: 8em;
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.fa-9x {
|
|
767
|
-
font-size: 9em;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.fa-10x {
|
|
771
|
-
font-size: 10em;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
.fa-2xs {
|
|
775
|
-
font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
|
|
776
|
-
line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
777
|
-
vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
.fa-xs {
|
|
781
|
-
font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
|
|
782
|
-
line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
783
|
-
vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
.fa-sm {
|
|
787
|
-
font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
|
|
788
|
-
line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
789
|
-
vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
.fa-lg {
|
|
793
|
-
font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
|
|
794
|
-
line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
795
|
-
vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
.fa-xl {
|
|
799
|
-
font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
|
|
800
|
-
line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
801
|
-
vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.fa-2xl {
|
|
805
|
-
font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
|
|
806
|
-
line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
807
|
-
vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
.fa-width-auto {
|
|
811
|
-
--fa-width: auto;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.fa-fw,
|
|
815
|
-
.fa-width-fixed {
|
|
816
|
-
--fa-width: 1.25em;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.fa-ul {
|
|
820
|
-
list-style-type: none;
|
|
821
|
-
margin-inline-start: var(--fa-li-margin, 2.5em);
|
|
822
|
-
padding-inline-start: 0;
|
|
823
|
-
}
|
|
824
|
-
.fa-ul > li {
|
|
825
|
-
position: relative;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
.fa-li {
|
|
829
|
-
inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
|
|
830
|
-
position: absolute;
|
|
831
|
-
text-align: center;
|
|
832
|
-
width: var(--fa-li-width, 2em);
|
|
833
|
-
line-height: inherit;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
/* Heads Up: Bordered Icons will not be supported in the future!
|
|
837
|
-
- This feature will be deprecated in the next major release of Font Awesome (v8)!
|
|
838
|
-
- You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
|
|
839
|
-
*/
|
|
840
|
-
/* Notes:
|
|
841
|
-
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
|
|
842
|
-
* --@{v.$css-prefix}-border-padding =
|
|
843
|
-
** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
|
|
844
|
-
** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
|
|
845
|
-
*/
|
|
846
|
-
.fa-border {
|
|
847
|
-
border-color: var(--fa-border-color, #eee);
|
|
848
|
-
border-radius: var(--fa-border-radius, 0.1em);
|
|
849
|
-
border-style: var(--fa-border-style, solid);
|
|
850
|
-
border-width: var(--fa-border-width, 0.0625em);
|
|
851
|
-
box-sizing: var(--fa-border-box-sizing, content-box);
|
|
852
|
-
padding: var(--fa-border-padding, 0.1875em 0.25em);
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.fa-pull-left,
|
|
856
|
-
.fa-pull-start {
|
|
857
|
-
float: inline-start;
|
|
858
|
-
margin-inline-end: var(--fa-pull-margin, 0.3em);
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
.fa-pull-right,
|
|
862
|
-
.fa-pull-end {
|
|
863
|
-
float: inline-end;
|
|
864
|
-
margin-inline-start: var(--fa-pull-margin, 0.3em);
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
.fa-beat {
|
|
868
|
-
animation-name: fa-beat;
|
|
869
|
-
animation-delay: var(--fa-animation-delay, 0s);
|
|
870
|
-
animation-direction: var(--fa-animation-direction, normal);
|
|
871
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
872
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
873
|
-
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
.fa-bounce {
|
|
877
|
-
animation-name: fa-bounce;
|
|
878
|
-
animation-delay: var(--fa-animation-delay, 0s);
|
|
879
|
-
animation-direction: var(--fa-animation-direction, normal);
|
|
880
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
881
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
882
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
.fa-fade {
|
|
886
|
-
animation-name: fa-fade;
|
|
887
|
-
animation-delay: var(--fa-animation-delay, 0s);
|
|
888
|
-
animation-direction: var(--fa-animation-direction, normal);
|
|
889
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
890
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
891
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
.fa-beat-fade {
|
|
895
|
-
animation-name: fa-beat-fade;
|
|
896
|
-
animation-delay: var(--fa-animation-delay, 0s);
|
|
897
|
-
animation-direction: var(--fa-animation-direction, normal);
|
|
898
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
899
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
900
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
.fa-flip {
|
|
904
|
-
animation-name: fa-flip;
|
|
905
|
-
animation-delay: var(--fa-animation-delay, 0s);
|
|
906
|
-
animation-direction: var(--fa-animation-direction, normal);
|
|
907
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
908
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
909
|
-
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.fa-shake {
|
|
913
|
-
animation-name: fa-shake;
|
|
914
|
-
animation-delay: var(--fa-animation-delay, 0s);
|
|
915
|
-
animation-direction: var(--fa-animation-direction, normal);
|
|
916
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
917
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
918
|
-
animation-timing-function: var(--fa-animation-timing, linear);
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
.fa-spin {
|
|
922
|
-
animation-name: fa-spin;
|
|
923
|
-
animation-delay: var(--fa-animation-delay, 0s);
|
|
924
|
-
animation-direction: var(--fa-animation-direction, normal);
|
|
925
|
-
animation-duration: var(--fa-animation-duration, 2s);
|
|
926
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
927
|
-
animation-timing-function: var(--fa-animation-timing, linear);
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.fa-spin-reverse {
|
|
931
|
-
--fa-animation-direction: reverse;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.fa-pulse,
|
|
935
|
-
.fa-spin-pulse {
|
|
936
|
-
animation-name: fa-spin;
|
|
937
|
-
animation-direction: var(--fa-animation-direction, normal);
|
|
938
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
939
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
940
|
-
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
@media (prefers-reduced-motion: reduce) {
|
|
944
|
-
.fa-beat,
|
|
945
|
-
.fa-bounce,
|
|
946
|
-
.fa-fade,
|
|
947
|
-
.fa-beat-fade,
|
|
948
|
-
.fa-flip,
|
|
949
|
-
.fa-pulse,
|
|
950
|
-
.fa-shake,
|
|
951
|
-
.fa-spin,
|
|
952
|
-
.fa-spin-pulse {
|
|
953
|
-
animation: none !important;
|
|
954
|
-
transition: none !important;
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
@keyframes fa-beat {
|
|
958
|
-
0%, 90% {
|
|
959
|
-
transform: scale(1);
|
|
960
|
-
}
|
|
961
|
-
45% {
|
|
962
|
-
transform: scale(var(--fa-beat-scale, 1.25));
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
@keyframes fa-bounce {
|
|
966
|
-
0% {
|
|
967
|
-
transform: scale(1, 1) translateY(0);
|
|
968
|
-
}
|
|
969
|
-
10% {
|
|
970
|
-
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
971
|
-
}
|
|
972
|
-
30% {
|
|
973
|
-
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));
|
|
974
|
-
}
|
|
975
|
-
50% {
|
|
976
|
-
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
977
|
-
}
|
|
978
|
-
57% {
|
|
979
|
-
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
980
|
-
}
|
|
981
|
-
64% {
|
|
982
|
-
transform: scale(1, 1) translateY(0);
|
|
983
|
-
}
|
|
984
|
-
100% {
|
|
985
|
-
transform: scale(1, 1) translateY(0);
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
@keyframes fa-fade {
|
|
989
|
-
50% {
|
|
990
|
-
opacity: var(--fa-fade-opacity, 0.4);
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
@keyframes fa-beat-fade {
|
|
994
|
-
0%, 100% {
|
|
995
|
-
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
996
|
-
transform: scale(1);
|
|
997
|
-
}
|
|
998
|
-
50% {
|
|
999
|
-
opacity: 1;
|
|
1000
|
-
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
@keyframes fa-flip {
|
|
1004
|
-
50% {
|
|
1005
|
-
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
@keyframes fa-shake {
|
|
1009
|
-
0% {
|
|
1010
|
-
transform: rotate(-15deg);
|
|
1011
|
-
}
|
|
1012
|
-
4% {
|
|
1013
|
-
transform: rotate(15deg);
|
|
1014
|
-
}
|
|
1015
|
-
8%, 24% {
|
|
1016
|
-
transform: rotate(-18deg);
|
|
1017
|
-
}
|
|
1018
|
-
12%, 28% {
|
|
1019
|
-
transform: rotate(18deg);
|
|
1020
|
-
}
|
|
1021
|
-
16% {
|
|
1022
|
-
transform: rotate(-22deg);
|
|
1023
|
-
}
|
|
1024
|
-
20% {
|
|
1025
|
-
transform: rotate(22deg);
|
|
1026
|
-
}
|
|
1027
|
-
32% {
|
|
1028
|
-
transform: rotate(-12deg);
|
|
1029
|
-
}
|
|
1030
|
-
36% {
|
|
1031
|
-
transform: rotate(12deg);
|
|
1032
|
-
}
|
|
1033
|
-
40%, 100% {
|
|
1034
|
-
transform: rotate(0deg);
|
|
1035
|
-
}
|
|
1036
|
-
}
|
|
1037
|
-
@keyframes fa-spin {
|
|
1038
|
-
0% {
|
|
1039
|
-
transform: rotate(0deg);
|
|
1040
|
-
}
|
|
1041
|
-
100% {
|
|
1042
|
-
transform: rotate(360deg);
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
.fa-rotate-90 {
|
|
1046
|
-
transform: rotate(90deg);
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
.fa-rotate-180 {
|
|
1050
|
-
transform: rotate(180deg);
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
.fa-rotate-270 {
|
|
1054
|
-
transform: rotate(270deg);
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
.fa-flip-horizontal {
|
|
1058
|
-
transform: scale(-1, 1);
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
.fa-flip-vertical {
|
|
1062
|
-
transform: scale(1, -1);
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.fa-flip-both,
|
|
1066
|
-
.fa-flip-horizontal.fa-flip-vertical {
|
|
1067
|
-
transform: scale(-1, -1);
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
.fa-rotate-by {
|
|
1071
|
-
transform: rotate(var(--fa-rotate-angle, 0));
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
.svg-inline--fa .fa-primary {
|
|
1075
|
-
fill: var(--fa-primary-color, currentColor);
|
|
1076
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
.svg-inline--fa .fa-secondary {
|
|
1080
|
-
fill: var(--fa-secondary-color, currentColor);
|
|
1081
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
1085
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
1089
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
.svg-inline--fa mask .fa-primary,
|
|
1093
|
-
.svg-inline--fa mask .fa-secondary {
|
|
1094
|
-
fill: black;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
.svg-inline--fa.fa-inverse {
|
|
1098
|
-
fill: var(--fa-inverse, #fff);
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
.fa-stack {
|
|
1102
|
-
display: inline-block;
|
|
1103
|
-
height: 2em;
|
|
1104
|
-
line-height: 2em;
|
|
1105
|
-
position: relative;
|
|
1106
|
-
vertical-align: middle;
|
|
1107
|
-
width: 2.5em;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
.fa-inverse {
|
|
1111
|
-
color: var(--fa-inverse, #fff);
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
.svg-inline--fa.fa-stack-1x {
|
|
1115
|
-
--fa-width: 1.25em;
|
|
1116
|
-
height: 1em;
|
|
1117
|
-
width: var(--fa-width);
|
|
1118
|
-
}
|
|
1119
|
-
.svg-inline--fa.fa-stack-2x {
|
|
1120
|
-
--fa-width: 2.5em;
|
|
1121
|
-
height: 2em;
|
|
1122
|
-
width: var(--fa-width);
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
.fa-stack-1x,
|
|
1126
|
-
.fa-stack-2x {
|
|
1127
|
-
inset: 0;
|
|
1128
|
-
margin: auto;
|
|
1129
|
-
position: absolute;
|
|
1130
|
-
z-index: var(--fa-stack-z-index, auto);
|
|
1131
|
-
}`;function _d(){var e=Cd,t=Ld,r=M.cssPrefix,n=M.replacementClass,a=Ep;if(r!==e||n!==t){var i=new RegExp("\\.".concat(e,"\\-"),"g"),s=new RegExp("\\--".concat(e,"\\-"),"g"),l=new RegExp("\\.".concat(t),"g");a=a.replace(i,".".concat(r,"-")).replace(s,"--".concat(r,"-")).replace(l,".".concat(n))}return a}var w2=!1;function xi(){M.autoAddCss&&!w2&&(vp(_d()),w2=!0)}var Ap={mixout:function(){return{dom:{css:_d,insertCss:xi}}},hooks:function(){return{beforeDOMElementCreation:function(){xi()},beforeI2svg:function(){xi()}}}},Nt=Wt||{};Nt[wt]||(Nt[wt]={});Nt[wt].styles||(Nt[wt].styles={});Nt[wt].hooks||(Nt[wt].hooks={});Nt[wt].shims||(Nt[wt].shims=[]);var ct=Nt[wt],kd=[],Td=function(){j.removeEventListener("DOMContentLoaded",Td),jn=1,kd.map(function(t){return t()})},jn=!1;_t&&(jn=(j.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(j.readyState),jn||j.addEventListener("DOMContentLoaded",Td));function Op(e){_t&&(jn?setTimeout(e,0):kd.push(e))}function Bo(e){var t=e.tag,r=e.attributes,n=r===void 0?{}:r,a=e.children,i=a===void 0?[]:a;return typeof e=="string"?Nd(e):"<".concat(t," ").concat(Sp(n),">").concat(i.map(Bo).join(""),"</").concat(t,">")}function N2(e,t,r){if(e&&e[t]&&e[t][r])return{prefix:t,iconName:r,icon:e[t][r]}}var Rp=function(t,r){return function(n,a,i,s){return t.call(r,n,a,i,s)}},Si=function(t,r,n,a){var i=Object.keys(t),s=i.length,l=a!==void 0?Rp(r,a):r,u,f,m;for(n===void 0?(u=1,m=t[i[0]]):(u=0,m=n);u<s;u++)f=i[u],m=l(m,t[f],f,t);return m};function Md(e){return lt(e).length!==1?null:e.codePointAt(0).toString(16)}function _2(e){return Object.keys(e).reduce(function(t,r){var n=e[r],a=!!n.icon;return a?t[n.iconName]=n.icon:t[r]=n,t},{})}function ki(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=r.skipHooks,a=n===void 0?!1:n,i=_2(t);typeof ct.hooks.addPack=="function"&&!a?ct.hooks.addPack(e,_2(t)):ct.styles[e]=E(E({},ct.styles[e]||{}),i),e==="fas"&&ki("fa",t)}var zo=ct.styles,wp=ct.shims,Pd=Object.keys(Fi),Np=Pd.reduce(function(e,t){return e[t]=Object.keys(Fi[t]),e},{}),Vi=null,Id={},zd={},Dd={},Ud={},Bd={};function _p(e){return~mp.indexOf(e)}function kp(e,t){var r=t.split("-"),n=r[0],a=r.slice(1).join("-");return n===e&&a!==""&&!_p(a)?a:null}var $d=function(){var t=function(i){return Si(zo,function(s,l,u){return s[u]=Si(l,i,{}),s},{})};Id=t(function(a,i,s){if(i[3]&&(a[i[3]]=s),i[2]){var l=i[2].filter(function(u){return typeof u=="number"});l.forEach(function(u){a[u.toString(16)]=s})}return a}),zd=t(function(a,i,s){if(a[s]=s,i[2]){var l=i[2].filter(function(u){return typeof u=="string"});l.forEach(function(u){a[u]=s})}return a}),Bd=t(function(a,i,s){var l=i[2];return a[s]=s,l.forEach(function(u){a[u]=s}),a});var r="far"in zo||M.autoFetchSvg,n=Si(wp,function(a,i){var s=i[0],l=i[1],u=i[2];return l==="far"&&!r&&(l="fas"),typeof s=="string"&&(a.names[s]={prefix:l,iconName:u}),typeof s=="number"&&(a.unicodes[s.toString(16)]={prefix:l,iconName:u}),a},{names:{},unicodes:{}});Dd=n.names,Ud=n.unicodes,Vi=qn(M.styleDefault,{family:M.familyDefault})};bp(function(e){Vi=qn(e.styleDefault,{family:M.familyDefault})});$d();function Ki(e,t){return(Id[e]||{})[t]}function Tp(e,t){return(zd[e]||{})[t]}function hr(e,t){return(Bd[e]||{})[t]}function Hd(e){return Dd[e]||{prefix:null,iconName:null}}function Mp(e){var t=Ud[e],r=Ki("fas",e);return t||(r?{prefix:"fas",iconName:r}:null)||{prefix:null,iconName:null}}function jt(){return Vi}var Gd=function(){return{prefix:null,iconName:null,rest:[]}};function Pp(e){var t=ye,r=Pd.reduce(function(n,a){return n[a]="".concat(M.cssPrefix,"-").concat(a),n},{});return bd.forEach(function(n){(e.includes(r[n])||e.some(function(a){return Np[n].includes(a)}))&&(t=n)}),t}function qn(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.family,n=r===void 0?ye:r,a=dp[n][e];if(n===Do&&!e)return"fad";var i=A2[n][e]||A2[n][a],s=e in ct.styles?e:null,l=i||s||null;return l}function Ip(e){var t=[],r=null;return e.forEach(function(n){var a=kp(M.cssPrefix,n);a?r=a:n&&t.push(n)}),{iconName:r,rest:t}}function k2(e){return e.sort().filter(function(t,r,n){return n.indexOf(t)===r})}var T2=xd.concat(vd);function Yn(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipLookups,n=r===void 0?!1:r,a=null,i=k2(e.filter(function(v){return T2.includes(v)})),s=k2(e.filter(function(v){return!T2.includes(v)})),l=i.filter(function(v){return a=v,!ed.includes(v)}),u=Kn(l,1),f=u[0],m=f===void 0?null:f,y=Pp(i),g=E(E({},Ip(s)),{},{prefix:qn(m,{family:y})});return E(E(E({},g),Bp({values:e,family:y,styles:zo,config:M,canonical:g,givenPrefix:a})),zp(n,a,g))}function zp(e,t,r){var n=r.prefix,a=r.iconName;if(e||!n||!a)return{prefix:n,iconName:a};var i=t==="fa"?Hd(a):{},s=hr(n,a);return a=i.iconName||s||a,n=i.prefix||n,n==="far"&&!zo.far&&zo.fas&&!M.autoFetchSvg&&(n="fas"),{prefix:n,iconName:a}}var Dp=bd.filter(function(e){return e!==ye||e!==Do}),Up=Object.keys(Ai).filter(function(e){return e!==ye}).map(function(e){return Object.keys(Ai[e])}).flat();function Bp(e){var t=e.values,r=e.family,n=e.canonical,a=e.givenPrefix,i=a===void 0?"":a,s=e.styles,l=s===void 0?{}:s,u=e.config,f=u===void 0?{}:u,m=r===Do,y=t.includes("fa-duotone")||t.includes("fad"),g=f.familyDefault==="duotone",v=n.prefix==="fad"||n.prefix==="fa-duotone";if(!m&&(y||g||v)&&(n.prefix="fad"),(t.includes("fa-brands")||t.includes("fab"))&&(n.prefix="fab"),!n.prefix&&Dp.includes(r)){var S=Object.keys(l).find(function(R){return Up.includes(R)});if(S||f.autoFetchSvg){var C=Ju.get(r).defaultShortPrefixId;n.prefix=C,n.iconName=hr(n.prefix,n.iconName)||n.iconName}}return(n.prefix==="fa"||i==="fa")&&(n.prefix=jt()||"fas"),n}var $p=(function(){function e(){Su(this,e),this.definitions={}}return Cu(e,[{key:"add",value:function(){for(var r=this,n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];var s=a.reduce(this._pullDefinitions,{});Object.keys(s).forEach(function(l){r.definitions[l]=E(E({},r.definitions[l]||{}),s[l]),ki(l,s[l]);var u=Fi[ye][l];u&&ki(u,s[l]),$d()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(r,n){var a=n.prefix&&n.iconName&&n.icon?{0:n}:n;return Object.keys(a).map(function(i){var s=a[i],l=s.prefix,u=s.iconName,f=s.icon,m=f[2];r[l]||(r[l]={}),m.length>0&&m.forEach(function(y){typeof y=="string"&&(r[l][y]=f)}),r[l][u]=f}),r}}])})(),M2=[],Qr={},Jr={},Hp=Object.keys(Jr);function Gp(e,t){var r=t.mixoutsTo;return M2=e,Qr={},Object.keys(Jr).forEach(function(n){Hp.indexOf(n)===-1&&delete Jr[n]}),M2.forEach(function(n){var a=n.mixout?n.mixout():{};if(Object.keys(a).forEach(function(s){typeof a[s]=="function"&&(r[s]=a[s]),Wn(a[s])==="object"&&Object.keys(a[s]).forEach(function(l){r[s]||(r[s]={}),r[s][l]=a[s][l]})}),n.hooks){var i=n.hooks();Object.keys(i).forEach(function(s){Qr[s]||(Qr[s]=[]),Qr[s].push(i[s])})}n.provides&&n.provides(Jr)}),r}function Ti(e,t){for(var r=arguments.length,n=new Array(r>2?r-2:0),a=2;a<r;a++)n[a-2]=arguments[a];var i=Qr[e]||[];return i.forEach(function(s){t=s.apply(null,[t].concat(n))}),t}function yr(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];var a=Qr[e]||[];a.forEach(function(i){i.apply(null,r)})}function Vt(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1);return Jr[e]?Jr[e].apply(null,t):void 0}function Mi(e){e.prefix==="fa"&&(e.prefix="fas");var t=e.iconName,r=e.prefix||jt();if(t)return t=hr(r,t)||t,N2(Fd.definitions,r,t)||N2(ct.styles,r,t)}var Fd=new $p,Fp=function(){M.autoReplaceSvg=!1,M.observeMutations=!1,yr("noAuto")},Wp={i2svg:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return _t?(yr("beforeI2svg",t),Vt("pseudoElements2svg",t),Vt("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;M.autoReplaceSvg===!1&&(M.autoReplaceSvg=!0),M.observeMutations=!0,Op(function(){Vp({autoReplaceSvgRoot:r}),yr("watch",t)})}},jp={icon:function(t){if(t===null)return null;if(Wn(t)==="object"&&t.prefix&&t.iconName)return{prefix:t.prefix,iconName:hr(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],n=qn(t[0]);return{prefix:n,iconName:hr(n,r)||r}}if(typeof t=="string"&&(t.indexOf("".concat(M.cssPrefix,"-"))>-1||t.match(up))){var a=Yn(t.split(" "),{skipLookups:!0});return{prefix:a.prefix||jt(),iconName:hr(a.prefix,a.iconName)||a.iconName}}if(typeof t=="string"){var i=jt();return{prefix:i,iconName:hr(i,t)||t}}}},De={noAuto:Fp,config:M,dom:Wp,parse:jp,library:Fd,findIconDefinition:Mi,toHtml:Bo},Vp=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=t.autoReplaceSvgRoot,n=r===void 0?j:r;(Object.keys(ct.styles).length>0||M.autoFetchSvg)&&_t&&M.autoReplaceSvg&&De.dom.i2svg({node:n})};function Xn(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(function(n){return Bo(n)})}}),Object.defineProperty(e,"node",{get:function(){if(_t){var n=j.createElement("div");return n.innerHTML=e.html,n.children}}}),e}function Kp(e){var t=e.children,r=e.main,n=e.mask,a=e.attributes,i=e.styles,s=e.transform;if(ji(s)&&r.found&&!n.found){var l=r.width,u=r.height,f={x:l/u/2,y:.5};a.style=Zn(E(E({},i),{},{"transform-origin":"".concat(f.x+s.x/16,"em ").concat(f.y+s.y/16,"em")}))}return[{tag:"svg",attributes:a,children:t}]}function Zp(e){var t=e.prefix,r=e.iconName,n=e.children,a=e.attributes,i=e.symbol,s=i===!0?"".concat(t,"-").concat(M.cssPrefix,"-").concat(r):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:E(E({},a),{},{id:s}),children:n}]}]}function qp(e){var t=["aria-label","aria-labelledby","title","role"];return t.some(function(r){return r in e})}function Zi(e){var t=e.icons,r=t.main,n=t.mask,a=e.prefix,i=e.iconName,s=e.transform,l=e.symbol,u=e.maskId,f=e.extra,m=e.watchable,y=m===void 0?!1:m,g=n.found?n:r,v=g.width,S=g.height,C=[M.replacementClass,i?"".concat(M.cssPrefix,"-").concat(i):""].filter(function(G){return f.classes.indexOf(G)===-1}).filter(function(G){return G!==""||!!G}).concat(f.classes).join(" "),R={children:[],attributes:E(E({},f.attributes),{},{"data-prefix":a,"data-icon":i,class:C,role:f.attributes.role||"img",viewBox:"0 0 ".concat(v," ").concat(S)})};!qp(f.attributes)&&!f.attributes["aria-hidden"]&&(R.attributes["aria-hidden"]="true"),y&&(R.attributes[mr]="");var O=E(E({},R),{},{prefix:a,iconName:i,main:r,mask:n,maskId:u,transform:s,symbol:l,styles:E({},f.styles)}),_=n.found&&r.found?Vt("generateAbstractMask",O)||{children:[],attributes:{}}:Vt("generateAbstractIcon",O)||{children:[],attributes:{}},I=_.children,z=_.attributes;return O.children=I,O.attributes=z,l?Zp(O):Kp(O)}function P2(e){var t=e.content,r=e.width,n=e.height,a=e.transform,i=e.extra,s=e.watchable,l=s===void 0?!1:s,u=E(E({},i.attributes),{},{class:i.classes.join(" ")});l&&(u[mr]="");var f=E({},i.styles);ji(a)&&(f.transform=Lp({transform:a,startCentered:!0,width:r,height:n}),f["-webkit-transform"]=f.transform);var m=Zn(f);m.length>0&&(u.style=m);var y=[];return y.push({tag:"span",attributes:u,children:[t]}),y}function Yp(e){var t=e.content,r=e.extra,n=E(E({},r.attributes),{},{class:r.classes.join(" ")}),a=Zn(r.styles);a.length>0&&(n.style=a);var i=[];return i.push({tag:"span",attributes:n,children:[t]}),i}var Ci=ct.styles;function Pi(e){var t=e[0],r=e[1],n=e.slice(4),a=Kn(n,1),i=a[0],s=null;return Array.isArray(i)?s={tag:"g",attributes:{class:"".concat(M.cssPrefix,"-").concat(vi.GROUP)},children:[{tag:"path",attributes:{class:"".concat(M.cssPrefix,"-").concat(vi.SECONDARY),fill:"currentColor",d:i[0]}},{tag:"path",attributes:{class:"".concat(M.cssPrefix,"-").concat(vi.PRIMARY),fill:"currentColor",d:i[1]}}]}:s={tag:"path",attributes:{fill:"currentColor",d:i}},{found:!0,width:t,height:r,icon:s}}var Xp={found:!1,width:512,height:512};function Qp(e,t){!Ad&&!M.showMissingIcons&&e&&console.error('Icon with name "'.concat(e,'" and prefix "').concat(t,'" is missing.'))}function Ii(e,t){var r=t;return t==="fa"&&M.styleDefault!==null&&(t=jt()),new Promise(function(n,a){if(r==="fa"){var i=Hd(e)||{};e=i.iconName||e,t=i.prefix||t}if(e&&t&&Ci[t]&&Ci[t][e]){var s=Ci[t][e];return n(Pi(s))}Qp(e,t),n(E(E({},Xp),{},{icon:M.showMissingIcons&&e?Vt("missingIconAbstract")||{}:{}}))})}var I2=function(){},zi=M.measurePerformance&&Bn&&Bn.mark&&Bn.measure?Bn:{mark:I2,measure:I2},Mo='FA "7.2.0"',Jp=function(t){return zi.mark("".concat(Mo," ").concat(t," begins")),function(){return Wd(t)}},Wd=function(t){zi.mark("".concat(Mo," ").concat(t," ends")),zi.measure("".concat(Mo," ").concat(t),"".concat(Mo," ").concat(t," begins"),"".concat(Mo," ").concat(t," ends"))},qi={begin:Jp,end:Wd},Gn=function(){};function z2(e){var t=e.getAttribute?e.getAttribute(mr):null;return typeof t=="string"}function e3(e){var t=e.getAttribute?e.getAttribute(Hi):null,r=e.getAttribute?e.getAttribute(Gi):null;return t&&r}function t3(e){return e&&e.classList&&e.classList.contains&&e.classList.contains(M.replacementClass)}function r3(){if(M.autoReplaceSvg===!0)return Fn.replace;var e=Fn[M.autoReplaceSvg];return e||Fn.replace}function o3(e){return j.createElementNS("http://www.w3.org/2000/svg",e)}function n3(e){return j.createElement(e)}function jd(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.ceFn,n=r===void 0?e.tag==="svg"?o3:n3:r;if(typeof e=="string")return j.createTextNode(e);var a=n(e.tag);Object.keys(e.attributes||[]).forEach(function(s){a.setAttribute(s,e.attributes[s])});var i=e.children||[];return i.forEach(function(s){a.appendChild(jd(s,{ceFn:n}))}),a}function a3(e){var t=" ".concat(e.outerHTML," ");return t="".concat(t,"Font Awesome fontawesome.com "),t}var Fn={replace:function(t){var r=t[0];if(r.parentNode)if(t[1].forEach(function(a){r.parentNode.insertBefore(jd(a),r)}),r.getAttribute(mr)===null&&M.keepOriginalSource){var n=j.createComment(a3(r));r.parentNode.replaceChild(n,r)}else r.remove()},nest:function(t){var r=t[0],n=t[1];if(~Wi(r).indexOf(M.replacementClass))return Fn.replace(t);var a=new RegExp("".concat(M.cssPrefix,"-.*"));if(delete n[0].attributes.id,n[0].attributes.class){var i=n[0].attributes.class.split(" ").reduce(function(l,u){return u===M.replacementClass||u.match(a)?l.toSvg.push(u):l.toNode.push(u),l},{toNode:[],toSvg:[]});n[0].attributes.class=i.toSvg.join(" "),i.toNode.length===0?r.removeAttribute("class"):r.setAttribute("class",i.toNode.join(" "))}var s=n.map(function(l){return Bo(l)}).join(`
|
|
1132
|
-
`);r.setAttribute(mr,""),r.innerHTML=s}};function D2(e){e()}function Vd(e,t){var r=typeof t=="function"?t:Gn;if(e.length===0)r();else{var n=D2;M.mutateApproach===cp&&(n=Wt.requestAnimationFrame||D2),n(function(){var a=r3(),i=qi.begin("mutate");e.map(a),i(),r()})}}var Yi=!1;function Kd(){Yi=!0}function Di(){Yi=!1}var Vn=null;function U2(e){if(S2&&M.observeMutations){var t=e.treeCallback,r=t===void 0?Gn:t,n=e.nodeCallback,a=n===void 0?Gn:n,i=e.pseudoElementsCallback,s=i===void 0?Gn:i,l=e.observeMutationsRoot,u=l===void 0?j:l;Vn=new S2(function(f){if(!Yi){var m=jt();to(f).forEach(function(y){if(y.type==="childList"&&y.addedNodes.length>0&&!z2(y.addedNodes[0])&&(M.searchPseudoElements&&s(y.target),r(y.target)),y.type==="attributes"&&y.target.parentNode&&M.searchPseudoElements&&s([y.target],!0),y.type==="attributes"&&z2(y.target)&&~hp.indexOf(y.attributeName))if(y.attributeName==="class"&&e3(y.target)){var g=Yn(Wi(y.target)),v=g.prefix,S=g.iconName;y.target.setAttribute(Hi,v||m),S&&y.target.setAttribute(Gi,S)}else t3(y.target)&&a(y.target)})}}),_t&&Vn.observe(u,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function i3(){Vn&&Vn.disconnect()}function s3(e){var t=e.getAttribute("style"),r=[];return t&&(r=t.split(";").reduce(function(n,a){var i=a.split(":"),s=i[0],l=i.slice(1);return s&&l.length>0&&(n[s]=l.join(":").trim()),n},{})),r}function c3(e){var t=e.getAttribute("data-prefix"),r=e.getAttribute("data-icon"),n=e.innerText!==void 0?e.innerText.trim():"",a=Yn(Wi(e));return a.prefix||(a.prefix=jt()),t&&r&&(a.prefix=t,a.iconName=r),a.iconName&&a.prefix||(a.prefix&&n.length>0&&(a.iconName=Tp(a.prefix,e.innerText)||Ki(a.prefix,Md(e.innerText))),!a.iconName&&M.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(a.iconName=e.firstChild.data)),a}function l3(e){var t=to(e.attributes).reduce(function(r,n){return r.name!=="class"&&r.name!=="style"&&(r[n.name]=n.value),r},{});return t}function d3(){return{iconName:null,prefix:null,transform:vt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function B2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},r=c3(e),n=r.iconName,a=r.prefix,i=r.rest,s=l3(e),l=Ti("parseNodeAttributes",{},e),u=t.styleParser?s3(e):[];return E({iconName:n,prefix:a,transform:vt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:u,attributes:s}},l)}var u3=ct.styles;function Zd(e){var t=M.autoReplaceSvg==="nest"?B2(e,{styleParser:!1}):B2(e);return~t.extra.classes.indexOf(Rd)?Vt("generateLayersText",e,t):Vt("generateSvgReplacementMutation",e,t)}function f3(){return[].concat(lt(vd),lt(xd))}function $2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!_t)return Promise.resolve();var r=j.documentElement.classList,n=function(y){return r.add("".concat(E2,"-").concat(y))},a=function(y){return r.remove("".concat(E2,"-").concat(y))},i=M.autoFetchSvg?f3():ed.concat(Object.keys(u3));i.includes("fa")||i.push("fa");var s=[".".concat(Rd,":not([").concat(mr,"])")].concat(i.map(function(m){return".".concat(m,":not([").concat(mr,"])")})).join(", ");if(s.length===0)return Promise.resolve();var l=[];try{l=to(e.querySelectorAll(s))}catch{}if(l.length>0)n("pending"),a("complete");else return Promise.resolve();var u=qi.begin("onTree"),f=l.reduce(function(m,y){try{var g=Zd(y);g&&m.push(g)}catch(v){Ad||v.name==="MissingIcon"&&console.error(v)}return m},[]);return new Promise(function(m,y){Promise.all(f).then(function(g){Vd(g,function(){n("active"),n("complete"),a("pending"),typeof t=="function"&&t(),u(),m()})}).catch(function(g){u(),y(g)})})}function p3(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;Zd(e).then(function(r){r&&Vd([r],t)})}function h3(e){return function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=(t||{}).icon?t:Mi(t||{}),a=r.mask;return a&&(a=(a||{}).icon?a:Mi(a||{})),e(n,E(E({},r),{},{mask:a}))}}var m3=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=r.transform,a=n===void 0?vt:n,i=r.symbol,s=i===void 0?!1:i,l=r.mask,u=l===void 0?null:l,f=r.maskId,m=f===void 0?null:f,y=r.classes,g=y===void 0?[]:y,v=r.attributes,S=v===void 0?{}:v,C=r.styles,R=C===void 0?{}:C;if(t){var O=t.prefix,_=t.iconName,I=t.icon;return Xn(E({type:"icon"},t),function(){return yr("beforeDOMElementCreation",{iconDefinition:t,params:r}),Zi({icons:{main:Pi(I),mask:u?Pi(u.icon):{found:!1,width:null,height:null,icon:{}}},prefix:O,iconName:_,transform:E(E({},vt),a),symbol:s,maskId:m,extra:{attributes:S,styles:R,classes:g}})})}},y3={mixout:function(){return{icon:h3(m3)}},hooks:function(){return{mutationObserverCallbacks:function(r){return r.treeCallback=$2,r.nodeCallback=p3,r}}},provides:function(t){t.i2svg=function(r){var n=r.node,a=n===void 0?j:n,i=r.callback,s=i===void 0?function(){}:i;return $2(a,s)},t.generateSvgReplacementMutation=function(r,n){var a=n.iconName,i=n.prefix,s=n.transform,l=n.symbol,u=n.mask,f=n.maskId,m=n.extra;return new Promise(function(y,g){Promise.all([Ii(a,i),u.iconName?Ii(u.iconName,u.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(v){var S=Kn(v,2),C=S[0],R=S[1];y([r,Zi({icons:{main:C,mask:R},prefix:i,iconName:a,transform:s,symbol:l,maskId:f,extra:m,watchable:!0})])}).catch(g)})},t.generateAbstractIcon=function(r){var n=r.children,a=r.attributes,i=r.main,s=r.transform,l=r.styles,u=Zn(l);u.length>0&&(a.style=u);var f;return ji(s)&&(f=Vt("generateAbstractTransformGrouping",{main:i,transform:s,containerWidth:i.width,iconWidth:i.width})),n.push(f||i.icon),{children:n,attributes:a}}}},g3={mixout:function(){return{layer:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.classes,i=a===void 0?[]:a;return Xn({type:"layer"},function(){yr("beforeDOMElementCreation",{assembler:r,params:n});var s=[];return r(function(l){Array.isArray(l)?l.map(function(u){s=s.concat(u.abstract)}):s=s.concat(l.abstract)}),[{tag:"span",attributes:{class:["".concat(M.cssPrefix,"-layers")].concat(lt(i)).join(" ")},children:s}]})}}}},b3={mixout:function(){return{counter:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.title,i=a===void 0?null:a,s=n.classes,l=s===void 0?[]:s,u=n.attributes,f=u===void 0?{}:u,m=n.styles,y=m===void 0?{}:m;return Xn({type:"counter",content:r},function(){return yr("beforeDOMElementCreation",{content:r,params:n}),Yp({content:r.toString(),title:i,extra:{attributes:f,styles:y,classes:["".concat(M.cssPrefix,"-layers-counter")].concat(lt(l))}})})}}}},v3={mixout:function(){return{text:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=n.transform,i=a===void 0?vt:a,s=n.classes,l=s===void 0?[]:s,u=n.attributes,f=u===void 0?{}:u,m=n.styles,y=m===void 0?{}:m;return Xn({type:"text",content:r},function(){return yr("beforeDOMElementCreation",{content:r,params:n}),P2({content:r,transform:E(E({},vt),i),extra:{attributes:f,styles:y,classes:["".concat(M.cssPrefix,"-layers-text")].concat(lt(l))}})})}}},provides:function(t){t.generateLayersText=function(r,n){var a=n.transform,i=n.extra,s=null,l=null;if(Q2){var u=parseInt(getComputedStyle(r).fontSize,10),f=r.getBoundingClientRect();s=f.width/u,l=f.height/u}return Promise.resolve([r,P2({content:r.innerHTML,width:s,height:l,transform:a,extra:i,watchable:!0})])}}},qd=new RegExp('"',"ug"),H2=[1105920,1112319],G2=E(E(E(E({},{FontAwesome:{normal:"fas",400:"fas"}}),Qu),ip),cf),Ui=Object.keys(G2).reduce(function(e,t){return e[t.toLowerCase()]=G2[t],e},{}),x3=Object.keys(Ui).reduce(function(e,t){var r=Ui[t];return e[t]=r[900]||lt(Object.entries(r))[0][1],e},{});function S3(e){var t=e.replace(qd,"");return Md(lt(t)[0]||"")}function C3(e){var t=e.getPropertyValue("font-feature-settings").includes("ss01"),r=e.getPropertyValue("content"),n=r.replace(qd,""),a=n.codePointAt(0),i=a>=H2[0]&&a<=H2[1],s=n.length===2?n[0]===n[1]:!1;return i||s||t}function L3(e,t){var r=e.replace(/^['"]|['"]$/g,"").toLowerCase(),n=parseInt(t),a=isNaN(n)?"normal":n;return(Ui[r]||{})[a]||x3[r]}function F2(e,t){var r="".concat(sp).concat(t.replace(":","-"));return new Promise(function(n,a){if(e.getAttribute(r)!==null)return n();var i=to(e.children),s=i.filter(function(V){return V.getAttribute(Ri)===t})[0],l=Wt.getComputedStyle(e,t),u=l.getPropertyValue("font-family"),f=u.match(fp),m=l.getPropertyValue("font-weight"),y=l.getPropertyValue("content");if(s&&!f)return e.removeChild(s),n();if(f&&y!=="none"&&y!==""){var g=l.getPropertyValue("content"),v=L3(u,m),S=S3(g),C=f[0].startsWith("FontAwesome"),R=C3(l),O=Ki(v,S),_=O;if(C){var I=Mp(S);I.iconName&&I.prefix&&(O=I.iconName,v=I.prefix)}if(O&&!R&&(!s||s.getAttribute(Hi)!==v||s.getAttribute(Gi)!==_)){e.setAttribute(r,_),s&&e.removeChild(s);var z=d3(),G=z.extra;G.attributes[Ri]=t,Ii(O,v).then(function(V){var ut=Zi(E(E({},z),{},{icons:{main:V,mask:Gd()},prefix:v,iconName:_,extra:G,watchable:!0})),Xt=j.createElementNS("http://www.w3.org/2000/svg","svg");t==="::before"?e.insertBefore(Xt,e.firstChild):e.appendChild(Xt),Xt.outerHTML=ut.map(function(ft){return Bo(ft)}).join(`
|
|
1133
|
-
`),e.removeAttribute(r),n()}).catch(a)}else n()}else n()})}function E3(e){return Promise.all([F2(e,"::before"),F2(e,"::after")])}function A3(e){return e.parentNode!==document.head&&!~lp.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(Ri)&&(!e.parentNode||e.parentNode.tagName!=="svg")}var O3=function(t){return!!t&&Ed.some(function(r){return t.includes(r)})},R3=function(t){if(!t)return[];var r=new Set,n=t.split(/,(?![^()]*\))/).map(function(u){return u.trim()});n=n.flatMap(function(u){return u.includes("(")?u:u.split(",").map(function(f){return f.trim()})});var a=Hn(n),i;try{for(a.s();!(i=a.n()).done;){var s=i.value;if(O3(s)){var l=Ed.reduce(function(u,f){return u.replace(f,"")},s);l!==""&&l!=="*"&&r.add(l)}}}catch(u){a.e(u)}finally{a.f()}return r};function W2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(_t){var r;if(t)r=e;else if(M.searchPseudoElementsFullScan)r=e.querySelectorAll("*");else{var n=new Set,a=Hn(document.styleSheets),i;try{for(a.s();!(i=a.n()).done;){var s=i.value;try{var l=Hn(s.cssRules),u;try{for(l.s();!(u=l.n()).done;){var f=u.value,m=R3(f.selectorText),y=Hn(m),g;try{for(y.s();!(g=y.n()).done;){var v=g.value;n.add(v)}}catch(C){y.e(C)}finally{y.f()}}}catch(C){l.e(C)}finally{l.f()}}catch(C){M.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(s.href," (").concat(C.message,`)
|
|
1134
|
-
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(C){a.e(C)}finally{a.f()}if(!n.size)return;var S=Array.from(n).join(", ");try{r=e.querySelectorAll(S)}catch{}}return new Promise(function(C,R){var O=to(r).filter(A3).map(E3),_=qi.begin("searchPseudoElements");Kd(),Promise.all(O).then(function(){_(),Di(),C()}).catch(function(){_(),Di(),R()})})}}var w3={hooks:function(){return{mutationObserverCallbacks:function(r){return r.pseudoElementsCallback=W2,r}}},provides:function(t){t.pseudoElements2svg=function(r){var n=r.node,a=n===void 0?j:n;M.searchPseudoElements&&W2(a)}}},j2=!1,N3={mixout:function(){return{dom:{unwatch:function(){Kd(),j2=!0}}}},hooks:function(){return{bootstrap:function(){U2(Ti("mutationObserverCallbacks",{}))},noAuto:function(){i3()},watch:function(r){var n=r.observeMutationsRoot;j2?Di():U2(Ti("mutationObserverCallbacks",{observeMutationsRoot:n}))}}}},V2=function(t){var r={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t.toLowerCase().split(" ").reduce(function(n,a){var i=a.toLowerCase().split("-"),s=i[0],l=i.slice(1).join("-");if(s&&l==="h")return n.flipX=!0,n;if(s&&l==="v")return n.flipY=!0,n;if(l=parseFloat(l),isNaN(l))return n;switch(s){case"grow":n.size=n.size+l;break;case"shrink":n.size=n.size-l;break;case"left":n.x=n.x-l;break;case"right":n.x=n.x+l;break;case"up":n.y=n.y-l;break;case"down":n.y=n.y+l;break;case"rotate":n.rotate=n.rotate+l;break}return n},r)},_3={mixout:function(){return{parse:{transform:function(r){return V2(r)}}}},hooks:function(){return{parseNodeAttributes:function(r,n){var a=n.getAttribute("data-fa-transform");return a&&(r.transform=V2(a)),r}}},provides:function(t){t.generateAbstractTransformGrouping=function(r){var n=r.main,a=r.transform,i=r.containerWidth,s=r.iconWidth,l={transform:"translate(".concat(i/2," 256)")},u="translate(".concat(a.x*32,", ").concat(a.y*32,") "),f="scale(".concat(a.size/16*(a.flipX?-1:1),", ").concat(a.size/16*(a.flipY?-1:1),") "),m="rotate(".concat(a.rotate," 0 0)"),y={transform:"".concat(u," ").concat(f," ").concat(m)},g={transform:"translate(".concat(s/2*-1," -256)")},v={outer:l,inner:y,path:g};return{tag:"g",attributes:E({},v.outer),children:[{tag:"g",attributes:E({},v.inner),children:[{tag:n.icon.tag,children:n.icon.children,attributes:E(E({},n.icon.attributes),v.path)}]}]}}}},Li={x:0,y:0,width:"100%",height:"100%"};function K2(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 k3(e){return e.tag==="g"?e.children:[e]}var T3={hooks:function(){return{parseNodeAttributes:function(r,n){var a=n.getAttribute("data-fa-mask"),i=a?Yn(a.split(" ").map(function(s){return s.trim()})):Gd();return i.prefix||(i.prefix=jt()),r.mask=i,r.maskId=n.getAttribute("data-fa-mask-id"),r}}},provides:function(t){t.generateAbstractMask=function(r){var n=r.children,a=r.attributes,i=r.main,s=r.mask,l=r.maskId,u=r.transform,f=i.width,m=i.icon,y=s.width,g=s.icon,v=Cp({transform:u,containerWidth:y,iconWidth:f}),S={tag:"rect",attributes:E(E({},Li),{},{fill:"white"})},C=m.children?{children:m.children.map(K2)}:{},R={tag:"g",attributes:E({},v.inner),children:[K2(E({tag:m.tag,attributes:E(E({},m.attributes),v.path)},C))]},O={tag:"g",attributes:E({},v.outer),children:[R]},_="mask-".concat(l||R2()),I="clip-".concat(l||R2()),z={tag:"mask",attributes:E(E({},Li),{},{id:_,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[S,O]},G={tag:"defs",children:[{tag:"clipPath",attributes:{id:I},children:k3(g)},z]};return n.push(G,{tag:"rect",attributes:E({fill:"currentColor","clip-path":"url(#".concat(I,")"),mask:"url(#".concat(_,")")},Li)}),{children:n,attributes:a}}}},M3={provides:function(t){var r=!1;Wt.matchMedia&&(r=Wt.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var n=[],a={fill:"currentColor"},i={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};n.push({tag:"path",attributes:E(E({},a),{},{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=E(E({},i),{},{attributeName:"opacity"}),l={tag:"circle",attributes:E(E({},a),{},{cx:"256",cy:"364",r:"28"}),children:[]};return r||l.children.push({tag:"animate",attributes:E(E({},i),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:E(E({},s),{},{values:"1;0;1;1;0;1;"})}),n.push(l),n.push({tag:"path",attributes:E(E({},a),{},{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:E(E({},s),{},{values:"1;0;0;0;0;1;"})}]}),r||n.push({tag:"path",attributes:E(E({},a),{},{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:E(E({},s),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:n}}}},P3={hooks:function(){return{parseNodeAttributes:function(r,n){var a=n.getAttribute("data-fa-symbol"),i=a===null?!1:a===""?!0:a;return r.symbol=i,r}}}},I3=[Ap,y3,g3,b3,v3,w3,N3,_3,T3,M3,P3];Gp(I3,{mixoutsTo:De});var mv=De.noAuto,yv=De.config,Yd=De.library,gv=De.dom,bv=De.parse,vv=De.findIconDefinition,xv=De.toHtml,Xd=De.icon,Sv=De.layer,Cv=De.text,Lv=De.counter;var h;(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.SQUARE="square",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.ANCHOR="anchor",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.SQUARE_CHECK="square-check",e.GRIP_LINES="grip-lines",e.CHART_AREA="chart-area",e.TRASH="trash",e.USER_TIE="user-tie",e.CIRCLE_SMALL="circle-small",e.SQUARE_MINUS="square-minus",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_PAPER_PLANE_SLASH="regular-paper-plane-slash",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.SOLID_MESSAGE_BOT_CIRCLE_BOLT="solid-message-bot-circle-bolt",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_MESSAGE_BOT_CIRCLE_BOLT="light-message-bot-circle-bolt",e.LIGHT_BOOK_OPEN_GEAR="light-book-open-gear"})(h||(h={}));var Ov={[h.LOCK_KEYHOLE]:[p.regular,p.solid],[h.LINK_SIMPLE_SLASH]:[p.regular],[h.TABLE_LAYOUT]:[p.regular],[h.LAYER_GROUP]:[p.regular],[h.CIRCLE_INFO]:[p.regular],[h.BARS_PROGRESS]:[p.regular],[h.CODE_COMPARE]:[p.regular,p.solid],[h.HOURGLASS_END]:[p.regular],[h.BOX_ARCHIVE]:[p.regular,p.solid],[h.ARROWS_ROTATE]:[p.regular],[h.CIRCLE_DOT]:[p.regular],[h.ANGLES_LEFT]:[p.regular],[h.ROUTE]:[p.regular],[h.BARS]:[p.regular],[h.ARROW_DOWN]:[p.regular],[h.LOCK_KEYHOLE_OPEN]:[p.regular,p.solid],[h.DESKTOP]:[p.regular],[h.ANGLES_RIGHT]:[p.regular],[h.PIGGY_BANK]:[p.regular],[h.ANGLE_UP]:[p.regular],[h.SQUARE]:[p.regular],[h.PEN_NIB]:[p.regular],[h.ARROW_UP_RIGHT_FROM_SQUARE]:[p.regular],[h.GRID_2]:[p.regular],[h.BOOKS]:[p.regular],[h.TAG]:[p.regular,p.solid],[h.ANGLES_UP_DOWN]:[p.regular],[h.ARROW_ROTATE_LEFT]:[p.regular],[h.EYE_SLASH]:[p.regular],[h.CIRCLE_DOLLAR]:[p.regular,p.solid],[h.COMPRESS]:[p.regular],[h.RADAR]:[p.regular],[h.ARROW_ROTATE_RIGHT]:[p.regular],[h.CHART_NETWORK]:[p.regular],[h.PLUS]:[p.regular],[h.UNDERLINE]:[p.regular],[h.ARROW_LEFT]:[p.regular],[h.UPLOAD]:[p.regular],[h.GLOBE]:[p.regular],[h.LANGUAGE]:[p.regular],[h.TOGGLE_ON]:[p.regular],[h.DOWNLOAD]:[p.regular],[h.MESSAGE_QUOTE]:[p.regular,p.solid],[h.TRIANGLE_EXCLAMATION]:[p.regular,p.solid],[h.STAR]:[p.regular,p.solid],[h.BELL_SLASH]:[p.regular,p.solid],[h.HOURGLASS_HALF]:[p.regular],[h.INBOX]:[p.regular],[h.COMMENT_DOTS]:[p.regular],[h.ANGLE_DOWN]:[p.regular],[h.CLOUD_ARROW_DOWN]:[p.regular],[h.BOOKMARK_SLASH]:[p.regular],[h.LINK_SIMPLE]:[p.regular],[h.CLOCK_ROTATE_LEFT]:[p.regular],[h.SPINNER_THIRD]:[p.regular],[h.PLUG]:[p.regular],[h.CHART_SIMPLE]:[p.regular],[h.CIRCLE_PLAY]:[p.regular],[h.FILE_MAGNIFYING_GLASS]:[p.regular],[h.PEN]:[p.regular],[h.TABLET]:[p.regular],[h.CIRCLE_CHECK]:[p.regular,p.solid],[h.FILE_INVOICE]:[p.regular],[h.XMARK]:[p.regular,p.solid],[h.ARROW_RIGHT]:[p.regular],[h.BOOKMARK]:[p.regular,p.solid],[h.EXPAND_WIDE]:[p.regular],[h.USER]:[p.regular,p.solid],[h.SERVER]:[p.regular,p.solid],[h.CALENDAR_RANGE]:[p.regular],[h.BROOM_WIDE]:[p.regular],[h.ARROWS_UP_DOWN_LEFT_RIGHT]:[p.regular],[h.WIFI_SLASH]:[p.regular],[h.CHECK]:[p.regular,p.solid],[h.ITALIC]:[p.regular],[h.LIFE_RING]:[p.regular],[h.TABLE_CELLS]:[p.regular],[h.TRASH_CAN]:[p.regular],[h.WRENCH]:[p.regular],[h.PAPERCLIP]:[p.regular],[h.CABINET_FILING]:[p.regular],[h.ARROW_UP]:[p.regular],[h.FILE]:[p.regular],[h.CIRCLE_QUESTION]:[p.regular,p.solid],[h.COLUMNS_3]:[p.regular],[h.GEAR]:[p.regular,p.solid],[h.CHART_LINE]:[p.regular],[h.THUMBS_UP]:[p.regular,p.solid],[h.HAND]:[p.regular],[h.CIRCLE]:[p.regular,p.solid],[h.CALENDAR_DAY]:[p.regular],[h.CLOUD]:[p.regular],[h.LIST_TREE]:[p.regular],[h.ANGLE_RIGHT]:[p.regular],[h.CODE]:[p.regular],[h.ALIGN_CENTER]:[p.regular],[h.COMMENT_QUESTION]:[p.regular,p.solid],[h.IMAGE]:[p.regular],[h.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER]:[p.regular],[h.THUMBS_DOWN]:[p.regular,p.solid],[h.DIAGRAM_SANKEY]:[p.regular],[h.MESSAGE_CHECK]:[p.regular,p.solid],[h.BOLD]:[p.regular],[h.CIRCLE_STOP]:[p.regular,p.solid],[h.ARROW_RIGHT_TO_BRACKET]:[p.regular],[h.USERS]:[p.regular,p.solid],[h.ARROW_TURN_DOWN_RIGHT]:[p.regular],[h.PRINT]:[p.regular],[h.ALIGN_RIGHT]:[p.regular],[h.FLASK]:[p.regular],[h.MAGNIFYING_GLASS_PLUS]:[p.regular],[h.SHIELD_CHECK]:[p.regular],[h.STRIKETHROUGH]:[p.regular],[h.FOLDER_OPEN]:[p.regular],[h.CLONE]:[p.regular],[h.HEART]:[p.regular,p.solid],[h.PAPER_PLANE]:[p.regular],[h.MAGNIFYING_GLASS_MINUS]:[p.regular],[h.BOOK]:[p.regular],[h.CLOCK]:[p.regular,p.solid],[h.ELLIPSIS_VERTICAL]:[p.regular],[h.ARROW_RIGHT_TO_LINE]:[p.regular],[h.ANGLE_LEFT]:[p.regular],[h.CALENDAR_CIRCLE_EXCLAMATION]:[p.regular],[h.EXPAND]:[p.regular],[h.EQUALS]:[p.regular],[h.RECEIPT]:[p.regular],[h.EYE]:[p.regular],[h.ALIGN_LEFT]:[p.regular],[h.PAINTBRUSH]:[p.regular],[h.KEY]:[p.regular],[h.PALETTE]:[p.regular],[h.FLOPPY_DISK]:[p.regular],[h.MAGNIFYING_GLASS]:[p.regular],[h.ELLIPSIS]:[p.regular],[h.SHARE_NODES]:[p.regular],[h.ARROWS_FROM_LINE]:[p.regular],[h.POWER_OFF]:[p.regular],[h.ENVELOPE_OPEN_TEXT]:[p.regular],[h.CIRCLE_PAUSE]:[p.regular,p.solid],[h.MOBILE]:[p.regular],[h.BELL]:[p.regular,p.solid],[h.FILTER]:[p.regular,p.solid],[h.MEDAL]:[p.regular],[h.CLOUD_SLASH]:[p.regular],[h.MINUS]:[p.regular,p.solid],[h.PASTE]:[p.regular],[h.CALENDAR_CHECK]:[p.regular],[h.HEXAGON_XMARK]:[p.solid],[h.PAUSE]:[p.solid],[h.CHART_MIXED]:[p.solid],[h.ROBOT]:[p.solid],[h.ANCHOR]:[p.solid],[h.WAND_MAGIC_SPARKLES]:[p.solid],[h.HEXAGON_EXCLAMATION]:[p.solid],[h.CUBES]:[p.solid],[h.TURN_RIGHT]:[p.solid],[h.SQUARE_INFO]:[p.solid],[h.MESSAGE_BOT]:[p.solid],[h.PLAY]:[p.solid],[h.TURN_LEFT]:[p.solid],[h.ADDRESS_CARD]:[p.solid],[h.CROWN]:[p.solid],[h.SQUARE_CHECK]:[p.solid],[h.GRIP_LINES]:[p.solid],[h.CHART_AREA]:[p.solid],[h.TRASH]:[p.solid],[h.USER_TIE]:[p.solid],[h.CIRCLE_SMALL]:[p.solid],[h.SQUARE_MINUS]:[p.solid],[h.REGULAR_FOLDER_OPEN_LOCK]:[p.custom],[h.REGULAR_USER_CIRCLE_CHECK]:[p.custom],[h.SOLID_LEFT_PANEL]:[p.custom],[h.REGULAR_BINDER_OPEN]:[p.custom],[h.REGULAR_BOOKMARK_CIRCLE_PLUS]:[p.custom],[h.REGULAR_DIAGRAM_SUNBURST]:[p.custom],[h.REGULAR_PREVIEW]:[p.custom],[h.REGULAR_CONTEXT]:[p.custom],[h.REGULAR_MOBILE_LANDSCAPE]:[p.custom],[h.SOLID_FILE_ROTATE_RIGHT]:[p.custom],[h.REGULAR_PIP_WIDE]:[p.custom],[h.REGULAR_CLONE_LINK_SIMPLE]:[p.custom],[h.REGULAR_LEFT_PANEL]:[p.custom],[h.LIGHT_FILE_LINES_GEAR]:[p.custom],[h.REGULAR_FILE_LINES_GEAR]:[p.custom],[h.REGULAR_CIRCLE_DASHED_DOLLAR_QUESTION]:[p.custom],[h.REGULAR_TABLE_CELLS_SLASH]:[p.custom],[h.REGULAR_BOOK_OPEN_GEAR_SLASH]:[p.custom],[h.REGULAR_TABLET_LANDSCAPE]:[p.custom],[h.REGULAR_CHART_BAR_STACKED]:[p.custom],[h.SOLID_CIRCLE_USER_CIRCLE_CHECK]:[p.custom],[h.REGULAR_BULLETS_LINE]:[p.custom],[h.REGULAR_LANGUAGE_CIRCLE_EXCLAMATION]:[p.custom],[h.SOLID_CODE_COMPARE]:[p.custom],[h.REGULAR_FORMAT_CLEAR]:[p.custom],[h.REGULAR_PAPER_PLANE_SLASH]:[p.custom],[h.REGULAR_MAGNIFYING_GLASS_BACK]:[p.custom],[h.LIGHT_RECEIPT_GEAR]:[p.custom],[h.REGULAR_BINDER_OPEN_ARROW_LEFT]:[p.custom],[h.REGULAR_HOURGLASS_HALF_CIRCLE_CHECK]:[p.custom],[h.REGULAR_THRESHOLD]:[p.custom],[h.REGULAR_PIP]:[p.custom],[h.REGULAR_USER_GEAR]:[p.custom],[h.SOLID_MESSAGE_BOT_CIRCLE_BOLT]:[p.custom],[h.REGULAR_BELL_CIRCLE_PLUS]:[p.custom],[h.REGULAR_CLOUD_SLASH_GEAR]:[p.custom],[h.REGULAR_HOUSE_MAGNIFYING_GLASS]:[p.custom],[h.SOLID_CIRCLE_USER_SLASH]:[p.custom],[h.REGULAR_LIST_MAGNIFYING_GLASS]:[p.custom],[h.REGULAR_COMPUTER_MOUSE_MAGNIFYING_GLASS]:[p.custom],[h.REGULAR_LANGUAGE_SLASH]:[p.custom],[h.REGULAR_CHART_BAR_GROUPED]:[p.custom],[h.REGULAR_CONSUMER]:[p.custom],[h.REGULAR_CHART_BAR_NORMALIZED]:[p.custom],[h.REGULAR_USER_LOCK]:[p.custom],[h.REGULAR_CIRCLE_DOLLAR_SLASH]:[p.custom],[h.REGULAR_BINDER_OPEN_ARROW_RIGHT]:[p.custom],[h.REGULAR_BULLETS_LINES]:[p.custom],[h.REGULAR_BINDER_OPEN_PEN]:[p.custom],[h.REGULAR_BOOKMARK_CIRCLE_MINUS]:[p.custom],[h.REGULAR_MAGNIFYING_GLASS_ONE]:[p.custom],[h.REGULAR_BOOK_OPEN_GEAR]:[p.custom],[h.LIGHT_MESSAGE_BOT_CIRCLE_BOLT]:[p.custom],[h.LIGHT_BOOK_OPEN_GEAR]:[p.custom]},Qd={[p.regular]:"far",[p.solid]:"fas",[p.custom]:"fak"};var Qn=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},xt=class extends e0.FtLitElement{constructor(){super(...arguments),this.monospace=!1,this.ariaHidden="true"}render(){let t={"ftds-icon":!0,"ftds-icon--monospace":this.monospace};return Jd.html`
|
|
1135
|
-
<div class="${(0,r0.classMap)(t)}">${(0,t0.unsafeHTML)(this.buildIcon())}</div>
|
|
1136
|
-
`}buildIcon(){let t=this.variant?Qd[this.variant]:void 0,r=m2.find(n=>n.iconName===this.icon&&(t?n.prefix===t:!0));return r?(Yd.add(r),Xd(r).html[0]):(console.log(`Attempted usage of unknown ftds-icon : ${this.icon}/${this.variant}`),"")}};xt.elementDefinitions={};xt.styles=h2;Qn([(0,$o.property)()],xt.prototype,"variant",void 0);Qn([(0,$o.property)()],xt.prototype,"icon",void 0);Qn([(0,$o.property)({type:Boolean})],xt.prototype,"monospace",void 0);Qn([(0,$o.property)({reflect:!0,attribute:"aria-hidden"})],xt.prototype,"ariaHidden",void 0);var n0=x(k());var o0={"ft-icon":me,"ftds-icon":xt};(0,n0.customElements)(o0);var a0=x($()),i0=x(k());var gr=class extends i0.FtLitElement{render(){return a0.html`
|
|
1137
|
-
<div class="ft-loader">
|
|
1138
|
-
<div></div>
|
|
1139
|
-
<div></div>
|
|
1140
|
-
<div></div>
|
|
1141
|
-
<div></div>
|
|
1142
|
-
</div>
|
|
1143
|
-
`}};gr.styles=Ts;var c0=x(k());var s0={"ft-loader":gr};(0,c0.customElements)(s0);var Kt=x($()),Xi=x(Ct()),te=x(K());var Ho=e=>e??ne;var le=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},H=class extends(0,Zt.toFtFormComponent)(Zt.FtLitElement){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,n;let a=Kt.html`
|
|
1144
|
-
<ft-ripple part="ripple"
|
|
1145
|
-
?disabled=${this.isDisabled()}
|
|
1146
|
-
?activated=${this.activated}
|
|
1147
|
-
></ft-ripple>
|
|
1148
|
-
<ft-or-ftds-typography part="label"
|
|
1149
|
-
variant="${this.typographyVariant}"
|
|
1150
|
-
element="span"
|
|
1151
|
-
class="ft-button--label ${Zt.isSafari?"ft-safari-ellipsis-fix":""}"
|
|
1152
|
-
?hidden=${!this.hasTextContent()}>
|
|
1153
|
-
<slot @slotchange=${this.onSlotchange}></slot>
|
|
1154
|
-
</ft-or-ftds-typography>
|
|
1155
|
-
${this.resolveIcon()}
|
|
1156
|
-
`,i=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(i?Kt.html`
|
|
1157
|
-
<a href="${i}"
|
|
1158
|
-
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
1159
|
-
part="button"
|
|
1160
|
-
class="${(0,Xi.classMap)(this.buttonClasses)}"
|
|
1161
|
-
aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.getLabel()}"
|
|
1162
|
-
?disabled=${this.isDisabled()}>
|
|
1163
|
-
${a}
|
|
1164
|
-
</a>
|
|
1165
|
-
`:Kt.html`
|
|
1166
|
-
<button part="button"
|
|
1167
|
-
class="${(0,Xi.classMap)(this.buttonClasses)}"
|
|
1168
|
-
aria-label="${(n=this.ariaLabel)!==null&&n!==void 0?n:this.getLabel()}"
|
|
1169
|
-
aria-haspopup="${Ho(this.ariaHasPopup)}"
|
|
1170
|
-
aria-pressed="${Ho(this.ariaPressed)}"
|
|
1171
|
-
?disabled=${this.isDisabled()}>
|
|
1172
|
-
${a}
|
|
1173
|
-
</button>
|
|
1174
|
-
`)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?Kt.html`
|
|
1175
|
-
<ft-tooltip part="tooltip"
|
|
1176
|
-
text="${this.getLabel()}"
|
|
1177
|
-
position="${this.tooltipPosition}">
|
|
1178
|
-
${t}
|
|
1179
|
-
</ft-tooltip>
|
|
1180
|
-
`:t}resolveIcon(){return this.loading?Kt.html`
|
|
1181
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?Kt.html`
|
|
1182
|
-
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
1183
|
-
`:Kt.html`
|
|
1184
|
-
<slot part="icon" name="icon"></slot>
|
|
1185
|
-
`}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 n;return(n=this.tooltip)===null||n===void 0?void 0:n.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(0,Zt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};H.elementDefinitions={"ft-ripple":q,"ft-tooltip":ce,"ft-icon":me,"ft-loader":gr};le([(0,te.property)()],H.prototype,"href",void 0);le([(0,te.property)()],H.prototype,"target",void 0);le([(0,te.property)()],H.prototype,"type",void 0);le([(0,te.property)({type:Boolean})],H.prototype,"disabled",void 0);le([(0,te.property)()],H.prototype,"label",void 0);le([(0,te.property)()],H.prototype,"icon",void 0);le([(0,te.property)()],H.prototype,"iconVariant",void 0);le([(0,te.property)({type:Boolean})],H.prototype,"trailingIcon",void 0);le([(0,te.property)({type:Boolean})],H.prototype,"loading",void 0);le([(0,te.property)({attribute:"aria-label"})],H.prototype,"ariaLabel",void 0);le([(0,te.property)()],H.prototype,"ariaHasPopup",void 0);le([(0,te.property)({attribute:"aria-pressed"})],H.prototype,"ariaPressed",void 0);le([(0,te.property)()],H.prototype,"tooltipPosition",void 0);le([(0,te.property)({type:Boolean})],H.prototype,"hideTooltip",void 0);le([(0,te.property)({type:Boolean})],H.prototype,"forceTooltip",void 0);le([(0,te.property)({type:Boolean})],H.prototype,"activated",void 0);le([(0,te.query)(".ft-button")],H.prototype,"button",void 0);le([(0,te.query)(".ft-button--label slot")],H.prototype,"slottedContent",void 0);le([(0,te.query)("[part=tooltip]")],H.prototype,"tooltip",void 0);var Jn=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Re=class extends H{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 ve.button}};Re.elementDefinitions={...H.elementDefinitions,"ft-or-ftds-typography":pe};Re.styles=[l0.safariEllipsisFix,Us];Jn([(0,Go.property)({type:Boolean})],Re.prototype,"primary",void 0);Jn([(0,Go.property)({type:Boolean})],Re.prototype,"outlined",void 0);Jn([(0,Go.property)({type:Boolean})],Re.prototype,"dense",void 0);Jn([(0,Go.property)({type:Boolean})],Re.prototype,"round",void 0);var Fo=x(K()),ta=x(k());var d0=x($()),A=x(k());var z3={...b,iconOnlyScale:A.FtCssVariableFactory.create("--ft-button-icon-only-scale","","NUMBER","1")},u0=[d0.css`
|
|
1186
|
-
:host {
|
|
1187
|
-
display: inline-block;
|
|
1188
|
-
max-width: 100%;
|
|
1189
|
-
pointer-events: none;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
/** Remove default button styles **/
|
|
1193
|
-
|
|
1194
|
-
.ft-button {
|
|
1195
|
-
box-shadow: 0 0 0 transparent;
|
|
1196
|
-
border: 0 solid transparent;
|
|
1197
|
-
text-shadow: 0 0 0 transparent;
|
|
1198
|
-
text-decoration: none;
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
.ft-button:hover {
|
|
1202
|
-
box-shadow: 0 0 0 transparent;
|
|
1203
|
-
text-shadow: 0 0 0 transparent;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
.ft-button:active {
|
|
1207
|
-
outline: none;
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
.ft-button:focus {
|
|
1211
|
-
outline: 0;
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
/** Base styles **/
|
|
1215
|
-
|
|
1216
|
-
.ft-button {
|
|
1217
|
-
position: relative;
|
|
1218
|
-
display: flex;
|
|
1219
|
-
justify-content: center;
|
|
1220
|
-
align-items: center;
|
|
1221
|
-
width: 100%;
|
|
1222
|
-
overflow: hidden;
|
|
1223
|
-
box-sizing: border-box;
|
|
1224
|
-
pointer-events: auto;
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
.ft-button:not([disabled]):hover {
|
|
1228
|
-
cursor: pointer;
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
.ft-button:focus {
|
|
1232
|
-
outline: none;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
.ft-button:focus-visible {
|
|
1236
|
-
outline-color: ${b.focusFocusRingColor};
|
|
1237
|
-
outline-style: solid;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
ft-icon {
|
|
1241
|
-
flex-shrink: 0;
|
|
1242
|
-
position: relative;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
.ft-button:not(.ft-button--trailing-icon) ft-icon,
|
|
1246
|
-
.ft-button:not(.ft-button--trailing-icon) ft-loader {
|
|
1247
|
-
order: -1;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
.ft-button--label {
|
|
1251
|
-
position: relative;
|
|
1252
|
-
overflow: hidden;
|
|
1253
|
-
white-space: nowrap;
|
|
1254
|
-
text-overflow: ellipsis;
|
|
1255
|
-
display: block;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
.ft-button--label[hidden] {
|
|
1259
|
-
display: none;
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.ft-button.ft-button--icon-only {
|
|
1263
|
-
padding: unset;
|
|
1264
|
-
border-radius: 50%;
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
.ft-button.ft-button--icon-only ft-icon {
|
|
1268
|
-
transform: scale(${z3.iconOnlyScale});
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
/** Brand Primary styles **/
|
|
1272
|
-
|
|
1273
|
-
.ftds--family-brand.ft-button--primary {
|
|
1274
|
-
${(0,A.setVariable)(Z.color,b.primaryBrandIconColor)};
|
|
1275
|
-
|
|
1276
|
-
${(0,A.setVariable)(L.color,b.primaryBrandStateLayerColor)};
|
|
1277
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.primaryBrandHoverStateLayerOpacity)};
|
|
1278
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.primaryBrandFocusStateLayerOpacity)};
|
|
1279
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.primaryBrandActiveStateLayerOpacity)};
|
|
1280
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.primaryBrandActiveStateLayerOpacity)};
|
|
1281
|
-
|
|
1282
|
-
background-color: ${b.primaryBrandBackgroundColor};
|
|
1283
|
-
color: ${b.primaryBrandColor};
|
|
1284
|
-
border-style: none;
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
.ftds--family-brand.ft-button--primary[disabled] {
|
|
1288
|
-
opacity: ${b.primaryBrandDisabledComponentOpacity};
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
.ftds--family-brand.ft-button--primary ft-icon {
|
|
1292
|
-
color: ${b.primaryBrandIconColor};
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
/** Brand Secondary styles **/
|
|
1296
|
-
|
|
1297
|
-
.ftds--family-brand.ft-button--secondary {
|
|
1298
|
-
${(0,A.setVariable)(Z.color,b.secondaryBrandIconColor)};
|
|
1299
|
-
|
|
1300
|
-
${(0,A.setVariable)(L.color,b.secondaryBrandStateLayerColor)};
|
|
1301
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.secondaryBrandHoverStateLayerOpacity)};
|
|
1302
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.secondaryBrandFocusStateLayerOpacity)};
|
|
1303
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.secondaryBrandActiveStateLayerOpacity)};
|
|
1304
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.secondaryBrandActiveStateLayerOpacity)};
|
|
1305
|
-
|
|
1306
|
-
background-color: ${b.secondaryBrandBackgroundColor};
|
|
1307
|
-
color: ${b.secondaryBrandColor};
|
|
1308
|
-
border-color: ${b.secondaryBrandBorderColor};
|
|
1309
|
-
border-style: solid;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
.ftds--family-brand.ft-button--secondary[disabled] {
|
|
1313
|
-
opacity: ${b.secondaryBrandDisabledComponentOpacity};
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
.ftds--family-brand.ft-button--secondary ft-icon {
|
|
1317
|
-
color: ${b.secondaryBrandIconColor};
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
/** Brand Tertiary styles **/
|
|
1321
|
-
|
|
1322
|
-
.ftds--family-brand.ft-button--tertiary {
|
|
1323
|
-
${(0,A.setVariable)(Z.color,b.tertiaryBrandIconColor)};
|
|
1324
|
-
|
|
1325
|
-
${(0,A.setVariable)(L.color,b.tertiaryBrandStateLayerColor)};
|
|
1326
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.tertiaryBrandHoverStateLayerOpacity)};
|
|
1327
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.tertiaryBrandFocusStateLayerOpacity)};
|
|
1328
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.tertiaryBrandActiveStateLayerOpacity)};
|
|
1329
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.tertiaryBrandActiveStateLayerOpacity)};
|
|
1330
|
-
|
|
1331
|
-
background-color: ${b.tertiaryBrandBackgroundColor};
|
|
1332
|
-
color: ${b.tertiaryBrandColor};
|
|
1333
|
-
border-style: none;
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
.ftds--family-brand.ft-button--tertiary[disabled] {
|
|
1337
|
-
opacity: ${b.tertiaryBrandDisabledComponentOpacity};
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
.ftds--family-brand.ft-button--tertiary ft-icon {
|
|
1341
|
-
color: ${b.tertiaryBrandIconColor};
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
/** Neutral Secondary styles **/
|
|
1345
|
-
|
|
1346
|
-
.ftds--family-neutral.ft-button--secondary {
|
|
1347
|
-
${(0,A.setVariable)(Z.color,b.secondaryNeutralIconColor)};
|
|
1348
|
-
|
|
1349
|
-
${(0,A.setVariable)(L.backgroundColor,b.secondaryNeutralStateLayerColor)};
|
|
1350
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.secondaryNeutralHoverStateLayerOpacity)};
|
|
1351
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.secondaryNeutralFocusStateLayerOpacity)};
|
|
1352
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.secondaryNeutralActiveStateLayerOpacity)};
|
|
1353
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.secondaryNeutralActiveStateLayerOpacity)};
|
|
1354
|
-
|
|
1355
|
-
background-color: ${b.secondaryNeutralBackgroundColor};
|
|
1356
|
-
color: ${b.secondaryNeutralColor};
|
|
1357
|
-
border-color: ${b.secondaryNeutralBorderColor};
|
|
1358
|
-
border-style: solid;
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
.ftds--family-neutral.ft-button--secondary[disabled] {
|
|
1362
|
-
opacity: ${b.secondaryNeutralDisabledComponentOpacity};
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
.ftds--family-neutral.ft-button--secondary ft-icon {
|
|
1366
|
-
color: ${b.secondaryNeutralIconColor};
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
/** Neutral Tertiary styles **/
|
|
1370
|
-
|
|
1371
|
-
.ftds--family-neutral.ft-button--tertiary {
|
|
1372
|
-
${(0,A.setVariable)(Z.color,b.tertiaryNeutralIconColor)};
|
|
1373
|
-
|
|
1374
|
-
${(0,A.setVariable)(L.backgroundColor,b.tertiaryNeutralStateLayerColor)};
|
|
1375
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.tertiaryNeutralHoverStateLayerOpacity)};
|
|
1376
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.tertiaryNeutralFocusStateLayerOpacity)};
|
|
1377
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.tertiaryNeutralActiveStateLayerOpacity)};
|
|
1378
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.tertiaryNeutralActiveStateLayerOpacity)};
|
|
1379
|
-
|
|
1380
|
-
background-color: ${b.tertiaryNeutralBackgroundColor};
|
|
1381
|
-
color: ${b.tertiaryNeutralColor};
|
|
1382
|
-
border-style: none;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.ftds--family-neutral.ft-button--tertiary[disabled] {
|
|
1386
|
-
opacity: ${b.tertiaryNeutralDisabledComponentOpacity};
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
.ftds--family-neutral.ft-button--tertiary ft-icon {
|
|
1390
|
-
color: ${b.tertiaryNeutralIconColor};
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
/** Info Secondary styles **/
|
|
1394
|
-
|
|
1395
|
-
.ftds--family-info.ft-button--secondary {
|
|
1396
|
-
${(0,A.setVariable)(Z.color,b.secondaryInfoIconColor)};
|
|
1397
|
-
|
|
1398
|
-
${(0,A.setVariable)(L.backgroundColor,b.secondaryInfoStateLayerColor)};
|
|
1399
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.secondaryInfoHoverStateLayerOpacity)};
|
|
1400
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.secondaryInfoFocusStateLayerOpacity)};
|
|
1401
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.secondaryInfoActiveStateLayerOpacity)};
|
|
1402
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.secondaryInfoActiveStateLayerOpacity)};
|
|
1403
|
-
|
|
1404
|
-
background-color: ${b.secondaryInfoBackgroundColor};
|
|
1405
|
-
color: ${b.secondaryInfoColor};
|
|
1406
|
-
border-color: ${b.secondaryInfoBorderColor};
|
|
1407
|
-
border-style: solid;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
.ftds--family-info.ft-button--secondary[disabled] {
|
|
1411
|
-
opacity: ${b.secondaryInfoDisabledComponentOpacity};
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
.ftds--family-info.ft-button--secondary ft-icon {
|
|
1415
|
-
color: ${b.secondaryInfoIconColor};
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
/** Info Tertiary styles **/
|
|
1419
|
-
|
|
1420
|
-
.ftds--family-info.ft-button--tertiary {
|
|
1421
|
-
${(0,A.setVariable)(Z.color,b.tertiaryInfoIconColor)};
|
|
1422
|
-
|
|
1423
|
-
${(0,A.setVariable)(L.backgroundColor,b.tertiaryInfoStateLayerColor)};
|
|
1424
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.tertiaryInfoHoverStateLayerOpacity)};
|
|
1425
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.tertiaryInfoFocusStateLayerOpacity)};
|
|
1426
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.tertiaryInfoActiveStateLayerOpacity)};
|
|
1427
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.tertiaryInfoActiveStateLayerOpacity)};
|
|
1428
|
-
|
|
1429
|
-
background-color: ${b.tertiaryInfoBackgroundColor};
|
|
1430
|
-
color: ${b.tertiaryInfoColor};
|
|
1431
|
-
border-style: none;
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
.ftds--family-info.ft-button--tertiary[disabled] {
|
|
1435
|
-
opacity: ${b.tertiaryInfoDisabledComponentOpacity};
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
.ftds--family-info.ft-button--tertiary ft-icon {
|
|
1439
|
-
color: ${b.tertiaryInfoIconColor};
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
/** Success Secondary styles **/
|
|
1443
|
-
|
|
1444
|
-
.ftds--family-success.ft-button--secondary {
|
|
1445
|
-
${(0,A.setVariable)(Z.color,b.secondarySuccessIconColor)};
|
|
1446
|
-
|
|
1447
|
-
${(0,A.setVariable)(L.backgroundColor,b.secondarySuccessStateLayerColor)};
|
|
1448
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.secondarySuccessHoverStateLayerOpacity)};
|
|
1449
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.secondarySuccessFocusStateLayerOpacity)};
|
|
1450
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.secondarySuccessActiveStateLayerOpacity)};
|
|
1451
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.secondarySuccessActiveStateLayerOpacity)};
|
|
1452
|
-
|
|
1453
|
-
background-color: ${b.secondarySuccessBackgroundColor};
|
|
1454
|
-
color: ${b.secondarySuccessColor};
|
|
1455
|
-
border-color: ${b.secondarySuccessBorderColor};
|
|
1456
|
-
border-style: solid;
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
.ftds--family-success.ft-button--secondary[disabled] {
|
|
1460
|
-
opacity: ${b.secondarySuccessDisabledComponentOpacity};
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
.ftds--family-success.ft-button--secondary ft-icon {
|
|
1464
|
-
color: ${b.secondarySuccessIconColor};
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
/** Success Tertiary styles **/
|
|
1468
|
-
|
|
1469
|
-
.ftds--family-success.ft-button--tertiary {
|
|
1470
|
-
${(0,A.setVariable)(Z.color,b.tertiarySuccessIconColor)};
|
|
1471
|
-
|
|
1472
|
-
${(0,A.setVariable)(L.backgroundColor,b.tertiarySuccessStateLayerColor)};
|
|
1473
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.tertiarySuccessHoverStateLayerOpacity)};
|
|
1474
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.tertiarySuccessFocusStateLayerOpacity)};
|
|
1475
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.tertiarySuccessActiveStateLayerOpacity)};
|
|
1476
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.tertiarySuccessActiveStateLayerOpacity)};
|
|
1477
|
-
|
|
1478
|
-
background-color: ${b.tertiarySuccessBackgroundColor};
|
|
1479
|
-
color: ${b.tertiarySuccessColor};
|
|
1480
|
-
border-style: none;
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
.ftds--family-success.ft-button--tertiary[disabled] {
|
|
1484
|
-
opacity: ${b.tertiarySuccessDisabledComponentOpacity};
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
.ftds--family-success.ft-button--tertiary ft-icon {
|
|
1488
|
-
color: ${b.tertiarySuccessIconColor};
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
/** Warning Secondary styles **/
|
|
1492
|
-
|
|
1493
|
-
.ftds--family-warning.ft-button--secondary {
|
|
1494
|
-
${(0,A.setVariable)(Z.color,b.secondaryWarningIconColor)};
|
|
1495
|
-
|
|
1496
|
-
${(0,A.setVariable)(L.backgroundColor,b.secondaryWarningStateLayerColor)};
|
|
1497
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.secondaryWarningHoverStateLayerOpacity)};
|
|
1498
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.secondaryWarningFocusStateLayerOpacity)};
|
|
1499
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.secondaryWarningActiveStateLayerOpacity)};
|
|
1500
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.secondaryWarningActiveStateLayerOpacity)};
|
|
1501
|
-
|
|
1502
|
-
background-color: ${b.secondaryWarningBackgroundColor};
|
|
1503
|
-
color: ${b.secondaryWarningColor};
|
|
1504
|
-
border-color: ${b.secondaryWarningBorderColor};
|
|
1505
|
-
border-style: solid;
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
.ftds--family-warning.ft-button--secondary[disabled] {
|
|
1509
|
-
opacity: ${b.secondaryWarningDisabledComponentOpacity};
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.ftds--family-warning.ft-button--secondary ft-icon {
|
|
1513
|
-
color: ${b.secondaryWarningIconColor};
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
/** Warning Tertiary styles **/
|
|
1517
|
-
|
|
1518
|
-
.ftds--family-warning.ft-button--tertiary {
|
|
1519
|
-
${(0,A.setVariable)(Z.color,b.tertiaryWarningIconColor)};
|
|
1520
|
-
|
|
1521
|
-
${(0,A.setVariable)(L.backgroundColor,b.tertiaryWarningStateLayerColor)};
|
|
1522
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.tertiaryWarningHoverStateLayerOpacity)};
|
|
1523
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.tertiaryWarningFocusStateLayerOpacity)};
|
|
1524
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.tertiaryWarningActiveStateLayerOpacity)};
|
|
1525
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.tertiaryWarningActiveStateLayerOpacity)};
|
|
1526
|
-
|
|
1527
|
-
background-color: ${b.tertiaryWarningBackgroundColor};
|
|
1528
|
-
color: ${b.tertiaryWarningColor};
|
|
1529
|
-
border-style: none;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
.ftds--family-warning.ft-button--tertiary[disabled] {
|
|
1533
|
-
opacity: ${b.tertiaryWarningDisabledComponentOpacity};
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
.ftds--family-warning.ft-button--tertiary ft-icon {
|
|
1537
|
-
color: ${b.tertiaryWarningIconColor};
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
/** Error Secondary styles **/
|
|
1541
|
-
|
|
1542
|
-
.ftds--family-error.ft-button--secondary {
|
|
1543
|
-
${(0,A.setVariable)(Z.color,b.secondaryErrorIconColor)};
|
|
1544
|
-
|
|
1545
|
-
${(0,A.setVariable)(L.backgroundColor,b.secondaryErrorStateLayerColor)};
|
|
1546
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.secondaryErrorHoverStateLayerOpacity)};
|
|
1547
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.secondaryErrorFocusStateLayerOpacity)};
|
|
1548
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.secondaryErrorActiveStateLayerOpacity)};
|
|
1549
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.secondaryErrorActiveStateLayerOpacity)};
|
|
1550
|
-
|
|
1551
|
-
background-color: ${b.secondaryErrorBackgroundColor};
|
|
1552
|
-
color: ${b.secondaryErrorColor};
|
|
1553
|
-
border-color: ${b.secondaryErrorBorderColor};
|
|
1554
|
-
border-style: solid;
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
.ftds--family-error.ft-button--secondary[disabled] {
|
|
1558
|
-
opacity: ${b.secondaryErrorDisabledComponentOpacity};
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
.ftds--family-error.ft-button--secondary ft-icon {
|
|
1562
|
-
color: ${b.secondaryErrorIconColor};
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
/** Error Tertiary styles **/
|
|
1566
|
-
|
|
1567
|
-
.ftds--family-error.ft-button--tertiary {
|
|
1568
|
-
${(0,A.setVariable)(Z.color,b.tertiaryErrorIconColor)};
|
|
1569
|
-
|
|
1570
|
-
${(0,A.setVariable)(L.backgroundColor,b.tertiaryErrorStateLayerColor)};
|
|
1571
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceHover,b.tertiaryErrorHoverStateLayerOpacity)};
|
|
1572
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceFocused,b.tertiaryErrorFocusStateLayerOpacity)};
|
|
1573
|
-
${(0,A.setVariable)(L.opacityContentOnSurfaceSelected,b.tertiaryErrorActiveStateLayerOpacity)};
|
|
1574
|
-
${(0,A.setVariable)(L.opacityContentOnSurfacePressed,b.tertiaryErrorActiveStateLayerOpacity)};
|
|
1575
|
-
|
|
1576
|
-
background-color: ${b.tertiaryErrorBackgroundColor};
|
|
1577
|
-
color: ${b.tertiaryErrorColor};
|
|
1578
|
-
border-style: none;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
.ftds--family-error.ft-button--tertiary[disabled] {
|
|
1582
|
-
opacity: ${b.tertiaryErrorDisabledComponentOpacity};
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
.ftds--family-error.ft-button--tertiary ft-icon {
|
|
1586
|
-
color: ${b.tertiaryErrorIconColor};
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
/** Large styles **/
|
|
1590
|
-
|
|
1591
|
-
.ftds--size-large {
|
|
1592
|
-
${(0,A.setVariable)(J.size,b.largeIconSize)};
|
|
1593
|
-
${(0,A.setVariable)(Z.size,b.largeIconSize)};
|
|
1594
|
-
|
|
1595
|
-
height: ${b.largeHeight};
|
|
1596
|
-
padding: 0 ${b.largeHorizontalPadding};
|
|
1597
|
-
gap: ${b.largeGap};
|
|
1598
|
-
border-radius: ${b.largeBorderRadius};
|
|
1599
|
-
border-width: ${b.largeBorderWidth};
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
.ftds--size-large:focus-visible {
|
|
1603
|
-
outline-width: ${b.largeFocusOutlineWidth};
|
|
1604
|
-
outline-offset: ${b.largeFocusOutlineOffset};
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
|
-
.ftds--size-large.ft-button--icon-only {
|
|
1608
|
-
width: ${b.largeIconOnlyWidth};
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
/** Small styles **/
|
|
1612
|
-
|
|
1613
|
-
.ftds--size-medium {
|
|
1614
|
-
${(0,A.setVariable)(J.size,b.mediumIconSize)};
|
|
1615
|
-
${(0,A.setVariable)(Z.size,b.mediumIconSize)};
|
|
1616
|
-
|
|
1617
|
-
height: ${b.mediumHeight};
|
|
1618
|
-
padding: 0 ${b.mediumHorizontalPadding};
|
|
1619
|
-
gap: ${b.mediumGap};
|
|
1620
|
-
border-radius: ${b.mediumBorderRadius};
|
|
1621
|
-
border-width: ${b.mediumBorderWidth};
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
.ftds--size-medium:focus-visible {
|
|
1625
|
-
outline-width: ${b.mediumFocusOutlineWidth};
|
|
1626
|
-
outline-offset: ${b.mediumFocusOutlineOffset};
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
.ftds--size-medium.ft-button--icon-only {
|
|
1630
|
-
width: ${b.mediumIconOnlyWidth};
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
/** Small styles **/
|
|
1635
|
-
|
|
1636
|
-
.ftds--size-small {
|
|
1637
|
-
${(0,A.setVariable)(J.size,b.smallIconSize)};
|
|
1638
|
-
${(0,A.setVariable)(Z.size,b.smallIconSize)};
|
|
1639
|
-
|
|
1640
|
-
height: ${b.smallHeight};
|
|
1641
|
-
padding: 0 ${b.smallHorizontalPadding};
|
|
1642
|
-
gap: ${b.smallGap};
|
|
1643
|
-
border-radius: ${b.smallBorderRadius};
|
|
1644
|
-
border-width: ${b.smallBorderWidth};
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
.ftds--size-small:focus-visible {
|
|
1648
|
-
outline-width: ${b.smallFocusOutlineWidth};
|
|
1649
|
-
outline-offset: ${b.smallFocusOutlineOffset};
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
.ftds--size-small.ft-button--icon-only {
|
|
1653
|
-
width: ${b.smallIconOnlyWidth};
|
|
1654
|
-
}
|
|
1655
|
-
`,A.noTextSelect];var ea=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Xe=class extends(0,ta.toFtdsBase)(H){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=rt.brand,this.iconVariant=Ye.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 ot.large:return ee.body2medium;case ot.medium:return ee.caption1medium;case ot.small:return ee.caption2medium}}};Xe.elementDefinitions={...H.elementDefinitions,"ft-or-ftds-typography":he};Xe.styles=[ta.safariEllipsisFix,u0];ea([(0,Fo.property)({type:Boolean})],Xe.prototype,"primary",void 0);ea([(0,Fo.property)({type:Boolean})],Xe.prototype,"secondary",void 0);ea([(0,Fo.property)({type:Boolean})],Xe.prototype,"tertiary",void 0);ea([(0,Fo.property)({type:Boolean})],Xe.prototype,"round",void 0);var p0=x(k());var f0={"ft-button":Re,"ftds-button":Xe};(0,p0.customElements)(f0);var Qe={expandButtonColor:X.FtCssVariableFactory.extend("--ft-tree-selector-expand-button-color","Color of the expand button",X.designSystemVariables.colorOnSurfaceMedium),expandButtonBackgroundColor:X.FtCssVariableFactory.create("--ft-tree-selector-expand-button-background-color","Background color of the expand button","COLOR","transparent"),treeLinesColor:X.FtCssVariableFactory.extend("--ft-tree-selector-line-color","Color of the tree lines",X.designSystemVariables.colorOutline),levelPadding:X.FtCssVariableFactory.create("--ft-tree-selector-level-padding","","SIZE","16px"),labelColor:X.FtCssVariableFactory.extend("--ft-tree-selector-label-color","",X.designSystemVariables.colorOnSurface),labelFontSize:X.FtCssVariableFactory.extend("--ft-tree-selector-label-font-size","",T.fontSize,"16px"),buttonColor:X.FtCssVariableFactory.extend("--ft-search-facet-button-color","",X.designSystemVariables.colorPrimary),checkboxColor:X.FtCssVariableFactory.extend("--ft-search-facet-checkbox-color","",X.designSystemVariables.colorPrimary)},m0=h0.css`
|
|
1656
|
-
|
|
1657
|
-
[part="header"] {
|
|
1658
|
-
display: flex;
|
|
1659
|
-
align-items: center;
|
|
1660
|
-
gap: 12px;
|
|
1661
|
-
padding: 0 10px;
|
|
1662
|
-
flex-wrap: wrap;
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
[part="clear-button"] {
|
|
1666
|
-
flex-shrink: 0;
|
|
1667
|
-
margin-left: auto;
|
|
1668
|
-
${(0,X.setVariable)(F.iconSize,"18px")};
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
[part="expand-button"] {
|
|
1672
|
-
flex-shrink: 0;
|
|
1673
|
-
${(0,X.setVariable)(F.iconSize,"18px")};
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
|
-
[part="label"] {
|
|
1677
|
-
${(0,X.setVariable)(T.lineHeight,"22px")};
|
|
1678
|
-
${(0,X.setVariable)(T.fontWeight,"bold")};
|
|
1679
|
-
color: ${Qe.labelColor};
|
|
1680
|
-
font-size: ${Qe.labelFontSize};
|
|
1681
|
-
word-break: break-word;
|
|
1682
|
-
}
|
|
1683
|
-
|
|
1684
|
-
[part="checkbox"] {
|
|
1685
|
-
word-break: break-word;
|
|
438
|
+
.ft-button:focus {
|
|
439
|
+
outline: 0;
|
|
1686
440
|
}
|
|
1687
441
|
|
|
1688
|
-
|
|
1689
|
-
position: relative;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
[part="level"] > [part="children"] {
|
|
1693
|
-
padding-left: 14px; /* Align vertical line with the tip of the expand arrow */
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
|
-
[part="children"] [part="children"] {
|
|
1697
|
-
padding-left: calc(14px + ${Qe.levelPadding})
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
[part="children"] > [part="level"] > [part="actions"] {
|
|
1701
|
-
padding-left: ${Qe.levelPadding}
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
.with-expandable [part="expand"] {
|
|
1705
|
-
width: 28px;
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
[part="expand"] {
|
|
1709
|
-
${(0,X.setVariable)(F.iconSize,"24px")};
|
|
1710
|
-
${(0,X.setVariable)(F.horizontalPadding,"4px")};
|
|
1711
|
-
display: block;
|
|
1712
|
-
${(0,X.setVariable)(F.color,Qe.expandButtonColor)};
|
|
1713
|
-
${(0,X.setVariable)(F.backgroundColor,Qe.expandButtonBackgroundColor)};
|
|
1714
|
-
flex-shrink: 0;
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
[part="actions"] {
|
|
1718
|
-
display: flex;
|
|
1719
|
-
align-items: center;
|
|
1720
|
-
position: relative;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
[part="level"] {
|
|
1724
|
-
position: relative;
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
[part="children"] > [part="level"] > [part="actions"]:before,
|
|
1728
|
-
[part="children"] > [part="level"]:after,
|
|
1729
|
-
[part="children"] > [part="level"]:last-child > [part="actions"]:after {
|
|
1730
|
-
position: absolute;
|
|
1731
|
-
content: "";
|
|
1732
|
-
left: 0;
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
/* Vertical lines */
|
|
1737
|
-
|
|
1738
|
-
/* 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*/
|
|
1739
|
-
[part="children"] > [part="level"]:after {
|
|
1740
|
-
border-left: 1px solid ${Qe.treeLinesColor};
|
|
1741
|
-
height: 100%;
|
|
1742
|
-
top: 0;
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
[part="children"] > [part="level"]:last-child:after {
|
|
1746
|
-
border: none;
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
/* 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
|
|
1750
|
-
to be longer than one line and the tree line to remain aline */
|
|
1751
|
-
[part="children"] > [part="level"]:last-child > [part="actions"]:after {
|
|
1752
|
-
border-left: 1px solid ${Qe.treeLinesColor};
|
|
1753
|
-
height: 50%;
|
|
1754
|
-
bottom: 50%;
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
/* Horizontal lines */
|
|
1759
|
-
|
|
1760
|
-
/*The actions support the horizontal line, this allow the label to be longer than one line and the tree lien to remain aline */
|
|
1761
|
-
[part="children"] > [part="level"] > [part="actions"]:before {
|
|
1762
|
-
border-top: 1px solid ${Qe.treeLinesColor};
|
|
1763
|
-
width: calc(${Qe.levelPadding} - 2px);
|
|
1764
|
-
height: 50%;
|
|
1765
|
-
top: 50%;
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
[part="children"] > [part="level"].leaf > [part="actions"]:before {
|
|
1769
|
-
border-top: 1px solid ${Qe.treeLinesColor};
|
|
1770
|
-
width: calc(${Qe.levelPadding} + 26px);
|
|
1771
|
-
height: 50%;
|
|
1772
|
-
top: 50%
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
`;var Wo=x($()),we=x(K()),y0=x(k()),g0=x(Ct());var Je=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Qi=class extends CustomEvent{constructor(t){super("change",{detail:t})}},ie=class extends y0.FtLitElement{constructor(){super(...arguments),this.name="",this.value="",this.label="",this.helper="",this.checked=!1,this.indeterminate=!1,this.disabled=!1,this.rippleUnbounded=!0,this.error=!1,this.legendColor=""}get checkboxClasses(){return{"ft-checkbox":!0,"ft-checkbox--error":this.error,"ft-checkbox--checked":this.indeterminate?!1:this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled}}get checkboxHelperClasses(){return{"ft-checkbox-helper--disabled":this.disabled,"ft-checkbox-helper--error":this.error,"ft-checkbox-helper--checked":this.indeterminate?!1:this.checked,"ft-checkbox-helper--indeterminate":this.indeterminate,"ft-checkbox-helper--legend-color-displayed":this.legendColor&&this.legendColor.trim().length>0}}get typographyVariant(){return ve.body2}renderBoxContainer(){return Wo.html`
|
|
1777
|
-
<div class="ft-checkbox--box-container" part="checkbox-box-container">
|
|
1778
|
-
<ft-ripple part="checkbox-ripple"
|
|
1779
|
-
?disabled=${this.disabled}
|
|
1780
|
-
?primary=${this.checked||this.indeterminate}
|
|
1781
|
-
?unbounded=${this.rippleUnbounded}>
|
|
1782
|
-
</ft-ripple>
|
|
1783
|
-
<div class="ft-checkbox--box" part="checkbox-box">
|
|
1784
|
-
${this.renderBoxIcon()}
|
|
1785
|
-
</div>
|
|
1786
|
-
<input type="checkbox"
|
|
1787
|
-
id="checkbox-input"
|
|
1788
|
-
part="checkbox-input"
|
|
1789
|
-
name="${this.name}"
|
|
1790
|
-
aria-checked="${this.indeterminate?"mixed":this.checked?"true":"false"}"
|
|
1791
|
-
role="checkbox"
|
|
1792
|
-
.checked=${this.indeterminate?!1:this.checked}
|
|
1793
|
-
.indeterminate=${this.indeterminate}
|
|
1794
|
-
.disabled=${this.disabled}
|
|
1795
|
-
@change=${this.onChange}
|
|
1796
|
-
>
|
|
1797
|
-
</div>
|
|
1798
|
-
`}render(){return Wo.html`
|
|
1799
|
-
<label class="${(0,g0.classMap)(this.checkboxClasses)}" for="checkbox-input" part="checkbox-label">
|
|
1800
|
-
${this.renderBoxContainer()}
|
|
1801
|
-
${this.renderSlotBody()}
|
|
1802
|
-
</label>
|
|
1803
|
-
`}renderBoxIcon(){return Wo.html`
|
|
1804
|
-
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check" aria-hidden="true">
|
|
1805
|
-
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
1806
|
-
d="${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}"></path>
|
|
1807
|
-
</svg>
|
|
1808
|
-
`}renderSlotBody(){return Wo.html`
|
|
1809
|
-
<ft-typography variant="${this.typographyVariant}" part="checkbox-body">
|
|
1810
|
-
<slot @slotchange=${this.onSlotchange}></slot>
|
|
1811
|
-
</ft-typography>
|
|
1812
|
-
`}onSlotchange(){this.requestUpdate()}willUpdate(t){super.willUpdate(t),t.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new Qi(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)}};ie.elementDefinitions={"ft-ripple":q,"ft-typography":pe};Je([(0,we.property)()],ie.prototype,"name",void 0);Je([(0,we.property)()],ie.prototype,"value",void 0);Je([(0,we.property)()],ie.prototype,"label",void 0);Je([(0,we.property)()],ie.prototype,"helper",void 0);Je([(0,we.property)({type:Boolean,reflect:!0})],ie.prototype,"checked",void 0);Je([(0,we.property)({type:Boolean})],ie.prototype,"indeterminate",void 0);Je([(0,we.property)({type:Boolean})],ie.prototype,"disabled",void 0);Je([(0,we.property)({type:Boolean})],ie.prototype,"error",void 0);Je([(0,we.property)()],ie.prototype,"legendColor",void 0);Je([(0,we.query)(".ft-checkbox")],ie.prototype,"container",void 0);Je([(0,we.query)("ft-ripple")],ie.prototype,"ripple",void 0);Je([(0,we.query)("input")],ie.prototype,"input",void 0);var ge=x(k()),b0=x($());var Ue={textColor:ge.FtCssVariableFactory.extend("--ft-checkbox-text-color","",ge.designSystemVariables.colorOnSurfaceHigh),fontSize:ge.FtCssVariableFactory.extend("--ft-checkbox-font-size","",T.fontSize),activeColor:ge.FtCssVariableFactory.extend("--ft-checkbox-active-color","",ge.designSystemVariables.colorPrimary),checkColor:ge.FtCssVariableFactory.extend("--ft-checkbox-check-color","",ge.designSystemVariables.colorOnPrimary),borderColor:ge.FtCssVariableFactory.extend("--ft-checkbox-border-color","",ge.designSystemVariables.colorOnSurfaceMedium),disabledColor:ge.FtCssVariableFactory.extend("--ft-checkbox-disabled-color","",ge.designSystemVariables.colorOnSurfaceDisabled),errorColor:ge.FtCssVariableFactory.extend("--ft-checkbox-error-color","",ge.designSystemVariables.colorError)},v0=b0.css`
|
|
1813
|
-
* {
|
|
1814
|
-
box-sizing: border-box;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
.ft-checkbox {
|
|
1818
|
-
box-sizing: border-box;
|
|
1819
|
-
color: ${Ue.textColor};
|
|
1820
|
-
font-size: ${Ue.fontSize};
|
|
1821
|
-
|
|
1822
|
-
display: inline-flex;
|
|
1823
|
-
align-items: center;
|
|
1824
|
-
gap: 4px;
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
.ft-checkbox--disabled {
|
|
1828
|
-
color: ${Ue.disabledColor};
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
input {
|
|
1832
|
-
opacity: 0;
|
|
1833
|
-
position: absolute;
|
|
1834
|
-
width: 40px;
|
|
1835
|
-
height: 40px;
|
|
1836
|
-
margin: 0;
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
|
-
.ft-checkbox--box-container {
|
|
442
|
+
.ft-button {
|
|
1840
443
|
position: relative;
|
|
1841
|
-
width: 40px;
|
|
1842
|
-
height: 40px;
|
|
1843
|
-
|
|
1844
444
|
display: flex;
|
|
1845
445
|
justify-content: center;
|
|
1846
446
|
align-items: center;
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
border: 2px solid ${Ue.borderColor};
|
|
1853
|
-
border-radius: 2px;
|
|
1854
|
-
|
|
1855
|
-
width: 18px;
|
|
1856
|
-
height: 18px;
|
|
1857
|
-
|
|
1858
|
-
color: ${Ue.checkColor};
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
.ft-checkbox--checked .ft-checkbox--box,
|
|
1863
|
-
.ft-checkbox--indeterminate .ft-checkbox--box {
|
|
1864
|
-
border-color: ${Ue.activeColor};
|
|
1865
|
-
background-color: ${Ue.activeColor};
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
.ft-checkbox--disabled .ft-checkbox--box {
|
|
1869
|
-
border-color: ${Ue.disabledColor};
|
|
1870
|
-
background-color: transparent;
|
|
1871
|
-
color: ${Ue.disabledColor};
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
.ft-checkbox--checkmark {
|
|
1875
|
-
transition: opacity 180ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 180ms cubic-bezier(0, 0, 0.2, 1) 0ms;
|
|
1876
|
-
opacity: 0;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.ft-checkbox--checkmark-path {
|
|
1880
|
-
stroke-dashoffset: 0;
|
|
1881
|
-
stroke: currentcolor;
|
|
1882
|
-
stroke-width: 3px;
|
|
1883
|
-
stroke-dasharray: 30;
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
.ft-checkbox--checked .ft-checkbox--checkmark,
|
|
1887
|
-
.ft-checkbox--indeterminate .ft-checkbox--checkmark {
|
|
1888
|
-
opacity: 1;
|
|
1889
|
-
}
|
|
1890
|
-
|
|
1891
|
-
.ft-checkbox.ft-checkbox--error {
|
|
1892
|
-
color: ${Ue.errorColor};
|
|
1893
|
-
${(0,ge.setVariable)(L.color,Ue.errorColor)};
|
|
1894
|
-
|
|
1895
|
-
.ft-checkbox--box {
|
|
1896
|
-
border-color: ${Ue.errorColor};
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
&.ft-checkbox--checked, &.ft-checkbox--indeterminate {
|
|
1900
|
-
.ft-checkbox--box {
|
|
1901
|
-
background-color: ${Ue.errorColor};
|
|
1902
|
-
}
|
|
1903
|
-
}
|
|
1904
|
-
}
|
|
1905
|
-
`;var br=class extends ie{get typographyVariant(){return ve.body2}};br.styles=v0;var rs=x(Ct()),sa=x(k());var P=x(k()),x0=x($());var S0=x0.css`
|
|
1906
|
-
* {
|
|
1907
|
-
box-sizing: border-box;
|
|
1908
|
-
--input-size: calc(${P.checkbox.boxSize} + 2 * (${P.checkbox.focusOutlineOffset} + ${P.checkbox.focusOutlineWidth}));
|
|
1909
|
-
--input-margin: calc(-1 * ${P.checkbox.focusOutlineOffset} - ${P.checkbox.focusOutlineWidth});
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1912
|
-
[part="checkbox-label-and-helper"] {
|
|
1913
|
-
display: flex;
|
|
1914
|
-
flex-direction: column;
|
|
1915
|
-
align-items: self-start;
|
|
1916
|
-
gap: ${P.checkbox.helperPaddingTop};
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
[part="checkbox-and-popover"] {
|
|
1920
|
-
display: flex;
|
|
1921
|
-
align-items: flex-start;
|
|
1922
|
-
gap: ${P.checkbox.labelHorizontalGap};
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
[part="checkbox-popover"] {
|
|
1926
|
-
flex: 0 0 auto;
|
|
1927
|
-
height: ${P.checkbox.boxSize};
|
|
1928
|
-
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
[part="checkbox-popover-wrapper"] {
|
|
1932
|
-
margin-top: -5px;
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
[part="checkbox-helper"] {
|
|
1936
|
-
display: block;
|
|
1937
|
-
color: ${P.checkbox.helperTextColor};
|
|
1938
|
-
margin-left: calc(${P.checkbox.boxSize} + ${P.checkbox.horizontalGap});
|
|
1939
|
-
|
|
1940
|
-
&.ft-checkbox-helper--disabled {
|
|
1941
|
-
background-color: transparent;
|
|
1942
|
-
opacity: ${P.checkbox.uncheckedDisabledComponentOpacity};
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
&.ft-checkbox-helper--disabled.ft-checkbox-helper--checked, &.ft-checkbox-helper--disabled.ft-checkbox-helper--indeterminate {
|
|
1946
|
-
background-color: transparent;
|
|
1947
|
-
opacity: ${P.checkbox.checkedDisabledComponentOpacity};
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
&.ft-checkbox-helper--legend-color-displayed {
|
|
1951
|
-
margin-left: calc(${P.checkbox.boxSize} + (${P.checkbox.horizontalGap} * 2 + ${P.checkbox.colorLegendSize}));
|
|
1952
|
-
}
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
.ft-checkbox {
|
|
1956
|
-
display: inline-flex;
|
|
1957
|
-
align-items: flex-start;
|
|
1958
|
-
gap: ${P.checkbox.horizontalGap};
|
|
1959
|
-
color: ${P.checkbox.color};
|
|
1960
|
-
|
|
1961
|
-
input {
|
|
1962
|
-
opacity: 0;
|
|
1963
|
-
position: absolute;
|
|
1964
|
-
flex: 0 0 auto;
|
|
1965
|
-
width: var(--input-size);
|
|
1966
|
-
height: var(--input-size);
|
|
1967
|
-
border-radius: ${P.checkbox.borderRadius};
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
.ft-checkbox--box-container {
|
|
1971
|
-
position: relative;
|
|
1972
|
-
display: flex;
|
|
1973
|
-
flex: 0 0 auto;
|
|
1974
|
-
justify-content: center;
|
|
1975
|
-
align-items: center;
|
|
1976
|
-
width: var(--input-size);
|
|
1977
|
-
height: var(--input-size);
|
|
1978
|
-
margin: var(--input-margin);
|
|
1979
|
-
border-radius: ${P.checkbox.borderRadius};
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
.ft-checkbox--box-container:has(:focus-visible) {
|
|
1983
|
-
outline: ${P.checkbox.focusOutlineWidth} solid ${P.checkbox.focusFocusRingColor};
|
|
1984
|
-
outline-offset: calc(${P.checkbox.focusOutlineWidth} * -1);
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
|
-
.ft-checkbox--box {
|
|
1988
|
-
display: flex;
|
|
1989
|
-
flex: 0 0 auto;
|
|
1990
|
-
align-items: center;
|
|
1991
|
-
justify-content: center;
|
|
1992
|
-
box-shadow: inset 0 0 0 ${P.checkbox.borderWidth} ${P.checkbox.uncheckedBorderColor};
|
|
1993
|
-
border-radius: ${P.checkbox.borderRadius};
|
|
1994
|
-
width: ${P.checkbox.boxSize};
|
|
1995
|
-
height: ${P.checkbox.boxSize};
|
|
1996
|
-
color: ${P.checkbox.checkedIconColor};
|
|
1997
|
-
|
|
1998
|
-
ft-icon {
|
|
1999
|
-
${J.size.set(P.checkbox.iconSize)};
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
&.ft-checkbox--disabled {
|
|
2004
|
-
background-color: transparent;
|
|
2005
|
-
opacity: ${P.checkbox.uncheckedDisabledComponentOpacity};
|
|
2006
|
-
}
|
|
2007
|
-
|
|
2008
|
-
ft-ripple {
|
|
2009
|
-
flex: 0 0 auto;
|
|
2010
|
-
z-index: 0;
|
|
2011
|
-
${L.color.set(P.checkbox.uncheckedStateLayerColor)};
|
|
2012
|
-
${L.backgroundColor.set(P.checkbox.uncheckedStateLayerColor)};
|
|
2013
|
-
${L.opacityContentOnSurfaceHover.set(P.checkbox.uncheckedHoverStateLayerOpacity)};
|
|
2014
|
-
${L.opacityContentOnSurfaceFocused.set(P.checkbox.uncheckedFocusStateLayerOpacity)};
|
|
2015
|
-
${L.opacityContentOnSurfacePressed.set(P.checkbox.uncheckedActiveStateLayerOpacity)};
|
|
2016
|
-
${L.borderRadius.set(P.checkbox.focusOutlineBorderRadius)};
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
[part="checkbox-legend-color"] {
|
|
2020
|
-
flex: 0 0 auto;
|
|
2021
|
-
margin-top: calc((${P.checkbox.boxSize} - ${P.checkbox.colorLegendSize}) / 2);
|
|
2022
|
-
width: ${P.checkbox.colorLegendSize};
|
|
2023
|
-
height: ${P.checkbox.colorLegendSize};
|
|
2024
|
-
border-radius: 50%;
|
|
2025
|
-
}
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
.ft-checkbox--checked, .ft-checkbox--indeterminate {
|
|
2029
|
-
color: ${P.checkbox.color};
|
|
2030
|
-
|
|
2031
|
-
.ft-checkbox--box {
|
|
2032
|
-
display: flex;
|
|
2033
|
-
align-items: center;
|
|
2034
|
-
justify-content: center;
|
|
2035
|
-
background-color: ${P.checkbox.checkedBackgroundColor};
|
|
2036
|
-
box-shadow: inset 0 0 0 ${P.checkbox.borderWidth} ${P.checkbox.checkedBackgroundColor};
|
|
2037
|
-
color: ${P.checkbox.checkedIconColor};
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
|
-
&.ft-checkbox--disabled {
|
|
2041
|
-
opacity: ${P.checkbox.checkedDisabledComponentOpacity};
|
|
2042
|
-
}
|
|
447
|
+
width: 100%;
|
|
448
|
+
overflow: hidden;
|
|
449
|
+
box-sizing: border-box;
|
|
450
|
+
border: none;
|
|
451
|
+
pointer-events: auto;
|
|
2043
452
|
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
}
|
|
453
|
+
--button-internal-line-height: max(calc(${R.fontSize} + 2px), ${R.iconSize});
|
|
454
|
+
--button-internal-color: ${R.color};
|
|
455
|
+
${(0,T.setVariable)(_e.size,R.iconSize)};
|
|
456
|
+
${(0,T.setVariable)(pe.color,R.rippleColor)};
|
|
2047
457
|
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
${L.opacityContentOnSurfaceFocused.set(P.checkbox.checkedFocusStateLayerOpacity)};
|
|
2054
|
-
${L.opacityContentOnSurfacePressed.set(P.checkbox.checkedActiveStateLayerOpacity)};
|
|
2055
|
-
${L.borderRadius.set(P.checkbox.focusOutlineBorderRadius)};
|
|
2056
|
-
}
|
|
458
|
+
border-radius: ${R.borderRadius};
|
|
459
|
+
padding: ${R.verticalPadding} ${R.horizontalPadding};
|
|
460
|
+
background-color: ${R.backgroundColor};
|
|
461
|
+
color: var(--button-internal-color);
|
|
462
|
+
-webkit-mask-image: radial-gradient(white, black);
|
|
2057
463
|
}
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
464
|
+
|
|
465
|
+
.ft-button.ft-button--outlined {
|
|
466
|
+
border: 1px solid var(--button-internal-color);
|
|
467
|
+
padding: calc(${R.verticalPadding} - 1px) calc(${R.horizontalPadding} - 1px);
|
|
2062
468
|
}
|
|
2063
469
|
|
|
2064
|
-
|
|
2065
|
-
|
|
470
|
+
.ft-button.ft-button--dense {
|
|
471
|
+
padding: ${Ie.verticalPadding} ${Ie.horizontalPadding};
|
|
472
|
+
border-radius: ${Ie.borderRadius};
|
|
473
|
+
gap: ${Ie.iconPadding};
|
|
2066
474
|
}
|
|
2067
475
|
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
z-index: 100;
|
|
2071
|
-
display: block;
|
|
2072
|
-
margin: auto;
|
|
476
|
+
.ft-button.ft-button--dense.ft-button--outlined {
|
|
477
|
+
padding: calc(${Ie.verticalPadding} - 1px) calc(${Ie.horizontalPadding} - 1px);
|
|
2073
478
|
}
|
|
2074
479
|
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
right: 8px;
|
|
480
|
+
.ft-button:not([disabled]):hover {
|
|
481
|
+
cursor: pointer;
|
|
482
|
+
}
|
|
2079
483
|
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
--ft-button-background-color: #fff;
|
|
2083
|
-
}
|
|
484
|
+
.ft-button--round {
|
|
485
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${R.verticalPadding});
|
|
2084
486
|
}
|
|
2085
487
|
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
top: 0;
|
|
2089
|
-
right: 0;
|
|
2090
|
-
bottom: 0;
|
|
2091
|
-
left: 0;
|
|
2092
|
-
height: 100%;
|
|
2093
|
-
width: 100%;
|
|
2094
|
-
opacity: 0;
|
|
488
|
+
.ft-button--round.ft-button--dense {
|
|
489
|
+
border-radius: calc(var(--button-internal-line-height) / 2 + ${Ie.verticalPadding});
|
|
2095
490
|
}
|
|
2096
491
|
|
|
2097
|
-
[
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
flex-direction: column;
|
|
492
|
+
.ft-button[disabled] {
|
|
493
|
+
filter: grayscale(1);
|
|
494
|
+
opacity: ${R.opacityDisabled};
|
|
495
|
+
}
|
|
2102
496
|
|
|
2103
|
-
|
|
497
|
+
.ft-button.ft-button--primary {
|
|
498
|
+
background-color: ${Ci.backgroundColor};
|
|
499
|
+
--button-internal-color: ${Ci.color};
|
|
500
|
+
${(0,T.setVariable)(pe.color,Ci.rippleColor)};
|
|
501
|
+
}
|
|
2104
502
|
|
|
2105
|
-
|
|
503
|
+
.ft-button:focus {
|
|
504
|
+
outline: none;
|
|
505
|
+
}
|
|
2106
506
|
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
507
|
+
.ft-button--label {
|
|
508
|
+
position: relative;
|
|
509
|
+
overflow: hidden;
|
|
510
|
+
white-space: nowrap;
|
|
511
|
+
text-overflow: ellipsis;
|
|
512
|
+
display: block;
|
|
513
|
+
margin: 0 ${R.iconPadding};
|
|
514
|
+
${(0,T.setVariable)(Pe.fontSize,"1em")};
|
|
515
|
+
${(0,T.setVariable)(Pe.lineHeight,"var(--button-internal-line-height)")};
|
|
516
|
+
}
|
|
2110
517
|
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
}
|
|
518
|
+
.ft-button--dense .ft-button--label {
|
|
519
|
+
margin: 0 ${Ie.iconPadding};
|
|
2114
520
|
}
|
|
2115
521
|
|
|
2116
|
-
.hidden {
|
|
522
|
+
.ft-button--label[hidden] {
|
|
2117
523
|
display: none;
|
|
2118
524
|
}
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
@slotchange=${this.onTriggerSlotChange}
|
|
2123
|
-
@click=${this.open}
|
|
2124
|
-
@keydown=${this.onTriggerKeydown}
|
|
2125
|
-
@focusin=${this.close}
|
|
2126
|
-
></slot>
|
|
2127
|
-
${this.isTriggerSlotAssigned?vr.nothing:this.renderOpeningButton()}
|
|
2128
|
-
${this.renderPopover()}
|
|
2129
|
-
</div>
|
|
2130
|
-
`}renderPopover(){return this.opened?vr.html`
|
|
2131
|
-
<div part="popover-container">
|
|
2132
|
-
<div part="overlay" @click=${this.close}></div>
|
|
2133
|
-
<div id="${this.wrapperId}" part="wrapper" role="dialog"
|
|
2134
|
-
class="${(0,Ji.classMap)(this.getPopoverWrapperClasses())}"
|
|
2135
|
-
aria-labelledby="${Ho(this.heading?`${this.headingId}`:void 0)}"
|
|
2136
|
-
aria-describedby="${this.contentId}">
|
|
2137
|
-
<div part="closing-button-container">
|
|
2138
|
-
${this.renderClosingButton()}
|
|
2139
|
-
</div>
|
|
2140
|
-
${this.renderFullContent()}
|
|
2141
|
-
</div>
|
|
2142
|
-
</div>
|
|
2143
|
-
`:vr.nothing}updated(t){super.updated(t),t.has("opened")&&(this.opened?setTimeout(()=>{this.positionWrapper(),document.addEventListener("keydown",this.watchEscapeKey),document.addEventListener("focusin",this.watchFocusIn)},0):(document.removeEventListener("keydown",this.watchEscapeKey),document.removeEventListener("focusin",this.watchFocusIn)))}close(){this.opened=!1,this.dispatchEvent(new CustomEvent("opened-changed",{detail:{opened:!1}}))}open(){this.opened=!0,this.dispatchEvent(new CustomEvent("opened-changed",{detail:{opened:!0}}))}closeAndFocusOpeningButton(){var t;this.close(),(t=this.openingElement)===null||t===void 0||t.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation&&this.openingElement instanceof H&&this.openingElement.showTooltip()}async positionWrapper(){var t,r;if(this.popoverWrapper){if(this.popoverWrapper.classList.remove("positioned"),this.popoverWrapper.style.left="",this.popoverWrapper.style.top="",this.openingElement){let i={placement:"bottom-start",allowedPlacements:["bottom-start","right-start","bottom-end","right-end","left-start","left-end","top-start","top-end"],maxWidthCssVariable:this.maxWidth},{x:s,y:l}=await(0,ra.computeOffsetAutoPosition)(this.openingElement,this.popoverWrapper,i);this.popoverWrapper.style.left=`${s}px`,this.popoverWrapper.style.top=`${l}px`}this.popoverWrapper.classList.add("positioned")}this.hideUnusedSlots(),(t=this.closingButton)===null||t===void 0||t.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation&&((r=this.closingButton)===null||r===void 0||r.showTooltip())}getPopoverWrapperClasses(){return{}}};dt([(0,Ne.property)()],be.prototype,"closeButtonLabel",void 0);dt([(0,Ne.property)()],be.prototype,"openButtonIcon",void 0);dt([(0,Ne.property)()],be.prototype,"openButtonLabel",void 0);dt([(0,Ne.property)()],be.prototype,"openButtonTooltipPosition",void 0);dt([(0,Ne.property)({type:Boolean})],be.prototype,"opened",void 0);dt([(0,Ne.property)({type:Boolean})],be.prototype,"hidden",void 0);dt([(0,Ne.property)({type:ot})],be.prototype,"openButtonSize",void 0);dt([(0,Ne.property)({type:rt})],be.prototype,"openButtonFamily",void 0);dt([(0,Ne.state)()],be.prototype,"isTriggerSlotAssigned",void 0);dt([(0,Ne.query)('[part="wrapper"]')],be.prototype,"popoverWrapper",void 0);dt([(0,Ne.query)('slot[name="trigger"]')],be.prototype,"triggerSlot",void 0);var oa=x($());var es=x(K());var E0=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},qt=class extends be{constructor(){super(...arguments),this.wrapperId="ft-popover-wrapper",this.headingId="ft-popover-heading",this.contentId="ft-popover-content"}renderOpeningButton(){return oa.html`
|
|
2144
|
-
<ft-button @focusin=${this.close}
|
|
2145
|
-
part="opening-button"
|
|
2146
|
-
icon="${this.openButtonIcon}"
|
|
2147
|
-
size="${this.openButtonSize}"
|
|
2148
|
-
label="${this.openButtonLabel}"
|
|
2149
|
-
tooltipposition="${this.openButtonTooltipPosition}"
|
|
2150
|
-
aria-haspopup="true" aria-expanded="${this.opened}"
|
|
2151
|
-
aria-controls="${this.wrapperId}"
|
|
2152
|
-
@click=${this.open}>
|
|
2153
|
-
</ft-button>
|
|
2154
|
-
`}renderClosingButton(){return oa.html`
|
|
2155
|
-
<ft-button part="closing-button"
|
|
2156
|
-
icon="${ze.CLOSE}"
|
|
2157
|
-
label="${this.closeButtonLabel}"
|
|
2158
|
-
@click=${this.closeAndFocusOpeningButton}>
|
|
2159
|
-
</ft-button>
|
|
2160
|
-
`}renderFullContent(){return oa.html`
|
|
2161
|
-
<div id="ft-popover-content" part="content">
|
|
2162
|
-
<ft-typography variant="${ve.body2}">
|
|
2163
|
-
<slot part="popover-content-slot"></slot>
|
|
2164
|
-
</ft-typography>
|
|
2165
|
-
</div>
|
|
2166
|
-
`}hideUnusedSlots(){}};qt.styles=L0;qt.elementDefinitions={"ft-typography":pe,"ft-button":Re};E0([(0,es.query)('[part="opening-button"]')],qt.prototype,"openingButton",void 0);E0([(0,es.query)('[part="closing-button"]')],qt.prototype,"closingButton",void 0);var xr=x($()),et=x(K()),R0=x(k());var jo;(function(e){e.default="default",e.dense="dense"})(jo||(jo={}));var A0=x($());var O0=A0.css`
|
|
2167
|
-
:host {
|
|
525
|
+
|
|
526
|
+
[part="icon"] {
|
|
527
|
+
flex-shrink: 0;
|
|
2168
528
|
position: relative;
|
|
2169
|
-
display: inline-block;
|
|
2170
529
|
}
|
|
2171
530
|
|
|
2172
|
-
[part="
|
|
2173
|
-
|
|
531
|
+
.ft-button--label[hidden] + [part="icon"] {
|
|
532
|
+
margin: 0 calc(${R.horizontalPadding} * -1);
|
|
533
|
+
padding: 0 ${R.verticalPadding};
|
|
2174
534
|
}
|
|
2175
535
|
|
|
2176
|
-
[part="
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
display: block;
|
|
2180
|
-
margin: auto;
|
|
536
|
+
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
537
|
+
margin: 0 calc(${Ie.horizontalPadding} * -1);
|
|
538
|
+
padding: 0 ${Ie.verticalPadding};
|
|
2181
539
|
}
|
|
2182
540
|
|
|
2183
|
-
[part="
|
|
2184
|
-
|
|
2185
|
-
top: 8px;
|
|
2186
|
-
right: 8px;
|
|
541
|
+
.ft-button:not(.ft-button--trailing-icon) [part="label"] {
|
|
542
|
+
order: 2;
|
|
2187
543
|
}
|
|
2188
544
|
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
right: 0;
|
|
2193
|
-
bottom: 0;
|
|
2194
|
-
left: 0;
|
|
2195
|
-
height: 100%;
|
|
2196
|
-
width: 100%;
|
|
2197
|
-
opacity: 0;
|
|
545
|
+
ft-loader {
|
|
546
|
+
${(0,T.setVariable)(xt.size,R.iconSize)};
|
|
547
|
+
${(0,T.setVariable)(xt.color,"var(--button-internal-color)")};
|
|
2198
548
|
}
|
|
549
|
+
`;var D=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},_=class extends(0,Ee.toFtFormComponent)(Ee.FtLitElement){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}}constructor(){super(),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1,this.disabled=!1,this.icon=void 0,this.trailingIcon=!1,this.label="",this.type="button",this.href=void 0,this.target=void 0,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,n;let i=tt.html`
|
|
550
|
+
<ft-ripple part="ripple"
|
|
551
|
+
?disabled=${this.isDisabled()}
|
|
552
|
+
?activated=${this.activated}
|
|
553
|
+
></ft-ripple>
|
|
554
|
+
<ft-typography part="label"
|
|
555
|
+
variant="${fe.button}"
|
|
556
|
+
element="span"
|
|
557
|
+
class="ft-button--label ${Ee.isSafari?"ft-safari-ellipsis-fix":""}"
|
|
558
|
+
?hidden=${!this.hasTextContent()}>
|
|
559
|
+
<slot @slotchange=${this.onSlotchange}></slot>
|
|
560
|
+
</ft-typography>
|
|
561
|
+
${this.resolveIcon()}
|
|
562
|
+
`,o=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(o?tt.html`
|
|
563
|
+
<a href="${o}"
|
|
564
|
+
target="${(t=this.target)!==null&&t!==void 0?t:"_self"}"
|
|
565
|
+
part="button"
|
|
566
|
+
class="${(0,Oi.classMap)(this.buttonClasses)}"
|
|
567
|
+
aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.getLabel()}"
|
|
568
|
+
?disabled=${this.isDisabled()}>
|
|
569
|
+
${i}
|
|
570
|
+
</a>
|
|
571
|
+
`:tt.html`
|
|
572
|
+
<button part="button"
|
|
573
|
+
class="${(0,Oi.classMap)(this.buttonClasses)}"
|
|
574
|
+
aria-label="${(n=this.ariaLabel)!==null&&n!==void 0?n:this.getLabel()}"
|
|
575
|
+
aria-haspopup="${Si(this.ariaHasPopup)}"
|
|
576
|
+
aria-pressed="${Si(this.ariaPressed)}"
|
|
577
|
+
?disabled=${this.isDisabled()}>
|
|
578
|
+
${i}
|
|
579
|
+
</button>
|
|
580
|
+
`)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?tt.html`
|
|
581
|
+
<ft-tooltip part="tooltip"
|
|
582
|
+
text="${this.getLabel()}"
|
|
583
|
+
position="${this.tooltipPosition}">
|
|
584
|
+
${t}
|
|
585
|
+
</ft-tooltip>
|
|
586
|
+
`:t}resolveIcon(){return this.loading?tt.html`
|
|
587
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?tt.html`
|
|
588
|
+
<ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
|
|
589
|
+
`:tt.html`
|
|
590
|
+
<slot part="icon" name="icon"></slot>
|
|
591
|
+
`}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 n;return(n=this.tooltip)===null||n===void 0?void 0:n.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(0,Ee.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};_.elementDefinitions={"ft-ripple":P,"ft-tooltip":V,"ft-icon":ce,"ft-loader":At,"ft-typography":J};_.styles=[Ee.safariEllipsisFix,Ol,Ee.noTextSelect];D([(0,L.property)({type:Boolean})],_.prototype,"primary",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"outlined",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"dense",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"round",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"disabled",void 0);D([(0,L.property)()],_.prototype,"icon",void 0);D([(0,L.property)()],_.prototype,"iconVariant",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"trailingIcon",void 0);D([(0,L.property)()],_.prototype,"label",void 0);D([(0,L.property)()],_.prototype,"type",void 0);D([(0,L.property)()],_.prototype,"href",void 0);D([(0,L.property)()],_.prototype,"target",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"loading",void 0);D([(0,L.property)({attribute:"aria-label"})],_.prototype,"ariaLabel",void 0);D([(0,L.property)()],_.prototype,"ariaHasPopup",void 0);D([(0,L.property)({attribute:"aria-pressed"})],_.prototype,"ariaPressed",void 0);D([(0,L.property)()],_.prototype,"tooltipPosition",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"hideTooltip",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"forceTooltip",void 0);D([(0,L.property)({type:Boolean})],_.prototype,"activated",void 0);D([(0,L.query)(".ft-button")],_.prototype,"button",void 0);D([(0,L.query)(".ft-button--label slot")],_.prototype,"slottedContent",void 0);D([(0,L.query)("[part=tooltip]")],_.prototype,"tooltip",void 0);var Tl=y(O());var wl={"ft-button":_};(0,Tl.customElements)(wl);var Se={expandButtonColor:k.FtCssVariableFactory.extend("--ft-tree-selector-expand-button-color","Color of the expand button",k.designSystemVariables.colorOnSurfaceMedium),expandButtonBackgroundColor:k.FtCssVariableFactory.create("--ft-tree-selector-expand-button-background-color","Background color of the expand button","COLOR","transparent"),treeLinesColor:k.FtCssVariableFactory.extend("--ft-tree-selector-line-color","Color of the tree lines",k.designSystemVariables.colorOutline),levelPadding:k.FtCssVariableFactory.create("--ft-tree-selector-level-padding","","SIZE","16px"),labelColor:k.FtCssVariableFactory.extend("--ft-tree-selector-label-color","",k.designSystemVariables.colorOnSurface),labelFontSize:k.FtCssVariableFactory.extend("--ft-tree-selector-label-font-size","",A.fontSize,"16px"),buttonColor:k.FtCssVariableFactory.extend("--ft-search-facet-button-color","",k.designSystemVariables.colorPrimary),checkboxColor:k.FtCssVariableFactory.extend("--ft-search-facet-checkbox-color","",k.designSystemVariables.colorPrimary)},Rl=_l.css`
|
|
2199
592
|
|
|
2200
|
-
[part="
|
|
2201
|
-
visibility: hidden;
|
|
2202
|
-
position: fixed;
|
|
593
|
+
[part="header"] {
|
|
2203
594
|
display: flex;
|
|
2204
|
-
|
|
595
|
+
align-items: center;
|
|
596
|
+
gap: 12px;
|
|
597
|
+
padding: 0 10px;
|
|
598
|
+
flex-wrap: wrap;
|
|
599
|
+
}
|
|
2205
600
|
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
601
|
+
[part="clear-button"] {
|
|
602
|
+
flex-shrink: 0;
|
|
603
|
+
margin-left: auto;
|
|
604
|
+
${(0,k.setVariable)(R.iconSize,"18px")};
|
|
605
|
+
}
|
|
2209
606
|
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
gap: ${W.gap};
|
|
607
|
+
[part="expand-button"] {
|
|
608
|
+
flex-shrink: 0;
|
|
609
|
+
${(0,k.setVariable)(R.iconSize,"18px")};
|
|
610
|
+
}
|
|
2215
611
|
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
612
|
+
[part="label"] {
|
|
613
|
+
${(0,k.setVariable)(A.lineHeight,"22px")};
|
|
614
|
+
${(0,k.setVariable)(A.fontWeight,"bold")};
|
|
615
|
+
color: ${Se.labelColor};
|
|
616
|
+
font-size: ${Se.labelFontSize};
|
|
617
|
+
word-break: break-word;
|
|
618
|
+
}
|
|
2219
619
|
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
620
|
+
[part="checkbox"] {
|
|
621
|
+
word-break: break-word;
|
|
622
|
+
}
|
|
2223
623
|
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
padding-right: ${W.denseHorizontalPadding};
|
|
2227
|
-
padding-top: ${W.denseVerticalPadding};
|
|
2228
|
-
padding-bottom: ${W.denseVerticalPadding};
|
|
2229
|
-
}
|
|
624
|
+
[part="children"] {
|
|
625
|
+
position: relative;
|
|
2230
626
|
}
|
|
2231
627
|
|
|
2232
|
-
[part="
|
|
2233
|
-
|
|
628
|
+
[part="level"] > [part="children"] {
|
|
629
|
+
padding-left: 14px; /* Align vertical line with the tip of the expand arrow */
|
|
630
|
+
}
|
|
2234
631
|
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
632
|
+
[part="children"] [part="children"] {
|
|
633
|
+
padding-left: calc(14px + ${Se.levelPadding})
|
|
634
|
+
}
|
|
2238
635
|
|
|
2239
|
-
|
|
636
|
+
[part="children"] > [part="level"] > [part="actions"] {
|
|
637
|
+
padding-left: ${Se.levelPadding}
|
|
2240
638
|
}
|
|
2241
639
|
|
|
2242
|
-
[part="
|
|
2243
|
-
|
|
2244
|
-
flex-shrink: 1;
|
|
2245
|
-
text-overflow: ellipsis;
|
|
2246
|
-
overflow: hidden;
|
|
2247
|
-
white-space: nowrap;
|
|
640
|
+
.with-expandable [part="expand"] {
|
|
641
|
+
width: 28px;
|
|
2248
642
|
}
|
|
2249
643
|
|
|
2250
|
-
[part="
|
|
2251
|
-
|
|
644
|
+
[part="expand"] {
|
|
645
|
+
${(0,k.setVariable)(R.iconSize,"24px")};
|
|
646
|
+
${(0,k.setVariable)(R.horizontalPadding,"4px")};
|
|
647
|
+
display: block;
|
|
648
|
+
${(0,k.setVariable)(R.color,Se.expandButtonColor)};
|
|
649
|
+
${(0,k.setVariable)(R.backgroundColor,Se.expandButtonBackgroundColor)};
|
|
650
|
+
flex-shrink: 0;
|
|
2252
651
|
}
|
|
2253
652
|
|
|
2254
|
-
[part="
|
|
653
|
+
[part="actions"] {
|
|
2255
654
|
display: flex;
|
|
2256
|
-
|
|
2257
|
-
|
|
655
|
+
align-items: center;
|
|
656
|
+
position: relative;
|
|
2258
657
|
}
|
|
2259
658
|
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
}
|
|
2263
|
-
`;var St=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},de=class extends be{constructor(){super(...arguments),this.heading="",this.margins=jo.default,this.wrapperId="ftds-popover-wrapper",this.headingId="ftds-popover-heading",this.contentId="ftds-popover-content",this.maxWidth=W.maxWidth}renderOpeningButton(){return xr.html`
|
|
2264
|
-
<ftds-button @focusin=${this.close}
|
|
2265
|
-
part="opening-button"
|
|
2266
|
-
icon="${this.openButtonIcon}"
|
|
2267
|
-
size="${this.openButtonSize}" family="${this.openButtonFamily}"
|
|
2268
|
-
label="${this.openButtonLabel}" tooltipposition="${this.openButtonTooltipPosition}"
|
|
2269
|
-
aria-haspopup="true" aria-expanded="${this.opened}" aria-controls="${this.wrapperId}"
|
|
2270
|
-
@click=${this.open}>
|
|
2271
|
-
</ftds-button>
|
|
2272
|
-
`}renderClosingButton(){return xr.html`
|
|
2273
|
-
<ftds-button part="closing-button"
|
|
2274
|
-
icon="${ze.CLOSE}"
|
|
2275
|
-
size="${ot.small}"
|
|
2276
|
-
family="${rt.neutral}"
|
|
2277
|
-
label="${this.closeButtonLabel}"
|
|
2278
|
-
@click=${this.closeAndFocusOpeningButton}>
|
|
2279
|
-
</ftds-button>
|
|
2280
|
-
`}renderFullContent(){return xr.html`
|
|
2281
|
-
<slot name="heading">
|
|
2282
|
-
${this.heading?xr.html`
|
|
2283
|
-
<div id="ftds-popover-heading" part="heading">
|
|
2284
|
-
<ftds-typography element="span" variant="${ee.body2semibold}">
|
|
2285
|
-
${this.heading}
|
|
2286
|
-
</ftds-typography>
|
|
2287
|
-
</div>
|
|
2288
|
-
`:xr.nothing}
|
|
2289
|
-
</slot>
|
|
2290
|
-
<div id="ftds-popover-content" part="content">
|
|
2291
|
-
<ftds-typography variant="${ee.body2medium}">
|
|
2292
|
-
<slot part="popover-content-slot"></slot>
|
|
2293
|
-
</ftds-typography>
|
|
2294
|
-
</div>
|
|
2295
|
-
<ftds-typography variant="${ee.body2medium}" part="popover-link-typography">
|
|
2296
|
-
<slot name="link"
|
|
2297
|
-
part="popover-link"
|
|
2298
|
-
@slotchange=${()=>this.requestUpdate()}
|
|
2299
|
-
></slot>
|
|
2300
|
-
</ftds-typography>
|
|
2301
|
-
<div part="popover-sections">
|
|
2302
|
-
<slot name="sections" part="popover-sections-slot"></slot>
|
|
2303
|
-
</div>
|
|
2304
|
-
`}hideUnusedSlots(){var t,r,n;(t=this.popoverLinkTypography)===null||t===void 0||t.classList.toggle("hidden",this.hasEmptySlot(this.slottedLinkContent)),(r=this.popoverContentDiv)===null||r===void 0||r.classList.toggle("hidden",this.hasEmptySlot(this.popoverContentSlot)),(n=this.popoverSectionsDiv)===null||n===void 0||n.classList.toggle("hidden",this.hasEmptySlot(this.popoverSectionsSlot))}hasEmptySlot(t){return(0,R0.unslotText)(t).trim().length===0}getPopoverWrapperClasses(){return{...super.getPopoverWrapperClasses(),"ftds-popover--dense":this.margins===jo.dense}}};de.styles=O0;de.elementDefinitions={"ftds-typography":he,"ftds-button":Xe};St([(0,et.property)()],de.prototype,"heading",void 0);St([(0,et.property)()],de.prototype,"margins",void 0);St([(0,et.query)('[part="opening-button"]')],de.prototype,"openingButton",void 0);St([(0,et.query)('[part="closing-button"]')],de.prototype,"closingButton",void 0);St([(0,et.query)('[part="content"]')],de.prototype,"popoverContentDiv",void 0);St([(0,et.query)('[part="popover-content-slot"]')],de.prototype,"popoverContentSlot",void 0);St([(0,et.query)('[part="popover-link"]')],de.prototype,"slottedLinkContent",void 0);St([(0,et.query)('[part="popover-link-typography"]')],de.prototype,"popoverLinkTypography",void 0);St([(0,et.query)('[part="popover-sections"]')],de.prototype,"popoverSectionsDiv",void 0);St([(0,et.query)('[part="popover-sections-slot"]')],de.prototype,"popoverSectionsSlot",void 0);var Vo=x($()),Ko=x(K()),na=x(k());var w0=x($());var N0=w0.css`
|
|
2305
|
-
.ftds-popover-section--heading ftds-typography {
|
|
2306
|
-
flex-grow: 1;
|
|
2307
|
-
flex-shrink: 1;
|
|
2308
|
-
text-overflow: ellipsis;
|
|
2309
|
-
overflow: hidden;
|
|
2310
|
-
white-space: nowrap;
|
|
659
|
+
[part="level"] {
|
|
660
|
+
position: relative;
|
|
2311
661
|
}
|
|
2312
662
|
|
|
2313
|
-
|
|
2314
|
-
|
|
663
|
+
[part="children"] > [part="level"] > [part="actions"]:before,
|
|
664
|
+
[part="children"] > [part="level"]:after,
|
|
665
|
+
[part="children"] > [part="level"]:last-child > [part="actions"]:after {
|
|
666
|
+
position: absolute;
|
|
667
|
+
content: "";
|
|
668
|
+
left: 0;
|
|
2315
669
|
}
|
|
2316
670
|
|
|
2317
|
-
.ftds-popover-section--container {
|
|
2318
|
-
display: flex;
|
|
2319
|
-
flex-direction: column;
|
|
2320
|
-
gap: ${W.contentSectionVerticalGap};
|
|
2321
|
-
}
|
|
2322
|
-
`;var ts=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},kt=class extends na.FtLitElement{constructor(){super(...arguments),this.heading=""}render(){return Vo.html`
|
|
2323
|
-
<div class="ftds-popover-section--container">
|
|
2324
|
-
<slot name="heading">
|
|
2325
|
-
${this.renderHeading()}
|
|
2326
|
-
</slot>
|
|
2327
|
-
<div class="ftds-popover-section--content" part="content" id="ftds-popover-section-content">
|
|
2328
|
-
<ftds-typography variant="${ee.body2medium}">
|
|
2329
|
-
<slot></slot>
|
|
2330
|
-
</ftds-typography>
|
|
2331
|
-
</div>
|
|
2332
|
-
<ftds-typography variant="${ee.body2medium}" part="popover-section-link-typography" class="ftds-popover-section--link">
|
|
2333
|
-
<slot name="link"
|
|
2334
|
-
part="popover-section-link"
|
|
2335
|
-
@slotchange=${()=>this.requestUpdate()}
|
|
2336
|
-
></slot>
|
|
2337
|
-
</ftds-typography>
|
|
2338
|
-
</div>
|
|
2339
|
-
`}renderHeading(){return this.heading?Vo.html`
|
|
2340
|
-
<div class="ftds-popover-section--heading" part="heading" id="ftds-popover-section-heading">
|
|
2341
|
-
<ftds-typography element="span" variant="${ee.body2semibold}">${this.heading}</ftds-typography>
|
|
2342
|
-
</div>
|
|
2343
|
-
`:Vo.nothing}updated(t){super.updated(t),this.popoverSectionLinkTypography.hidden=(0,na.unslotText)(this.popoverSectionLinkSlot).trim().length===0}};kt.elementDefinitions={"ftds-typography":he};kt.styles=N0;ts([(0,Ko.property)()],kt.prototype,"heading",void 0);ts([(0,Ko.query)("[part=popover-section-link-typography]")],kt.prototype,"popoverSectionLinkTypography",void 0);ts([(0,Ko.query)("[part=popover-section-link]")],kt.prototype,"popoverSectionLinkSlot",void 0);var k0=x(k());var _0={"ft-popover":qt,"ftds-popover":de,"ftds-popover-section":kt};(0,k0.customElements)(_0);var aa=x($()),oo=x(K()),P0=x(Ct()),no=x(k());var T0=x($());var ro=x(k()),M0=T0.css`
|
|
2344
671
|
|
|
2345
|
-
|
|
2346
|
-
display: inline-flex;
|
|
2347
|
-
align-items: baseline;
|
|
2348
|
-
text-decoration: none;
|
|
2349
|
-
}
|
|
672
|
+
/* Vertical lines */
|
|
2350
673
|
|
|
2351
|
-
|
|
2352
|
-
|
|
674
|
+
/* 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*/
|
|
675
|
+
[part="children"] > [part="level"]:after {
|
|
676
|
+
border-left: 1px solid ${Se.treeLinesColor};
|
|
677
|
+
height: 100%;
|
|
678
|
+
top: 0;
|
|
2353
679
|
}
|
|
2354
680
|
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
outline-offset: 2px;
|
|
2358
|
-
border-radius: ${ro.designSystemVariables.borderRadiusS};
|
|
681
|
+
[part="children"] > [part="level"]:last-child:after {
|
|
682
|
+
border: none;
|
|
2359
683
|
}
|
|
2360
684
|
|
|
2361
|
-
.
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
685
|
+
/* 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
|
|
686
|
+
to be longer than one line and the tree line to remain aline */
|
|
687
|
+
[part="children"] > [part="level"]:last-child > [part="actions"]:after {
|
|
688
|
+
border-left: 1px solid ${Se.treeLinesColor};
|
|
689
|
+
height: 50%;
|
|
690
|
+
bottom: 50%;
|
|
2366
691
|
}
|
|
2367
692
|
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
693
|
+
|
|
694
|
+
/* Horizontal lines */
|
|
695
|
+
|
|
696
|
+
/*The actions support the horizontal line, this allow the label to be longer than one line and the tree lien to remain aline */
|
|
697
|
+
[part="children"] > [part="level"] > [part="actions"]:before {
|
|
698
|
+
border-top: 1px solid ${Se.treeLinesColor};
|
|
699
|
+
width: calc(${Se.levelPadding} - 2px);
|
|
700
|
+
height: 50%;
|
|
701
|
+
top: 50%;
|
|
2373
702
|
}
|
|
2374
703
|
|
|
2375
|
-
.
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
704
|
+
[part="children"] > [part="level"].leaf > [part="actions"]:before {
|
|
705
|
+
border-top: 1px solid ${Se.treeLinesColor};
|
|
706
|
+
width: calc(${Se.levelPadding} + 26px);
|
|
707
|
+
height: 50%;
|
|
708
|
+
top: 50%
|
|
2380
709
|
}
|
|
2381
710
|
|
|
2382
|
-
|
|
2383
|
-
|
|
711
|
+
|
|
712
|
+
`;var hn=y(I()),Le=y(X()),Nl=y(O()),kl=y(Xt());var K=y(O()),Ll=y(I());var ue={textColor:K.FtCssVariableFactory.extend("--ft-checkbox-text-color","",K.designSystemVariables.colorOnSurfaceHigh),fontSize:K.FtCssVariableFactory.extend("--ft-checkbox-font-size","",A.fontSize),activeColor:K.FtCssVariableFactory.extend("--ft-checkbox-active-color","",K.designSystemVariables.colorPrimary),checkColor:K.FtCssVariableFactory.extend("--ft-checkbox-check-color","",K.designSystemVariables.colorOnPrimary),borderColor:K.FtCssVariableFactory.extend("--ft-checkbox-border-color","",K.designSystemVariables.colorOnSurfaceMedium),disabledColor:K.FtCssVariableFactory.extend("--ft-checkbox-disabled-color","",K.designSystemVariables.colorOnSurfaceDisabled),errorColor:K.FtCssVariableFactory.extend("--ft-checkbox-error-color","",K.designSystemVariables.colorError)},Pl=Ll.css`
|
|
713
|
+
* {
|
|
714
|
+
box-sizing: border-box;
|
|
2384
715
|
}
|
|
2385
716
|
|
|
2386
|
-
.
|
|
2387
|
-
|
|
717
|
+
.ft-checkbox {
|
|
718
|
+
box-sizing: border-box;
|
|
719
|
+
color: ${ue.textColor};
|
|
720
|
+
font-size: ${ue.fontSize};
|
|
721
|
+
|
|
722
|
+
display: inline-flex;
|
|
723
|
+
align-items: center;
|
|
724
|
+
gap: 4px;
|
|
2388
725
|
}
|
|
2389
726
|
|
|
2390
|
-
.
|
|
2391
|
-
color: ${
|
|
2392
|
-
outline-color: ${se.neutralFocusFocusRingColor};
|
|
727
|
+
.ft-checkbox--disabled {
|
|
728
|
+
color: ${ue.disabledColor};
|
|
2393
729
|
}
|
|
2394
730
|
|
|
2395
|
-
|
|
2396
|
-
|
|
731
|
+
input {
|
|
732
|
+
opacity: 0;
|
|
733
|
+
position: absolute;
|
|
734
|
+
width: 40px;
|
|
735
|
+
height: 40px;
|
|
736
|
+
margin: 0;
|
|
2397
737
|
}
|
|
2398
738
|
|
|
2399
|
-
.
|
|
2400
|
-
|
|
739
|
+
.ft-checkbox--box-container {
|
|
740
|
+
position: relative;
|
|
741
|
+
width: 40px;
|
|
742
|
+
height: 40px;
|
|
743
|
+
|
|
744
|
+
display: flex;
|
|
745
|
+
justify-content: center;
|
|
746
|
+
align-items: center;
|
|
747
|
+
flex-shrink: 0;
|
|
2401
748
|
}
|
|
2402
749
|
|
|
2403
|
-
.
|
|
2404
|
-
|
|
2405
|
-
|
|
750
|
+
.ft-checkbox--box {
|
|
751
|
+
display: flex;
|
|
752
|
+
border: 2px solid ${ue.borderColor};
|
|
753
|
+
border-radius: 2px;
|
|
754
|
+
|
|
755
|
+
width: 18px;
|
|
756
|
+
height: 18px;
|
|
757
|
+
|
|
758
|
+
color: ${ue.checkColor};
|
|
2406
759
|
}
|
|
2407
760
|
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
761
|
+
|
|
762
|
+
.ft-checkbox--checked .ft-checkbox--box,
|
|
763
|
+
.ft-checkbox--indeterminate .ft-checkbox--box {
|
|
764
|
+
border-color: ${ue.activeColor};
|
|
765
|
+
background-color: ${ue.activeColor};
|
|
2411
766
|
}
|
|
2412
767
|
|
|
2413
|
-
.
|
|
2414
|
-
color: ${
|
|
768
|
+
.ft-checkbox--disabled .ft-checkbox--box {
|
|
769
|
+
border-color: ${ue.disabledColor};
|
|
770
|
+
background-color: transparent;
|
|
771
|
+
color: ${ue.disabledColor};
|
|
2415
772
|
}
|
|
2416
773
|
|
|
2417
|
-
.
|
|
2418
|
-
|
|
774
|
+
.ft-checkbox--checkmark {
|
|
775
|
+
transition: opacity 180ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 180ms cubic-bezier(0, 0, 0.2, 1) 0ms;
|
|
776
|
+
opacity: 0;
|
|
2419
777
|
}
|
|
2420
778
|
|
|
2421
|
-
.
|
|
2422
|
-
|
|
2423
|
-
|
|
779
|
+
.ft-checkbox--checkmark-path {
|
|
780
|
+
stroke-dashoffset: 0;
|
|
781
|
+
stroke: currentcolor;
|
|
782
|
+
stroke-width: 3px;
|
|
783
|
+
stroke-dasharray: 30;
|
|
2424
784
|
}
|
|
2425
785
|
|
|
2426
|
-
.
|
|
2427
|
-
|
|
2428
|
-
|
|
786
|
+
.ft-checkbox--checked .ft-checkbox--checkmark,
|
|
787
|
+
.ft-checkbox--indeterminate .ft-checkbox--checkmark {
|
|
788
|
+
opacity: 1;
|
|
2429
789
|
}
|
|
2430
790
|
|
|
2431
|
-
.
|
|
2432
|
-
color: ${
|
|
791
|
+
.ft-checkbox.ft-checkbox--error {
|
|
792
|
+
color: ${ue.errorColor};
|
|
793
|
+
${(0,K.setVariable)(pe.color,ue.errorColor)};
|
|
794
|
+
|
|
795
|
+
.ft-checkbox--box {
|
|
796
|
+
border-color: ${ue.errorColor};
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
&.ft-checkbox--checked, &.ft-checkbox--indeterminate {
|
|
800
|
+
.ft-checkbox--box {
|
|
801
|
+
background-color: ${ue.errorColor};
|
|
802
|
+
}
|
|
803
|
+
}
|
|
2433
804
|
}
|
|
2434
|
-
`;var
|
|
2435
|
-
<
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
<span><slot @slotchange=${this.onSlotchange}></slot></span>
|
|
2444
|
-
</ftds-typography>
|
|
2445
|
-
${this.resolveIcon()}
|
|
2446
|
-
</a>
|
|
2447
|
-
`}resolveIcon(){return this.target===ia.BLANK?aa.html`
|
|
2448
|
-
<ft-icon aria-label="${this.openInNewTabLabel}" part="icon" .variant=${Ye.fluid_topics} .value=${this.icon}>
|
|
2449
|
-
</ft-icon>
|
|
2450
|
-
`:aa.html``}get resolveVariantClasses(){return{["ftds-link--variant-"+this.variant]:!0}}onSlotchange(){this.requestUpdate()}};Be.elementDefinitions={"ftds-typography":he,"ft-icon":me};Be.styles=[no.safariEllipsisFix,M0];Zo([(0,oo.property)()],Be.prototype,"href",void 0);Zo([(0,oo.property)()],Be.prototype,"variant",void 0);Zo([(0,oo.property)({type:Boolean})],Be.prototype,"underlined",void 0);Zo([(0,oo.property)()],Be.prototype,"openInNewTabLabel",void 0);Zo([(0,oo.property)()],Be.prototype,"target",void 0);var z0=x(k());var I0={"ftds-link":Be};(0,z0.customElements)(I0);var os=class extends CustomEvent{constructor(t,r){super("change",{detail:{value:t,checked:r},bubbles:!0,composed:!0})}},ao=class extends(0,sa.toFtdsBase)(ie){constructor(){super(...arguments),this.rippleUnbounded=!1,this.family=rt.brand}get checkboxClasses(){return{...super.checkboxClasses,...this.getDesignSystemBaseClasses()}}render(){return $e.html`
|
|
2451
|
-
<div part="checkbox-and-popover">
|
|
2452
|
-
<div part="checkbox-label-and-helper">
|
|
2453
|
-
<label class="${(0,rs.classMap)(this.checkboxClasses)}" for="checkbox-input" part="checkbox-label">
|
|
2454
|
-
${this.renderBoxContainer()}
|
|
2455
|
-
${this.renderLegendColor()}
|
|
2456
|
-
${this.renderSlotBody()}
|
|
2457
|
-
</label>
|
|
2458
|
-
${this.renderHelper()}
|
|
805
|
+
`;var je=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},wi=class extends CustomEvent{constructor(t){super("change",{detail:t})}},G=class extends Nl.FtLitElement{constructor(){super(...arguments),this.name="",this.value="",this.checked=!1,this.indeterminate=!1,this.disabled=!1,this.error=!1}get checkboxClasses(){return{"ft-checkbox":!0,"ft-checkbox--error":this.error,"ft-checkbox--checked":this.indeterminate?!1:this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled}}renderBoxContainer(){return hn.html`
|
|
806
|
+
<div class="ft-checkbox--box-container" part="checkbox-box-container">
|
|
807
|
+
<ft-ripple part="checkbox-ripple"
|
|
808
|
+
?disabled=${this.disabled}
|
|
809
|
+
?primary=${this.checked||this.indeterminate}
|
|
810
|
+
unbounded>
|
|
811
|
+
</ft-ripple>
|
|
812
|
+
<div class="ft-checkbox--box" part="checkbox-box">
|
|
813
|
+
${this.renderBoxIcon()}
|
|
2459
814
|
</div>
|
|
2460
|
-
|
|
815
|
+
<input type="checkbox"
|
|
816
|
+
id="checkbox-input"
|
|
817
|
+
part="checkbox-input"
|
|
818
|
+
name="${this.name}"
|
|
819
|
+
aria-checked="${this.indeterminate?"mixed":this.checked?"true":"false"}"
|
|
820
|
+
role="checkbox"
|
|
821
|
+
.checked=${this.indeterminate?!1:this.checked}
|
|
822
|
+
.indeterminate=${this.indeterminate}
|
|
823
|
+
.disabled=${this.disabled}
|
|
824
|
+
@change=${this.onChange}
|
|
825
|
+
>
|
|
2461
826
|
</div>
|
|
2462
|
-
`}
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
<
|
|
2466
|
-
part="checkbox-body">${this.label}
|
|
2467
|
-
</ftds-typography>`:$e.nothing}renderLegendColor(){return this.notNullOrBlank(this.legendColor)?$e.html`
|
|
2468
|
-
<div part="checkbox-legend-color"
|
|
2469
|
-
style="background-color: ${this.legendColor}">
|
|
2470
|
-
</div>`:$e.nothing}renderHelper(){return this.notNullOrBlank(this.helper)?$e.html`
|
|
2471
|
-
<ftds-typography class="${(0,rs.classMap)(this.checkboxHelperClasses)}"
|
|
2472
|
-
variant="${ee.caption1medium}"
|
|
2473
|
-
part="checkbox-helper">${this.helper}
|
|
2474
|
-
</ftds-typography>`:$e.nothing}renderPopover(){return $e.html`
|
|
2475
|
-
<div part="checkbox-popover">
|
|
2476
|
-
<div part="checkbox-popover-wrapper">
|
|
827
|
+
`}render(){return hn.html`
|
|
828
|
+
<label class="${(0,kl.classMap)(this.checkboxClasses)}" for="checkbox-input" part="checkbox-label">
|
|
829
|
+
${this.renderBoxContainer()}
|
|
830
|
+
<ft-typography variant="${fe.body2}" part="checkbox-body">
|
|
2477
831
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
2478
|
-
</
|
|
2479
|
-
</
|
|
832
|
+
</ft-typography>
|
|
833
|
+
</label>
|
|
834
|
+
`}renderBoxIcon(){return hn.html`
|
|
835
|
+
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check" aria-hidden="true">
|
|
836
|
+
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
837
|
+
d="${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}"></path>
|
|
838
|
+
</svg>
|
|
839
|
+
`}onSlotchange(){this.requestUpdate()}willUpdate(t){super.willUpdate(t),t.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new wi(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)}};G.elementDefinitions={"ft-ripple":P,"ft-typography":J};G.styles=Pl;je([(0,Le.property)()],G.prototype,"name",void 0);je([(0,Le.property)()],G.prototype,"value",void 0);je([(0,Le.property)({type:Boolean,reflect:!0})],G.prototype,"checked",void 0);je([(0,Le.property)({type:Boolean})],G.prototype,"indeterminate",void 0);je([(0,Le.property)({type:Boolean})],G.prototype,"disabled",void 0);je([(0,Le.property)({type:Boolean})],G.prototype,"error",void 0);je([(0,Le.query)(".ft-checkbox")],G.prototype,"container",void 0);je([(0,Le.query)("ft-ripple")],G.prototype,"ripple",void 0);je([(0,Le.query)("input")],G.prototype,"input",void 0);var Ml=y(O());var Dl={"ft-checkbox":G};(0,Ml.customElements)(Dl);var Ti=y(Ul()),z=y(X());var rt;(function(e){e.manual="manual",e.auto="auto",e.downward="downward"})(rt||(rt={}));function $l(e,t,r){return e?t(e):r?.(e)}var ee=function(e,t,r,n){var i=arguments.length,o=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o);return i>3&&o&&Object.defineProperty(t,r,o),o},Cr=class extends CustomEvent{constructor(t){super("tree-change",{detail:(0,Q.deepCopy)(t)})}},_i=class extends CustomEvent{constructor(t){super("treenode-change",{detail:t})}},Ri=class extends CustomEvent{constructor(){super("treenode-clear-all")}},U=class extends Q.FtLitElement{constructor(){super(...arguments),this.mode=rt.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(n=>n.children.length>0);return ne.html`
|
|
2480
840
|
<div class="ft-tree-selector ${r?"with-expandable":""}">
|
|
2481
841
|
<div part="header">
|
|
2482
|
-
${this.label.length>0?
|
|
2483
|
-
<ft-typography variant="${
|
|
842
|
+
${this.label.length>0?ne.html`
|
|
843
|
+
<ft-typography variant="${fe.overline}" part="label">
|
|
2484
844
|
${this.label}
|
|
2485
845
|
</ft-typography>
|
|
2486
|
-
`:
|
|
2487
|
-
${r?
|
|
846
|
+
`:ne.nothing}
|
|
847
|
+
${r?ne.html`
|
|
2488
848
|
<ft-button dense
|
|
2489
849
|
tooltipposition="bottom"
|
|
2490
850
|
part="expand-button"
|
|
@@ -2493,18 +853,18 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2493
853
|
aria-expanded="${this.isTreeSelectorCollapsed}"
|
|
2494
854
|
@click=${()=>this.toggleExpandAll()}>
|
|
2495
855
|
</ft-button>
|
|
2496
|
-
`:
|
|
856
|
+
`:ne.nothing}
|
|
2497
857
|
|
|
2498
|
-
${!((t=this.data)===null||t===void 0)&&t.rootNodes.some(n=>n.selected||n.indeterminate)?
|
|
858
|
+
${!((t=this.data)===null||t===void 0)&&t.rootNodes.some(n=>n.selected||n.indeterminate)?ne.html`
|
|
2499
859
|
<ft-button icon="close" dense @click=${()=>this.clear()} part="clear-button">
|
|
2500
860
|
${this.clearLabel}
|
|
2501
861
|
</ft-button>
|
|
2502
|
-
`:
|
|
862
|
+
`:ne.nothing}
|
|
2503
863
|
</div>
|
|
2504
|
-
${(0,
|
|
864
|
+
${(0,Ti.repeat)(this.data.rootNodes,n=>n.value,n=>this.renderNode([],n))}
|
|
2505
865
|
</div>
|
|
2506
866
|
</div>
|
|
2507
|
-
`}renderNode(t,r){let n=this.isNodeExpanded(r),
|
|
867
|
+
`}renderNode(t,r){let n=this.isNodeExpanded(r),i={expanded:n,collapsed:n,"with-expandable":this.hasExpandableChildren(r)};return ne.html`
|
|
2508
868
|
<div part="level" class="${r.children.length!=0?"expandable":"leaf"}"
|
|
2509
869
|
data-value="${r.value}">
|
|
2510
870
|
<div part="actions">
|
|
@@ -2513,31 +873,32 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2513
873
|
name="${r.label}"
|
|
2514
874
|
?checked=${r.selected}
|
|
2515
875
|
?indeterminate=${r.indeterminate}
|
|
2516
|
-
@change=${
|
|
876
|
+
@change=${o=>this.toggleNode(t,r,o)}>
|
|
2517
877
|
${r.label}
|
|
2518
878
|
</ft-checkbox>
|
|
2519
879
|
</div>
|
|
2520
|
-
${r.children.length!=0&&this.isNodeExpanded(r)?
|
|
2521
|
-
<div part="children" class="${(0,
|
|
2522
|
-
${
|
|
2523
|
-
</div>`:
|
|
880
|
+
${r.children.length!=0&&this.isNodeExpanded(r)?ne.html`
|
|
881
|
+
<div part="children" class="${(0,Bl.classMap)(i)}" id="${this.getAriaControlId(r)}">
|
|
882
|
+
${$l(n,()=>(0,Ti.repeat)(r.children,o=>o.value,o=>this.renderNode([...t,r],o)))}
|
|
883
|
+
</div>`:ne.nothing}
|
|
2524
884
|
</div>
|
|
2525
|
-
`}clear(){switch((0,
|
|
885
|
+
`}clear(){switch((0,Q.flatDeep)(this.data.rootNodes,t=>t.children).forEach(t=>{t.selected=!1,t.indeterminate=!1}),this.requestUpdate(),this.mode){case rt.auto:case rt.downward:this.dispatchEvent(new Cr(this.data));break;default:this.dispatchEvent(new Ri);break}}toggleNode(t,r,n){let i=s=>{s.selected=n.detail,s.indeterminate=!1};i(r);let o=[...t].reverse();switch(this.mode){case rt.auto:(0,Q.forEachDeep)(r.children,s=>s.children,i),o.forEach(s=>{s.selected=s.children.every(a=>a.selected),s.indeterminate=!s.selected&&s.children.some(a=>a.selected||a.indeterminate)}),this.requestUpdate(),this.dispatchEvent(new Cr(this.data));break;case rt.downward:(0,Q.forEachDeep)(r.children,s=>s.children,i),this.requestUpdate(),this.dispatchEvent(new Cr(this.data));break;default:this.requestUpdate(),this.dispatchEvent(new _i({value:r.value,selected:n.detail}));break}}renderOpenCloseButton(t){if(t.children.length===0)return ne.html`
|
|
2526
886
|
<div part="expand"></div>
|
|
2527
|
-
`;let r=this.isNodeExpanded(t);return
|
|
887
|
+
`;let r=this.isNodeExpanded(t);return ne.html`
|
|
2528
888
|
<ft-button dense part="expand" tooltipposition="bottom"
|
|
2529
889
|
icon="${r?"TRIANGLE_BOTTOM":"TRIANGLE_RIGHT"}"
|
|
2530
890
|
label="${r?this.collapseLabel:this.expandLabel}"
|
|
2531
|
-
aria-label="${
|
|
891
|
+
aria-label="${Q.ParametrizedLabelResolver.replaceParameters(r?this.collapseParametrizedLabel:this.expandParametrizedLabel,t.label)}"
|
|
2532
892
|
aria-expanded="${r}"
|
|
2533
893
|
aria-controls="${this.getAriaControlId(t)}"
|
|
2534
894
|
@keydown=${n=>this.onKeydown(n,t)}
|
|
2535
895
|
@click=${()=>this.userChangeNodeExpandStatus(!r,t.value)}>
|
|
2536
896
|
</ft-button>
|
|
2537
|
-
`}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 n=!1;switch(t.key){case"ArrowDown":this.focusNextButton(t.target),n=!0;break;case"ArrowUp":this.focusPreviousButton(t.target),n=!0;break;case"ArrowRight":this.isNodeExpanded(r)||this.userChangeNodeExpandStatus(!0,r.value),n=!0;break;case"ArrowLeft":this.isNodeExpanded(r)&&this.userChangeNodeExpandStatus(!1,r.value),n=!0;break}n&&(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],n=r.indexOf(t);r[n==r.length-1?0:n+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(0,
|
|
897
|
+
`}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 n=!1;switch(t.key){case"ArrowDown":this.focusNextButton(t.target),n=!0;break;case"ArrowUp":this.focusPreviousButton(t.target),n=!0;break;case"ArrowRight":this.isNodeExpanded(r)||this.userChangeNodeExpandStatus(!0,r.value),n=!0;break;case"ArrowLeft":this.isNodeExpanded(r)&&this.userChangeNodeExpandStatus(!1,r.value),n=!0;break}n&&(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],n=r.indexOf(t);r[n==r.length-1?0:n+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(0,Q.flatDeep)(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"}};U.elementDefinitions={"ft-checkbox":G,"ft-typography":J,"ft-button":_};U.styles=Rl;ee([(0,z.property)()],U.prototype,"mode",void 0);ee([(0,z.property)()],U.prototype,"data",void 0);ee([(0,z.state)({hasChanged:Q.hasChanged})],U.prototype,"userOpenedNodes",void 0);ee([(0,z.state)({hasChanged:Q.hasChanged})],U.prototype,"userClosedNodes",void 0);ee([(0,z.queryAll)("[part='expand']")],U.prototype,"currentLevelExpandButtons",void 0);ee([(0,z.state)()],U.prototype,"currentExpandButtonFocusedIndex",void 0);ee([(0,z.state)()],U.prototype,"isTreeSelectorCollapsed",void 0);ee([(0,z.property)()],U.prototype,"label",void 0);ee([(0,z.property)()],U.prototype,"expandLabel",void 0);ee([(0,z.property)()],U.prototype,"collapseLabel",void 0);ee([(0,z.property)()],U.prototype,"expandParametrizedLabel",void 0);ee([(0,z.property)()],U.prototype,"collapseParametrizedLabel",void 0);ee([(0,z.property)()],U.prototype,"expandAllLabel",void 0);ee([(0,z.property)()],U.prototype,"collapseAllLabel",void 0);ee([(0,z.property)()],U.prototype,"clearLabel",void 0);var Hl={"ft-tree-selector":U};(0,jl.customElements)(Hl);})();
|
|
2538
898
|
/*! Bundled license information:
|
|
2539
899
|
|
|
2540
900
|
lit-html/lit-html.js:
|
|
901
|
+
@lit/context/lib/decorators/provide.js:
|
|
2541
902
|
(**
|
|
2542
903
|
* @license
|
|
2543
904
|
* Copyright 2017 Google LLC
|
|
@@ -2558,24 +919,30 @@ lit-html/static.js:
|
|
|
2558
919
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
2559
920
|
*)
|
|
2560
921
|
|
|
2561
|
-
@
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
922
|
+
@lit/context/lib/context-request-event.js:
|
|
923
|
+
@lit/context/lib/create-context.js:
|
|
924
|
+
@lit/context/lib/controllers/context-consumer.js:
|
|
925
|
+
@lit/context/lib/value-notifier.js:
|
|
926
|
+
@lit/context/lib/controllers/context-provider.js:
|
|
927
|
+
@lit/context/lib/context-root.js:
|
|
928
|
+
lit-html/directives/when.js:
|
|
929
|
+
(**
|
|
930
|
+
* @license
|
|
931
|
+
* Copyright 2021 Google LLC
|
|
932
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
2566
933
|
*)
|
|
2567
934
|
|
|
2568
|
-
lit
|
|
935
|
+
@lit/context/lib/decorators/consume.js:
|
|
2569
936
|
(**
|
|
2570
937
|
* @license
|
|
2571
|
-
* Copyright
|
|
938
|
+
* Copyright 2022 Google LLC
|
|
2572
939
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
2573
940
|
*)
|
|
2574
941
|
|
|
2575
|
-
lit-html/directives/
|
|
942
|
+
lit-html/directives/if-defined.js:
|
|
2576
943
|
(**
|
|
2577
944
|
* @license
|
|
2578
|
-
* Copyright
|
|
945
|
+
* Copyright 2018 Google LLC
|
|
2579
946
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
2580
947
|
*)
|
|
2581
948
|
*/
|