@nextelco/common-ui 1.0.5 → 1.0.7

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.
Files changed (36) hide show
  1. package/dist/common-ui.umd.js +609 -0
  2. package/package.json +10 -8
  3. package/dist/App.d.ts +0 -3
  4. package/dist/App.d.ts.map +0 -1
  5. package/dist/components/atoms/Acronym/Acronym.d.ts +0 -6
  6. package/dist/components/atoms/Acronym/Acronym.d.ts.map +0 -1
  7. package/dist/components/atoms/Acronym/Acronym.stories.d.ts +0 -9
  8. package/dist/components/atoms/Acronym/Acronym.stories.d.ts.map +0 -1
  9. package/dist/components/atoms/Button/Button.d.ts +0 -17
  10. package/dist/components/atoms/Button/Button.d.ts.map +0 -1
  11. package/dist/components/atoms/Button/Button.stories.d.ts +0 -34
  12. package/dist/components/atoms/Button/Button.stories.d.ts.map +0 -1
  13. package/dist/components/atoms/Light/Light.d.ts +0 -6
  14. package/dist/components/atoms/Light/Light.d.ts.map +0 -1
  15. package/dist/components/atoms/Light/Light.stories.d.ts +0 -10
  16. package/dist/components/atoms/Light/Light.stories.d.ts.map +0 -1
  17. package/dist/components/atoms/Stack/Stack.d.ts +0 -9
  18. package/dist/components/atoms/Stack/Stack.d.ts.map +0 -1
  19. package/dist/components/atoms/Stack/Stack.stories.d.ts +0 -15
  20. package/dist/components/atoms/Stack/Stack.stories.d.ts.map +0 -1
  21. package/dist/components/layout/Header/Header.d.ts +0 -9
  22. package/dist/components/layout/Header/Header.d.ts.map +0 -1
  23. package/dist/components/layout/Header/Header.stories.d.ts +0 -9
  24. package/dist/components/layout/Header/Header.stories.d.ts.map +0 -1
  25. package/dist/components/organisms/Profile/Profile.d.ts +0 -7
  26. package/dist/components/organisms/Profile/Profile.d.ts.map +0 -1
  27. package/dist/components/organisms/Profile/Profile.stories.d.ts +0 -9
  28. package/dist/components/organisms/Profile/Profile.stories.d.ts.map +0 -1
  29. package/dist/index.cjs.js +0 -609
  30. package/dist/index.d.ts +0 -2
  31. package/dist/index.d.ts.map +0 -1
  32. package/dist/main.d.ts +0 -1
  33. package/dist/main.d.ts.map +0 -1
  34. package/dist/types/LoggedUser.d.ts +0 -10
  35. package/dist/types/LoggedUser.d.ts.map +0 -1
  36. /package/dist/{index.es.js → common-ui.es.js} +0 -0
@@ -0,0 +1,609 @@
1
+ (function(Oe,ve){typeof exports=="object"&&typeof module<"u"?ve(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],ve):(Oe=typeof globalThis<"u"?globalThis:Oe||self,ve(Oe["common-ui"]={},Oe.React))})(this,function(Oe,ve){"use strict";function Qr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var tt={exports:{}},qe={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.min.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var dn;function ea(){if(dn)return qe;dn=1;var e=ve,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function s(f,c,u){var l,y={},_=null,O=null;u!==void 0&&(_=""+u),c.key!==void 0&&(_=""+c.key),c.ref!==void 0&&(O=c.ref);for(l in c)r.call(c,l)&&!i.hasOwnProperty(l)&&(y[l]=c[l]);if(f&&f.defaultProps)for(l in c=f.defaultProps,c)y[l]===void 0&&(y[l]=c[l]);return{$$typeof:t,type:f,key:_,ref:O,props:y,_owner:a.current}}return qe.Fragment=n,qe.jsx=s,qe.jsxs=s,qe}var Be={};/**
10
+ * @license React
11
+ * react-jsx-runtime.development.js
12
+ *
13
+ * Copyright (c) Facebook, Inc. and its affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var mn;function ta(){return mn||(mn=1,process.env.NODE_ENV!=="production"&&function(){var e=ve,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),f=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),l=Symbol.for("react.suspense_list"),y=Symbol.for("react.memo"),_=Symbol.for("react.lazy"),O=Symbol.for("react.offscreen"),U=Symbol.iterator,M="@@iterator";function T(o){if(o===null||typeof o!="object")return null;var d=U&&o[U]||o[M];return typeof d=="function"?d:null}var I=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function w(o){{for(var d=arguments.length,v=new Array(d>1?d-1:0),E=1;E<d;E++)v[E-1]=arguments[E];D("error",o,v)}}function D(o,d,v){{var E=I.ReactDebugCurrentFrame,B=E.getStackAddendum();B!==""&&(d+="%s",v=v.concat([B]));var V=v.map(function($){return String($)});V.unshift("Warning: "+d),Function.prototype.apply.call(console[o],console,V)}}var q=!1,g=!1,fe=!1,he=!1,Ae=!1,De;De=Symbol.for("react.module.reference");function Qe(o){return!!(typeof o=="string"||typeof o=="function"||o===r||o===i||Ae||o===a||o===u||o===l||he||o===O||q||g||fe||typeof o=="object"&&o!==null&&(o.$$typeof===_||o.$$typeof===y||o.$$typeof===s||o.$$typeof===f||o.$$typeof===c||o.$$typeof===De||o.getModuleId!==void 0))}function Le(o,d,v){var E=o.displayName;if(E)return E;var B=d.displayName||d.name||"";return B!==""?v+"("+B+")":v}function $e(o){return o.displayName||"Context"}function oe(o){if(o==null)return null;if(typeof o.tag=="number"&&w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof o=="function")return o.displayName||o.name||null;if(typeof o=="string")return o;switch(o){case r:return"Fragment";case n:return"Portal";case i:return"Profiler";case a:return"StrictMode";case u:return"Suspense";case l:return"SuspenseList"}if(typeof o=="object")switch(o.$$typeof){case f:var d=o;return $e(d)+".Consumer";case s:var v=o;return $e(v._context)+".Provider";case c:return Le(o,o.render,"ForwardRef");case y:var E=o.displayName||null;return E!==null?E:oe(o.type)||"Memo";case _:{var B=o,V=B._payload,$=B._init;try{return oe($(V))}catch{return null}}}return null}var te=Object.assign,ye=0,ae,de,Te,Ye,p,b,R;function C(){}C.__reactDisabledLog=!0;function P(){{if(ye===0){ae=console.log,de=console.info,Te=console.warn,Ye=console.error,p=console.group,b=console.groupCollapsed,R=console.groupEnd;var o={configurable:!0,enumerable:!0,value:C,writable:!0};Object.defineProperties(console,{info:o,log:o,warn:o,error:o,group:o,groupCollapsed:o,groupEnd:o})}ye++}}function L(){{if(ye--,ye===0){var o={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:te({},o,{value:ae}),info:te({},o,{value:de}),warn:te({},o,{value:Te}),error:te({},o,{value:Ye}),group:te({},o,{value:p}),groupCollapsed:te({},o,{value:b}),groupEnd:te({},o,{value:R})})}ye<0&&w("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var S=I.ReactCurrentDispatcher,A;function j(o,d,v){{if(A===void 0)try{throw Error()}catch(B){var E=B.stack.trim().match(/\n( *(at )?)/);A=E&&E[1]||""}return`
18
+ `+A+o}}var Y=!1,F;{var J=typeof WeakMap=="function"?WeakMap:Map;F=new J}function h(o,d){if(!o||Y)return"";{var v=F.get(o);if(v!==void 0)return v}var E;Y=!0;var B=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var V;V=S.current,S.current=null,P();try{if(d){var $=function(){throw Error()};if(Object.defineProperty($.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct($,[])}catch(ne){E=ne}Reflect.construct(o,[],$)}else{try{$.call()}catch(ne){E=ne}o.call($.prototype)}}else{try{throw Error()}catch(ne){E=ne}o()}}catch(ne){if(ne&&E&&typeof ne.stack=="string"){for(var N=ne.stack.split(`
19
+ `),Z=E.stack.split(`
20
+ `),G=N.length-1,X=Z.length-1;G>=1&&X>=0&&N[G]!==Z[X];)X--;for(;G>=1&&X>=0;G--,X--)if(N[G]!==Z[X]){if(G!==1||X!==1)do if(G--,X--,X<0||N[G]!==Z[X]){var se=`
21
+ `+N[G].replace(" at new "," at ");return o.displayName&&se.includes("<anonymous>")&&(se=se.replace("<anonymous>",o.displayName)),typeof o=="function"&&F.set(o,se),se}while(G>=1&&X>=0);break}}}finally{Y=!1,S.current=V,L(),Error.prepareStackTrace=B}var Ue=o?o.displayName||o.name:"",Re=Ue?j(Ue):"";return typeof o=="function"&&F.set(o,Re),Re}function ie(o,d,v){return h(o,!1)}function ze(o){var d=o.prototype;return!!(d&&d.isReactComponent)}function Ce(o,d,v){if(o==null)return"";if(typeof o=="function")return h(o,ze(o));if(typeof o=="string")return j(o);switch(o){case u:return j("Suspense");case l:return j("SuspenseList")}if(typeof o=="object")switch(o.$$typeof){case c:return ie(o.render);case y:return Ce(o.type,d,v);case _:{var E=o,B=E._payload,V=E._init;try{return Ce(V(B),d,v)}catch{}}}return""}var et=Object.prototype.hasOwnProperty,$r={},Yr=I.ReactDebugCurrentFrame;function ht(o){if(o){var d=o._owner,v=Ce(o.type,o._source,d?d.type:null);Yr.setExtraStackFrame(v)}else Yr.setExtraStackFrame(null)}function Pi(o,d,v,E,B){{var V=Function.call.bind(et);for(var $ in o)if(V(o,$)){var N=void 0;try{if(typeof o[$]!="function"){var Z=Error((E||"React class")+": "+v+" type `"+$+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[$]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Z.name="Invariant Violation",Z}N=o[$](d,$,E,v,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(G){N=G}N&&!(N instanceof Error)&&(ht(B),w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",E||"React class",v,$,typeof N),ht(null)),N instanceof Error&&!(N.message in $r)&&($r[N.message]=!0,ht(B),w("Failed %s type: %s",v,N.message),ht(null))}}}var Si=Array.isArray;function sn(o){return Si(o)}function wi(o){{var d=typeof Symbol=="function"&&Symbol.toStringTag,v=d&&o[Symbol.toStringTag]||o.constructor.name||"Object";return v}}function Ai(o){try{return zr(o),!1}catch{return!0}}function zr(o){return""+o}function Wr(o){if(Ai(o))return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",wi(o)),zr(o)}var Ur=I.ReactCurrentOwner,Ti={key:!0,ref:!0,__self:!0,__source:!0},qr,Br;function Ci(o){if(et.call(o,"ref")){var d=Object.getOwnPropertyDescriptor(o,"ref").get;if(d&&d.isReactWarning)return!1}return o.ref!==void 0}function Ri(o){if(et.call(o,"key")){var d=Object.getOwnPropertyDescriptor(o,"key").get;if(d&&d.isReactWarning)return!1}return o.key!==void 0}function ki(o,d){typeof o.ref=="string"&&Ur.current}function Ii(o,d){{var v=function(){qr||(qr=!0,w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",d))};v.isReactWarning=!0,Object.defineProperty(o,"key",{get:v,configurable:!0})}}function ji(o,d){{var v=function(){Br||(Br=!0,w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",d))};v.isReactWarning=!0,Object.defineProperty(o,"ref",{get:v,configurable:!0})}}var Fi=function(o,d,v,E,B,V,$){var N={$$typeof:t,type:o,key:d,ref:v,props:$,_owner:V};return N._store={},Object.defineProperty(N._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(N,"_self",{configurable:!1,enumerable:!1,writable:!1,value:E}),Object.defineProperty(N,"_source",{configurable:!1,enumerable:!1,writable:!1,value:B}),Object.freeze&&(Object.freeze(N.props),Object.freeze(N)),N};function Mi(o,d,v,E,B){{var V,$={},N=null,Z=null;v!==void 0&&(Wr(v),N=""+v),Ri(d)&&(Wr(d.key),N=""+d.key),Ci(d)&&(Z=d.ref,ki(d,B));for(V in d)et.call(d,V)&&!Ti.hasOwnProperty(V)&&($[V]=d[V]);if(o&&o.defaultProps){var G=o.defaultProps;for(V in G)$[V]===void 0&&($[V]=G[V])}if(N||Z){var X=typeof o=="function"?o.displayName||o.name||"Unknown":o;N&&Ii($,X),Z&&ji($,X)}return Fi(o,N,Z,B,E,Ur.current,$)}}var fn=I.ReactCurrentOwner,Vr=I.ReactDebugCurrentFrame;function We(o){if(o){var d=o._owner,v=Ce(o.type,o._source,d?d.type:null);Vr.setExtraStackFrame(v)}else Vr.setExtraStackFrame(null)}var ln;ln=!1;function cn(o){return typeof o=="object"&&o!==null&&o.$$typeof===t}function Hr(){{if(fn.current){var o=oe(fn.current.type);if(o)return`
22
+
23
+ Check the render method of \``+o+"`."}return""}}function Ni(o){return""}var Gr={};function Di(o){{var d=Hr();if(!d){var v=typeof o=="string"?o:o.displayName||o.name;v&&(d=`
24
+
25
+ Check the top-level render call using <`+v+">.")}return d}}function Xr(o,d){{if(!o._store||o._store.validated||o.key!=null)return;o._store.validated=!0;var v=Di(d);if(Gr[v])return;Gr[v]=!0;var E="";o&&o._owner&&o._owner!==fn.current&&(E=" It was passed a child from "+oe(o._owner.type)+"."),We(o),w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',v,E),We(null)}}function Kr(o,d){{if(typeof o!="object")return;if(sn(o))for(var v=0;v<o.length;v++){var E=o[v];cn(E)&&Xr(E,d)}else if(cn(o))o._store&&(o._store.validated=!0);else if(o){var B=T(o);if(typeof B=="function"&&B!==o.entries)for(var V=B.call(o),$;!($=V.next()).done;)cn($.value)&&Xr($.value,d)}}}function Li(o){{var d=o.type;if(d==null||typeof d=="string")return;var v;if(typeof d=="function")v=d.propTypes;else if(typeof d=="object"&&(d.$$typeof===c||d.$$typeof===y))v=d.propTypes;else return;if(v){var E=oe(d);Pi(v,o.props,"prop",E,o)}else if(d.PropTypes!==void 0&&!ln){ln=!0;var B=oe(d);w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",B||"Unknown")}typeof d.getDefaultProps=="function"&&!d.getDefaultProps.isReactClassApproved&&w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function $i(o){{for(var d=Object.keys(o.props),v=0;v<d.length;v++){var E=d[v];if(E!=="children"&&E!=="key"){We(o),w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",E),We(null);break}}o.ref!==null&&(We(o),w("Invalid attribute `ref` supplied to `React.Fragment`."),We(null))}}var Jr={};function Zr(o,d,v,E,B,V){{var $=Qe(o);if(!$){var N="";(o===void 0||typeof o=="object"&&o!==null&&Object.keys(o).length===0)&&(N+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Z=Ni();Z?N+=Z:N+=Hr();var G;o===null?G="null":sn(o)?G="array":o!==void 0&&o.$$typeof===t?(G="<"+(oe(o.type)||"Unknown")+" />",N=" Did you accidentally export a JSX literal instead of a component?"):G=typeof o,w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",G,N)}var X=Mi(o,d,v,B,V);if(X==null)return X;if($){var se=d.children;if(se!==void 0)if(E)if(sn(se)){for(var Ue=0;Ue<se.length;Ue++)Kr(se[Ue],o);Object.freeze&&Object.freeze(se)}else w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Kr(se,o)}if(et.call(d,"key")){var Re=oe(o),ne=Object.keys(d).filter(function(Bi){return Bi!=="key"}),un=ne.length>0?"{key: someKey, "+ne.join(": ..., ")+": ...}":"{key: someKey}";if(!Jr[Re+un]){var qi=ne.length>0?"{"+ne.join(": ..., ")+": ...}":"{}";w(`A props object containing a "key" prop is being spread into JSX:
26
+ let props = %s;
27
+ <%s {...props} />
28
+ React keys must be passed directly to JSX without using spread:
29
+ let props = %s;
30
+ <%s key={someKey} {...props} />`,un,Re,qi,Re),Jr[Re+un]=!0}}return o===r?$i(X):Li(X),X}}function Yi(o,d,v){return Zr(o,d,v,!0)}function zi(o,d,v){return Zr(o,d,v,!1)}var Wi=zi,Ui=Yi;Be.Fragment=r,Be.jsx=Wi,Be.jsxs=Ui}()),Be}var pn;function na(){return pn||(pn=1,process.env.NODE_ENV==="production"?tt.exports=ea():tt.exports=ta()),tt.exports}var Q=na();/*!
31
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
32
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
33
+ * Copyright 2024 Fonticons, Inc.
34
+ */function ra(e,t,n){return(t=oa(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function gn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?gn(Object(n),!0).forEach(function(r){ra(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gn(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function aa(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function oa(e){var t=aa(e,"string");return typeof t=="symbol"?t:t+""}const hn=()=>{};let yt={},yn={},vn=null,bn={mark:hn,measure:hn};try{typeof window<"u"&&(yt=window),typeof document<"u"&&(yn=document),typeof MutationObserver<"u"&&(vn=MutationObserver),typeof performance<"u"&&(bn=performance)}catch{}const{userAgent:_n=""}=yt.navigator||{},be=yt,H=yn,xn=vn,nt=bn;be.document;const me=!!H.documentElement&&!!H.head&&typeof H.addEventListener=="function"&&typeof H.createElement=="function",En=~_n.indexOf("MSIE")||~_n.indexOf("Trident/");var ia=/fa(s|r|l|t|d|dr|dl|dt|b|k|kd|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,sa=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit)?.*/i,On={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"}},fa={GROUP:"duotone-group",PRIMARY:"primary",SECONDARY:"secondary"},Pn=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone"],K="classic",rt="duotone",la="sharp",ca="sharp-duotone",Sn=[K,rt,la,ca],ua={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"}},da={"Font Awesome 6 Free":{900:"fas",400:"far"},"Font Awesome 6 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 6 Brands":{400:"fab",normal:"fab"},"Font Awesome 6 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 6 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 6 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"}},ma=new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}]]),pa={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",brands:"fab"},duotone:{solid:"fad",regular:"fadr",light:"fadl",thin:"fadt"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds",regular:"fasdr",light:"fasdl",thin:"fasdt"}},ga=["fak","fa-kit","fakd","fa-kit-duotone"],wn={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},ha=["kit"],ya={kit:{"fa-kit":"fak"}},va=["fak","fakd"],ba={kit:{fak:"fa-kit"}},An={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},at={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},_a=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone"],xa=["fak","fa-kit","fakd","fa-kit-duotone"],Ea={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},Oa={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"}},Pa={classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"]},vt={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"}},Sa=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands"],bt=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt",..._a,...Sa],wa=["solid","regular","light","thin","duotone","brands"],Tn=[1,2,3,4,5,6,7,8,9,10],Aa=Tn.concat([11,12,13,14,15,16,17,18,19,20]),Ta=[...Object.keys(Pa),...wa,"2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",at.GROUP,at.SWAP_OPACITY,at.PRIMARY,at.SECONDARY].concat(Tn.map(e=>"".concat(e,"x"))).concat(Aa.map(e=>"w-".concat(e))),Ca={"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"}};const pe="___FONT_AWESOME___",_t=16,Cn="fa",Rn="svg-inline--fa",Pe="data-fa-i2svg",xt="data-fa-pseudo-element",Ra="data-fa-pseudo-element-pending",Et="data-prefix",Ot="data-icon",kn="fontawesome-i2svg",ka="async",Ia=["HTML","HEAD","STYLE","SCRIPT"],In=(()=>{try{return process.env.NODE_ENV==="production"}catch{return!1}})();function Ve(e){return new Proxy(e,{get(t,n){return n in t?t[n]:t[K]}})}const jn=m({},On);jn[K]=m(m(m(m({},{"fa-duotone":"duotone"}),On[K]),wn.kit),wn["kit-duotone"]);const ja=Ve(jn),Pt=m({},pa);Pt[K]=m(m(m(m({},{duotone:"fad"}),Pt[K]),An.kit),An["kit-duotone"]);const Fn=Ve(Pt),St=m({},vt);St[K]=m(m({},St[K]),ba.kit);const wt=Ve(St),At=m({},Oa);At[K]=m(m({},At[K]),ya.kit),Ve(At);const Fa=ia,Mn="fa-layers-text",Ma=sa,Na=m({},ua);Ve(Na);const Da=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],Tt=fa,La=[...ha,...Ta],He=be.FontAwesomeConfig||{};function $a(e){var t=H.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function Ya(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}H&&typeof H.querySelector=="function"&&[["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-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach(t=>{let[n,r]=t;const a=Ya($a(n));a!=null&&(He[r]=a)});const Nn={styleDefault:"solid",familyDefault:K,cssPrefix:Cn,replacementClass:Rn,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};He.familyPrefix&&(He.cssPrefix=He.familyPrefix);const ke=m(m({},Nn),He);ke.autoReplaceSvg||(ke.observeMutations=!1);const x={};Object.keys(Nn).forEach(e=>{Object.defineProperty(x,e,{enumerable:!0,set:function(t){ke[e]=t,Ge.forEach(n=>n(x))},get:function(){return ke[e]}})}),Object.defineProperty(x,"familyPrefix",{enumerable:!0,set:function(e){ke.cssPrefix=e,Ge.forEach(t=>t(x))},get:function(){return ke.cssPrefix}}),be.FontAwesomeConfig=x;const Ge=[];function za(e){return Ge.push(e),()=>{Ge.splice(Ge.indexOf(e),1)}}const _e=_t,le={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Wa(e){if(!e||!me)return;const t=H.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;const n=H.head.childNodes;let r=null;for(let a=n.length-1;a>-1;a--){const i=n[a],s=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(r=i)}return H.head.insertBefore(t,r),e}const Ua="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function Xe(){let e=12,t="";for(;e-- >0;)t+=Ua[Math.random()*62|0];return t}function Ie(e){const t=[];for(let n=(e||[]).length>>>0;n--;)t[n]=e[n];return t}function Ct(e){return e.classList?Ie(e.classList):(e.getAttribute("class")||"").split(" ").filter(t=>t)}function Dn(e){return"".concat(e).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function qa(e){return Object.keys(e||{}).reduce((t,n)=>t+"".concat(n,'="').concat(Dn(e[n]),'" '),"").trim()}function ot(e){return Object.keys(e||{}).reduce((t,n)=>t+"".concat(n,": ").concat(e[n].trim(),";"),"")}function Rt(e){return e.size!==le.size||e.x!==le.x||e.y!==le.y||e.rotate!==le.rotate||e.flipX||e.flipY}function Ba(e){let{transform:t,containerWidth:n,iconWidth:r}=e;const a={transform:"translate(".concat(n/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),") "),f="rotate(".concat(t.rotate," 0 0)"),c={transform:"".concat(i," ").concat(s," ").concat(f)},u={transform:"translate(".concat(r/2*-1," -256)")};return{outer:a,inner:c,path:u}}function Va(e){let{transform:t,width:n=_t,height:r=_t,startCentered:a=!1}=e,i="";return a&&En?i+="translate(".concat(t.x/_e-n/2,"em, ").concat(t.y/_e-r/2,"em) "):a?i+="translate(calc(-50% + ".concat(t.x/_e,"em), calc(-50% + ").concat(t.y/_e,"em)) "):i+="translate(".concat(t.x/_e,"em, ").concat(t.y/_e,"em) "),i+="scale(".concat(t.size/_e*(t.flipX?-1:1),", ").concat(t.size/_e*(t.flipY?-1:1),") "),i+="rotate(".concat(t.rotate,"deg) "),i}var Ha=`:root, :host {
35
+ --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
36
+ --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
37
+ --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
38
+ --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
39
+ --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
40
+ --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 6 Duotone";
41
+ --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 6 Duotone";
42
+ --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 6 Duotone";
43
+ --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
44
+ --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
45
+ --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
46
+ --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
47
+ --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
48
+ --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 6 Sharp Duotone";
49
+ --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 6 Sharp Duotone";
50
+ --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 6 Sharp Duotone";
51
+ --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 6 Sharp Duotone";
52
+ }
53
+
54
+ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
55
+ overflow: visible;
56
+ box-sizing: content-box;
57
+ }
58
+
59
+ .svg-inline--fa {
60
+ display: var(--fa-display, inline-block);
61
+ height: 1em;
62
+ overflow: visible;
63
+ vertical-align: -0.125em;
64
+ }
65
+ .svg-inline--fa.fa-2xs {
66
+ vertical-align: 0.1em;
67
+ }
68
+ .svg-inline--fa.fa-xs {
69
+ vertical-align: 0em;
70
+ }
71
+ .svg-inline--fa.fa-sm {
72
+ vertical-align: -0.0714285705em;
73
+ }
74
+ .svg-inline--fa.fa-lg {
75
+ vertical-align: -0.2em;
76
+ }
77
+ .svg-inline--fa.fa-xl {
78
+ vertical-align: -0.25em;
79
+ }
80
+ .svg-inline--fa.fa-2xl {
81
+ vertical-align: -0.3125em;
82
+ }
83
+ .svg-inline--fa.fa-pull-left {
84
+ margin-right: var(--fa-pull-margin, 0.3em);
85
+ width: auto;
86
+ }
87
+ .svg-inline--fa.fa-pull-right {
88
+ margin-left: var(--fa-pull-margin, 0.3em);
89
+ width: auto;
90
+ }
91
+ .svg-inline--fa.fa-li {
92
+ width: var(--fa-li-width, 2em);
93
+ top: 0.25em;
94
+ }
95
+ .svg-inline--fa.fa-fw {
96
+ width: var(--fa-fw-width, 1.25em);
97
+ }
98
+
99
+ .fa-layers svg.svg-inline--fa {
100
+ bottom: 0;
101
+ left: 0;
102
+ margin: auto;
103
+ position: absolute;
104
+ right: 0;
105
+ top: 0;
106
+ }
107
+
108
+ .fa-layers-counter, .fa-layers-text {
109
+ display: inline-block;
110
+ position: absolute;
111
+ text-align: center;
112
+ }
113
+
114
+ .fa-layers {
115
+ display: inline-block;
116
+ height: 1em;
117
+ position: relative;
118
+ text-align: center;
119
+ vertical-align: -0.125em;
120
+ width: 1em;
121
+ }
122
+ .fa-layers svg.svg-inline--fa {
123
+ transform-origin: center center;
124
+ }
125
+
126
+ .fa-layers-text {
127
+ left: 50%;
128
+ top: 50%;
129
+ transform: translate(-50%, -50%);
130
+ transform-origin: center center;
131
+ }
132
+
133
+ .fa-layers-counter {
134
+ background-color: var(--fa-counter-background-color, #ff253a);
135
+ border-radius: var(--fa-counter-border-radius, 1em);
136
+ box-sizing: border-box;
137
+ color: var(--fa-inverse, #fff);
138
+ line-height: var(--fa-counter-line-height, 1);
139
+ max-width: var(--fa-counter-max-width, 5em);
140
+ min-width: var(--fa-counter-min-width, 1.5em);
141
+ overflow: hidden;
142
+ padding: var(--fa-counter-padding, 0.25em 0.5em);
143
+ right: var(--fa-right, 0);
144
+ text-overflow: ellipsis;
145
+ top: var(--fa-top, 0);
146
+ transform: scale(var(--fa-counter-scale, 0.25));
147
+ transform-origin: top right;
148
+ }
149
+
150
+ .fa-layers-bottom-right {
151
+ bottom: var(--fa-bottom, 0);
152
+ right: var(--fa-right, 0);
153
+ top: auto;
154
+ transform: scale(var(--fa-layers-scale, 0.25));
155
+ transform-origin: bottom right;
156
+ }
157
+
158
+ .fa-layers-bottom-left {
159
+ bottom: var(--fa-bottom, 0);
160
+ left: var(--fa-left, 0);
161
+ right: auto;
162
+ top: auto;
163
+ transform: scale(var(--fa-layers-scale, 0.25));
164
+ transform-origin: bottom left;
165
+ }
166
+
167
+ .fa-layers-top-right {
168
+ top: var(--fa-top, 0);
169
+ right: var(--fa-right, 0);
170
+ transform: scale(var(--fa-layers-scale, 0.25));
171
+ transform-origin: top right;
172
+ }
173
+
174
+ .fa-layers-top-left {
175
+ left: var(--fa-left, 0);
176
+ right: auto;
177
+ top: var(--fa-top, 0);
178
+ transform: scale(var(--fa-layers-scale, 0.25));
179
+ transform-origin: top left;
180
+ }
181
+
182
+ .fa-1x {
183
+ font-size: 1em;
184
+ }
185
+
186
+ .fa-2x {
187
+ font-size: 2em;
188
+ }
189
+
190
+ .fa-3x {
191
+ font-size: 3em;
192
+ }
193
+
194
+ .fa-4x {
195
+ font-size: 4em;
196
+ }
197
+
198
+ .fa-5x {
199
+ font-size: 5em;
200
+ }
201
+
202
+ .fa-6x {
203
+ font-size: 6em;
204
+ }
205
+
206
+ .fa-7x {
207
+ font-size: 7em;
208
+ }
209
+
210
+ .fa-8x {
211
+ font-size: 8em;
212
+ }
213
+
214
+ .fa-9x {
215
+ font-size: 9em;
216
+ }
217
+
218
+ .fa-10x {
219
+ font-size: 10em;
220
+ }
221
+
222
+ .fa-2xs {
223
+ font-size: 0.625em;
224
+ line-height: 0.1em;
225
+ vertical-align: 0.225em;
226
+ }
227
+
228
+ .fa-xs {
229
+ font-size: 0.75em;
230
+ line-height: 0.0833333337em;
231
+ vertical-align: 0.125em;
232
+ }
233
+
234
+ .fa-sm {
235
+ font-size: 0.875em;
236
+ line-height: 0.0714285718em;
237
+ vertical-align: 0.0535714295em;
238
+ }
239
+
240
+ .fa-lg {
241
+ font-size: 1.25em;
242
+ line-height: 0.05em;
243
+ vertical-align: -0.075em;
244
+ }
245
+
246
+ .fa-xl {
247
+ font-size: 1.5em;
248
+ line-height: 0.0416666682em;
249
+ vertical-align: -0.125em;
250
+ }
251
+
252
+ .fa-2xl {
253
+ font-size: 2em;
254
+ line-height: 0.03125em;
255
+ vertical-align: -0.1875em;
256
+ }
257
+
258
+ .fa-fw {
259
+ text-align: center;
260
+ width: 1.25em;
261
+ }
262
+
263
+ .fa-ul {
264
+ list-style-type: none;
265
+ margin-left: var(--fa-li-margin, 2.5em);
266
+ padding-left: 0;
267
+ }
268
+ .fa-ul > li {
269
+ position: relative;
270
+ }
271
+
272
+ .fa-li {
273
+ left: calc(-1 * var(--fa-li-width, 2em));
274
+ position: absolute;
275
+ text-align: center;
276
+ width: var(--fa-li-width, 2em);
277
+ line-height: inherit;
278
+ }
279
+
280
+ .fa-border {
281
+ border-color: var(--fa-border-color, #eee);
282
+ border-radius: var(--fa-border-radius, 0.1em);
283
+ border-style: var(--fa-border-style, solid);
284
+ border-width: var(--fa-border-width, 0.08em);
285
+ padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
286
+ }
287
+
288
+ .fa-pull-left {
289
+ float: left;
290
+ margin-right: var(--fa-pull-margin, 0.3em);
291
+ }
292
+
293
+ .fa-pull-right {
294
+ float: right;
295
+ margin-left: var(--fa-pull-margin, 0.3em);
296
+ }
297
+
298
+ .fa-beat {
299
+ animation-name: fa-beat;
300
+ animation-delay: var(--fa-animation-delay, 0s);
301
+ animation-direction: var(--fa-animation-direction, normal);
302
+ animation-duration: var(--fa-animation-duration, 1s);
303
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
304
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
305
+ }
306
+
307
+ .fa-bounce {
308
+ animation-name: fa-bounce;
309
+ animation-delay: var(--fa-animation-delay, 0s);
310
+ animation-direction: var(--fa-animation-direction, normal);
311
+ animation-duration: var(--fa-animation-duration, 1s);
312
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
313
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
314
+ }
315
+
316
+ .fa-fade {
317
+ animation-name: fa-fade;
318
+ animation-delay: var(--fa-animation-delay, 0s);
319
+ animation-direction: var(--fa-animation-direction, normal);
320
+ animation-duration: var(--fa-animation-duration, 1s);
321
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
322
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
323
+ }
324
+
325
+ .fa-beat-fade {
326
+ animation-name: fa-beat-fade;
327
+ animation-delay: var(--fa-animation-delay, 0s);
328
+ animation-direction: var(--fa-animation-direction, normal);
329
+ animation-duration: var(--fa-animation-duration, 1s);
330
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
331
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
332
+ }
333
+
334
+ .fa-flip {
335
+ animation-name: fa-flip;
336
+ animation-delay: var(--fa-animation-delay, 0s);
337
+ animation-direction: var(--fa-animation-direction, normal);
338
+ animation-duration: var(--fa-animation-duration, 1s);
339
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
340
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
341
+ }
342
+
343
+ .fa-shake {
344
+ animation-name: fa-shake;
345
+ animation-delay: var(--fa-animation-delay, 0s);
346
+ animation-direction: var(--fa-animation-direction, normal);
347
+ animation-duration: var(--fa-animation-duration, 1s);
348
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
349
+ animation-timing-function: var(--fa-animation-timing, linear);
350
+ }
351
+
352
+ .fa-spin {
353
+ animation-name: fa-spin;
354
+ animation-delay: var(--fa-animation-delay, 0s);
355
+ animation-direction: var(--fa-animation-direction, normal);
356
+ animation-duration: var(--fa-animation-duration, 2s);
357
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
358
+ animation-timing-function: var(--fa-animation-timing, linear);
359
+ }
360
+
361
+ .fa-spin-reverse {
362
+ --fa-animation-direction: reverse;
363
+ }
364
+
365
+ .fa-pulse,
366
+ .fa-spin-pulse {
367
+ animation-name: fa-spin;
368
+ animation-direction: var(--fa-animation-direction, normal);
369
+ animation-duration: var(--fa-animation-duration, 1s);
370
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
371
+ animation-timing-function: var(--fa-animation-timing, steps(8));
372
+ }
373
+
374
+ @media (prefers-reduced-motion: reduce) {
375
+ .fa-beat,
376
+ .fa-bounce,
377
+ .fa-fade,
378
+ .fa-beat-fade,
379
+ .fa-flip,
380
+ .fa-pulse,
381
+ .fa-shake,
382
+ .fa-spin,
383
+ .fa-spin-pulse {
384
+ animation-delay: -1ms;
385
+ animation-duration: 1ms;
386
+ animation-iteration-count: 1;
387
+ transition-delay: 0s;
388
+ transition-duration: 0s;
389
+ }
390
+ }
391
+ @keyframes fa-beat {
392
+ 0%, 90% {
393
+ transform: scale(1);
394
+ }
395
+ 45% {
396
+ transform: scale(var(--fa-beat-scale, 1.25));
397
+ }
398
+ }
399
+ @keyframes fa-bounce {
400
+ 0% {
401
+ transform: scale(1, 1) translateY(0);
402
+ }
403
+ 10% {
404
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
405
+ }
406
+ 30% {
407
+ 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));
408
+ }
409
+ 50% {
410
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
411
+ }
412
+ 57% {
413
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
414
+ }
415
+ 64% {
416
+ transform: scale(1, 1) translateY(0);
417
+ }
418
+ 100% {
419
+ transform: scale(1, 1) translateY(0);
420
+ }
421
+ }
422
+ @keyframes fa-fade {
423
+ 50% {
424
+ opacity: var(--fa-fade-opacity, 0.4);
425
+ }
426
+ }
427
+ @keyframes fa-beat-fade {
428
+ 0%, 100% {
429
+ opacity: var(--fa-beat-fade-opacity, 0.4);
430
+ transform: scale(1);
431
+ }
432
+ 50% {
433
+ opacity: 1;
434
+ transform: scale(var(--fa-beat-fade-scale, 1.125));
435
+ }
436
+ }
437
+ @keyframes fa-flip {
438
+ 50% {
439
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
440
+ }
441
+ }
442
+ @keyframes fa-shake {
443
+ 0% {
444
+ transform: rotate(-15deg);
445
+ }
446
+ 4% {
447
+ transform: rotate(15deg);
448
+ }
449
+ 8%, 24% {
450
+ transform: rotate(-18deg);
451
+ }
452
+ 12%, 28% {
453
+ transform: rotate(18deg);
454
+ }
455
+ 16% {
456
+ transform: rotate(-22deg);
457
+ }
458
+ 20% {
459
+ transform: rotate(22deg);
460
+ }
461
+ 32% {
462
+ transform: rotate(-12deg);
463
+ }
464
+ 36% {
465
+ transform: rotate(12deg);
466
+ }
467
+ 40%, 100% {
468
+ transform: rotate(0deg);
469
+ }
470
+ }
471
+ @keyframes fa-spin {
472
+ 0% {
473
+ transform: rotate(0deg);
474
+ }
475
+ 100% {
476
+ transform: rotate(360deg);
477
+ }
478
+ }
479
+ .fa-rotate-90 {
480
+ transform: rotate(90deg);
481
+ }
482
+
483
+ .fa-rotate-180 {
484
+ transform: rotate(180deg);
485
+ }
486
+
487
+ .fa-rotate-270 {
488
+ transform: rotate(270deg);
489
+ }
490
+
491
+ .fa-flip-horizontal {
492
+ transform: scale(-1, 1);
493
+ }
494
+
495
+ .fa-flip-vertical {
496
+ transform: scale(1, -1);
497
+ }
498
+
499
+ .fa-flip-both,
500
+ .fa-flip-horizontal.fa-flip-vertical {
501
+ transform: scale(-1, -1);
502
+ }
503
+
504
+ .fa-rotate-by {
505
+ transform: rotate(var(--fa-rotate-angle, 0));
506
+ }
507
+
508
+ .fa-stack {
509
+ display: inline-block;
510
+ vertical-align: middle;
511
+ height: 2em;
512
+ position: relative;
513
+ width: 2.5em;
514
+ }
515
+
516
+ .fa-stack-1x,
517
+ .fa-stack-2x {
518
+ bottom: 0;
519
+ left: 0;
520
+ margin: auto;
521
+ position: absolute;
522
+ right: 0;
523
+ top: 0;
524
+ z-index: var(--fa-stack-z-index, auto);
525
+ }
526
+
527
+ .svg-inline--fa.fa-stack-1x {
528
+ height: 1em;
529
+ width: 1.25em;
530
+ }
531
+ .svg-inline--fa.fa-stack-2x {
532
+ height: 2em;
533
+ width: 2.5em;
534
+ }
535
+
536
+ .fa-inverse {
537
+ color: var(--fa-inverse, #fff);
538
+ }
539
+
540
+ .sr-only,
541
+ .fa-sr-only {
542
+ position: absolute;
543
+ width: 1px;
544
+ height: 1px;
545
+ padding: 0;
546
+ margin: -1px;
547
+ overflow: hidden;
548
+ clip: rect(0, 0, 0, 0);
549
+ white-space: nowrap;
550
+ border-width: 0;
551
+ }
552
+
553
+ .sr-only-focusable:not(:focus),
554
+ .fa-sr-only-focusable:not(:focus) {
555
+ position: absolute;
556
+ width: 1px;
557
+ height: 1px;
558
+ padding: 0;
559
+ margin: -1px;
560
+ overflow: hidden;
561
+ clip: rect(0, 0, 0, 0);
562
+ white-space: nowrap;
563
+ border-width: 0;
564
+ }
565
+
566
+ .svg-inline--fa .fa-primary {
567
+ fill: var(--fa-primary-color, currentColor);
568
+ opacity: var(--fa-primary-opacity, 1);
569
+ }
570
+
571
+ .svg-inline--fa .fa-secondary {
572
+ fill: var(--fa-secondary-color, currentColor);
573
+ opacity: var(--fa-secondary-opacity, 0.4);
574
+ }
575
+
576
+ .svg-inline--fa.fa-swap-opacity .fa-primary {
577
+ opacity: var(--fa-secondary-opacity, 0.4);
578
+ }
579
+
580
+ .svg-inline--fa.fa-swap-opacity .fa-secondary {
581
+ opacity: var(--fa-primary-opacity, 1);
582
+ }
583
+
584
+ .svg-inline--fa mask .fa-primary,
585
+ .svg-inline--fa mask .fa-secondary {
586
+ fill: black;
587
+ }`;function Ln(){const e=Cn,t=Rn,n=x.cssPrefix,r=x.replacementClass;let a=Ha;if(n!==e||r!==t){const i=new RegExp("\\.".concat(e,"\\-"),"g"),s=new RegExp("\\--".concat(e,"\\-"),"g"),f=new RegExp("\\.".concat(t),"g");a=a.replace(i,".".concat(n,"-")).replace(s,"--".concat(n,"-")).replace(f,".".concat(r))}return a}let $n=!1;function kt(){x.autoAddCss&&!$n&&(Wa(Ln()),$n=!0)}var Ga={mixout(){return{dom:{css:Ln,insertCss:kt}}},hooks(){return{beforeDOMElementCreation(){kt()},beforeI2svg(){kt()}}}};const ge=be||{};ge[pe]||(ge[pe]={}),ge[pe].styles||(ge[pe].styles={}),ge[pe].hooks||(ge[pe].hooks={}),ge[pe].shims||(ge[pe].shims=[]);var ce=ge[pe];const Yn=[],zn=function(){H.removeEventListener("DOMContentLoaded",zn),it=1,Yn.map(e=>e())};let it=!1;me&&(it=(H.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(H.readyState),it||H.addEventListener("DOMContentLoaded",zn));function Xa(e){me&&(it?setTimeout(e,0):Yn.push(e))}function Ke(e){const{tag:t,attributes:n={},children:r=[]}=e;return typeof e=="string"?Dn(e):"<".concat(t," ").concat(qa(n),">").concat(r.map(Ke).join(""),"</").concat(t,">")}function Wn(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}var It=function(t,n,r,a){var i=Object.keys(t),s=i.length,f=n,c,u,l;for(r===void 0?(c=1,l=t[i[0]]):(c=0,l=r);c<s;c++)u=i[c],l=f(l,t[u],u,t);return l};function Ka(e){const t=[];let n=0;const r=e.length;for(;n<r;){const a=e.charCodeAt(n++);if(a>=55296&&a<=56319&&n<r){const i=e.charCodeAt(n++);(i&64512)==56320?t.push(((a&1023)<<10)+(i&1023)+65536):(t.push(a),n--)}else t.push(a)}return t}function jt(e){const t=Ka(e);return t.length===1?t[0].toString(16):null}function Ja(e,t){const n=e.length;let r=e.charCodeAt(t),a;return r>=55296&&r<=56319&&n>t+1&&(a=e.charCodeAt(t+1),a>=56320&&a<=57343)?(r-55296)*1024+a-56320+65536:r}function Un(e){return Object.keys(e).reduce((t,n)=>{const r=e[n];return!!r.icon?t[r.iconName]=r.icon:t[n]=r,t},{})}function Ft(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{skipHooks:r=!1}=n,a=Un(t);typeof ce.hooks.addPack=="function"&&!r?ce.hooks.addPack(e,Un(t)):ce.styles[e]=m(m({},ce.styles[e]||{}),a),e==="fas"&&Ft("fa",t)}const{styles:Je,shims:Za}=ce,qn=Object.keys(wt),Qa=qn.reduce((e,t)=>(e[t]=Object.keys(wt[t]),e),{});let Mt=null,Bn={},Vn={},Hn={},Gn={},Xn={};function eo(e){return~La.indexOf(e)}function to(e,t){const n=t.split("-"),r=n[0],a=n.slice(1).join("-");return r===e&&a!==""&&!eo(a)?a:null}const Kn=()=>{const e=r=>It(Je,(a,i,s)=>(a[s]=It(i,r,{}),a),{});Bn=e((r,a,i)=>(a[3]&&(r[a[3]]=i),a[2]&&a[2].filter(f=>typeof f=="number").forEach(f=>{r[f.toString(16)]=i}),r)),Vn=e((r,a,i)=>(r[i]=i,a[2]&&a[2].filter(f=>typeof f=="string").forEach(f=>{r[f]=i}),r)),Xn=e((r,a,i)=>{const s=a[2];return r[i]=i,s.forEach(f=>{r[f]=i}),r});const t="far"in Je||x.autoFetchSvg,n=It(Za,(r,a)=>{const i=a[0];let s=a[1];const f=a[2];return s==="far"&&!t&&(s="fas"),typeof i=="string"&&(r.names[i]={prefix:s,iconName:f}),typeof i=="number"&&(r.unicodes[i.toString(16)]={prefix:s,iconName:f}),r},{names:{},unicodes:{}});Hn=n.names,Gn=n.unicodes,Mt=st(x.styleDefault,{family:x.familyDefault})};za(e=>{Mt=st(e.styleDefault,{family:x.familyDefault})}),Kn();function Nt(e,t){return(Bn[e]||{})[t]}function no(e,t){return(Vn[e]||{})[t]}function Se(e,t){return(Xn[e]||{})[t]}function Jn(e){return Hn[e]||{prefix:null,iconName:null}}function ro(e){const t=Gn[e],n=Nt("fas",e);return t||(n?{prefix:"fas",iconName:n}:null)||{prefix:null,iconName:null}}function xe(){return Mt}const Zn=()=>({prefix:null,iconName:null,rest:[]});function ao(e){let t=K;const n=qn.reduce((r,a)=>(r[a]="".concat(x.cssPrefix,"-").concat(a),r),{});return Sn.forEach(r=>{(e.includes(n[r])||e.some(a=>Qa[r].includes(a)))&&(t=r)}),t}function st(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{family:n=K}=t,r=ja[n][e];if(n===rt&&!e)return"fad";const a=Fn[n][e]||Fn[n][r],i=e in ce.styles?e:null;return a||i||null}function oo(e){let t=[],n=null;return e.forEach(r=>{const a=to(x.cssPrefix,r);a?n=a:r&&t.push(r)}),{iconName:n,rest:t}}function Qn(e){return e.sort().filter((t,n,r)=>r.indexOf(t)===n)}function ft(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{skipLookups:n=!1}=t;let r=null;const a=bt.concat(xa),i=Qn(e.filter(y=>a.includes(y))),s=Qn(e.filter(y=>!bt.includes(y))),f=i.filter(y=>(r=y,!Pn.includes(y))),[c=null]=f,u=ao(i),l=m(m({},oo(s)),{},{prefix:st(c,{family:u})});return m(m(m({},l),lo({values:e,family:u,styles:Je,config:x,canonical:l,givenPrefix:r})),io(n,r,l))}function io(e,t,n){let{prefix:r,iconName:a}=n;if(e||!r||!a)return{prefix:r,iconName:a};const i=t==="fa"?Jn(a):{},s=Se(r,a);return a=i.iconName||s||a,r=i.prefix||r,r==="far"&&!Je.far&&Je.fas&&!x.autoFetchSvg&&(r="fas"),{prefix:r,iconName:a}}const so=Sn.filter(e=>e!==K||e!==rt),fo=Object.keys(vt).filter(e=>e!==K).map(e=>Object.keys(vt[e])).flat();function lo(e){const{values:t,family:n,canonical:r,givenPrefix:a="",styles:i={},config:s={}}=e,f=n===rt,c=t.includes("fa-duotone")||t.includes("fad"),u=s.familyDefault==="duotone",l=r.prefix==="fad"||r.prefix==="fa-duotone";if(!f&&(c||u||l)&&(r.prefix="fad"),(t.includes("fa-brands")||t.includes("fab"))&&(r.prefix="fab"),!r.prefix&&so.includes(n)&&(Object.keys(i).find(_=>fo.includes(_))||s.autoFetchSvg)){const _=ma.get(n).defaultShortPrefixId;r.prefix=_,r.iconName=Se(r.prefix,r.iconName)||r.iconName}return(r.prefix==="fa"||a==="fa")&&(r.prefix=xe()||"fas"),r}class co{constructor(){this.definitions={}}add(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const a=n.reduce(this._pullDefinitions,{});Object.keys(a).forEach(i=>{this.definitions[i]=m(m({},this.definitions[i]||{}),a[i]),Ft(i,a[i]);const s=wt[K][i];s&&Ft(s,a[i]),Kn()})}reset(){this.definitions={}}_pullDefinitions(t,n){const r=n.prefix&&n.iconName&&n.icon?{0:n}:n;return Object.keys(r).map(a=>{const{prefix:i,iconName:s,icon:f}=r[a],c=f[2];t[i]||(t[i]={}),c.length>0&&c.forEach(u=>{typeof u=="string"&&(t[i][u]=f)}),t[i][s]=f}),t}}let er=[],je={};const Fe={},uo=Object.keys(Fe);function mo(e,t){let{mixoutsTo:n}=t;return er=e,je={},Object.keys(Fe).forEach(r=>{uo.indexOf(r)===-1&&delete Fe[r]}),er.forEach(r=>{const a=r.mixout?r.mixout():{};if(Object.keys(a).forEach(i=>{typeof a[i]=="function"&&(n[i]=a[i]),typeof a[i]=="object"&&Object.keys(a[i]).forEach(s=>{n[i]||(n[i]={}),n[i][s]=a[i][s]})}),r.hooks){const i=r.hooks();Object.keys(i).forEach(s=>{je[s]||(je[s]=[]),je[s].push(i[s])})}r.provides&&r.provides(Fe)}),n}function Dt(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),a=2;a<n;a++)r[a-2]=arguments[a];return(je[e]||[]).forEach(s=>{t=s.apply(null,[t,...r])}),t}function we(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];(je[e]||[]).forEach(i=>{i.apply(null,n)})}function Ee(){const e=arguments[0],t=Array.prototype.slice.call(arguments,1);return Fe[e]?Fe[e].apply(null,t):void 0}function Lt(e){e.prefix==="fa"&&(e.prefix="fas");let{iconName:t}=e;const n=e.prefix||xe();if(t)return t=Se(n,t)||t,Wn(tr.definitions,n,t)||Wn(ce.styles,n,t)}const tr=new co,re={noAuto:()=>{x.autoReplaceSvg=!1,x.observeMutations=!1,we("noAuto")},config:x,dom:{i2svg:function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return me?(we("beforeI2svg",e),Ee("pseudoElements2svg",e),Ee("i2svg",e)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{autoReplaceSvgRoot:t}=e;x.autoReplaceSvg===!1&&(x.autoReplaceSvg=!0),x.observeMutations=!0,Xa(()=>{po({autoReplaceSvgRoot:t}),we("watch",e)})}},parse:{icon:e=>{if(e===null)return null;if(typeof e=="object"&&e.prefix&&e.iconName)return{prefix:e.prefix,iconName:Se(e.prefix,e.iconName)||e.iconName};if(Array.isArray(e)&&e.length===2){const t=e[1].indexOf("fa-")===0?e[1].slice(3):e[1],n=st(e[0]);return{prefix:n,iconName:Se(n,t)||t}}if(typeof e=="string"&&(e.indexOf("".concat(x.cssPrefix,"-"))>-1||e.match(Fa))){const t=ft(e.split(" "),{skipLookups:!0});return{prefix:t.prefix||xe(),iconName:Se(t.prefix,t.iconName)||t.iconName}}if(typeof e=="string"){const t=xe();return{prefix:t,iconName:Se(t,e)||e}}}},library:tr,findIconDefinition:Lt,toHtml:Ke},po=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{autoReplaceSvgRoot:t=H}=e;(Object.keys(ce.styles).length>0||x.autoFetchSvg)&&me&&x.autoReplaceSvg&&re.dom.i2svg({node:t})};function lt(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(n=>Ke(n))}}),Object.defineProperty(e,"node",{get:function(){if(!me)return;const n=H.createElement("div");return n.innerHTML=e.html,n.children}}),e}function go(e){let{children:t,main:n,mask:r,attributes:a,styles:i,transform:s}=e;if(Rt(s)&&n.found&&!r.found){const{width:f,height:c}=n,u={x:f/c/2,y:.5};a.style=ot(m(m({},i),{},{"transform-origin":"".concat(u.x+s.x/16,"em ").concat(u.y+s.y/16,"em")}))}return[{tag:"svg",attributes:a,children:t}]}function ho(e){let{prefix:t,iconName:n,children:r,attributes:a,symbol:i}=e;const s=i===!0?"".concat(t,"-").concat(x.cssPrefix,"-").concat(n):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:m(m({},a),{},{id:s}),children:r}]}]}function $t(e){const{icons:{main:t,mask:n},prefix:r,iconName:a,transform:i,symbol:s,title:f,maskId:c,titleId:u,extra:l,watchable:y=!1}=e,{width:_,height:O}=n.found?n:t,U=va.includes(r),M=[x.replacementClass,a?"".concat(x.cssPrefix,"-").concat(a):""].filter(g=>l.classes.indexOf(g)===-1).filter(g=>g!==""||!!g).concat(l.classes).join(" ");let T={children:[],attributes:m(m({},l.attributes),{},{"data-prefix":r,"data-icon":a,class:M,role:l.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(_," ").concat(O)})};const I=U&&!~l.classes.indexOf("fa-fw")?{width:"".concat(_/O*16*.0625,"em")}:{};y&&(T.attributes[Pe]=""),f&&(T.children.push({tag:"title",attributes:{id:T.attributes["aria-labelledby"]||"title-".concat(u||Xe())},children:[f]}),delete T.attributes.title);const w=m(m({},T),{},{prefix:r,iconName:a,main:t,mask:n,maskId:c,transform:i,symbol:s,styles:m(m({},I),l.styles)}),{children:D,attributes:q}=n.found&&t.found?Ee("generateAbstractMask",w)||{children:[],attributes:{}}:Ee("generateAbstractIcon",w)||{children:[],attributes:{}};return w.children=D,w.attributes=q,s?ho(w):go(w)}function nr(e){const{content:t,width:n,height:r,transform:a,title:i,extra:s,watchable:f=!1}=e,c=m(m(m({},s.attributes),i?{title:i}:{}),{},{class:s.classes.join(" ")});f&&(c[Pe]="");const u=m({},s.styles);Rt(a)&&(u.transform=Va({transform:a,startCentered:!0,width:n,height:r}),u["-webkit-transform"]=u.transform);const l=ot(u);l.length>0&&(c.style=l);const y=[];return y.push({tag:"span",attributes:c,children:[t]}),i&&y.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),y}function yo(e){const{content:t,title:n,extra:r}=e,a=m(m(m({},r.attributes),n?{title:n}:{}),{},{class:r.classes.join(" ")}),i=ot(r.styles);i.length>0&&(a.style=i);const s=[];return s.push({tag:"span",attributes:a,children:[t]}),n&&s.push({tag:"span",attributes:{class:"sr-only"},children:[n]}),s}const{styles:Yt}=ce;function zt(e){const t=e[0],n=e[1],[r]=e.slice(4);let a=null;return Array.isArray(r)?a={tag:"g",attributes:{class:"".concat(x.cssPrefix,"-").concat(Tt.GROUP)},children:[{tag:"path",attributes:{class:"".concat(x.cssPrefix,"-").concat(Tt.SECONDARY),fill:"currentColor",d:r[0]}},{tag:"path",attributes:{class:"".concat(x.cssPrefix,"-").concat(Tt.PRIMARY),fill:"currentColor",d:r[1]}}]}:a={tag:"path",attributes:{fill:"currentColor",d:r}},{found:!0,width:t,height:n,icon:a}}const vo={found:!1,width:512,height:512};function bo(e,t){!In&&!x.showMissingIcons&&e&&console.error('Icon with name "'.concat(e,'" and prefix "').concat(t,'" is missing.'))}function Wt(e,t){let n=t;return t==="fa"&&x.styleDefault!==null&&(t=xe()),new Promise((r,a)=>{if(n==="fa"){const i=Jn(e)||{};e=i.iconName||e,t=i.prefix||t}if(e&&t&&Yt[t]&&Yt[t][e]){const i=Yt[t][e];return r(zt(i))}bo(e,t),r(m(m({},vo),{},{icon:x.showMissingIcons&&e?Ee("missingIconAbstract")||{}:{}}))})}const rr=()=>{},Ut=x.measurePerformance&&nt&&nt.mark&&nt.measure?nt:{mark:rr,measure:rr},Ze='FA "6.7.2"',_o=e=>(Ut.mark("".concat(Ze," ").concat(e," begins")),()=>ar(e)),ar=e=>{Ut.mark("".concat(Ze," ").concat(e," ends")),Ut.measure("".concat(Ze," ").concat(e),"".concat(Ze," ").concat(e," begins"),"".concat(Ze," ").concat(e," ends"))};var qt={begin:_o,end:ar};const ct=()=>{};function or(e){return typeof(e.getAttribute?e.getAttribute(Pe):null)=="string"}function xo(e){const t=e.getAttribute?e.getAttribute(Et):null,n=e.getAttribute?e.getAttribute(Ot):null;return t&&n}function Eo(e){return e&&e.classList&&e.classList.contains&&e.classList.contains(x.replacementClass)}function Oo(){return x.autoReplaceSvg===!0?ut.replace:ut[x.autoReplaceSvg]||ut.replace}function Po(e){return H.createElementNS("http://www.w3.org/2000/svg",e)}function So(e){return H.createElement(e)}function ir(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{ceFn:n=e.tag==="svg"?Po:So}=t;if(typeof e=="string")return H.createTextNode(e);const r=n(e.tag);return Object.keys(e.attributes||[]).forEach(function(i){r.setAttribute(i,e.attributes[i])}),(e.children||[]).forEach(function(i){r.appendChild(ir(i,{ceFn:n}))}),r}function wo(e){let t=" ".concat(e.outerHTML," ");return t="".concat(t,"Font Awesome fontawesome.com "),t}const ut={replace:function(e){const t=e[0];if(t.parentNode)if(e[1].forEach(n=>{t.parentNode.insertBefore(ir(n),t)}),t.getAttribute(Pe)===null&&x.keepOriginalSource){let n=H.createComment(wo(t));t.parentNode.replaceChild(n,t)}else t.remove()},nest:function(e){const t=e[0],n=e[1];if(~Ct(t).indexOf(x.replacementClass))return ut.replace(e);const r=new RegExp("".concat(x.cssPrefix,"-.*"));if(delete n[0].attributes.id,n[0].attributes.class){const i=n[0].attributes.class.split(" ").reduce((s,f)=>(f===x.replacementClass||f.match(r)?s.toSvg.push(f):s.toNode.push(f),s),{toNode:[],toSvg:[]});n[0].attributes.class=i.toSvg.join(" "),i.toNode.length===0?t.removeAttribute("class"):t.setAttribute("class",i.toNode.join(" "))}const a=n.map(i=>Ke(i)).join(`
588
+ `);t.setAttribute(Pe,""),t.innerHTML=a}};function sr(e){e()}function fr(e,t){const n=typeof t=="function"?t:ct;if(e.length===0)n();else{let r=sr;x.mutateApproach===ka&&(r=be.requestAnimationFrame||sr),r(()=>{const a=Oo(),i=qt.begin("mutate");e.map(a),i(),n()})}}let Bt=!1;function lr(){Bt=!0}function Vt(){Bt=!1}let dt=null;function cr(e){if(!xn||!x.observeMutations)return;const{treeCallback:t=ct,nodeCallback:n=ct,pseudoElementsCallback:r=ct,observeMutationsRoot:a=H}=e;dt=new xn(i=>{if(Bt)return;const s=xe();Ie(i).forEach(f=>{if(f.type==="childList"&&f.addedNodes.length>0&&!or(f.addedNodes[0])&&(x.searchPseudoElements&&r(f.target),t(f.target)),f.type==="attributes"&&f.target.parentNode&&x.searchPseudoElements&&r(f.target.parentNode),f.type==="attributes"&&or(f.target)&&~Da.indexOf(f.attributeName))if(f.attributeName==="class"&&xo(f.target)){const{prefix:c,iconName:u}=ft(Ct(f.target));f.target.setAttribute(Et,c||s),u&&f.target.setAttribute(Ot,u)}else Eo(f.target)&&n(f.target)})}),me&&dt.observe(a,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}function Ao(){dt&&dt.disconnect()}function To(e){const t=e.getAttribute("style");let n=[];return t&&(n=t.split(";").reduce((r,a)=>{const i=a.split(":"),s=i[0],f=i.slice(1);return s&&f.length>0&&(r[s]=f.join(":").trim()),r},{})),n}function Co(e){const t=e.getAttribute("data-prefix"),n=e.getAttribute("data-icon"),r=e.innerText!==void 0?e.innerText.trim():"";let a=ft(Ct(e));return a.prefix||(a.prefix=xe()),t&&n&&(a.prefix=t,a.iconName=n),a.iconName&&a.prefix||(a.prefix&&r.length>0&&(a.iconName=no(a.prefix,e.innerText)||Nt(a.prefix,jt(e.innerText))),!a.iconName&&x.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(a.iconName=e.firstChild.data)),a}function Ro(e){const t=Ie(e.attributes).reduce((a,i)=>(a.name!=="class"&&a.name!=="style"&&(a[i.name]=i.value),a),{}),n=e.getAttribute("title"),r=e.getAttribute("data-fa-title-id");return x.autoA11y&&(n?t["aria-labelledby"]="".concat(x.replacementClass,"-title-").concat(r||Xe()):(t["aria-hidden"]="true",t.focusable="false")),t}function ko(){return{iconName:null,title:null,titleId:null,prefix:null,transform:le,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function ur(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0};const{iconName:n,prefix:r,rest:a}=Co(e),i=Ro(e),s=Dt("parseNodeAttributes",{},e);let f=t.styleParser?To(e):[];return m({iconName:n,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:r,transform:le,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:a,styles:f,attributes:i}},s)}const{styles:Io}=ce;function dr(e){const t=x.autoReplaceSvg==="nest"?ur(e,{styleParser:!1}):ur(e);return~t.extra.classes.indexOf(Mn)?Ee("generateLayersText",e,t):Ee("generateSvgReplacementMutation",e,t)}function jo(){return[...ga,...bt]}function mr(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!me)return Promise.resolve();const n=H.documentElement.classList,r=l=>n.add("".concat(kn,"-").concat(l)),a=l=>n.remove("".concat(kn,"-").concat(l)),i=x.autoFetchSvg?jo():Pn.concat(Object.keys(Io));i.includes("fa")||i.push("fa");const s=[".".concat(Mn,":not([").concat(Pe,"])")].concat(i.map(l=>".".concat(l,":not([").concat(Pe,"])"))).join(", ");if(s.length===0)return Promise.resolve();let f=[];try{f=Ie(e.querySelectorAll(s))}catch{}if(f.length>0)r("pending"),a("complete");else return Promise.resolve();const c=qt.begin("onTree"),u=f.reduce((l,y)=>{try{const _=dr(y);_&&l.push(_)}catch(_){In||_.name==="MissingIcon"&&console.error(_)}return l},[]);return new Promise((l,y)=>{Promise.all(u).then(_=>{fr(_,()=>{r("active"),r("complete"),a("pending"),typeof t=="function"&&t(),c(),l()})}).catch(_=>{c(),y(_)})})}function Fo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;dr(e).then(n=>{n&&fr([n],t)})}function Mo(e){return function(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=(t||{}).icon?t:Lt(t||{});let{mask:a}=n;return a&&(a=(a||{}).icon?a:Lt(a||{})),e(r,m(m({},n),{},{mask:a}))}}const No=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{transform:n=le,symbol:r=!1,mask:a=null,maskId:i=null,title:s=null,titleId:f=null,classes:c=[],attributes:u={},styles:l={}}=t;if(!e)return;const{prefix:y,iconName:_,icon:O}=e;return lt(m({type:"icon"},e),()=>(we("beforeDOMElementCreation",{iconDefinition:e,params:t}),x.autoA11y&&(s?u["aria-labelledby"]="".concat(x.replacementClass,"-title-").concat(f||Xe()):(u["aria-hidden"]="true",u.focusable="false")),$t({icons:{main:zt(O),mask:a?zt(a.icon):{found:!1,width:null,height:null,icon:{}}},prefix:y,iconName:_,transform:m(m({},le),n),symbol:r,title:s,maskId:i,titleId:f,extra:{attributes:u,styles:l,classes:c}})))};var Do={mixout(){return{icon:Mo(No)}},hooks(){return{mutationObserverCallbacks(e){return e.treeCallback=mr,e.nodeCallback=Fo,e}}},provides(e){e.i2svg=function(t){const{node:n=H,callback:r=()=>{}}=t;return mr(n,r)},e.generateSvgReplacementMutation=function(t,n){const{iconName:r,title:a,titleId:i,prefix:s,transform:f,symbol:c,mask:u,maskId:l,extra:y}=n;return new Promise((_,O)=>{Promise.all([Wt(r,s),u.iconName?Wt(u.iconName,u.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(U=>{let[M,T]=U;_([t,$t({icons:{main:M,mask:T},prefix:s,iconName:r,transform:f,symbol:c,maskId:l,title:a,titleId:i,extra:y,watchable:!0})])}).catch(O)})},e.generateAbstractIcon=function(t){let{children:n,attributes:r,main:a,transform:i,styles:s}=t;const f=ot(s);f.length>0&&(r.style=f);let c;return Rt(i)&&(c=Ee("generateAbstractTransformGrouping",{main:a,transform:i,containerWidth:a.width,iconWidth:a.width})),n.push(c||a.icon),{children:n,attributes:r}}}},Lo={mixout(){return{layer(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{classes:n=[]}=t;return lt({type:"layer"},()=>{we("beforeDOMElementCreation",{assembler:e,params:t});let r=[];return e(a=>{Array.isArray(a)?a.map(i=>{r=r.concat(i.abstract)}):r=r.concat(a.abstract)}),[{tag:"span",attributes:{class:["".concat(x.cssPrefix,"-layers"),...n].join(" ")},children:r}]})}}}},$o={mixout(){return{counter(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{title:n=null,classes:r=[],attributes:a={},styles:i={}}=t;return lt({type:"counter",content:e},()=>(we("beforeDOMElementCreation",{content:e,params:t}),yo({content:e.toString(),title:n,extra:{attributes:a,styles:i,classes:["".concat(x.cssPrefix,"-layers-counter"),...r]}})))}}}},Yo={mixout(){return{text(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{transform:n=le,title:r=null,classes:a=[],attributes:i={},styles:s={}}=t;return lt({type:"text",content:e},()=>(we("beforeDOMElementCreation",{content:e,params:t}),nr({content:e,transform:m(m({},le),n),title:r,extra:{attributes:i,styles:s,classes:["".concat(x.cssPrefix,"-layers-text"),...a]}})))}}},provides(e){e.generateLayersText=function(t,n){const{title:r,transform:a,extra:i}=n;let s=null,f=null;if(En){const c=parseInt(getComputedStyle(t).fontSize,10),u=t.getBoundingClientRect();s=u.width/c,f=u.height/c}return x.autoA11y&&!r&&(i.attributes["aria-hidden"]="true"),Promise.resolve([t,nr({content:t.innerHTML,width:s,height:f,transform:a,title:r,extra:i,watchable:!0})])}}};const zo=new RegExp('"',"ug"),pr=[1105920,1112319],gr=m(m(m(m({},{FontAwesome:{normal:"fas",400:"fas"}}),da),Ca),Ea),Ht=Object.keys(gr).reduce((e,t)=>(e[t.toLowerCase()]=gr[t],e),{}),Wo=Object.keys(Ht).reduce((e,t)=>{const n=Ht[t];return e[t]=n[900]||[...Object.entries(n)][0][1],e},{});function Uo(e){const t=e.replace(zo,""),n=Ja(t,0),r=n>=pr[0]&&n<=pr[1],a=t.length===2?t[0]===t[1]:!1;return{value:jt(a?t[0]:t),isSecondary:r||a}}function qo(e,t){const n=e.replace(/^['"]|['"]$/g,"").toLowerCase(),r=parseInt(t),a=isNaN(r)?"normal":r;return(Ht[n]||{})[a]||Wo[n]}function hr(e,t){const n="".concat(Ra).concat(t.replace(":","-"));return new Promise((r,a)=>{if(e.getAttribute(n)!==null)return r();const s=Ie(e.children).filter(_=>_.getAttribute(xt)===t)[0],f=be.getComputedStyle(e,t),c=f.getPropertyValue("font-family"),u=c.match(Ma),l=f.getPropertyValue("font-weight"),y=f.getPropertyValue("content");if(s&&!u)return e.removeChild(s),r();if(u&&y!=="none"&&y!==""){const _=f.getPropertyValue("content");let O=qo(c,l);const{value:U,isSecondary:M}=Uo(_),T=u[0].startsWith("FontAwesome");let I=Nt(O,U),w=I;if(T){const D=ro(U);D.iconName&&D.prefix&&(I=D.iconName,O=D.prefix)}if(I&&!M&&(!s||s.getAttribute(Et)!==O||s.getAttribute(Ot)!==w)){e.setAttribute(n,w),s&&e.removeChild(s);const D=ko(),{extra:q}=D;q.attributes[xt]=t,Wt(I,O).then(g=>{const fe=$t(m(m({},D),{},{icons:{main:g,mask:Zn()},prefix:O,iconName:w,extra:q,watchable:!0})),he=H.createElementNS("http://www.w3.org/2000/svg","svg");t==="::before"?e.insertBefore(he,e.firstChild):e.appendChild(he),he.outerHTML=fe.map(Ae=>Ke(Ae)).join(`
589
+ `),e.removeAttribute(n),r()}).catch(a)}else r()}else r()})}function Bo(e){return Promise.all([hr(e,"::before"),hr(e,"::after")])}function Vo(e){return e.parentNode!==document.head&&!~Ia.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(xt)&&(!e.parentNode||e.parentNode.tagName!=="svg")}function yr(e){if(me)return new Promise((t,n)=>{const r=Ie(e.querySelectorAll("*")).filter(Vo).map(Bo),a=qt.begin("searchPseudoElements");lr(),Promise.all(r).then(()=>{a(),Vt(),t()}).catch(()=>{a(),Vt(),n()})})}var Ho={hooks(){return{mutationObserverCallbacks(e){return e.pseudoElementsCallback=yr,e}}},provides(e){e.pseudoElements2svg=function(t){const{node:n=H}=t;x.searchPseudoElements&&yr(n)}}};let vr=!1;var Go={mixout(){return{dom:{unwatch(){lr(),vr=!0}}}},hooks(){return{bootstrap(){cr(Dt("mutationObserverCallbacks",{}))},noAuto(){Ao()},watch(e){const{observeMutationsRoot:t}=e;vr?Vt():cr(Dt("mutationObserverCallbacks",{observeMutationsRoot:t}))}}}};const br=e=>{let t={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return e.toLowerCase().split(" ").reduce((n,r)=>{const a=r.toLowerCase().split("-"),i=a[0];let s=a.slice(1).join("-");if(i&&s==="h")return n.flipX=!0,n;if(i&&s==="v")return n.flipY=!0,n;if(s=parseFloat(s),isNaN(s))return n;switch(i){case"grow":n.size=n.size+s;break;case"shrink":n.size=n.size-s;break;case"left":n.x=n.x-s;break;case"right":n.x=n.x+s;break;case"up":n.y=n.y-s;break;case"down":n.y=n.y+s;break;case"rotate":n.rotate=n.rotate+s;break}return n},t)};var Xo={mixout(){return{parse:{transform:e=>br(e)}}},hooks(){return{parseNodeAttributes(e,t){const n=t.getAttribute("data-fa-transform");return n&&(e.transform=br(n)),e}}},provides(e){e.generateAbstractTransformGrouping=function(t){let{main:n,transform:r,containerWidth:a,iconWidth:i}=t;const s={transform:"translate(".concat(a/2," 256)")},f="translate(".concat(r.x*32,", ").concat(r.y*32,") "),c="scale(".concat(r.size/16*(r.flipX?-1:1),", ").concat(r.size/16*(r.flipY?-1:1),") "),u="rotate(".concat(r.rotate," 0 0)"),l={transform:"".concat(f," ").concat(c," ").concat(u)},y={transform:"translate(".concat(i/2*-1," -256)")},_={outer:s,inner:l,path:y};return{tag:"g",attributes:m({},_.outer),children:[{tag:"g",attributes:m({},_.inner),children:[{tag:n.icon.tag,children:n.icon.children,attributes:m(m({},n.icon.attributes),_.path)}]}]}}}};const Gt={x:0,y:0,width:"100%",height:"100%"};function _r(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function Ko(e){return e.tag==="g"?e.children:[e]}var Jo={hooks(){return{parseNodeAttributes(e,t){const n=t.getAttribute("data-fa-mask"),r=n?ft(n.split(" ").map(a=>a.trim())):Zn();return r.prefix||(r.prefix=xe()),e.mask=r,e.maskId=t.getAttribute("data-fa-mask-id"),e}}},provides(e){e.generateAbstractMask=function(t){let{children:n,attributes:r,main:a,mask:i,maskId:s,transform:f}=t;const{width:c,icon:u}=a,{width:l,icon:y}=i,_=Ba({transform:f,containerWidth:l,iconWidth:c}),O={tag:"rect",attributes:m(m({},Gt),{},{fill:"white"})},U=u.children?{children:u.children.map(_r)}:{},M={tag:"g",attributes:m({},_.inner),children:[_r(m({tag:u.tag,attributes:m(m({},u.attributes),_.path)},U))]},T={tag:"g",attributes:m({},_.outer),children:[M]},I="mask-".concat(s||Xe()),w="clip-".concat(s||Xe()),D={tag:"mask",attributes:m(m({},Gt),{},{id:I,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[O,T]},q={tag:"defs",children:[{tag:"clipPath",attributes:{id:w},children:Ko(y)},D]};return n.push(q,{tag:"rect",attributes:m({fill:"currentColor","clip-path":"url(#".concat(w,")"),mask:"url(#".concat(I,")")},Gt)}),{children:n,attributes:r}}}},Zo={provides(e){let t=!1;be.matchMedia&&(t=be.matchMedia("(prefers-reduced-motion: reduce)").matches),e.missingIconAbstract=function(){const n=[],r={fill:"currentColor"},a={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};n.push({tag:"path",attributes:m(m({},r),{},{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"})});const i=m(m({},a),{},{attributeName:"opacity"}),s={tag:"circle",attributes:m(m({},r),{},{cx:"256",cy:"364",r:"28"}),children:[]};return t||s.children.push({tag:"animate",attributes:m(m({},a),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:m(m({},i),{},{values:"1;0;1;1;0;1;"})}),n.push(s),n.push({tag:"path",attributes:m(m({},r),{},{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:t?[]:[{tag:"animate",attributes:m(m({},i),{},{values:"1;0;0;0;0;1;"})}]}),t||n.push({tag:"path",attributes:m(m({},r),{},{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:m(m({},i),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:n}}}},Qo={hooks(){return{parseNodeAttributes(e,t){const n=t.getAttribute("data-fa-symbol"),r=n===null?!1:n===""?!0:n;return e.symbol=r,e}}}},ei=[Ga,Do,Lo,$o,Yo,Ho,Go,Xo,Jo,Zo,Qo];mo(ei,{mixoutsTo:re}),re.noAuto,re.config,re.library,re.dom;const Xt=re.parse;re.findIconDefinition,re.toHtml;const ti=re.icon;re.layer,re.text,re.counter;var mt={exports:{}},pt={exports:{}},z={};/** @license React v16.13.1
590
+ * react-is.production.min.js
591
+ *
592
+ * Copyright (c) Facebook, Inc. and its affiliates.
593
+ *
594
+ * This source code is licensed under the MIT license found in the
595
+ * LICENSE file in the root directory of this source tree.
596
+ */var xr;function ni(){if(xr)return z;xr=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,l=e?Symbol.for("react.forward_ref"):60112,y=e?Symbol.for("react.suspense"):60113,_=e?Symbol.for("react.suspense_list"):60120,O=e?Symbol.for("react.memo"):60115,U=e?Symbol.for("react.lazy"):60116,M=e?Symbol.for("react.block"):60121,T=e?Symbol.for("react.fundamental"):60117,I=e?Symbol.for("react.responder"):60118,w=e?Symbol.for("react.scope"):60119;function D(g){if(typeof g=="object"&&g!==null){var fe=g.$$typeof;switch(fe){case t:switch(g=g.type,g){case c:case u:case r:case i:case a:case y:return g;default:switch(g=g&&g.$$typeof,g){case f:case l:case U:case O:case s:return g;default:return fe}}case n:return fe}}}function q(g){return D(g)===u}return z.AsyncMode=c,z.ConcurrentMode=u,z.ContextConsumer=f,z.ContextProvider=s,z.Element=t,z.ForwardRef=l,z.Fragment=r,z.Lazy=U,z.Memo=O,z.Portal=n,z.Profiler=i,z.StrictMode=a,z.Suspense=y,z.isAsyncMode=function(g){return q(g)||D(g)===c},z.isConcurrentMode=q,z.isContextConsumer=function(g){return D(g)===f},z.isContextProvider=function(g){return D(g)===s},z.isElement=function(g){return typeof g=="object"&&g!==null&&g.$$typeof===t},z.isForwardRef=function(g){return D(g)===l},z.isFragment=function(g){return D(g)===r},z.isLazy=function(g){return D(g)===U},z.isMemo=function(g){return D(g)===O},z.isPortal=function(g){return D(g)===n},z.isProfiler=function(g){return D(g)===i},z.isStrictMode=function(g){return D(g)===a},z.isSuspense=function(g){return D(g)===y},z.isValidElementType=function(g){return typeof g=="string"||typeof g=="function"||g===r||g===u||g===i||g===a||g===y||g===_||typeof g=="object"&&g!==null&&(g.$$typeof===U||g.$$typeof===O||g.$$typeof===s||g.$$typeof===f||g.$$typeof===l||g.$$typeof===T||g.$$typeof===I||g.$$typeof===w||g.$$typeof===M)},z.typeOf=D,z}var W={};/** @license React v16.13.1
597
+ * react-is.development.js
598
+ *
599
+ * Copyright (c) Facebook, Inc. and its affiliates.
600
+ *
601
+ * This source code is licensed under the MIT license found in the
602
+ * LICENSE file in the root directory of this source tree.
603
+ */var Er;function ri(){return Er||(Er=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,l=e?Symbol.for("react.forward_ref"):60112,y=e?Symbol.for("react.suspense"):60113,_=e?Symbol.for("react.suspense_list"):60120,O=e?Symbol.for("react.memo"):60115,U=e?Symbol.for("react.lazy"):60116,M=e?Symbol.for("react.block"):60121,T=e?Symbol.for("react.fundamental"):60117,I=e?Symbol.for("react.responder"):60118,w=e?Symbol.for("react.scope"):60119;function D(h){return typeof h=="string"||typeof h=="function"||h===r||h===u||h===i||h===a||h===y||h===_||typeof h=="object"&&h!==null&&(h.$$typeof===U||h.$$typeof===O||h.$$typeof===s||h.$$typeof===f||h.$$typeof===l||h.$$typeof===T||h.$$typeof===I||h.$$typeof===w||h.$$typeof===M)}function q(h){if(typeof h=="object"&&h!==null){var ie=h.$$typeof;switch(ie){case t:var ze=h.type;switch(ze){case c:case u:case r:case i:case a:case y:return ze;default:var Ce=ze&&ze.$$typeof;switch(Ce){case f:case l:case U:case O:case s:return Ce;default:return ie}}case n:return ie}}}var g=c,fe=u,he=f,Ae=s,De=t,Qe=l,Le=r,$e=U,oe=O,te=n,ye=i,ae=a,de=y,Te=!1;function Ye(h){return Te||(Te=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),p(h)||q(h)===c}function p(h){return q(h)===u}function b(h){return q(h)===f}function R(h){return q(h)===s}function C(h){return typeof h=="object"&&h!==null&&h.$$typeof===t}function P(h){return q(h)===l}function L(h){return q(h)===r}function S(h){return q(h)===U}function A(h){return q(h)===O}function j(h){return q(h)===n}function Y(h){return q(h)===i}function F(h){return q(h)===a}function J(h){return q(h)===y}W.AsyncMode=g,W.ConcurrentMode=fe,W.ContextConsumer=he,W.ContextProvider=Ae,W.Element=De,W.ForwardRef=Qe,W.Fragment=Le,W.Lazy=$e,W.Memo=oe,W.Portal=te,W.Profiler=ye,W.StrictMode=ae,W.Suspense=de,W.isAsyncMode=Ye,W.isConcurrentMode=p,W.isContextConsumer=b,W.isContextProvider=R,W.isElement=C,W.isForwardRef=P,W.isFragment=L,W.isLazy=S,W.isMemo=A,W.isPortal=j,W.isProfiler=Y,W.isStrictMode=F,W.isSuspense=J,W.isValidElementType=D,W.typeOf=q}()),W}var Or;function Pr(){return Or||(Or=1,process.env.NODE_ENV==="production"?pt.exports=ni():pt.exports=ri()),pt.exports}/*
604
+ object-assign
605
+ (c) Sindre Sorhus
606
+ @license MIT
607
+ */var Kt,Sr;function ai(){if(Sr)return Kt;Sr=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function a(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var s={},f=0;f<10;f++)s["_"+String.fromCharCode(f)]=f;var c=Object.getOwnPropertyNames(s).map(function(l){return s[l]});if(c.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(l){u[l]=l}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Kt=a()?Object.assign:function(i,s){for(var f,c=r(i),u,l=1;l<arguments.length;l++){f=Object(arguments[l]);for(var y in f)t.call(f,y)&&(c[y]=f[y]);if(e){u=e(f);for(var _=0;_<u.length;_++)n.call(f,u[_])&&(c[u[_]]=f[u[_]])}}return c},Kt}var Jt,wr;function Zt(){if(wr)return Jt;wr=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return Jt=e,Jt}var Qt,Ar;function Tr(){return Ar||(Ar=1,Qt=Function.call.bind(Object.prototype.hasOwnProperty)),Qt}var en,Cr;function oi(){if(Cr)return en;Cr=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=Zt(),n={},r=Tr();e=function(i){var s="Warning: "+i;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function a(i,s,f,c,u){if(process.env.NODE_ENV!=="production"){for(var l in i)if(r(i,l)){var y;try{if(typeof i[l]!="function"){var _=Error((c||"React class")+": "+f+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw _.name="Invariant Violation",_}y=i[l](s,l,c,f,null,t)}catch(U){y=U}if(y&&!(y instanceof Error)&&e((c||"React class")+": type specification of "+f+" `"+l+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof y+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),y instanceof Error&&!(y.message in n)){n[y.message]=!0;var O=u?u():"";e("Failed "+f+" type: "+y.message+(O??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},en=a,en}var tn,Rr;function ii(){if(Rr)return tn;Rr=1;var e=Pr(),t=ai(),n=Zt(),r=Tr(),a=oi(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(f){var c="Warning: "+f;typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}});function s(){return null}return tn=function(f,c){var u=typeof Symbol=="function"&&Symbol.iterator,l="@@iterator";function y(p){var b=p&&(u&&p[u]||p[l]);if(typeof b=="function")return b}var _="<<anonymous>>",O={array:I("array"),bigint:I("bigint"),bool:I("boolean"),func:I("function"),number:I("number"),object:I("object"),string:I("string"),symbol:I("symbol"),any:w(),arrayOf:D,element:q(),elementType:g(),instanceOf:fe,node:Qe(),objectOf:Ae,oneOf:he,oneOfType:De,shape:$e,exact:oe};function U(p,b){return p===b?p!==0||1/p===1/b:p!==p&&b!==b}function M(p,b){this.message=p,this.data=b&&typeof b=="object"?b:{},this.stack=""}M.prototype=Error.prototype;function T(p){if(process.env.NODE_ENV!=="production")var b={},R=0;function C(L,S,A,j,Y,F,J){if(j=j||_,F=F||A,J!==n){if(c){var h=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw h.name="Invariant Violation",h}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var ie=j+":"+A;!b[ie]&&R<3&&(i("You are manually calling a React.PropTypes validation function for the `"+F+"` prop on `"+j+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),b[ie]=!0,R++)}}return S[A]==null?L?S[A]===null?new M("The "+Y+" `"+F+"` is marked as required "+("in `"+j+"`, but its value is `null`.")):new M("The "+Y+" `"+F+"` is marked as required in "+("`"+j+"`, but its value is `undefined`.")):null:p(S,A,j,Y,F)}var P=C.bind(null,!1);return P.isRequired=C.bind(null,!0),P}function I(p){function b(R,C,P,L,S,A){var j=R[C],Y=ae(j);if(Y!==p){var F=de(j);return new M("Invalid "+L+" `"+S+"` of type "+("`"+F+"` supplied to `"+P+"`, expected ")+("`"+p+"`."),{expectedType:p})}return null}return T(b)}function w(){return T(s)}function D(p){function b(R,C,P,L,S){if(typeof p!="function")return new M("Property `"+S+"` of component `"+P+"` has invalid PropType notation inside arrayOf.");var A=R[C];if(!Array.isArray(A)){var j=ae(A);return new M("Invalid "+L+" `"+S+"` of type "+("`"+j+"` supplied to `"+P+"`, expected an array."))}for(var Y=0;Y<A.length;Y++){var F=p(A,Y,P,L,S+"["+Y+"]",n);if(F instanceof Error)return F}return null}return T(b)}function q(){function p(b,R,C,P,L){var S=b[R];if(!f(S)){var A=ae(S);return new M("Invalid "+P+" `"+L+"` of type "+("`"+A+"` supplied to `"+C+"`, expected a single ReactElement."))}return null}return T(p)}function g(){function p(b,R,C,P,L){var S=b[R];if(!e.isValidElementType(S)){var A=ae(S);return new M("Invalid "+P+" `"+L+"` of type "+("`"+A+"` supplied to `"+C+"`, expected a single ReactElement type."))}return null}return T(p)}function fe(p){function b(R,C,P,L,S){if(!(R[C]instanceof p)){var A=p.name||_,j=Ye(R[C]);return new M("Invalid "+L+" `"+S+"` of type "+("`"+j+"` supplied to `"+P+"`, expected ")+("instance of `"+A+"`."))}return null}return T(b)}function he(p){if(!Array.isArray(p))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):i("Invalid argument supplied to oneOf, expected an array.")),s;function b(R,C,P,L,S){for(var A=R[C],j=0;j<p.length;j++)if(U(A,p[j]))return null;var Y=JSON.stringify(p,function(J,h){var ie=de(h);return ie==="symbol"?String(h):h});return new M("Invalid "+L+" `"+S+"` of value `"+String(A)+"` "+("supplied to `"+P+"`, expected one of "+Y+"."))}return T(b)}function Ae(p){function b(R,C,P,L,S){if(typeof p!="function")return new M("Property `"+S+"` of component `"+P+"` has invalid PropType notation inside objectOf.");var A=R[C],j=ae(A);if(j!=="object")return new M("Invalid "+L+" `"+S+"` of type "+("`"+j+"` supplied to `"+P+"`, expected an object."));for(var Y in A)if(r(A,Y)){var F=p(A,Y,P,L,S+"."+Y,n);if(F instanceof Error)return F}return null}return T(b)}function De(p){if(!Array.isArray(p))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var b=0;b<p.length;b++){var R=p[b];if(typeof R!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Te(R)+" at index "+b+"."),s}function C(P,L,S,A,j){for(var Y=[],F=0;F<p.length;F++){var J=p[F],h=J(P,L,S,A,j,n);if(h==null)return null;h.data&&r(h.data,"expectedType")&&Y.push(h.data.expectedType)}var ie=Y.length>0?", expected one of type ["+Y.join(", ")+"]":"";return new M("Invalid "+A+" `"+j+"` supplied to "+("`"+S+"`"+ie+"."))}return T(C)}function Qe(){function p(b,R,C,P,L){return te(b[R])?null:new M("Invalid "+P+" `"+L+"` supplied to "+("`"+C+"`, expected a ReactNode."))}return T(p)}function Le(p,b,R,C,P){return new M((p||"React class")+": "+b+" type `"+R+"."+C+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+P+"`.")}function $e(p){function b(R,C,P,L,S){var A=R[C],j=ae(A);if(j!=="object")return new M("Invalid "+L+" `"+S+"` of type `"+j+"` "+("supplied to `"+P+"`, expected `object`."));for(var Y in p){var F=p[Y];if(typeof F!="function")return Le(P,L,S,Y,de(F));var J=F(A,Y,P,L,S+"."+Y,n);if(J)return J}return null}return T(b)}function oe(p){function b(R,C,P,L,S){var A=R[C],j=ae(A);if(j!=="object")return new M("Invalid "+L+" `"+S+"` of type `"+j+"` "+("supplied to `"+P+"`, expected `object`."));var Y=t({},R[C],p);for(var F in Y){var J=p[F];if(r(p,F)&&typeof J!="function")return Le(P,L,S,F,de(J));if(!J)return new M("Invalid "+L+" `"+S+"` key `"+F+"` supplied to `"+P+"`.\nBad object: "+JSON.stringify(R[C],null," ")+`
608
+ Valid keys: `+JSON.stringify(Object.keys(p),null," "));var h=J(A,F,P,L,S+"."+F,n);if(h)return h}return null}return T(b)}function te(p){switch(typeof p){case"number":case"string":case"undefined":return!0;case"boolean":return!p;case"object":if(Array.isArray(p))return p.every(te);if(p===null||f(p))return!0;var b=y(p);if(b){var R=b.call(p),C;if(b!==p.entries){for(;!(C=R.next()).done;)if(!te(C.value))return!1}else for(;!(C=R.next()).done;){var P=C.value;if(P&&!te(P[1]))return!1}}else return!1;return!0;default:return!1}}function ye(p,b){return p==="symbol"?!0:b?b["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&b instanceof Symbol:!1}function ae(p){var b=typeof p;return Array.isArray(p)?"array":p instanceof RegExp?"object":ye(b,p)?"symbol":b}function de(p){if(typeof p>"u"||p===null)return""+p;var b=ae(p);if(b==="object"){if(p instanceof Date)return"date";if(p instanceof RegExp)return"regexp"}return b}function Te(p){var b=de(p);switch(b){case"array":case"object":return"an "+b;case"boolean":case"date":case"regexp":return"a "+b;default:return b}}function Ye(p){return!p.constructor||!p.constructor.name?_:p.constructor.name}return O.checkPropTypes=a,O.resetWarningCache=a.resetWarningCache,O.PropTypes=O,O},tn}var nn,kr;function si(){if(kr)return nn;kr=1;var e=Zt();function t(){}function n(){}return n.resetWarningCache=t,nn=function(){function r(s,f,c,u,l,y){if(y!==e){var _=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw _.name="Invariant Violation",_}}r.isRequired=r;function a(){return r}var i={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:a,element:r,elementType:r,instanceOf:a,node:r,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:n,resetWarningCache:t};return i.PropTypes=i,i},nn}var Ir;function fi(){if(Ir)return mt.exports;if(Ir=1,process.env.NODE_ENV!=="production"){var e=Pr(),t=!0;mt.exports=ii()(e.isElement,t)}else mt.exports=si()();return mt.exports}var li=fi();const k=Qr(li);function jr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function ue(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?jr(Object(n),!0).forEach(function(r){Me(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):jr(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function gt(e){"@babel/helpers - typeof";return gt=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},gt(e)}function Me(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ci(e,t){if(e==null)return{};var n={},r=Object.keys(e),a,i;for(i=0;i<r.length;i++)a=r[i],!(t.indexOf(a)>=0)&&(n[a]=e[a]);return n}function ui(e,t){if(e==null)return{};var n=ci(e,t),r,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a<i.length;a++)r=i[a],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function rn(e){return di(e)||mi(e)||pi(e)||gi()}function di(e){if(Array.isArray(e))return an(e)}function mi(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function pi(e,t){if(e){if(typeof e=="string")return an(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return an(e,t)}}function an(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function gi(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
609
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function hi(e){var t,n=e.beat,r=e.fade,a=e.beatFade,i=e.bounce,s=e.shake,f=e.flash,c=e.spin,u=e.spinPulse,l=e.spinReverse,y=e.pulse,_=e.fixedWidth,O=e.inverse,U=e.border,M=e.listItem,T=e.flip,I=e.size,w=e.rotation,D=e.pull,q=(t={"fa-beat":n,"fa-fade":r,"fa-beat-fade":a,"fa-bounce":i,"fa-shake":s,"fa-flash":f,"fa-spin":c,"fa-spin-reverse":l,"fa-spin-pulse":u,"fa-pulse":y,"fa-fw":_,"fa-inverse":O,"fa-border":U,"fa-li":M,"fa-flip":T===!0,"fa-flip-horizontal":T==="horizontal"||T==="both","fa-flip-vertical":T==="vertical"||T==="both"},Me(t,"fa-".concat(I),typeof I<"u"&&I!==null),Me(t,"fa-rotate-".concat(w),typeof w<"u"&&w!==null&&w!==0),Me(t,"fa-pull-".concat(D),typeof D<"u"&&D!==null),Me(t,"fa-swap-opacity",e.swapOpacity),t);return Object.keys(q).map(function(g){return q[g]?g:null}).filter(function(g){return g})}function yi(e){return e=e-0,e===e}function Fr(e){return yi(e)?e:(e=e.replace(/[\-_\s]+(.)?/g,function(t,n){return n?n.toUpperCase():""}),e.substr(0,1).toLowerCase()+e.substr(1))}var vi=["style"];function bi(e){return e.charAt(0).toUpperCase()+e.slice(1)}function _i(e){return e.split(";").map(function(t){return t.trim()}).filter(function(t){return t}).reduce(function(t,n){var r=n.indexOf(":"),a=Fr(n.slice(0,r)),i=n.slice(r+1).trim();return a.startsWith("webkit")?t[bi(a)]=i:t[a]=i,t},{})}function Mr(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof t=="string")return t;var r=(t.children||[]).map(function(c){return Mr(e,c)}),a=Object.keys(t.attributes||{}).reduce(function(c,u){var l=t.attributes[u];switch(u){case"class":c.attrs.className=l,delete t.attributes.class;break;case"style":c.attrs.style=_i(l);break;default:u.indexOf("aria-")===0||u.indexOf("data-")===0?c.attrs[u.toLowerCase()]=l:c.attrs[Fr(u)]=l}return c},{attrs:{}}),i=n.style,s=i===void 0?{}:i,f=ui(n,vi);return a.attrs.style=ue(ue({},a.attrs.style),s),e.apply(void 0,[t.tag,ue(ue({},a.attrs),f)].concat(rn(r)))}var Nr=!1;try{Nr=process.env.NODE_ENV==="production"}catch{}function xi(){if(!Nr&&console&&typeof console.error=="function"){var e;(e=console).error.apply(e,arguments)}}function Dr(e){if(e&&gt(e)==="object"&&e.prefix&&e.iconName&&e.icon)return e;if(Xt.icon)return Xt.icon(e);if(e===null)return null;if(e&&gt(e)==="object"&&e.prefix&&e.iconName)return e;if(Array.isArray(e)&&e.length===2)return{prefix:e[0],iconName:e[1]};if(typeof e=="string")return{prefix:"fas",iconName:e}}function on(e,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?Me({},e,t):{}}var Lr={border:!1,className:"",mask:null,maskId:null,fixedWidth:!1,inverse:!1,flip:!1,icon:null,listItem:!1,pull:null,pulse:!1,rotation:null,size:null,spin:!1,spinPulse:!1,spinReverse:!1,beat:!1,fade:!1,beatFade:!1,bounce:!1,shake:!1,symbol:!1,title:"",titleId:null,transform:null,swapOpacity:!1},Ne=ve.forwardRef(function(e,t){var n=ue(ue({},Lr),e),r=n.icon,a=n.mask,i=n.symbol,s=n.className,f=n.title,c=n.titleId,u=n.maskId,l=Dr(r),y=on("classes",[].concat(rn(hi(n)),rn((s||"").split(" ")))),_=on("transform",typeof n.transform=="string"?Xt.transform(n.transform):n.transform),O=on("mask",Dr(a)),U=ti(l,ue(ue(ue(ue({},y),_),O),{},{symbol:i,title:f,titleId:c,maskId:u}));if(!U)return xi("Could not find icon",l),null;var M=U.abstract,T={ref:t};return Object.keys(n).forEach(function(I){Lr.hasOwnProperty(I)||(T[I]=n[I])}),Ei(M[0],T)});Ne.displayName="FontAwesomeIcon",Ne.propTypes={beat:k.bool,border:k.bool,beatFade:k.bool,bounce:k.bool,className:k.string,fade:k.bool,flash:k.bool,mask:k.oneOfType([k.object,k.array,k.string]),maskId:k.string,fixedWidth:k.bool,inverse:k.bool,flip:k.oneOf([!0,!1,"horizontal","vertical","both"]),icon:k.oneOfType([k.object,k.array,k.string]),listItem:k.bool,pull:k.oneOf(["right","left"]),pulse:k.bool,rotation:k.oneOf([0,90,180,270]),shake:k.bool,size:k.oneOf(["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:k.bool,spinPulse:k.bool,spinReverse:k.bool,symbol:k.oneOfType([k.bool,k.string]),title:k.string,titleId:k.string,transform:k.oneOfType([k.string,k.object]),swapOpacity:k.bool};var Ei=Mr.bind(null,ve.createElement);const ee={button:"_button_eaulr_1",actions:"_actions_eaulr_13",md:"_md_eaulr_21",sm:"_sm_eaulr_30",lg:"_lg_eaulr_39",icon:"_icon_eaulr_48",img:"_img_eaulr_55",add:"_add_eaulr_62",choose_file:"_choose_file_eaulr_77",download_file:"_download_file_eaulr_93",exec_validator:"_exec_validator_eaulr_107",project_valid:"_project_valid_eaulr_122",project_invalid:"_project_invalid_eaulr_139",generate_BoM:"_generate_BoM_eaulr_156",re_generate_pre_BoM:"_re_generate_pre_BoM_eaulr_171",generate_pre_sinotics:"_generate_pre_sinotics_eaulr_186",save:"_save_eaulr_201",cancel:"_cancel_eaulr_219",tasks_history:"_tasks_history_eaulr_237",errors_history:"_errors_history_eaulr_255",download_excel:"_download_excel_eaulr_273",delete_file:"_delete_file_eaulr_288",delete:"_delete_eaulr_288",save_project:"_save_project_eaulr_316",delete_project:"_delete_project_eaulr_337",user_actions:"_user_actions_eaulr_358",logout:"_logout_eaulr_365",login:"_login_eaulr_396",login_microsoft:"_login_microsoft_eaulr_417",content:"_content_eaulr_438",sublinhado:"_sublinhado_eaulr_449"},Oi=({children:e,iconTop:t,iconPrev:n,iconNext:r,title:a,srcimage:i,size:s="md",onClick:f,selected:c=!1,variant:u="actions",mode:l})=>(console.log(l),Q.jsxs("button",{className:`${ee.button} ${ee[u]} ${l?ee[l]:""}`,onClick:f,children:[t&&!c&&Q.jsxs("div",{className:`${ee[s]}`,children:[Q.jsx(Ne,{icon:t,className:`${ee.icon}`}),Q.jsx("div",{children:e})]}),!t&&!c&&Q.jsxs("div",{className:`${ee[s]} ${ee.content}`,children:[n&&Q.jsx(Ne,{icon:n,className:ee.icon}),Q.jsx("div",{children:e}),r&&Q.jsx(Ne,{icon:r,className:ee.icon})]}),c&&Q.jsxs("div",{className:`${ee[s]}`,children:[Q.jsxs("div",{className:`${ee.sublinhado}`,children:[t&&Q.jsx(Ne,{icon:t,className:`${ee.icon}`}),a]}),Q.jsx("div",{children:e}),Q.jsx("div",{children:Q.jsx("img",{src:`${i}`,className:`${ee.icon} ${ee.img}`})})]})]}));Oe.Button=Oi,Object.defineProperty(Oe,Symbol.toStringTag,{value:"Module"})});